CAknConfirmationNote 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 CAknResourceNoteDialog.


Detailed Description

Wrapper for
CAknNoteDialog implementing a Confirmation Note as from S60 specifications.

Public Member Functions

IMPORT_C CAknConfirmationNote ()
 Default constructor.
IMPORT_C CAknConfirmationNote (TBool aWaitingDialog)
 Another class constructor.
IMPORT_C CAknConfirmationNote (CAknConfirmationNote **aSelfPtr)
 Another class constructor.
IMPORT_C void HandlePointerEventL (const TPointerEvent &aPointerEvent)
 From CCoeControl.

Constructor & Destructor Documentation

IMPORT_C CAknConfirmationNote::CAknConfirmationNote  ) 
 

Default constructor.

Create a CAknResourceNoteDialog using R_AKN_CONFIRMATION_NOTE

IMPORT_C CAknConfirmationNote::CAknConfirmationNote TBool  aWaitingDialog  ) 
 

Another class constructor.

Create a CAknResourceNoteDialog using R_AKN_CONFIRMATION_NOTE_WAIT or R_AKN_CONFIRMATION_NOTE depending on the specified parameter

Parameters:
aWaitingDialog If true use R_AKN_CONFIRMATION_NOTE_WAIT, else use R_AKN_CONFIRMATION_NOTE
IMPORT_C CAknConfirmationNote::CAknConfirmationNote CAknConfirmationNote **  aSelfPtr  ) 
 

Another class constructor.

Create a CAknResourceNoteDialog using R_AKN_CONFIRMATION_NOTE. 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

Member Function Documentation

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

From CCoeControl.

Handles pointer events

Reimplemented from CAknResourceNoteDialog.


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

Copyright © Nokia Corporation 2001-2008
Back to top