Public Member Functions | |
~CDeviceCapsView () | |
TUid | Id () const |
void | HandleCommandL (TInt aCommand) |
Static Public Member Functions | |
static CDeviceCapsView * | NewL () |
static CDeviceCapsView * | NewLC () |
Class: CDeviceCapsView
Discussion: Device Capabilities will be displayed within this views container.
Definition at line 30 of file DeviceCapsView.h.
CDeviceCapsView::~CDeviceCapsView | ( | ) |
Destructor
Definition at line 46 of file DeviceCapsView.cpp.
CDeviceCapsView * CDeviceCapsView::NewL | ( | ) | [static] |
Symbian two phase construction
Definition at line 23 of file DeviceCapsView.cpp.
CDeviceCapsView * CDeviceCapsView::NewLC | ( | ) | [static] |
Symbian two phase construction
Definition at line 31 of file DeviceCapsView.cpp.
TUid CDeviceCapsView::Id | ( | ) | const |
Return View Id
Definition at line 62 of file DeviceCapsView.cpp.
void CDeviceCapsView::HandleCommandL | ( | TInt | aCommand | ) |
Handle Commands
CDeviceCapsView::HandleCommandL(TInt aCommand) Here we handle commands for this view. Each view has their own HandleCommandL()
Definition at line 73 of file DeviceCapsView.cpp.