#include <mw/aknstaticnotedialog.h>
class CAknStaticNoteDialog : public CAknNoteDialog |
Protected Attributes | |
---|---|
TInt | iStackDepth |
CAknStaticNoteStackIndicator * | iStackIndicator |
Public Member Functions | |
---|---|
CAknStaticNoteDialog() | |
CAknStaticNoteDialog(CEikDialog **) | |
virtual | ~CAknStaticNoteDialog() |
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C void | SetNumberOfBorders(TInt) |
Protected Member Functions | |
---|---|
virtual IMPORT_C TKeyResponse | OfferKeyEventL(const TKeyEvent &, TEventCode) |
virtual IMPORT_C void | PostLayoutDynInitL() |
Inherited Enumerations | |
---|---|
CAknNoteDialog:TTimeout | |
CAknNoteDialog:TTone | |
CCoeControl:TZoomType | |
CEikDialog:@148 |
Static note dialog
IMPORT_C | CAknStaticNoteDialog | ( | ) |
Default constructor Just call CAknNoteDialog constructor
IMPORT_C | CAknStaticNoteDialog | ( | CEikDialog ** | aSelfPtr | ) |
Another class constructor
Accept self pointer to CEikDialog* in order to NULL client pointer when a non modal note is dismissed.
Parameter | Description |
---|---|
aSelfPtr | Address of the dialog pointer |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CAknNoteDialog::HandlePointerEventL(const TPointerEvent &)
Handles pointer events
IMPORT_C TKeyResponse | OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, |
TEventCode | aType | |||
) | [protected, virtual] |
Reimplemented from CAknNoteDialog::OfferKeyEventL(const TKeyEvent &,TEventCode)
Part of the dialog framework, process a key event.
Call the implementation of OfferKeyEventL provided by CEikDialog, bypassing the direct base, CAknNoteDialog.
IMPORT_C void | PostLayoutDynInitL | ( | ) | [protected, virtual] |
Reimplemented from CAknNoteDialog::PostLayoutDynInitL()
Part of dialog framework, called after layout has been performed
Call PostLayoutDynInitL as implemented in the base, CAknNoteDialog and create a stack indicator
IMPORT_C void | SetNumberOfBorders | ( | TInt | aNumber | ) |
Set the number of borders
Update the stack indicator depth to the specified number of borders.
Parameter | Description |
---|---|
aNumber | The number of borders |