#include <mw/eikmsg.h>
| class CEikBusyMsgWin : public CEikMsgWin |
| Public Member Functions | |
|---|---|
| CEikBusyMsgWin(CEikonEnv &) | |
| IMPORT_C void | ConstructL(RWindowGroup &) |
| IMPORT_C void | Release() |
| IMPORT_C void | StartDisplay(const TDesC &, TGulAlignment) |
| IMPORT_C void | StartDisplaySpecifyingInitialDelay(const TDesC &, TGulAlignment, TTimeIntervalMicroSeconds32) |
| Inherited Attributes | |
|---|---|
| CEikMsgWin::iBlankWindow | |
| CEikMsgWin::iDummy | |
| CEikMsgWin::iEikonEnv_ | |
| CEikMsgWin::iMessageWindow | |
| IMPORT_C | CEikBusyMsgWin | ( | CEikonEnv & | aEikonEnv | ) |
Constructor. Sets delay to laf default.
| IMPORT_C void | ConstructL | ( | RWindowGroup & | aWindowGroup | ) |
Reimplemented from CEikMsgWin::ConstructL(RWindowGroup &)
Completes construction.
| Parameter | Description |
|---|---|
| aWindowGroup | The window group for which the information message is constructed. |
| IMPORT_C void | StartDisplay | ( | const TDesC & | aText, |
| TGulAlignment | aCorner | |||
| ) | ||||
Reimplemented from CEikMsgWin::StartDisplay(const TDesC &,TGulAlignment)
| IMPORT_C void | StartDisplaySpecifyingInitialDelay | ( | const TDesC & | aText, |
| TGulAlignment | aCorner, | |||
| TTimeIntervalMicroSeconds32 | aInitialDelay | |||
| ) | ||||