Public Member Functions | |
| virtual | ~CLocalizationAppView () |
| void | DrawImage (CFbsBitmap *aImage) |
| void | Draw (const TRect &aRect) const |
| virtual void | SizeChanged () |
Static Public Member Functions | |
| static CLocalizationAppView * | NewL (const TRect &aRect) |
| static CLocalizationAppView * | NewLC (const TRect &aRect) |
Definition at line 17 of file localizationappview.h.
| CLocalizationAppView::~CLocalizationAppView | ( | ) | [virtual] |
~CLocalizationAppView Virtual Destructor.
Definition at line 72 of file localizationappview.cpp.
| CLocalizationAppView * CLocalizationAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL. Two-phased constructor. Create a CLocalizationAppView object, which will draw itself to aRect.
| aRect | The rectangle this view will be drawn to. |
Definition at line 18 of file localizationappview.cpp.
| CLocalizationAppView * CLocalizationAppView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC. Two-phased constructor. Create a CLocalizationAppView object, which will draw itself to aRect.
| aRect | Rectangle this view will be drawn to. |
Definition at line 30 of file localizationappview.cpp.
| void CLocalizationAppView::DrawImage | ( | CFbsBitmap * | aImage | ) |
DrawImage Draw image to screen
| aImage | the image to be drawn |
Definition at line 84 of file localizationappview.cpp.
| void CLocalizationAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CLocalizationAppView to the screen.
| aRect | the rectangle of this view that needs updating |
Definition at line 96 of file localizationappview.cpp.
| void CLocalizationAppView::SizeChanged | ( | ) | [virtual] |
From CoeControl, SizeChanged. Called by framework when the view size is changed.
Definition at line 129 of file localizationappview.cpp.
1.6.2