CGfxIclView Class Reference

Inherits MGfxImageDecoderHandler.

List of all members.

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 CGfxIclViewNewL (const TRect &aRect)
static CGfxIclViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 46 of file GfxIclView.h.


Constructor & Destructor Documentation

CGfxIclView::~CGfxIclView (  )  [virtual]

~CGfxDirectScreenView Virtual Destructor.

Definition at line 118 of file GfxIclView.cpp.


Member Function Documentation

CGfxIclView * CGfxIclView::NewL ( const TRect &  aRect  )  [static]

NewL. Two-phased constructor. Create a CGfxDirectScreenView object, which will draw itself to aRect.

Parameters:
aRect The rectangle this view will be drawn to.
Returns:
a pointer to the created instance of CGfxDirectScreenView.

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.

Parameters:
aRect Rectangle this view will be drawn to.
Returns:
A pointer to the created instance of CGfxDirectScreenView.

Definition at line 76 of file GfxIclView.cpp.

void CGfxIclView::Draw ( const TRect &  aRect  )  const

From CCoeControl, Draw Draw this CGfxDirectScreenView to the screen.

Parameters:
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.


Generated by  doxygen 1.6.2