Public Member Functions | |
virtual | ~CHelloWorldBasicAppView () |
TDes & | GetText () |
void | Draw (const TRect &aRect) const |
virtual void | SizeChanged () |
Static Public Member Functions | |
static CHelloWorldBasicAppView * | NewL (const TRect &aRect) |
static CHelloWorldBasicAppView * | NewLC (const TRect &aRect) |
Definition at line 25 of file helloworldbasicappview.h.
CHelloWorldBasicAppView::~CHelloWorldBasicAppView | ( | ) | [virtual] |
~CHelloWorldBasicAppView Virtual Destructor.
Definition at line 88 of file helloworldbasicappview.cpp.
CHelloWorldBasicAppView * CHelloWorldBasicAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL. Two-phased constructor. Create a CHelloWorldBasicAppView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
Definition at line 30 of file helloworldbasicappview.cpp.
CHelloWorldBasicAppView * CHelloWorldBasicAppView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC. Two-phased constructor. Create a CHelloWorldBasicAppView object, which will draw itself to aRect.
aRect | Rectangle this view will be drawn to. |
Definition at line 42 of file helloworldbasicappview.cpp.
TDes & CHelloWorldBasicAppView::GetText | ( | ) |
GetText
Definition at line 140 of file helloworldbasicappview.cpp.
void CHelloWorldBasicAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CHelloWorldBasicAppView to the screen. If the user has given a text, it is also printed to the center of the screen.
aRect | the rectangle of this view that needs updating |
Definition at line 99 of file helloworldbasicappview.cpp.
void CHelloWorldBasicAppView::SizeChanged | ( | ) | [virtual] |
From CoeControl, SizeChanged. Called by framework when the view size is changed.
Definition at line 131 of file helloworldbasicappview.cpp.