class CEikInfoDialog : public CAknNoteDialog |
Eikon info dialog, contains a title, message and Yes/No buttons.
Public Member Functions | |
---|---|
CEikInfoDialog (const TDesC &, const TDesC &, TExitKeys ) | |
CEikInfoDialog ( TExitKeys ) | |
IMPORT_C void | HandlePointerEventL (const TPointerEvent &) |
IMPORT_C TBool | RunDlgLD (const TDesC &, const TDesC &, TExitKeys ) |
Private Member Functions | |
---|---|
IMPORT_C void | CEikDialog_Reserved_1 () |
IMPORT_C void | CEikDialog_Reserved_2 () |
IMPORT_C void * | ExtensionInterface ( TUid ) |
void | PreLayoutDynInitL () |
TBool | RunDlgLD ( TInt , const TDesC &, const TDesC &) |
Public Member Enumerations | |
---|---|
enum | TExitKeys { EAllowEnter , EIgnoreEnter } |
Inherited Enumerations | |
---|---|
CAknNoteDialog:TTimeout | |
CAknNoteDialog:TTone | |
CCoeControl:TZoomType |
Private Attributes | |
---|---|
const TDesC * | iMessage |
const TDesC * | iTitle |
IMPORT_C | CEikInfoDialog | ( | const TDesC & | aTitle, |
const TDesC & | aMsg, | |||
TExitKeys | aExitKeys = EAllowEnter | |||
) |
Constructor.
CEikInfoDialog | ( | TExitKeys | aExitKeys = EAllowEnter | ) |
Constructor.
TExitKeys aExitKeys = EAllowEnter |
IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
TUid aInterface |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Handles pointer events.
const TPointerEvent & aPointerEvent |
void | PreLayoutDynInitL | ( | ) | [private, virtual] |
From CEikDialog .
Performs dynamic operations before the layout.
Called by the Uikon framework before the dialog layout is executed, this method can be overrwritten to perform specific operations.
The control attributes are transferred to the control. The local control attributes are copied into the real control attributes. The local attributes are then deleted.
If a timeout has been specified the timer is started. The callback is StaticDeleteL.
CAknNoteAttributes , TTimer , SetEditableL() .
IMPORT_C TBool | RunDlgLD | ( | const TDesC & | aTitle, |
const TDesC & | aMsg, | |||
TExitKeys | aExitKeys = EAllowEnter | |||
) | [static] |
Sets title and message and calls ExecuteLD for the dialog.
TBool | RunDlgLD | ( | TInt | aResource, |
const TDesC & | aTitle, | |||
const TDesC & | aMsg | |||
) | [private] |
Left here for backwards compatibility. Not used anymore.
EAllowEnter | |
EIgnoreEnter |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.