#include <mw/aknnotewrappers.h>
| class CAknResourceNoteDialog : public CAknNoteWrapper |
| Public Member Functions | |
|---|---|
| IMPORT_C TInt | ExecuteLD() |
| IMPORT_C TInt | ExecuteLD(const TDesC &) |
| virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
| Protected Member Functions | |
|---|---|
| CAknResourceNoteDialog(TInt) | |
| CAknResourceNoteDialog(TInt, CAknNoteWrapper **) | |
| Inherited Enumerations | |
|---|---|
| CAknNoteDialog:TTimeout | |
| CAknNoteDialog:TTone | |
| CCoeControl:TZoomType | |
| CEikDialog:@121 | |
Helper base class for implementing specialised note classes. Using this class makes it unneccessary to overload ExecuteLD in the specialised classes.
| CAknResourceNoteDialog | ( | TInt | aResId | ) | [protected, inline] |
Constructor.
Store resource ID.
| Parameter | Description |
|---|---|
| aResId | The resource ID |
| CAknResourceNoteDialog | ( | TInt | aResId, |
| CAknNoteWrapper ** | aSelfPtr | ||
| ) | [protected, inline] | ||
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.
| Parameter | Description |
|---|---|
| aResId | The resource ID |
| aSelfPtr | Address to itself. The pointer must be valid when the dialog is dismissed and must not be on the stack. |
| IMPORT_C TInt | ExecuteLD | ( | ) |
Construct and display the dialog.
Using the resource ID stored in the constructor call the corresponding ExecuteLD method in CAknNoteWrapper.
See also: CAknNoteWrapper::ExecuteLD
Construct, set the prompt and display the dialog.
Using the resource ID stored in the constructor call the corresponding ExecuteLD method in CAknNoteWrapper.
See also: CAknNoteWrapper::ExecuteLD
| IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CAknNoteWrapper::HandlePointerEventL(const TPointerEvent &)
From CCoeControl. Handles pointer events