#include <mw/eikmsg.h>
| class CEikBusyMsgWin : public CEikMsgWin, public MEikBusyMsgWin |
| Public Member Functions | |
|---|---|
| CEikBusyMsgWin(CEikonEnv &) | |
| IMPORT_C void | ConstructL(RWindowGroup &) |
| virtual IMPORT_C void | Release() |
| IMPORT_C void | StartDisplay(const TDesC &, TGulAlignment) |
| virtual IMPORT_C void | StartDisplaySpecifyingInitialDelay(const TDesC &, TGulAlignment, TTimeIntervalMicroSeconds32) |
| Inherited Attributes | |
|---|---|
| CEikMsgWin::iBlankWindow | |
| CEikMsgWin::iDummy | |
| CEikMsgWin::iEikonEnv_ | |
| CEikMsgWin::iMessageWindow | |
| IMPORT_C void | ConstructL | ( | RWindowGroup & | aWindowGroup | ) |
Reimplemented from CEikMsgWin::ConstructL(RWindowGroup &)
Completes construction.
| Parameters | |
|---|---|
| aWindowGroup | The window group for which the information message is constructed. |
| IMPORT_C void | Release | ( | ) | [virtual] |
Reimplemented from MEikBusyMsgWin::Release()
| 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 | |||
| ) | [virtual] | |||
Reimplemented from MEikBusyMsgWin::StartDisplaySpecifyingInitialDelay(const TDesC &,TGulAlignment,TTimeIntervalMicroSeconds32)