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