#include <mw/eikmsg.h>
| class CEikInfoMsgWin : public CEikMsgWin, public MEikInfoMsgWin |
| Public Member Functions | |
|---|---|
| CEikInfoMsgWin(CEikonEnv &) | |
| IMPORT_C void | CancelDisplay() |
| IMPORT_C void | ConstructL(RWindowGroup &, TInt) |
| virtual IMPORT_C void | Release() |
| IMPORT_C void | StartDisplay(const TDesC &, TGulAlignment) |
| virtual IMPORT_C void | StartDisplaySpecifyingDuration(const TDesC &, TGulAlignment, TTimeIntervalMicroSeconds32) |
| Inherited Attributes | |
|---|---|
| CEikMsgWin::iBlankWindow | |
| CEikMsgWin::iDummy | |
| CEikMsgWin::iEikonEnv_ | |
| CEikMsgWin::iMessageWindow | |
Enables construction of an information message window.
| IMPORT_C | CEikInfoMsgWin | ( | CEikonEnv & | aEikonEnv | ) |
Constructs an information message for the specified Uikon environment.
| Parameters | |
|---|---|
| aEikonEnv | The Uikon environment for which the information message is constructed. |
| IMPORT_C void | ConstructL | ( | RWindowGroup & | aWindowGroup, |
| TInt | aParam = 0 | |||
| ) | ||||
Completes construction.
| Parameters | |
|---|---|
| aWindowGroup | The window group for which the information message is constructed. |
| aParam | An extra parameter |
| IMPORT_C void | Release | ( | ) | [virtual] |
Reimplemented from MEikInfoMsgWin::Release()
| IMPORT_C void | StartDisplay | ( | const TDesC & | aText, |
| TGulAlignment | aCorner | |||
| ) | ||||
Reimplemented from CEikMsgWin::StartDisplay(const TDesC &,TGulAlignment)
| IMPORT_C void | StartDisplaySpecifyingDuration | ( | const TDesC & | aText, |
| TGulAlignment | aCorner, | |||
| TTimeIntervalMicroSeconds32 | aDuration | |||
| ) | [virtual] | |||
Reimplemented from MEikInfoMsgWin::StartDisplaySpecifyingDuration(const TDesC &,TGulAlignment,TTimeIntervalMicroSeconds32)
Displays an information message window for a specified duration.
| Parameters | |
|---|---|
| aText | The text for the information message. |
| aCorner | The alignment for the information message. |
| aDuration | The time period for the information message. |