CGfxDirectScreenBitmapView Class Reference

List of all members.

Public Member Functions

virtual ~CGfxDirectScreenBitmapView ()
void StartL ()
void StopL ()
void Draw (const TRect &aRect) const
virtual void SizeChanged ()

Static Public Member Functions

static CGfxDirectScreenBitmapViewNewL (const TRect &aRect)
static CGfxDirectScreenBitmapViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 41 of file GfxDirectScreenBitmapView.h.


Constructor & Destructor Documentation

CGfxDirectScreenBitmapView::~CGfxDirectScreenBitmapView (  )  [virtual]

~CGfxDirectScreenBitmapView Virtual Destructor.

Definition at line 99 of file GfxDirectScreenBitmapView.cpp.


Member Function Documentation

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

NewL. Two-phased constructor. Create a CGfxDirectScreenBitmapView 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 CGfxDirectScreenBitmapView.

Definition at line 45 of file GfxDirectScreenBitmapView.cpp.

CGfxDirectScreenBitmapView * CGfxDirectScreenBitmapView::NewLC ( const TRect &  aRect  )  [static]

NewLC. Two-phased constructor. Create a CGfxDirectScreenBitmapView object, which will draw itself to aRect.

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

Definition at line 57 of file GfxDirectScreenBitmapView.cpp.

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

From CCoeControl, Draw Draw this CGfxDirectScreenBitmapView to the screen.

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 111 of file GfxDirectScreenBitmapView.cpp.

void CGfxDirectScreenBitmapView::SizeChanged (  )  [virtual]

From CoeControl, SizeChanged. Called by framework when the view size is changed.

Definition at line 129 of file GfxDirectScreenBitmapView.cpp.


Generated by  doxygen 1.6.2