CTaskManagerAppUi Class Reference

List of all members.

Public Member Functions

void ConstructL ()
 ~CTaskManagerAppUi ()
CTaskManagerEngineModel ()
void ShowConnectingCbaL (const TBool &aShow)
void SetViewBusyL (const TBool &aBusy)
void HandleCommandL (TInt aCommand)
void HandleForegroundEventL (TBool aForeground)

Detailed Description

Application UI class. Provides support for the following features:

  • EIKON control architecture

Definition at line 33 of file TaskManagerAppUi.h.


Constructor & Destructor Documentation

CTaskManagerAppUi::~CTaskManagerAppUi (  ) 

Destructor.

Definition at line 110 of file TaskManagerAppUi.cpp.


Member Function Documentation

void CTaskManagerAppUi::ConstructL (  ) 

Symbian OS default constructor.

Definition at line 34 of file TaskManagerAppUi.cpp.

CTaskManagerEngine & CTaskManagerAppUi::Model (  ) 

Returns reference to engine, which handles transactions.

Returns:
Reference to engine.

Definition at line 211 of file TaskManagerAppUi.cpp.

void CTaskManagerAppUi::ShowConnectingCbaL ( const TBool &  aShow  ) 

Shows proper cba buttons according to the given boolean.

Parameters:
aShow defines whether only a cancel button (ETrue) or options and exit buttons are shown.

Definition at line 222 of file TaskManagerAppUi.cpp.

void CTaskManagerAppUi::SetViewBusyL ( const TBool &  aBusy  ) 

AppView can inform the AppUi that it is busy doing something (like showing a query dialog). While AppView is busy, AppUi makes sure that engine won't update tasks automatically.

Parameters:
aBusy defines whether the view is busy or not.

Definition at line 291 of file TaskManagerAppUi.cpp.

void CTaskManagerAppUi::HandleCommandL ( TInt  aCommand  ) 

From CEikAppUi, takes care of command handling.

Parameters:
aCommand command to be handled

Definition at line 126 of file TaskManagerAppUi.cpp.

void CTaskManagerAppUi::HandleForegroundEventL ( TBool  aForeground  ) 

From CEikAppUi, called when application switches to or from the foreground.

Parameters:
aForeground ETrue to switch to the foreground. EFalse to switch from the foreground.

Definition at line 188 of file TaskManagerAppUi.cpp.


Generated by  doxygen 1.6.2