|
||
class CEikBusyMsgWin : public CEikMsgWin, public MEikBusyMsgWin;
MEikBusyMsgWin
- 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.
CEikBusyMsgWin
- (No abstract)
Defined in CEikBusyMsgWin
:
CEikBusyMsgWin(CEikonEnv &)
Constructor. Sets delay to laf default. CEikBusyMsgWin_Reserved1()
CEikBusyMsgWin_Reserved2()
CEikMsgWin_Reserved1()
CEikMsgWin_Reserved2()
ConstructL(RWindowGroup &)
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. 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);
Completes construction.
|
IMPORT_C CEikBusyMsgWin(CEikonEnv &aEikonEnv);
Constructor. Sets delay to laf default.
|
private: IMPORT_C virtual void CEikMsgWin_Reserved2();