CFindMeAppView Class Reference

List of all members.

Public Member Functions

virtual ~CFindMeAppView ()
void Draw (const TRect &aRect) const
virtual void SizeChanged ()
void PrintPos ()
void GetDegreesString (const TReal64 &, TBuf< 20 > &) const

Static Public Member Functions

static CFindMeAppViewNewL (const TRect &aRect)
static CFindMeAppViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 29 of file FindMeAppView.h.


Constructor & Destructor Documentation

CFindMeAppView::~CFindMeAppView (  )  [virtual]

~CFindMeAppView Virtual Destructor.

Definition at line 110 of file FindMeAppView.cpp.


Member Function Documentation

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

NewL. Two-phased constructor. Create a CFindMeAppView 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 CFindMeAppView.

Definition at line 55 of file FindMeAppView.cpp.

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

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

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

Definition at line 67 of file FindMeAppView.cpp.

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

From CCoeControl, Draw Draw this CFindMeAppView to the screen.

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 121 of file FindMeAppView.cpp.

void CFindMeAppView::SizeChanged (  )  [virtual]

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

Definition at line 160 of file FindMeAppView.cpp.

void CFindMeAppView::PrintPos (  ) 

Print the Location information on screen

Definition at line 171 of file FindMeAppView.cpp.


Generated by  doxygen 1.6.2