Public Member Functions | |
| ~CMainView () | |
| TUid | Id () const |
| void | HandleCommandL (TInt aCommand) |
Static Public Member Functions | |
| static CMainView * | NewL () |
| static CMainView * | NewLC () |
Class: CMainView
Discussion: Simple view from which all other examples can be launched.
Definition at line 29 of file MainView.h.
| CMainView::~CMainView | ( | ) |
Destructor
Definition at line 49 of file MainView.cpp.
| CMainView * CMainView::NewL | ( | ) | [static] |
Symbian two phase construction
Definition at line 26 of file MainView.cpp.
| CMainView * CMainView::NewLC | ( | ) | [static] |
Symbian two phase construction
Definition at line 34 of file MainView.cpp.
| TUid CMainView::Id | ( | ) | const |
Return View Id
Definition at line 60 of file MainView.cpp.
| void CMainView::HandleCommandL | ( | TInt | aCommand | ) |
Handle Commands
CMainView::HandleCommandL(TInt aCommand) Here we handle commands for this view. Each view has their own HandleCommandL()
Definition at line 71 of file MainView.cpp.
1.6.2