CAknWarningNote 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 Warning Note as from S60 specifications.

Public Member Functions

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

Constructor & Destructor Documentation

IMPORT_C CAknWarningNote::CAknWarningNote  ) 
 

Default constructor.

Create a CAknResourceNoteDialog using R_AKN_WARNING_NOTE

IMPORT_C CAknWarningNote::CAknWarningNote TBool  aWaitingDialog  ) 
 

Another class constructor.

Create a CAknResourceNoteDialog using R_AKN_WARNING_NOTE_WAIT or R_AKN_WARNING_NOTE depending on the specified parameter

Parameters:
aWaitingDialog  If true use R_AKN_WARNING_NOTE_WAIT, else use R_AKN_WARNING_NOTE
IMPORT_C CAknWarningNote::CAknWarningNote CAknWarningNote **  aSelfPtr  ) 
 

Another class constructor.

Create a CAknResourceNoteDialog using R_AKN_WARNING_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 CAknWarningNote::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