Location:
eikonenvironment.h
NEikonEnvironment
Provides useful functions connected with the Eikon environment.
Defined in NEikonEnvironment
:
EikAppUi()
,
EikEnv()
,
EikDocument()
,
AddToStackL()
,
aAddToStackL()
,
RemoveFromStack()
,
AppFullName()
,
ApplicationDriveAndPath()
,
AddPath()
,
MessageBox()
,
FlushWindowServer()
,
TheRFs()
,
static void EikAppUi();
The appui.
|
static CEikonEnv& EikEnv();
The eikon environment.
|
static CEikDocument& EikDocument();
The document.
|
static void AddToStackL(CCoeControl& aControl);
Add a control to the control stack.
|
void AddToStackL(CCoeControl& aControl,TInt aPriority,TInt aStackingFlags)
Add a control to the control stack given a priority and flags.
|
void RemoveFromStack(CCoeControl& aControl);
Remove a control from the control stack.
|
TFileName AppFullName();
The full name of the application.
|
TFileName ApplicationDriveAndPath();
The drive and path of the application.
|
TFileName AddPath(const TDesC& aFileName);
Convert a filename to a filename with the drive and path of the application added.
|
|
void MessageBox(const TDesC& aMessage);
Display a message box
|
void FlushWindowServer();
Flush the windows server to ensure all changes to the display are reflected on the screen.
RFs& TheRFs();
The eikon frameworks file server connection.
|