CAknStaticNoteDialog Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcdlg.lib

Capability Information

Required Capabilities

None


#include <
aknstaticnotedialog.h>

Inherits CAknNoteDialog.


Detailed Description

Static note dialog.

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

CAknStaticNoteStackIndicatoriStackIndicator
 Stack indicator.
TInt iStackDepth
 Indicates stack depth.

Constructor & Destructor Documentation

IMPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog  ) 
 

Default constructor Just call CAknNoteDialog constructor.

IMPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog CEikDialog **  aSelfPtr  ) 
 

Another class constructor.

Accept self pointer to CEikDialog* in order to NULL client pointer when a non modal note is dismissed.

Parameters:
aSelfPtr Address of the dialog pointer
virtual IMPORT_C CAknStaticNoteDialog::~CAknStaticNoteDialog  )  [virtual]
 

Member Function Documentation

IMPORT_C void CAknStaticNoteDialog::HandlePointerEventL const TPointerEvent &  aPointerEvent  )  [virtual]
 

Handles pointer events.

Reimplemented from CAknNoteDialog.

IMPORT_C TKeyResponse CAknStaticNoteDialog::OfferKeyEventL const TKeyEvent &  aKeyEvent,
TEventCode  aType
[protected]
 

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.

IMPORT_C void CAknStaticNoteDialog::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

Reimplemented from CAknNoteDialog.

IMPORT_C void CAknStaticNoteDialog::SetNumberOfBorders TInt  aNumber  ) 
 

Set the number of borders.

Update the stack indicator depth to the specified number of borders.

Parameters:
aNumber The number of borders

Field Documentation

TInt CAknStaticNoteDialog::iStackDepth [protected]
 

Indicates stack depth.

CAknStaticNoteStackIndicator* CAknStaticNoteDialog::iStackIndicator [protected]
 

Stack indicator.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top