Inherits MGfxImageDecoderHandler.
Public Member Functions | |
virtual | ~CGfxIclView () |
void | StartL () |
void | StopL () |
void | Draw (const TRect &aRect) const |
virtual void | SizeChanged () |
virtual void | GfxImageLoadedCallBack (TInt aError) |
Static Public Member Functions | |
static CGfxIclView * | NewL (const TRect &aRect) |
static CGfxIclView * | NewLC (const TRect &aRect) |
Definition at line 46 of file GfxIclView.h.
CGfxIclView::~CGfxIclView | ( | ) | [virtual] |
~CGfxDirectScreenView Virtual Destructor.
Definition at line 118 of file GfxIclView.cpp.
CGfxIclView * CGfxIclView::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 64 of file GfxIclView.cpp.
CGfxIclView * CGfxIclView::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 76 of file GfxIclView.cpp.
void CGfxIclView::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 131 of file GfxIclView.cpp.
void CGfxIclView::SizeChanged | ( | ) | [virtual] |
From CoeControl, SizeChanged. Called by framework when the view size is changed.
Definition at line 155 of file GfxIclView.cpp.