API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcdlg.lib
Required Capabilities
None
#include <aknnotewrappers.h>
Inherits CAknNoteWrapper.
Inherited by CAknConfirmationNote, CAknErrorNote, CAknInformationNote, and CAknWarningNote.
Using this class makes it unneccessary to overload ExecuteLD in the specialised classes.
Public Member Functions |
|
| IMPORT_C TInt | ExecuteLD () |
| Construct and display the dialog. |
|
| IMPORT_C TInt | ExecuteLD (const TDesC &aPrompt) |
| Construct, set the prompt and display the dialog. |
|
| IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| From CCoeControl. |
|
Protected Member Functions |
|
| CAknResourceNoteDialog (TInt aResId) | |
| Constructor. |
|
| CAknResourceNoteDialog (TInt aResId, CAknNoteWrapper **aSelfPtr) | |
| Another class constructor. |
|
|
|
Constructor. Store resource ID.
|
|
||||||||||||
|
Another class constructor. Store resource ID. Accept self pointer to CEikDialog* in order to NULL the dialog client pointer when a non modal note is dismissed.
|
|
|
Construct, set the prompt and display the dialog. Using the resource ID stored in the constructor call the corresponding ExecuteLD method in CAknNoteWrapper.
|
|
|
Construct and display the dialog. Using the resource ID stored in the constructor call the corresponding ExecuteLD method in CAknNoteWrapper.
|
|
|
From CCoeControl. Handles pointer events Reimplemented from CAknNoteWrapper. Reimplemented in CAknConfirmationNote, CAknInformationNote, CAknErrorNote, and CAknWarningNote. |