CCSAsyncAppView Class Reference

List of all members.

Public Member Functions

virtual ~CCSAsyncAppView ()
void Draw (const TRect &aRect) const

Static Public Member Functions

static CCSAsyncAppViewNewL (const TRect &aRect, CCSAsyncDocument &aDocument)
static CCSAsyncAppViewNewLC (const TRect &aRect, CCSAsyncDocument &aDocument)

Detailed Description

CCSAsyncAppView An instance of the Application View object for the CSAsync example application.

Definition at line 33 of file csasyncappview.h.


Constructor & Destructor Documentation

CCSAsyncAppView::~CCSAsyncAppView (  )  [virtual]

~CCSAsyncAppView. Destructor. Destroys the object and release all memory objects.

Definition at line 89 of file csasyncappview.cpp.


Member Function Documentation

CCSAsyncAppView * CCSAsyncAppView::NewL ( const TRect &  aRect,
CCSAsyncDocument aDocument 
) [static]

NewL. Two-phased constructor. Creates a CCSAsyncAppView object, which will draw itself to aRect.

Parameters:
aRect The rectangle this view will be drawn to.
aDocument The document to read time data from.
Returns:
A pointer to the created instance of CCSAsyncAppView.

Definition at line 34 of file csasyncappview.cpp.

CCSAsyncAppView * CCSAsyncAppView::NewLC ( const TRect &  aRect,
CCSAsyncDocument aDocument 
) [static]

NewLC. Two-phased constructor. Creates a CCSAsyncAppView object, which will draw itself to aRect.

Parameters:
aRect The rectangle this view will be drawn to.
aDocument The document to read time data from.
Returns:
A pointer to the created instance of CCSAsyncAppView.

Definition at line 47 of file csasyncappview.cpp.

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

From CCoeControl, Draw. Draws this CCSAsyncAppView to the screen.

Parameters:
aRect The rectangle of this view that needs updating.

Definition at line 99 of file csasyncappview.cpp.


Generated by  doxygen 1.6.2