Public Member Functions | |
void | ConstructL () |
CDBMSAppUi () | |
~CDBMSAppUi () | |
void | DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) |
void | HandleCommandL (TInt aCommand) |
void | HandleStatusPaneSizeChange () |
Class: CEComCalculatorAppUi
Description: An instance of class CDBMSAppUi is the UserInterface part of the AVKON application framework for the DBMS example application.
The relevant part of this example is the database engine class CDBMSDb in DBEngine.h. The GUI is only a simple tester for the engine.
Definition at line 32 of file DBMSAppui.h.
CDBMSAppUi::CDBMSAppUi | ( | ) |
Function: CDBMSAppUi
Description: Perform the first phase of two phase construction. This needs to be public due to the way the framework constructs the AppUi.
Definition at line 53 of file DBMSAppui.cpp.
CDBMSAppUi::~CDBMSAppUi | ( | ) |
Function: ~CDBMSAppUi
Description: Destructor of the object
Definition at line 65 of file DBMSAppui.cpp.
void CDBMSAppUi::ConstructL | ( | ) |
Function: ConstructL
Description: Perform the second phase construction of a CDBMSAppUi object. This needs to be public due to the way the framework constructs the AppUi.
Definition at line 33 of file DBMSAppui.cpp.
void CDBMSAppUi::DynInitMenuPaneL | ( | TInt | aResourceId, | |
CEikMenuPane * | aMenuPane | |||
) |
Function: DynInitMenuPaneL
Description: Dynamically determine what menu items are visible, when the menu is shown. This method is called by the framework just before the menu is shown.
Param: aResourceId menu pane resource id. Identifies the menu pane (this example has only one, so not relevant)
Param: aMenuPane The in-memory representation of the menu pane
Definition at line 177 of file DBMSAppui.cpp.
void CDBMSAppUi::HandleCommandL | ( | TInt | aCommand | ) |
Function: HandleCommandL
Description: Handle user menu selections
Param: aCommand the enumerated code for the menu option selected.
Definition at line 280 of file DBMSAppui.cpp.
void CDBMSAppUi::HandleStatusPaneSizeChange | ( | ) |
HandleStatusPaneSizeChange. Called by framework when the view layout is changed.
Definition at line 830 of file DBMSAppui.cpp.