Public Member Functions | |
| ~CSensorView () | |
| TUid | Id () const |
| void | HandleCommandL (TInt aCommand) |
Static Public Member Functions | |
| static CSensorView * | NewL () |
| static CSensorView * | NewLC () |
Class: CSensorView
Discussion: This class will display Accelerometer XYZ data using the Sensor Framework.
Definition at line 29 of file SensorView.h.
| CSensorView::~CSensorView | ( | ) |
Destructor
Definition at line 46 of file SensorView.cpp.
| CSensorView * CSensorView::NewL | ( | ) | [static] |
Symbian two phase construction
Definition at line 23 of file SensorView.cpp.
| CSensorView * CSensorView::NewLC | ( | ) | [static] |
Symbian two phase construction
Definition at line 31 of file SensorView.cpp.
| TUid CSensorView::Id | ( | ) | const |
Return View Id
Definition at line 62 of file SensorView.cpp.
| void CSensorView::HandleCommandL | ( | TInt | aCommand | ) |
Handle Commands
CSensorView::HandleCommandL(TInt aCommand) Here we handle commands for this view. Each view has their own HandleCommandL()
Definition at line 73 of file SensorView.cpp.
1.6.2