CAknResourceNoteDialog Class Reference

API published in: S60 1st Ed

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

Capability Information

Required Capabilities

None


#include <aknnotewrappers.h>

Inherits CAknNoteWrapper.

Inherited by CAknConfirmationNote, CAknErrorNote, CAknInformationNote, and CAknWarningNote.


Detailed Description

Helper base class for implementing specialised note classes.

Using this class makes it unneccessary to overload ExecuteLD in the specialised classes.


Public Member Functions

IMPORT_C TInt  ExecuteLD ()
  Construct and display the dialog.
IMPORT_C TInt  ExecuteLD (const TDesC &aPrompt)
  Construct, set the prompt and display the dialog.
IMPORT_C void  HandlePointerEventL (const TPointerEvent &aPointerEvent)
  From CCoeControl.

Protected Member Functions

  CAknResourceNoteDialog (TInt aResId)
  Constructor.
  CAknResourceNoteDialog (TInt aResId, CAknNoteWrapper **aSelfPtr)
  Another class constructor.

Constructor & Destructor Documentation

CAknResourceNoteDialog::CAknResourceNoteDialog TInt  aResId  )  [inline, protected]
 

Constructor.

Store resource ID.

Parameters:
aResId  The resource ID
CAknResourceNoteDialog::CAknResourceNoteDialog TInt  aResId,
CAknNoteWrapper **  aSelfPtr
[inline, protected]
 

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.

Parameters:
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.

Member Function Documentation

IMPORT_C TInt CAknResourceNoteDialog::ExecuteLD const TDesC &  aPrompt  ) 
 

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 TInt CAknResourceNoteDialog::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
IMPORT_C void CAknResourceNoteDialog::HandlePointerEventL const TPointerEvent &  aPointerEvent  )  [virtual]
 

From CCoeControl.

Handles pointer events

Reimplemented from CAknNoteWrapper.

Reimplemented in CAknConfirmationNote, CAknInformationNote, CAknErrorNote, and CAknWarningNote.


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

Copyright © Nokia Corporation 2001-2008
Back to top