Public Member Functions | |
virtual | ~CCSSyncAppView () |
void | Draw (const TRect &aRect) const |
Static Public Member Functions | |
static CCSSyncAppView * | NewL (const TRect &aRect, CCSSyncDocument &aDocument) |
static CCSSyncAppView * | NewLC (const TRect &aRect, CCSSyncDocument &aDocument) |
CCSAsyncAppView An instance of the Application View object for the CSSync example application.
Definition at line 32 of file cssyncappview.h.
CCSSyncAppView::~CCSSyncAppView | ( | ) | [virtual] |
~CCSSyncAppView. Destructor. Destroys the object and release all memory objects.
Definition at line 87 of file cssyncappview.cpp.
CCSSyncAppView * CCSSyncAppView::NewL | ( | const TRect & | aRect, | |
CCSSyncDocument & | aDocument | |||
) | [static] |
NewL. Two-phased constructor. Creates a CCSSyncAppView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. | |
aDocument | The document to read time data from. |
Definition at line 32 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.
aRect | The rectangle this view will be drawn to. | |
aDocument | The document to read time data from. |
Definition at line 45 of file cssyncappview.cpp.
void CCSSyncAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw. Draws this CCSSyncAppView to the screen.
aRect | The rectangle of this view that needs updating. |
Definition at line 97 of file cssyncappview.cpp.