Public Member Functions | |
virtual | ~CGfxWorkbenchAppView () |
void | StartL () |
void | StopL () |
void | Draw (const TRect &aRect) const |
virtual void | SizeChanged () |
Static Public Member Functions | |
static CGfxWorkbenchAppView * | NewL (const TRect &aRect) |
static CGfxWorkbenchAppView * | NewLC (const TRect &aRect) |
Definition at line 40 of file GfxWorkbenchAppView.h.
CGfxWorkbenchAppView::~CGfxWorkbenchAppView | ( | ) | [virtual] |
~CGfxWorkbenchAppView Virtual Destructor.
Definition at line 99 of file GfxWorkbenchAppView.cpp.
CGfxWorkbenchAppView * CGfxWorkbenchAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL. Two-phased constructor. Create a CGfxWorkbenchAppView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
Definition at line 45 of file GfxWorkbenchAppView.cpp.
CGfxWorkbenchAppView * CGfxWorkbenchAppView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC. Two-phased constructor. Create a CGfxWorkbenchAppView object, which will draw itself to aRect.
aRect | Rectangle this view will be drawn to. |
Definition at line 57 of file GfxWorkbenchAppView.cpp.
void CGfxWorkbenchAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CGfxWorkbenchAppView to the screen.
aRect | the rectangle of this view that needs updating |
Definition at line 111 of file GfxWorkbenchAppView.cpp.
void CGfxWorkbenchAppView::SizeChanged | ( | ) | [virtual] |
From CoeControl, SizeChanged. Called by framework when the view size is changed.
Definition at line 129 of file GfxWorkbenchAppView.cpp.