|
||
class CEikInfoMsgWin : public CEikMsgWin, public MEikInfoMsgWin;
Enables construction of an information message window.
MEikInfoMsgWin
- No description.
CBase
-
Base class for all classes to be instantiated on the heap.
CEikMsgWin
- Base class providing functions to construct and display an information message.
CEikInfoMsgWin
- Enables construction of an information message window.
Defined in CEikInfoMsgWin
:
CEikInfoMsgWin(CEikonEnv &)
Constructs an information message for the specified Uikon environment.CEikInfoMsgWin_Reserved1()
CEikInfoMsgWin_Reserved2()
CEikMsgWin_Reserved1()
CEikMsgWin_Reserved2()
ConstructL(RWindowGroup &,TInt)
Completes construction.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CEikMsgWin
:
CEikMsgWin(CEikonEnv &)
Protected constructor.CancelDisplay()
Stops displaying the message window. ConstructL(RWindowGroup &)
Completes construction.StartDisplay(const TDesC &,TGulAlignment)
Displays the message window with the specified text and alignment.iBlankWindow
The window in which the message will be drawn. iDummy
An empty control required for construction of a blank window. This defines a han...iEikonEnv_
A CEikonEnv*, which all applications have. This is required for construction of ...iMessageWindow
An RAnim derived class, which is responsible for interacting with server side cl...IMPORT_C void ConstructL(RWindowGroup &aWindowGroup, TInt aParam=0);
Completes construction.
|
IMPORT_C CEikInfoMsgWin(CEikonEnv &aEikonEnv);
Constructs an information message for the specified Uikon environment.
|
private: IMPORT_C virtual void CEikMsgWin_Reserved2();