CAknErrorNote 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 an Error Note as from S60 specifications.

Public Member Functions

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

Constructor & Destructor Documentation

IMPORT_C CAknErrorNote::CAknErrorNote  ) 
 

Default constructor.

Create a CAknResourceNoteDialog using R_AKN_ERROR_NOTE

IMPORT_C CAknErrorNote::CAknErrorNote TBool  aWaitingDialog  ) 
 

Another class constructor.

Create a CAknResourceNoteDialog using R_AKN_ERROR_NOTE_WAIT or R_AKN_ERROR_NOTE depending on the specified parameter

Parameters:
aWaitingDialog  If true use R_AKN_ERROR_NOTE_WAIT, else use R_AKN_ERROR_NOTE
IMPORT_C CAknErrorNote::CAknErrorNote CAknErrorNote **  aSelfPtr  ) 
 

Another class constructor.

Create a CAknResourceNoteDialog using R_AKN_ERROR_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 CAknErrorNote::HandlePointerEventL const TPointerEvent &  aPointerEvent  )  [virtual]
 

From CCoeControl.

Handles pointer event

Parameters:
aPointerEvent  Pointer event to be handled

Reimplemented from CAknResourceNoteDialog.


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

Copyright © Nokia Corporation 2001-2008
Back to top