class CEikonEnv : public CCoeEnv |
An environment for creating controls and utility functions for manipulating them.
Every GUI application is provided with an instance of CEikonEnv by the framework, which can be accessed through either CEikonEnv::Static() or the iEikonEnv macro of CEikApplication.
Public Member Enumerations | |
---|---|
enum | TErrorValidity { EErrorNumValid, EErrorNumInvalid } |
Inherited Enumerations | |
---|---|
CActive:TPriority |
IMPORT_C | CEikonEnv | ( | ) |
IMPORT_C | ~CEikonEnv | ( | ) |
IMPORT_C void | AddAlertDialogLikeControlToStackL | ( | CCoeControl * | aControl | ) |
CCoeControl * aControl |
IMPORT_C void | AddAppUiFactoryL | ( | MEikAppUiFactory * | aAppUiFactory | ) |
MEikAppUiFactory * aAppUiFactory |
IMPORT_C void | AddAutoMenuTitleL | ( | CEikAutoMenuTitle * | aTitle | ) |
CEikAutoMenuTitle * aTitle |
IMPORT_C void | AddDialogLikeControlToStackL | ( | CCoeControl * | aControl | ) |
CCoeControl * aControl |
IMPORT_C TInt | AddLibraryL | ( | TCreateByTypeFunction | aControlFactory, |
TFileName * | aResourceFile | |||
) |
TCreateByTypeFunction aControlFactory | |
TFileName * aResourceFile |
TInt | AddLibraryL | ( | TCreateByTypeFunction | aControlFactory | ) | [inline] |
TCreateByTypeFunction aControlFactory |
TInt | AddLibraryL | ( | TFileName * | aResourceFile | ) | [inline] |
TFileName * aResourceFile |
IMPORT_C void | AddPictureFactoryL | ( | MEikPictureFactory & | aFactory | ) |
MEikPictureFactory & aFactory |
IMPORT_C void | AddSleepingAlertDialogToStackL | ( | CCoeControl * | aControl | ) |
CCoeControl * aControl |
IMPORT_C void | AddSleepingDialogToStackL | ( | CCoeControl * | aControl | ) |
CCoeControl * aControl |
IMPORT_C void | AddWindowShadow | ( | CCoeControl * | aWinArea | ) | [static] |
CCoeControl * aWinArea |
const MEikAlertWin * | Alert | ( | ) | const [inline] |
IMPORT_C void | AlertWin | ( | const TDesC & | aMsg | ) |
const TDesC & aMsg |
IMPORT_C void | AlertWin | ( | const TDesC & | aMsg1, |
const TDesC & | aMsg2 | |||
) |
IMPORT_C void | AllocInfoMsg | ( | ) |
IMPORT_C const CFont * | AnnotationFont | ( | ) | const |
IMPORT_C CEikAppServer * | AppServer | ( | ) | const |
IMPORT_C MEikAppUiFactory * | AppUiFactory | ( | ) | const |
IMPORT_C MEikAppUiFactory * | AppUiFactory | ( | const CEikAppUi & | aAppUi | ) | const |
const CEikAppUi & aAppUi |
TLanguage | ApplicationLanguage | ( | ) | const |
CEikAutoMenuTitleArray * | AutoMenuTitleArray | ( | ) | const [inline] |
IMPORT_C void | Beep | ( | ) | [static] |
IMPORT_C const CFbsBitmap * | Bitmap | ( | TUid | aUidBmp | ) | const |
TUid aUidBmp |
IMPORT_C void | BringForwards | ( | TBool | aForwards, |
TInt | aPriority = ECoeWinPriorityAlwaysAtFront | |||
) |
IMPORT_C void | BusyMsgCancel | ( | ) |
IMPORT_C void | BusyMsgL | ( | const TDesC & | aDes | ) |
const TDesC & aDes |
IMPORT_C void | BusyMsgL | ( | const TDesC & | aDes, |
TGulAlignment | aCorner | |||
) |
const TDesC & aDes | |
TGulAlignment aCorner |
IMPORT_C void | BusyMsgL | ( | TInt | aResourceId | ) |
TInt aResourceId |
IMPORT_C void | BusyMsgL | ( | const TDesC & | aDes, |
TTimeIntervalMicroSeconds32 | aInitialDelay | |||
) |
const TDesC & aDes | |
TTimeIntervalMicroSeconds32 aInitialDelay |
IMPORT_C void | BusyMsgL | ( | const TDesC & | aDes, |
TGulAlignment | aCorner, | |||
TTimeIntervalMicroSeconds32 | aInitialDelay | |||
) |
const TDesC & aDes | |
TGulAlignment aCorner | |
TTimeIntervalMicroSeconds32 aInitialDelay |
IMPORT_C void | BusyMsgL | ( | TInt | aResourceId, |
TTimeIntervalMicroSeconds32 | aInitialDelay | |||
) |
TInt aResourceId | |
TTimeIntervalMicroSeconds32 aInitialDelay |
MEikCDlgDialogFactory * | CDlgDialogFactory | ( | ) | const [inline] |
IMPORT_C void | CEikonEnv_Reserved_1 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_10 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_2 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_3 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_4 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_5 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_6 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_7 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_8 | ( | ) | [private, virtual] |
IMPORT_C void | CEikonEnv_Reserved_9 | ( | ) | [private, virtual] |
IMPORT_C RAnimDll & | ClockDllL | ( | ) |
void | CloseLibraries | ( | ) | [private] |
TRgb | Color | ( | TLogicalColor | aLogicalColor | ) | const [inline] |
Gets the physical (TRgb) colour which corresponds to a logical colour.
The physical colour which corresponds to aLogicalColor.
TLogicalColor aLogicalColor | A logical colour value. |
CColorList & | ColorList | ( | ) | const [inline] |
Gets the application's colour list.
The colour list provides member functions to retrieve and modify colours in the list, and to append new arrays of colours to the colour list.
The application's colour list
IMPORT_C TBool | ConfirmLossOfAllChangesL | ( | ) | const |
IMPORT_C void | ConstructAppFromCommandLineL | ( | const TApaApplicationFactory & | aApplicationFactory, |
const CApaCommandLine & | aCommandLine | |||
) |
const TApaApplicationFactory & aApplicationFactory | |
const CApaCommandLine & aCommandLine |
IMPORT_C void | ConstructL | ( | ) |
IMPORT_C void | ConstructL | ( | TBool | aInitialFocusState | ) |
TBool aInitialFocusState |
IMPORT_C void | ConstructL | ( | TBool | aInitialFocusState, |
TInt | aWindowGroupID | |||
) |
TInt | ConstructorError | ( | ) | const |
IMPORT_C TRgb | ControlColor | ( | TLogicalColor | aLogicalColor, |
const CCoeControl & | aControl | |||
) | const |
TLogicalColor aLogicalColor | |
const CCoeControl & aControl |
CArrayFix< TCreateByTypeFunction > * | ControlFactoryFuncArray | ( | ) | const |
IMPORT_C void | ControlStackReadyL | ( | ) |
IMPORT_C CWsBitmap * | CreateBitmapL | ( | const TDesC & | aFileName, |
TInt | aId | |||
) |
IMPORT_C CWsBitmap * | CreateBitmapL | ( | const TDesC & | aFileName, |
TInt | aId, | |||
TBool | aShowDlgIfErr | |||
) |
IMPORT_C CGulIcon * | CreateIconFromMaskedBitmapL | ( | const CApaMaskedBitmap & | aApaMaskedBitmap | ) | [static] |
const CApaMaskedBitmap & aApaMaskedBitmap |
IMPORT_C CGulIcon * | CreateIconL | ( | const TDesC & | aFileName, |
TInt | aBitmapId, | |||
TInt | aMaskId = KErrNotFound | |||
) |
const TDesC & aFileName | |
TInt aBitmapId | |
TInt aMaskId = KErrNotFound |
IMPORT_C CColorList * | CreateSystemColorListL | ( | ) |
IMPORT_C CColorList * | CreateSystemColorListL | ( | const CColorList & | aColorList | ) |
const CColorList & aColorList |
CColorArray & | CustomColorArray | ( | ) | const [inline] |
Gets the custom colour array.
The custom colour array.
IMPORT_C TDisplayMode | DefaultDisplayMode | ( | ) | const |
IMPORT_C const CFont * | DenseFont | ( | ) | const |
IMPORT_C void | DestroyEnvironment | ( | ) | [virtual] |
IMPORT_C void | DestroyScreen | ( | ) | [private, virtual] |
IMPORT_C void | DismissTaskList | ( | ) |
IMPORT_C void | DisplayTaskList | ( | ) |
IMPORT_C void | DoGetErrorText | ( | TDes & | aDes, |
TInt | aError | |||
) | const |
IMPORT_C TErrorValidity | DoGetErrorTextAndTitle | ( | TDes & | aErrorText, |
TInt | aError, | |||
TInt & | aTextId, | |||
TUint & | aFlags, | |||
TDes & | aTitleText, | |||
TBool | aIsMemoryAllocatedByErrResolver = EFalse | |||
) | const |
void | DoHandleError | ( | TErrorHandlerResponse | aType | ) | [private] |
TErrorHandlerResponse aType |
IMPORT_C TBool | DocNameIsAFile | ( | ) | const |
IMPORT_C void | DrawCursor | ( | const CCoeControl * | aControl, |
const TPoint & | aPosition, | |||
TInt | aWidth | |||
) |
const CCoeControl * aControl | |
const TPoint & aPosition | |
TInt aWidth |
IMPORT_C void | DrawCursor | ( | const CCoeControl * | aControl, |
const TPoint & | aPosition, | |||
TInt | aWidth, | |||
TInt | aAscent, | |||
TInt | aHeight | |||
) |
const CCoeControl * aControl | |
const TPoint & aPosition | |
TInt aWidth | |
TInt aAscent | |
TInt aHeight |
TInt | EditableControlStandardHeight | ( | ) | const [inline] |
void | ErrorContextL | ( | TInt | aError, |
const TDesC & | aContextText | |||
) | [private] |
IMPORT_C MEikPictureFactory * | ExtendedPictureFactory | ( | TUid | aPictureType | ) | const |
TUid aPictureType |
CBase * | Extension | ( | ) | const [inline] |
WARNING: For internal use ONLY. Compatibility is not guaranteed in future releases.
MEikFileDialogFactory * | FileDialogFactory | ( | ) | const [inline] |
IMPORT_C const CFont * | Font | ( | const TLogicalFont & | aLogicalFont | ) | const |
const TLogicalFont & aLogicalFont |
IMPORT_C void | FservAllocInfoMsg | ( | ) |
IMPORT_C void | GetErrorText | ( | TDes & | aDes, |
TInt | aError | |||
) | const |
IMPORT_C TErrorValidity | GetErrorText | ( | TDes & | aErrorText, |
TInt | aError, | |||
TUid | aAppUid | |||
) | const |
IMPORT_C TErrorValidity | GetErrorTextAndTitle | ( | TDes & | aErrorText, |
TInt | aError, | |||
TDes & | aTitleText | |||
) | const |
IMPORT_C void | GetPrinterNamesL | ( | CPrinterModelList * | aModelNameList, |
CDesCArray & | aPrinterNameList | |||
) | [static] |
CPrinterModelList * aModelNameList | |
CDesCArray & aPrinterNameList |
IMPORT_C const CFbsBitmap * | GrayBitmap | ( | ) | const |
IMPORT_C void | HandleError | ( | TInt | aError | ) | [virtual] |
TInt aError |
IMPORT_C void | HandleErrorWithContext | ( | TInt | aError, |
TInt | aContextResourceId | |||
) |
IMPORT_C void | HideCursor | ( | const CCoeControl * | aControl | ) |
const CCoeControl * aControl |
IMPORT_C const CFbsBitmap * | HighlightedOptionBitmap | ( | ) | const |
TInt | IdleErrorCallBack | ( | TAny * | aThis | ) | [private, static] |
TAny * aThis |
IMPORT_C MEikInfoDialog * | InfoDialog | ( | ) | const |
IMPORT_C void | InfoMsg | ( | const TDesC & | aDes | ) |
const TDesC & aDes |
IMPORT_C void | InfoMsg | ( | TInt | aResourceId, |
... | ||||
) |
TInt aResourceId | |
... |
IMPORT_C void | InfoMsg | ( | TInt | aResourceId, |
VA_LIST | aList | |||
) |
IMPORT_C void | InfoMsgCancel | ( | ) |
IMPORT_C void | InfoMsgWithAlignment | ( | TGulAlignment | aCorner, |
const TDesC & | aDes | |||
) |
TGulAlignment aCorner | |
const TDesC & aDes |
IMPORT_C void | InfoMsgWithAlignment | ( | TGulAlignment | aCorner, |
TInt | aResourceId, | |||
... | ||||
) |
TGulAlignment aCorner | |
TInt aResourceId | |
... |
IMPORT_C void | InfoMsgWithAlignment | ( | TGulAlignment | aCorner, |
TInt | aResourceId, | |||
VA_LIST | aList | |||
) |
TGulAlignment aCorner | |
TInt aResourceId | |
VA_LIST aList |
IMPORT_C void | InfoMsgWithAlignmentAndDuration | ( | TGulAlignment | aCorner, |
const TDesC & | aDes, | |||
TTimeIntervalMicroSeconds32 | aDuration | |||
) |
TGulAlignment aCorner | |
const TDesC & aDes | |
TTimeIntervalMicroSeconds32 aDuration |
IMPORT_C void | InfoMsgWithAlignmentAndDuration | ( | TGulAlignment | aCorner, |
TInt | aResourceId, | |||
TTimeIntervalMicroSeconds32 | aDuration, | |||
... | ||||
) |
TGulAlignment aCorner | |
TInt aResourceId | |
TTimeIntervalMicroSeconds32 aDuration | |
... |
IMPORT_C void | InfoMsgWithAlignmentAndDuration | ( | TGulAlignment | aCorner, |
TInt | aResourceId, | |||
TTimeIntervalMicroSeconds32 | aDuration, | |||
VA_LIST | aList | |||
) |
TGulAlignment aCorner | |
TInt aResourceId | |
TTimeIntervalMicroSeconds32 aDuration | |
VA_LIST aList |
IMPORT_C void | InfoMsgWithDuration | ( | const TDesC & | aDes, |
TTimeIntervalMicroSeconds32 | aDuration | |||
) |
const TDesC & aDes | |
TTimeIntervalMicroSeconds32 aDuration |
IMPORT_C void | InfoMsgWithDuration | ( | TInt | aResourceId, |
TTimeIntervalMicroSeconds32 | aDuration, | |||
... | ||||
) |
TInt aResourceId | |
TTimeIntervalMicroSeconds32 aDuration | |
... |
IMPORT_C void | InfoMsgWithDuration | ( | TInt | aResourceId, |
TTimeIntervalMicroSeconds32 | aDuration, | |||
VA_LIST | aList | |||
) |
TInt aResourceId | |
TTimeIntervalMicroSeconds32 aDuration | |
VA_LIST aList |
IMPORT_C void | InfoWinL | ( | const TDesC & | aFirstLine, |
const TDesC & | aSecondLine | |||
) | [static] |
IMPORT_C void | InfoWinL | ( | TInt | aFirstLineId, |
TInt | aSecondLineId = 0 | |||
) | const |
TBool | InfoWinOrQueryWinL | ( | TInt | aFirstLineId, |
TInt | aSecondLineId, | |||
TBool | aIsQueryWin = EFalse | |||
) | const [private] |
void | InitAlertWinL | ( | ) | [private] |
void | InitColorSchemeL | ( | ) | [private] |
void | InitDebugKeysL | ( | ) | [private] |
void | InitInfoMsgL | ( | ) | [private] |
void | InitPrivateResourceFileL | ( | ) | [private] |
void | InitSystemBitmapsL | ( | ) |
IMPORT_C void | InitSystemFontsL | ( | ) | [private, virtual] |
void | InitSystemResourceFileL | ( | ) | [private] |
MEikIrFactory * | IrFactory | ( | ) | const [inline] |
IMPORT_C TBool | IsBusy | ( | ) | const |
TBool | IsEiksrvThread | ( | ) | const |
IMPORT_C TBool | IsSystem | ( | ) | const |
IMPORT_C TPtrC | KeyPressLabel | ( | TInt | aIndex | ) | const |
TInt aIndex |
IMPORT_C MLafEnv & | LafEnv | ( | ) | const |
IMPORT_C void | LaunchPopupMenuL | ( | TInt | aResourceId, |
const TPoint & | aTargetPos, | |||
TPopupTargetPosType | aTargetType = EPopupTargetTopLeft, | |||
const CEikHotKeyTable * | aHotKeyTable = NULL | |||
) |
TInt aResourceId | |
const TPoint & aTargetPos | |
TPopupTargetPosType aTargetType = EPopupTargetTopLeft | |
const CEikHotKeyTable * aHotKeyTable = NULL |
IMPORT_C void | LeaveWithErrorContext | ( | TInt | aError, |
const TDesC & | aContextText | |||
) |
IMPORT_C void | LeaveWithInfoMsg | ( | TInt | aResourceId, |
... | ||||
) |
TInt aResourceId | |
... |
IMPORT_C const CFont * | LegendFont | ( | ) | const |
void | LoadLibrariesL | ( | ) | [private] |
void | LoadParserListL | ( | ) | [private] |
IMPORT_C CCharFormatLayer * | NewDefaultCharFormatLayerL | ( | ) | [static] |
IMPORT_C CParaFormatLayer * | NewDefaultParaFormatLayerL | ( | ) | [static] |
IMPORT_C CPrintSetup * | NewDefaultPrintSetupL | ( | ) |
IMPORT_C CParaFormatLayer * | NewDefaultSingleLineParaFormatLayerL | ( | ) | [static] |
IMPORT_C void | NotifyIdleError | ( | TInt | aError, |
TInt | aContextResourceId | |||
) |
IMPORT_C void | NotifyIdleErrorWhileRedrawing | ( | TInt | aError | ) |
TInt aError |
TChar | NudgeCharMinus | ( | ) | const [inline] |
Gets the minus nudge character, this could be the left arrow for example.
Minus nudge character.
TChar | NudgeCharPlus | ( | ) | const [inline] |
Gets the plus nudge character, this could be the right arrow for example.
Plus nudge character.
IMPORT_C const CFbsBitmap * | OptionBitmap | ( | ) | const |
IMPORT_C const CFbsBitmap * | OptionMaskBitmap | ( | ) | const |
IMPORT_C MPictureFactory * | PictureFactory | ( | ) | const |
IMPORT_C CColorList * | PopulateColorArrayL | ( | ) |
void | PostAppUiDestroy | ( | ) |
void | PostAppUiInitializeL | ( | ) |
void | PrepareBusyMsgL | ( | ) | [private] |
TErrorHandlerResponse | PrepareToHandleError | ( | TInt | aError | ) | [private] |
TInt aError |
MEikPrintDialogFactory * | PrintDialogFactory | ( | ) | const [inline] |
CEikProcess * | Process | ( | ) | const [inline] |
Gets the Uikon process that manages the files of applications started in this environment.
The CEikProcess object.
IMPORT_C MEikInfoDialog * | QueryDialog | ( | ) | const |
IMPORT_C TBool | QueryWinL | ( | const TDesC & | aFirstLine, |
const TDesC & | aSecondLine | |||
) | [static] |
IMPORT_C TBool | QueryWinL | ( | TInt | aFirstLineId, |
TInt | aSecondLineId = 0 | |||
) | const |
IMPORT_C void | RemoveAppUiFactory | ( | ) |
IMPORT_C void | RemoveFromStack | ( | CCoeControl * | aControl | ) |
CCoeControl * aControl |
IMPORT_C void | RemoveLibrary | ( | TCreateByTypeFunction | aControlFactory, |
TInt | aResourceFileOffset | |||
) |
TCreateByTypeFunction aControlFactory | |
TInt aResourceFileOffset |
void | RemoveLibrary | ( | TCreateByTypeFunction | aControlFactory | ) | [inline] |
TCreateByTypeFunction aControlFactory |
void | RemoveLibrary | ( | TInt | aResourceFileOffset | ) | [inline] |
TInt aResourceFileOffset |
IMPORT_C void | RemovePictureFactory | ( | TUid | aFactoryId | ) |
TUid aFactoryId |
TRequestDialogFunc | RequestInfoDialogFunc | ( | ) | [private] |
TRequestDialogFunc | RequestQueryDialogFunc | ( | ) | [private] |
IMPORT_C void | ResolveError | ( | TInt | aError, |
TUid | aAppUid = KNullUid | |||
) | const |
IMPORT_C TInt | ResourceFileVersionNumber | ( | ) | const [private, virtual] |
IMPORT_C TBool | RespondsToShutdownEvent | ( | ) | const |
IMPORT_C TBool | RespondsToSwitchFilesEvent | ( | ) | const |
IMPORT_C void | RouseSleepingDialog | ( | CCoeControl * | aControl, |
TBool | aRoused | |||
) |
CCoeControl * aControl | |
TBool aRoused |
IMPORT_C void | SendEventToEikonServer | ( | TInt | aEvent, |
const TAny * | aPtr, | |||
TInt | aLength | |||
) |
IMPORT_C void | SetAlertWin | ( | MEikAlertWin * | aAlertWin | ) |
MEikAlertWin * aAlertWin |
void | SetAppReady | ( | ) | [private] |
IMPORT_C void | SetAppUiFactoryL | ( | MEikAppUiFactory * | aAppUiFactory | ) |
MEikAppUiFactory * aAppUiFactory |
IMPORT_C void | SetAutoForwarding | ( | TBool | aAutoBringToForeground | ) |
TBool aAutoBringToForeground |
IMPORT_C void | SetBusy | ( | TBool | aBusy | ) |
TBool aBusy |
void | SetCDlgDialogFactory | ( | MEikCDlgDialogFactory * | aDialogFactory | ) | [inline] |
MEikCDlgDialogFactory * aDialogFactory |
void | SetColor | ( | TLogicalColor | aLogicalColor, |
TRgb | aColor | |||
) | [inline] |
Sets a mapping in the application's colour list between the logical and physical colours specified.
TLogicalColor aLogicalColor | A logical colour value. |
TRgb aColor | A physical colour value. |
void | SetCommandLineDebugMemFailL | ( | const CApaCommandLine & | aCommandLine | ) | [private] |
const CApaCommandLine & aCommandLine |
IMPORT_C void | SetDebugKeys | ( | MEikDebugKeys * | aDebugKeys | ) |
MEikDebugKeys * aDebugKeys |
IMPORT_C void | SetDocNameIsAFile | ( | TBool | aDocNameIsAFile | ) |
TBool aDocNameIsAFile |
IMPORT_C void | SetExtension | ( | CBase * | aExtension | ) |
CBase * aExtension |
void | SetFileDialogFactory | ( | MEikFileDialogFactory * | aDialogFactory | ) | [inline] |
MEikFileDialogFactory * aDialogFactory |
IMPORT_C void | SetInfoDialog | ( | MEikInfoDialog * | aInfoDialog | ) |
MEikInfoDialog * aInfoDialog |
void | SetIrFactory | ( | MEikIrFactory * | aIrFactory | ) | [inline] |
MEikIrFactory * aIrFactory |
void | SetPrintDialogFactory | ( | MEikPrintDialogFactory * | aDialogFactory | ) | [inline] |
MEikPrintDialogFactory * aDialogFactory |
IMPORT_C void | SetQueryDialog | ( | MEikInfoDialog * | aQueryDialog | ) |
MEikInfoDialog * aQueryDialog |
IMPORT_C void | SetRequestInfoDialogFunc | ( | TRequestDialogFunc | aInfoDialogFunc | ) |
TRequestDialogFunc aInfoDialogFunc |
IMPORT_C void | SetRequestQueryDialogFunc | ( | TRequestDialogFunc | aQueryDialogFunc | ) |
TRequestDialogFunc aQueryDialogFunc |
IMPORT_C void | SetRespondsToShutdownEvent | ( | TBool | aRespondsToShutdownEvent | ) |
TBool aRespondsToShutdownEvent |
IMPORT_C void | SetRespondsToSwitchFilesEvent | ( | TBool | aRespondsToSwitchFilesEvent | ) |
TBool aRespondsToSwitchFilesEvent |
void | SetStatusPaneCoreResId | ( | TInt | aStatusPaneCoreResId | ) | [inline] |
TInt aStatusPaneCoreResId |
IMPORT_C void | SetSystem | ( | TBool | aSystem | ) |
TBool aSystem |
IMPORT_C void | SetVerboseInfoReporting | ( | TBool | aVerbose | ) |
TBool aVerbose |
IMPORT_C TBool | StartedAsServerApp | ( | ) | const |
CEikonEnv * | Static | ( | ) | [static, inline] |
TInt | StatusPaneCoreResId | ( | ) | const [inline] |
void | StoreAppLanguageL | ( | const RApaLsSession & | aLsSession | ) | [private] |
const RApaLsSession & aLsSession |
IMPORT_C const CFont * | SymbolFont | ( | ) | const |
IMPORT_C CCharFormatLayer * | SystemCharFormatLayerL | ( | ) |
IMPORT_C CParaFormatLayer * | SystemParaFormatLayerL | ( | ) |
IMPORT_C CParaFormatLayer * | SystemSingleLineParaFormatLayerL | ( | ) |
IMPORT_C const CFbsBitmap * | TexturedBitmap | ( | ) | const |
IMPORT_C const CFont * | TitleFont | ( | ) | const |
void | UpdateColorListL | ( | ) |
IMPORT_C void | UpdateSystemColorListL | ( | const CColorList & | aColorList | ) |
const CColorList & aColorList |
IMPORT_C void | UpdateSystemFontsL | ( | ) |
IMPORT_C void | UpdateTaskNameL | ( | ) |
IMPORT_C void | VerboseInfoMsg | ( | const TDesC & | aDes | ) |
const TDesC & aDes |
IMPORT_C TVersion | Version | ( | ) | [static] |
IMPORT_C TEikVirtualCursor & | VirtualCursor | ( | ) |
IMPORT_C void | WriteInternalStateOfStackedControlsL | ( | ) |
IMPORT_C void | WservAllocInfoMsg | ( | ) |
EErrorNumValid | |
EErrorNumInvalid |
MEikAlertWin * | iAlertWin | [private] |
TBool | iAlertWinInitialized | [private] |
CArrayFix< TEikAppUiFactory > * | iAppUiFactoryArray | [private] |
TInt | iAutoLoadedControlFactories | [private] |
TInt | iAutoLoadedResourceFiles | [private] |
CEikAutoMenuTitleArray * | iAutoMenuTitleArray | [private] |
CArrayPtrFlat< CFbsBitmap > * | iBitmapArray | [private] |
TInt | iBusyCount | [private] |
MEikBusyMsgWin * | iBusyMsgWin | [private] |
MEikCDlgDialogFactory * | iCDlgDialogFactory | [private] |
CCharFormatLayer * | iCharFormatLayer | [private] |
RAnimDll * | iClockDll | [private] |
CColorList * | iColorList | [private] |
CArrayFix< TCreateByTypeFunction > * | iControlFactoryFuncArray | [private] |
const CCoeControl * | iCursorWindow | [private] |
MEikDebugKeys * | iDebugKeys | [private] |
TInt | iEditableControlStandardHeight | [private] |
CEikEnvExtra * | iEikEnvExtra | [private] |
TBitFlags | iEikonEnvFlags | [private] |
TInt | iEmbeddedAppLevel | [private] |
CEikErrorIdler * | iErrorIdler | [private] |
CBase * | iExtension | [private] |
MEikFileDialogFactory * | iFileDialogFactory | [private] |
CArrayPtr< CLafSystemFont > * | iFontArray | [private] |
TInt | iForwardsCount | [private] |
MEikInfoDialog * | iInfoDialog | [private] |
TRequestDialogFunc | iInfoDialogFunc | [private] |
MEikInfoMsgWin * | iInfoMsgWin | [private] |
MEikIrFactory * | iIrFactory | [private] |
HBufC8 * | iKeyPressLabels | [private] |
CEikLafEnv * | iLafEnv | [private] |
CArrayPtr< CEikLibrary > * | iLibraries | [private] |
CEikLogicalBorderProxy * | iLogicalBorderProxy | [private] |
TBuf< 2 > | iNudgeChars | [private] |
HBufC * | iOOMErrorText | [private] |
CParaFormatLayer * | iParaFormatLayer | [private] |
CEikPictureFactory * | iPictureFactory | [private] |
MEikPrintDialogFactory * | iPrintDialogFactory | [private] |
TInt | iPrivateResourceFileOffset | [private] |
CEikProcess * | iProcess | [private] |
MEikInfoDialog * | iQueryDialog | [private] |
TRequestDialogFunc | iQueryDialogFunc | [private] |
CArrayFix< TInt > * | iResourceFileOffsetArray | [private] |
CParaFormatLayer * | iSingleLineParaFormatLayer | [private] |
TInt | iSpare3 | [private] |
TInt | iStatusPaneCoreResId | [private] |
TInt | iSystemResourceFileOffset | [private] |