CThreadAppView Class Reference

List of all members.

Public Member Functions

 ~CThreadAppView ()
void Draw (const TRect &aRect) const
void DrawText (const TDesC &aText)

Static Public Member Functions

static CThreadAppViewNewL (const TRect &aRect)
static CThreadAppViewNewLC (const TRect &aRect)

Public Attributes

CThreadAnimationiAnimationOne
CThreadAnimationiAnimationTwo
CThreadAnimationiAnimationThree

Detailed Description

CThreadAppView An instance of CThreadAppView is the Application View object for the Thread example application

Definition at line 29 of file threadappview.h.


Constructor & Destructor Documentation

CThreadAppView::~CThreadAppView (  ) 

~CThreadAppView()

discussion Destroy the object

Definition at line 52 of file threadappview.cpp.


Member Function Documentation

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

NewL()

discussion Create a CThreadAppView object, which will draw itself to aRect

param aRect The rectangle this view will be drawn to result A pointer to the created instance of CThreadAppView

Definition at line 23 of file threadappview.cpp.

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

NewLC()

discussion Create a CThreadAppView object, which will draw itself to aRect

param aRect The rectangle this view will be drawn to result A pointer to the created instance of CThreadAppView

Definition at line 30 of file threadappview.cpp.

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

Draw()

discussion Draw this CThreadAppView to the screen

param aRect The rectangle of this view that needs updating

Definition at line 117 of file threadappview.cpp.

void CThreadAppView::DrawText ( const TDesC &  aText  ) 

DrawText()

discussion Draw text on the screen using a rich text editor.

param aText text to be displayed.

Definition at line 107 of file threadappview.cpp.


Generated by  doxygen 1.6.2