|
Public Types |
| enum | TAppUiOrientation { EAppUiOrientationUnspecified,
EAppUiOrientationPortrait,
EAppUiOrientationLandscape,
EAppUiOrientationAutomatic
} |
| enum | {
EAknEnableSkin = EAknEnableSkinFlag,
EAppOrientationPortrait = EAppOrientationSpecifiedFlag,
EAppOrientationLandscape,
EAppOrientationAutomatic,
EAknDisableHighlightAnimation
} |
Public Member Functions |
| IMPORT_C | ~CAknAppUiBase () |
| | Destructor.
|
| IMPORT_C | CAknAppUiBase () |
| | C++ Default constructor.
|
| IMPORT_C void | BaseConstructL (TInt aAppUiFlags) |
| | Initialises this Avkon base app UI with standard values.
|
| IMPORT_C void | HandleForegroundEventL (TBool aForeground) |
| | Handles changes in keyboard focus when an application switches to, or from, the foreground.
|
| IMPORT_C void | ConstructL () |
| | From CEikAppUi.
|
| IMPORT_C void | Exit () |
| | From CEikAppUi.
|
| IMPORT_C void | SetFadedL (TBool aFaded) |
| | From CEikAppUi.
|
| IMPORT_C void | HandleResourceChangeL (TInt aType) |
| | From CEikAppUi.
|
| IMPORT_C TRect | ApplicationRect () const |
| | From CEikAppUi.
|
| IMPORT_C void | PrepareToExit () |
| | From CCoeAppUiBase.
|
| IMPORT_C TBool | IsFaded () const |
| | Determines whether the system is faded.
|
| IMPORT_C CAknWsEventMonitor * | EventMonitor () const |
| | Returns the object which allows events to be spyed upon in addition to normal event handling.
|
| IMPORT_C CAknKeySoundSystem * | KeySounds () const |
| | Gets a pointer to KeySound API object.
|
| IMPORT_C TBool | IsFullScreenApp () const |
| | Determines whether the application is full screen application.
|
| IMPORT_C TBool | IsLayoutAwareApp () const |
| | Determines whether the application is layout aware.
|
| TBool | IsMSKEnabledApp () const |
| | Determines whether the application has MSK enabled.
|
| IMPORT_C void | SetLayoutAwareApp (TBool aLayoutAwareApp) |
| | Set application layout aware.
|
| IMPORT_C TBool | IsForeground () const |
| | Determines whether the application is foreground.
|
| IMPORT_C TBool | IsPartialForeground () const |
| | Determines whether the application is partially foreground.
|
| IMPORT_C TAppUiOrientation | Orientation () const |
| | Gets the application screen orientation.
|
| IMPORT_C void | SetOrientationL (TAppUiOrientation aOrientation) |
| | Sets the application screen orientation.
|
| TInt | FindAppWgIdBelowMeL () |
| | Find the window group ID of the application below this application.
|
| TInt | EventForForegroundState (TBool aPartialFg, TBool aForeground) |
| | Simply return KEikPartialForeground if aPartialFg == ETrue, otherwise if aForeground == ETrue then return EEventFocusGained else return EEventFocusLost.
|
| TBool | ThreadIsForeground () const |
| | Determines whether the thread owning this application window group is foreground.
|
| void | SimulateWsEventL (TInt aEvent) |
| | Simulates an event being received from wserv.
|
| IMPORT_C TAknUiZoom | LocalUiZoom () const |
| | Gets the application local zoom.
|
| IMPORT_C void | SetLocalUiZoom (TAknUiZoom aZoom) |
| | Sets the application local zoom.
|
| IMPORT_C void | ApplyLayoutChangeL (TBool aReportChange) |
| | Can be used to apply changes to settings that affect the current layout, such as changes to the local zoom.
|
| void | SetScreenModeL (TInt aModeNumber) |
| | Public Since 3rd Ed FP1.
|
| TInt | ScreenMode () const |
| | Public Since 3rd Ed FP1.
|
Protected Member Functions |
| virtual IMPORT_C void | HandleScreenDeviceChangedL () |
| | From CCoeAppUiBase.
|
| virtual IMPORT_C void | HandleApplicationSpecificEventL (TInt aType, const TWsEvent &aEvent) |
| | From CCoeAppUi.
|
| IMPORT_C void | SetFullScreenApp (TBool aIsFullScreen) |
| | Set the application to be a full screen application.
|
| IMPORT_C void | ReplaceKeySoundsL (TInt aUid) |
| | Replace current key sound server with new one.
|
| virtual IMPORT_C TTypeUid::Ptr | MopSupplyObject (TTypeUid aId) |
Friends |
| class | CAknAppUi |