class CEikAlert : public CAknNoteDialog |
Public Member Functions | |
---|---|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &) |
Private Member Functions | |
---|---|
CEikDialog * | AsEikDialog () |
void | CAknNoteDialog_Reserved () |
void | CEikDialog_Reserved_1 () |
void | CEikDialog_Reserved_2 () |
void | ConstructL () |
IMPORT_C void * | ExtensionInterface ( TUid ) |
void | PreLayoutDynInitL () |
void | Release () |
void | RunAlert (const TDesC &, const TDesC &) |
Inherited Enumerations | |
---|---|
CAknNoteDialog:TTimeout | |
CAknNoteDialog:TTone | |
CCoeControl:TZoomType |
Protected Attributes | |
---|---|
const TDesC * | iMsg1 |
const TDesC * | iMsg2 |
IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
TUid aInterface |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
const TPointerEvent & aPointerEvent | The pointer event directed to the notedialog. |
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() .
void | RunAlert | ( | const TDesC & | aMsg1, |
const TDesC & | aMsg2 | |||
) | [private] |
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.