CCSSyncAppView Class Reference

List of all members.

Public Member Functions

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

Static Public Member Functions

static CCSSyncAppViewNewL (const TRect &aRect, CCSSyncDocument &aDocument)
static CCSSyncAppViewNewLC (const TRect &aRect, CCSSyncDocument &aDocument)

Detailed Description

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

Definition at line 34 of file cssyncappview.h.


Constructor & Destructor Documentation

CCSSyncAppView::~CCSSyncAppView (  )  [virtual]

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

Definition at line 89 of file cssyncappview.cpp.


Member Function Documentation

CCSSyncAppView * CCSSyncAppView::NewL ( const TRect &  aRect,
CCSSyncDocument aDocument 
) [static]

NewL. Two-phased constructor. Creates a CCSSyncAppView 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 CCSSyncAppView.

Definition at line 34 of file cssyncappview.cpp.

CCSSyncAppView * CCSSyncAppView::NewLC ( const TRect &  aRect,
CCSSyncDocument aDocument 
) [static]

NewLC. Two-phased constructor. Creates a CCSSyncAppView 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 CCSSyncAppView.

Definition at line 47 of file cssyncappview.cpp.

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

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

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

Definition at line 99 of file cssyncappview.cpp.


Generated by  doxygen 1.6.2