Public Member Functions | |
CCSSyncAppUi () | |
virtual | ~CCSSyncAppUi () |
void | HandleCommandL (TInt aCommand) |
virtual void | HandleResourceChangeL (TInt aType) |
CCSSyncAppUi An instance of class CCSSyncAppUi is the UserInterface part of the AVKON application framework for the CSSync example application
Definition at line 33 of file cssyncappui.h.
CCSSyncAppUi::CCSSyncAppUi | ( | ) |
CCSSyncAppUi. C++ default constructor. This needs to be public due to the way the framework constructs the AppUi.
Definition at line 35 of file cssyncappui.cpp.
CCSSyncAppUi::~CCSSyncAppUi | ( | ) | [virtual] |
~CCSSyncAppUi. Destructor.
Definition at line 59 of file cssyncappui.cpp.
void CCSSyncAppUi::HandleCommandL | ( | TInt | aCommand | ) |
From CAknAppUi, HandleCommandL. Handles user menu selections.
aCommand | The enumerated code for the option selected. |
Definition at line 84 of file cssyncappui.cpp.
void CCSSyncAppUi::HandleResourceChangeL | ( | TInt | aType | ) | [virtual] |
HandleResourceChangeL() Called by framework when layout is changed.
aType | The type of resources that have changed. |
Definition at line 111 of file cssyncappui.cpp.