CEikInfoMsgWin Class Reference
class CEikInfoMsgWin : public CEikMsgWin |
Detailed Description
Enables construction of an information message window.
Constructor & Destructor Documentation
CEikInfoMsgWin ( CEikonEnv & )
Constructs an information message for the specified Uikon environment.
Parameter | Description | aEikonEnv | The Uikon environment for which the information message is constructed. |
Member Function Documentation
CancelDisplay ( )
IMPORT_C void | CancelDisplay | ( | ) | |
ConstructL ( RWindowGroup &, TInt )
Parameter | Description | aWindowGroup | The window group for which the information message is constructed. |
aParam | An extra parameter |
StartDisplay ( const TDesC &, TGulAlignment )
StartDisplaySpecifyingDuration ( const TDesC &, TGulAlignment, TTimeIntervalMicroSeconds32 )
Displays an information message window for a specified duration.
Parameter | Description | aText | The text for the information message. |
aCorner | The alignment for the information message. |
aDuration | The time period for the information message. |