CGfxDirectScreenView Class Reference

List of all members.

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 CGfxDirectScreenViewNewL (const TRect &aRect)
static CGfxDirectScreenViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 40 of file GfxDirectScreenView.h.


Constructor & Destructor Documentation

CGfxDirectScreenView::~CGfxDirectScreenView (  )  [virtual]

~CGfxDirectScreenView Virtual Destructor.

Definition at line 100 of file GfxDirectScreenView.cpp.


Member Function Documentation

CGfxDirectScreenView * CGfxDirectScreenView::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 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.

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

Definition at line 58 of file GfxDirectScreenView.cpp.

void CGfxDirectScreenView::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 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.


Generated by  doxygen 1.6.2