|
Public Member Functions |
| IMPORT_C void | BaseConstructL (TInt aAppUiFlags=EStandardApp) |
| | Initialises this Avkon app UI with standard values.
|
| IMPORT_C | ~CAknAppUi () |
| | Destructor.
|
| IMPORT_C void | ConstructL () |
| | From CEikAppUi.
|
| IMPORT_C CEikStatusPane * | StatusPane () |
| | Gets a pointer to the status pane.
|
| IMPORT_C CEikButtonGroupContainer * | Cba () |
| | Gets a pointer to the Command Button Area.
|
| IMPORT_C CAknTouchPane * | TouchPane () |
| | Gets a pointer to the touch pane.
|
| IMPORT_C CAknToolbar * | PopupToolbar () const |
| | Gets a pointer to the application toolbar.
|
| IMPORT_C CAknToolbar * | CurrentPopupToolbar () const |
| | Gets a pointer to the current toolbar( view toolbar is priority ).
|
| void | StopDisplayingPopupToolbar () |
| | Hides popup toolbar if it is visible.
|
| IMPORT_C void | ProcessCommandL (TInt aCommand) |
| | Processes user commands.
|
| IMPORT_C TErrorHandlerResponse | HandleError (TInt aError, const SExtendedError &aExtErr, TDes &aErrorText, TDes &aContextText) |
| | Handles errors.
|
| IMPORT_C void | RunAppShutter () |
| | Run the application shutter if it exists.
|
| IMPORT_C TBool | IsAppShutterRunning () const |
| | Determines whether the application shutter is active.
|
| virtual IMPORT_C void | HandleViewDeactivation (const TVwsViewId &aViewIdToBeDeactivated, const TVwsViewId &aNewlyActivatedViewId) |
| | From MCoeViewDeactivationObserver.
|
| IMPORT_C void | PrepareToExit () |
| | From CCoeAppUiBase.
|
| IMPORT_C void | HandleTouchPaneSizeChange () |
| | From .
|
| IMPORT_C void | HideApplicationFromFSW (TBool aHide=ETrue) |
| | Hide application from Fast-swap window.
|
| IMPORT_C void | GetAliasKeyCodeL (TUint &aCode, const TKeyEvent &aKeyEvent, TEventCode aType) |
| | Gets keyboard layout specific keycode.
|
| IMPORT_C void | SetAliasKeyCodeResolverL (MAknAliasKeyCodeResolver *aResolver) |
| | Sets custom resolver for keycode aliases Creates iExtension if it doesn't exist Public since 3rd Ed FP1.
|
Protected Member Functions |
| IMPORT_C void | HandleStatusPaneSizeChange () |
| | From MEikStatusPaneObserver.
|
| IMPORT_C void | HandleSystemEventL (const TWsEvent &aEvent) |
| | From CCoeAppUi.
|
| virtual IMPORT_C void | Reserved_MtsmPosition () |
| virtual IMPORT_C void | Reserved_MtsmObject () |
| IMPORT_C void | HandleForegroundEventL (TBool aForeground) |
| | Handles changes in keyboard focus when an application switches to, or from, the foreground.
|
| IMPORT_C void | HandleWsEventL (const TWsEvent &aEvent, CCoeControl *aDestination) |
| | Handles window server events.
|
| IMPORT_C void | SetKeyBlockMode (TAknKeyBlockMode aMode) |
| | Set key block mode.
|
| IMPORT_C void | HandleErrorL (TInt aError, HBufC **aErrorDesc, TBool aShowNote=ETrue) |
| void | DecideWsClientBufferSizesL () |
| | Try to set window server buffer size to KAknDefaultWsBufferSize.
|