CHandlerAppView Class Reference

List of all members.

Public Member Functions

 ~CHandlerAppView ()
void Draw (const TRect &aRect) const
void SetFileData (TFileName &aFileName, TDes8 &aData)

Static Public Member Functions

static CHandlerAppViewNewL (const TRect &aRect)
static CHandlerAppViewNewLC (const TRect &aRect)

Detailed Description

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

Definition at line 21 of file handlerAppview.h.


Constructor & Destructor Documentation

CHandlerAppView::~CHandlerAppView (  ) 

~CHandlerAppView

Destroy the object and release all memory objects

Definition at line 38 of file handlerAppview.cpp.


Member Function Documentation

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

NewL

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

Definition at line 18 of file handlerAppview.cpp.

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

NewLC

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

Definition at line 25 of file handlerAppview.cpp.

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

Draw

Draw this CHandlerAppView to the screen

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 56 of file handlerAppview.cpp.


Generated by  doxygen 1.6.2