class MPbk2AppUi |
Phonebook 2 application UI interface.
Public Member Functions | |
---|---|
CPbk2AppViewBase * | ActiveView () |
TAny * | AppUiExtension ( TUid ) |
MPbk2ApplicationServices & | ApplicationServices () |
void | ExitApplication () |
void | HandleCommandL ( TInt ) |
MPbk2KeyEventHandler & | KeyEventHandler () |
MPbk2StartupMonitor * | Pbk2StartupMonitor () |
MPbk2ViewExplorer * | Pbk2ViewExplorer () |
CPbk2TabGroupContainer * | TabGroups () |
Protected Member Functions | |
---|---|
~MPbk2AppUi () |
CPbk2AppViewBase * | ActiveView | ( | ) | const [pure virtual] |
Returns the currently active view.
TAny * | AppUiExtension | ( | TUid | ) | [inline, virtual] |
Returns an extension point for this interface or NULL.
TUid |
MPbk2ApplicationServices & | ApplicationServices | ( | ) | const [pure virtual] |
Returns Phonebook 2 application services.
void | HandleCommandL | ( | TInt | aCommand | ) | [pure virtual] |
Handles a command. If Phonebook 2 command handler does not handle a command it can then be passed to application UI command handler which ultimately handles it. For example, exit command is handled by application UI not by command handler.
TInt aCommand |
MPbk2KeyEventHandler & | KeyEventHandler | ( | ) | [pure virtual] |
Returns Phonebook 2 key event handler.
MPbk2StartupMonitor * | Pbk2StartupMonitor | ( | ) | const [pure virtual] |
Returns the Phonebook 2 startup monitor.
MPbk2ViewExplorer * | Pbk2ViewExplorer | ( | ) | const [pure virtual] |
Returns the Phonebook 2 view explorer if it exists.
CPbk2TabGroupContainer * | TabGroups | ( | ) | const [pure virtual] |
Returns Phonebook 2 tab group container.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.