class CAknStaticNoteDialog : public CAknNoteDialog |
Static note dialog
Public Member Functions | |
---|---|
CAknStaticNoteDialog () | |
CAknStaticNoteDialog ( CEikDialog **) | |
~CAknStaticNoteDialog () | |
IMPORT_C void | HandlePointerEventL (const TPointerEvent &) |
IMPORT_C void | SetNumberOfBorders ( TInt ) |
Protected Member Functions | |
---|---|
IMPORT_C TKeyResponse | OfferKeyEventL (const TKeyEvent &, TEventCode ) |
IMPORT_C void | PostLayoutDynInitL () |
Private Member Functions | |
---|---|
IMPORT_C void | CAknNoteDialog_Reserved () |
IMPORT_C void | CAknStaticNoteDialog_Reserved () |
IMPORT_C void | CEikDialog_Reserved_1 () |
IMPORT_C void | CEikDialog_Reserved_2 () |
IMPORT_C void * | ExtensionInterface ( TUid ) |
Inherited Enumerations | |
---|---|
CAknNoteDialog:TTimeout | |
CAknNoteDialog:TTone | |
CCoeControl:TZoomType | |
CEikDialog:@148 |
Protected Attributes | |
---|---|
TInt | iStackDepth |
CAknStaticNoteStackIndicator * | iStackIndicator |
Private Attributes | |
---|---|
TInt | iSpare |
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.
CEikDialog ** aSelfPtr | Address of the dialog pointer |
IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
TUid aInterface |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Handles pointer events
const TPointerEvent & aPointerEvent |
IMPORT_C TKeyResponse | OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, |
TEventCode | aType | |||
) | [protected, virtual] |
Part of the dialog framework, process a key event.
Call the implementation of OfferKeyEventL provided by CEikDialog , bypassing the direct base, CAknNoteDialog .
const TKeyEvent & aKeyEvent | |
TEventCode aType |
IMPORT_C void | PostLayoutDynInitL | ( | ) | [protected, virtual] |
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.
TInt aNumber | The number of borders |
CAknStaticNoteStackIndicator * | iStackIndicator | [protected] |
Stack indicator
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.