Public Member Functions | |
~CExeLauncher_UIQ3View () | |
TVwsViewId | ViewId () const |
void | HandleCommandL (CQikCommand &aCommand) |
Static Public Member Functions | |
static CExeLauncher_UIQ3View * | NewLC (CQikAppUi &aAppUi) |
Protected Member Functions | |
void | ViewConstructL () |
A very simple view that displays the text "ExeLauncher_UIQ3", drawn using the default title font supplied by UIQ. It also consist of three commands that will bring up infoprints.
Definition at line 22 of file ExeLauncher_UIQ3View.h.
CExeLauncher_UIQ3View::~CExeLauncher_UIQ3View | ( | ) |
Destructor for the view
Definition at line 55 of file ExeLauncher_UIQ3View.cpp.
CExeLauncher_UIQ3View * CExeLauncher_UIQ3View::NewLC | ( | CQikAppUi & | aAppUi | ) | [static] |
Creates and constructs the view.
aAppUi | Reference to the AppUi |
Definition at line 28 of file ExeLauncher_UIQ3View.cpp.
TVwsViewId CExeLauncher_UIQ3View::ViewId | ( | ) | const |
Returns the view Id
Definition at line 85 of file ExeLauncher_UIQ3View.cpp.
void CExeLauncher_UIQ3View::ViewConstructL | ( | ) | [protected] |
Inherited from CQikViewBase and called upon by the UI Framework. It creates the view from resource.
Definition at line 73 of file ExeLauncher_UIQ3View.cpp.