CTiltMeAppView Class Reference

List of all members.

Public Member Functions

virtual ~CTiltMeAppView ()
void Draw (const TRect &aRect) const
virtual void SizeChanged ()
void StartSensor ()
void StopSensor ()

Static Public Member Functions

static CTiltMeAppViewNewL (const TRect &aRect)
static CTiltMeAppViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 39 of file TiltMeAppView.h.


Constructor & Destructor Documentation

CTiltMeAppView::~CTiltMeAppView (  )  [virtual]

~CTiltMeAppView Virtual Destructor.

Definition at line 103 of file TiltMeAppView.cpp.


Member Function Documentation

CTiltMeAppView * CTiltMeAppView::NewL ( const TRect &  aRect  )  [static]

NewL. Two-phased constructor. Create a CTiltMeAppView object, which will draw itself to aRect.

Parameters:
aRect The rectangle this view will be drawn to.
Returns:
a pointer to the created instance of CTiltMeAppView.

Definition at line 44 of file TiltMeAppView.cpp.

CTiltMeAppView * CTiltMeAppView::NewLC ( const TRect &  aRect  )  [static]

NewLC. Two-phased constructor. Create a CTiltMeAppView object, which will draw itself to aRect.

Parameters:
aRect Rectangle this view will be drawn to.
Returns:
A pointer to the created instance of CTiltMeAppView.

Definition at line 56 of file TiltMeAppView.cpp.

void CTiltMeAppView::Draw ( const TRect &  aRect  )  const

From CCoeControl, Draw Draw this CTiltMeAppView to the screen.

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 115 of file TiltMeAppView.cpp.

void CTiltMeAppView::SizeChanged (  )  [virtual]

From CoeControl, SizeChanged. Called by framework when the view size is changed.

Definition at line 165 of file TiltMeAppView.cpp.


Generated by  doxygen 1.6.2