Public Member Functions | |
~CSendWorkbenchUIQView () | |
TVwsViewId | ViewId () const |
void | HandleCommandL (CQikCommand &aCommand) |
void | HandleSendDialogL (CQikListBox *aListBox) |
void | HandleListBoxEventL (CQikListBox *aListBox, TQikListBoxEvent aEventType, TInt aItemIndex, TInt aSlotId) |
Static Public Member Functions | |
static CSendWorkbenchUIQView * | NewLC (CQikAppUi &aAppUi) |
Protected Member Functions | |
void | ViewConstructL () |
A very simple view that displays the text "SendWorkbenchUIQ", drawn using the default title font supplied by UIQ. It also consist of three commands that will bring up infoprints.
Definition at line 32 of file SendWorkbenchUIQView.h.
CSendWorkbenchUIQView::~CSendWorkbenchUIQView | ( | ) |
Destructor for the view
Definition at line 88 of file SendWorkbenchUIQView.cpp.
CSendWorkbenchUIQView * CSendWorkbenchUIQView::NewLC | ( | CQikAppUi & | aAppUi | ) | [static] |
Creates and constructs the view.
aAppUi | Reference to the AppUi |
Definition at line 68 of file SendWorkbenchUIQView.cpp.
TVwsViewId CSendWorkbenchUIQView::ViewId | ( | ) | const |
Returns the view Id
Definition at line 160 of file SendWorkbenchUIQView.cpp.
void CSendWorkbenchUIQView::ViewConstructL | ( | ) | [protected] |
Inherited from CQikViewBase and called upon by the UI Framework. It creates the view from resource.
Definition at line 104 of file SendWorkbenchUIQView.cpp.