Public Member Functions | |
void | ConstructL () |
~CSqlSrvDemoAppUi () | |
void | HandleCommandL (TInt aCommand) |
virtual void | HandleResourceChangeL (TInt aType) |
Static Public Member Functions | |
static CWikiDb & | WikiEngine () |
CSqlSrvDemoAppUi application UI class. An instance of class CSqlSrvDemoAppUi is the UserInterface part of the AVKON application framework for the SqlSrvDemo example application
Definition at line 40 of file SqlSrvDemoAppUi.h.
CSqlSrvDemoAppUi::~CSqlSrvDemoAppUi | ( | ) |
~CSqlSrvDemoAppUi Destructor.
Definition at line 60 of file SqlSrvDemoAppUi.cpp.
void CSqlSrvDemoAppUi::ConstructL | ( | void | ) |
ConstructL. 2nd phase constructor.
Definition at line 36 of file SqlSrvDemoAppUi.cpp.
void CSqlSrvDemoAppUi::HandleCommandL | ( | TInt | aCommand | ) |
HandleCommandL Takes care of command handling.
aCommand | Command to be handled. |
Definition at line 70 of file SqlSrvDemoAppUi.cpp.
void CSqlSrvDemoAppUi::HandleResourceChangeL | ( | TInt | aType | ) | [virtual] |
HandleResourceChangeL() Called by framework when layout is changed.
aType | The type of resources that have changed. |
Definition at line 94 of file SqlSrvDemoAppUi.cpp.
CWikiDb & CSqlSrvDemoAppUi::WikiEngine | ( | ) | [static] |
WikiEngine() The application's engine to the wikipedia DB
Definition at line 111 of file SqlSrvDemoAppUi.cpp.