Public Member Functions | |
~CMobilityView () | |
TUid | Id () const |
void | HandleCommandL (TInt aCommand) |
void | DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) |
Static Public Member Functions | |
static CMobilityView * | NewL () |
static CMobilityView * | NewLC () |
Class: CMobilityView
Discussion: This class will demonstrate Application Level Roaming (ALR) using the Mobility API Extension.
Definition at line 30 of file MobilityView.h.
CMobilityView::~CMobilityView | ( | ) |
Destructor
Definition at line 49 of file MobilityView.cpp.
CMobilityView * CMobilityView::NewL | ( | ) | [static] |
Symbian two phase construction
Definition at line 26 of file MobilityView.cpp.
CMobilityView * CMobilityView::NewLC | ( | ) | [static] |
Symbian two phase construction
Definition at line 34 of file MobilityView.cpp.
TUid CMobilityView::Id | ( | ) | const |
Return View Id
Definition at line 60 of file MobilityView.cpp.
void CMobilityView::HandleCommandL | ( | TInt | aCommand | ) |
Handle Commands
CMobilityView::HandleCommandL(TInt aCommand) Here we handle commands for this view. Each view has their own HandleCommandL()
Definition at line 71 of file MobilityView.cpp.
void CMobilityView::DynInitMenuPaneL | ( | TInt | aResourceId, | |
CEikMenuPane * | aMenuPane | |||
) |
Called by the framework when this view's menu is shown
Definition at line 150 of file MobilityView.cpp.