CTestAppAppView Class Reference

List of all members.

Public Member Functions

 ~CTestAppAppView ()
void Draw (const TRect &aRect) const

Static Public Member Functions

static CTestAppAppViewNewL (const TRect &aRect)
static CTestAppAppViewNewLC (const TRect &aRect)

Detailed Description

An instance of the Application View object for the TestApp example application

Definition at line 42 of file TestAppAppview.h.


Constructor & Destructor Documentation

CTestAppAppView::~CTestAppAppView (  ) 

~CTestAppAppView

Destroy the object and release all memory objects

Definition at line 56 of file TestAppAppview.cpp.


Member Function Documentation

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

NewL

Create a CTestAppAppView 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 CTestAppAppView

Definition at line 36 of file TestAppAppview.cpp.

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

NewLC

Create a CTestAppAppView 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 CTestAppAppView

Definition at line 43 of file TestAppAppview.cpp.

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

Draw

Draw this CTestAppAppView to the screen

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 74 of file TestAppAppview.cpp.


Generated by  doxygen 1.6.2