API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcdlg.lib
Required Capabilities
None
#include <aknstaticnotedialog.h>
Inherits CAknNoteDialog.
Public Member Functions |
|
IMPORT_C | CAknStaticNoteDialog () |
Default constructor Just call CAknNoteDialog constructor. |
|
IMPORT_C | CAknStaticNoteDialog (CEikDialog **aSelfPtr) |
Another class constructor. |
|
virtual IMPORT_C | ~CAknStaticNoteDialog () |
IMPORT_C void | SetNumberOfBorders (TInt aNumber) |
Set the number of borders. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
Handles pointer events. |
|
Protected Member Functions |
|
IMPORT_C void | PostLayoutDynInitL () |
Part of dialog framework, called after layout has been performed. |
|
IMPORT_C TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
Part of the dialog framework, process a key event. |
|
Protected Attributes |
|
CAknStaticNoteStackIndicator * | iStackIndicator |
Stack indicator. |
|
TInt | iStackDepth |
Indicates stack depth. |
|
Default constructor Just call CAknNoteDialog constructor. |
|
Another class constructor. Accept self pointer to CEikDialog* in order to NULL client pointer when a non modal note is dismissed.
|
|
|
Handles pointer events. Reimplemented from CAknNoteDialog. |
|
Part of the dialog framework, process a key event. Call the implementation of OfferKeyEventL provided by CEikDialog, bypassing the direct base, CAknNoteDialog. Reimplemented from CAknNoteDialog. |
|
Part of dialog framework, called after layout has been performed. Call PostLayoutDynInitL as implemented in the base, CAknNoteDialog and create a stack indicator Reimplemented from CAknNoteDialog. |
|
Set the number of borders. Update the stack indicator depth to the specified number of borders.
|
|
Indicates stack depth. |
|
Stack indicator. |