CExeLauncher_S60AppUi Class Reference

The AppUi class handles application-wide aspects of the user interface, including view management and the default menu, control pane, and status pane. More...

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

TKeyResponse CExeLauncher_S60AppUi::HandleKeyEventL ( const TKeyEvent &  aKeyEvent,
TEventCode  aType 
)

Override of the HandleKeyEventL virtual function

Returns:
EKeyWasConsumed if event was handled, EKeyWasNotConsumed if not
Parameters:
aKeyEvent 
aType 

Definition at line 98 of file ExeLauncher_S60AppUi.cpp.

void CExeLauncher_S60AppUi::HandleCommandL ( TInt  aCommand  ) 

Handle a command for this appui (override)

Parameters:
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

Parameters:
aViewIdToBeDeactivated 
aNewlyActivatedViewId 

Definition at line 115 of file ExeLauncher_S60AppUi.cpp.


Generated by  doxygen 1.6.2