Location:
eikmsg.h
Link against: eikcore.lib
CEikMsgWin
Supported from 6.0
Base class providing functions to construct and display an information message.
|
Defined in CEikMsgWin
:
CEikMsgWin()
, CancelDisplay()
, ConstructL()
, StartDisplay()
, iBlankWindow
, iDummy
, iEikonEnv_
, iMessageWindow
, ~CEikMsgWin()
Inherited from CBase
:
operator new()
protected: CEikMsgWin(CEikonEnv& aEikonEnv);
Protected constructor.
|
void ConstructL(RWindowGroup& aWindowGroup);
Completes construction.
|
void StartDisplay(const TDesC& aText, TGulAlignment aCorner);
Displays the message window with the specified text and alignment.
|
CCoeControl* iDummy;
An empty control required for construction of a blank window. This defines a handle back to the client side object, which is only required if you need to later initiate client side drawing.
CEikonEnv& iEikonEnv_;
A CEikonEnv*
, which all applications have. This is required for construction of a CEikMsgWin
as it provides access to services which the message window needs, the window server session for example.
RMessageWindow* iMessageWindow;
An RAnim
derived class, which is responsible for interacting with server side classes to provide the message window's animation on the screen. It is constructed by passing in the RwindowBase
which it will use to draw its contents to, and also a handle to an animation DLL, which provides the animation functionality.