Location:
eikmsg.h
Link against: eikcore.lib
CEikInfoMsgWin
Supported from 6.1
Enables construction of an information message window.
|
Defined in CEikInfoMsgWin
:
CEikInfoMsgWin()
, StartDisplaySpecifyingDuration()
Inherited from CBase
:
operator new()
Inherited from CEikMsgWin
:
CancelDisplay()
,
ConstructL()
,
StartDisplay()
,
iBlankWindow
,
iDummy
,
iEikonEnv_
,
iMessageWindow
CEikInfoMsgWin(CEikonEnv& aEikonEnv);
Constructs an information message for the specified Uikon environment.
|
void StartDisplaySpecifyingDuration(const TDesC& aText, TGulAlignment aCorner, TTimeIntervalMicroSeconds32 aDuration);
Displays the information message window for a specified time period with the specified text and alignment.
|