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