API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcdlg.lib
Required Capabilities
None
#include <aknnotewrappers.h>
Inherits CAknNoteDialog.
Inherited by CAknResourceNoteDialog.
Public Member Functions |
|
IMPORT_C | CAknNoteWrapper () |
Class default constructor. |
|
IMPORT_C | CAknNoteWrapper (CAknNoteWrapper **aSelfPtr) |
Another class constructor. |
|
IMPORT_C TInt | ExecuteLD (TInt aResId) |
Construct and display the dialog. |
|
IMPORT_C TInt | ExecuteLD (TInt aResId, const TDesC &aPrompt) |
Construct and display the dialog. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl HandlePointerEventL Processes the pointer event directed at any note dialogs. |
|
virtual IMPORT_C void | HandleDialogPageEventL (TInt aEventID) |
HandleDialogPageEventL is the interface method used by CEikDialogPage to signal the note that the some event happened on dialog page. |
|
Class default constructor. Does not do anything |
|
Another class constructor. Accept self pointer to CEikDialog* in order to NULL client pointer when a non modal note is dismissed.
|
|
Construct and display the dialog. Construct a TAknNoteResData object by reading from resource file. Set the prompt calling SetTextL. Set the timeout, set the tone (unless they have already been set) and call RunLD.
|
|
Construct and display the dialog. Create a TAknNoteResData object by reading from resource file. Set the timeout, set the tone (unless they have already been set) and call RunLD.
Reimplemented from CEikDialog. |
|
HandleDialogPageEventL is the interface method used by CEikDialogPage to signal the note that the some event happened on dialog page.
Reimplemented from CEikDialog. |
|
From CCoeControl HandlePointerEventL Processes the pointer event directed at any note dialogs.
Reimplemented from CAknNoteDialog. Reimplemented in CAknResourceNoteDialog, CAknConfirmationNote, CAknInformationNote, CAknErrorNote, and CAknWarningNote. |