The AppUi class handles application-wide aspects of the user interface, including view management and the default menu, control pane, and status pane. More...
Public Member Functions | |
CExeLauncher_S60AppUi () | |
virtual | ~CExeLauncher_S60AppUi () |
void | ConstructL () |
Completes the second phase of Symbian object construction. Put initialization code that could leave here. | |
TKeyResponse | HandleKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
void | HandleCommandL (TInt aCommand) |
void | HandleResourceChangeL (TInt aType) |
void | HandleViewDeactivation (const TVwsViewId &aViewIdToBeDeactivated, const TVwsViewId &aNewlyActivatedViewId) |
The AppUi class handles application-wide aspects of the user interface, including view management and the default menu, control pane, and status pane.
Definition at line 25 of file ExeLauncher_S60AppUi.h.
CExeLauncher_S60AppUi::CExeLauncher_S60AppUi | ( | ) |
Construct the CExeLauncher_S60AppUi instance
Definition at line 28 of file ExeLauncher_S60AppUi.cpp.
CExeLauncher_S60AppUi::~CExeLauncher_S60AppUi | ( | ) | [virtual] |
The appui's destructor removes the container from the control stack and destroys it.
Definition at line 39 of file ExeLauncher_S60AppUi.cpp.
TKeyResponse CExeLauncher_S60AppUi::HandleKeyEventL | ( | const TKeyEvent & | aKeyEvent, | |
TEventCode | aType | |||
) |
Override of the HandleKeyEventL virtual function
aKeyEvent | ||
aType |
Definition at line 98 of file ExeLauncher_S60AppUi.cpp.
void CExeLauncher_S60AppUi::HandleCommandL | ( | TInt | aCommand | ) |
Handle a command for this appui (override)
aCommand | command id to be handled |
Definition at line 59 of file ExeLauncher_S60AppUi.cpp.
void CExeLauncher_S60AppUi::HandleResourceChangeL | ( | TInt | aType | ) |
Override of the HandleResourceChangeL virtual function
Definition at line 84 of file ExeLauncher_S60AppUi.cpp.
void CExeLauncher_S60AppUi::HandleViewDeactivation | ( | const TVwsViewId & | aViewIdToBeDeactivated, | |
const TVwsViewId & | aNewlyActivatedViewId | |||
) |
Override of the HandleViewDeactivation virtual function
aViewIdToBeDeactivated | ||
aNewlyActivatedViewId |
Definition at line 115 of file ExeLauncher_S60AppUi.cpp.