CEikInfoDialog Class Reference

API published in: S60 1st Ed

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

Capability Information

Required Capabilities

None


#include <
eikinfo.h>

Inherits CAknNoteDialog.


Detailed Description

Eikon info dialog, contains a title, message and Yes/No buttons.

Public Types

enum  TExitKeys { EAllowEnter, EIgnoreEnter }
 Left here for backwards compatibility. More...

Public Member Functions

IMPORT_C CEikInfoDialog (const TDesC &aTitle, const TDesC &aMsg, TExitKeys aExitKeys=EAllowEnter)
 Constructor.
 CEikInfoDialog (TExitKeys aExitKeys=EAllowEnter)
 Constructor.
IMPORT_C void HandlePointerEventL (const TPointerEvent &aPointerEvent)
 Handles pointer events.

Static Public Member Functions

static IMPORT_C TBool RunDlgLD (const TDesC &aTitle, const TDesC &aMsg, TExitKeys aExitKeys=EAllowEnter)
 Sets title and message and calls ExecuteLD for the dialog.

Member Enumeration Documentation

enum CEikInfoDialog::TExitKeys
 

Left here for backwards compatibility.

Not used anymore.

Enumerator:
EAllowEnter 
EIgnoreEnter 

Constructor & Destructor Documentation

IMPORT_C CEikInfoDialog::CEikInfoDialog const TDesC &  aTitle,
const TDesC &  aMsg,
TExitKeys  aExitKeys = EAllowEnter
 

Constructor.

CEikInfoDialog::CEikInfoDialog TExitKeys  aExitKeys = EAllowEnter  ) 
 

Constructor.


Member Function Documentation

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

Handles pointer events.

Reimplemented from CAknNoteDialog.

static IMPORT_C TBool CEikInfoDialog::RunDlgLD const TDesC &  aTitle,
const TDesC &  aMsg,
TExitKeys  aExitKeys = EAllowEnter
[static]
 

Sets title and message and calls ExecuteLD for the dialog.


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

Copyright © Nokia Corporation 2001-2008
Back to top