CCSAsyncAppUi Class Reference

Inherits MAsyncTimeObserver.

List of all members.

Public Member Functions

 CCSAsyncAppUi ()
virtual ~CCSAsyncAppUi ()
void HandleCommandL (TInt aCommand)
void DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane)
void HandleTimeUpdate ()
virtual void HandleResourceChangeL (TInt aType)

Detailed Description

CCSAsyncAppUi An instance of class CCSAsyncAppUi is the UserInterface part of the AVKON application framework for the CSAsync example application

Definition at line 36 of file csasyncappui.h.


Constructor & Destructor Documentation

CCSAsyncAppUi::CCSAsyncAppUi (  ) 

CCSAsyncAppUi. C++ default constructor. This needs to be public due to the way the framework constructs the AppUi.

Definition at line 36 of file csasyncappui.cpp.

CCSAsyncAppUi::~CCSAsyncAppUi (  )  [virtual]

~CCSAsyncAppUi. Destructor. Destroys the object and release all memory objects.

Definition at line 60 of file csasyncappui.cpp.


Member Function Documentation

void CCSAsyncAppUi::HandleCommandL ( TInt  aCommand  ) 

From CAknAppUi, HandleCommandL. Handles user menu selections.

Parameters:
aCommand The enumerated code for the option selected.

Definition at line 85 of file csasyncappui.cpp.

void CCSAsyncAppUi::DynInitMenuPaneL ( TInt  aResourceId,
CEikMenuPane *  aMenuPane 
)

From CAknAppUi, DynInitMenuPaneL. Prepares the menu prior to display.

Parameters:
aResourceId The resource for the menu to be displayed.
aMenuPane The handle to the menu.

Definition at line 124 of file csasyncappui.cpp.

void CCSAsyncAppUi::HandleTimeUpdate (  )  [virtual]

From MAsyncTimeObserver, HandleTimeUpdate. Handles updates to the time.

Implements MAsyncTimeObserver.

Definition at line 112 of file csasyncappui.cpp.

void CCSAsyncAppUi::HandleResourceChangeL ( TInt  aType  )  [virtual]

HandleResourceChangeL() Called by framework when layout is changed.

Parameters:
aType The type of resources that have changed.

Definition at line 147 of file csasyncappui.cpp.


Generated by  doxygen 1.6.2