CGfxBitBlitView Class Reference

Inherits MGfxTimerCallBack.

List of all members.

Public Member Functions

virtual ~CGfxBitBlitView ()
virtual void GfxTimerFiredL (TInt aId)
void StartL ()
void StopL ()
void Draw (const TRect &aRect) const
void ProfileBitBlitL (TInt aTestNo)
virtual void SizeChanged ()

Static Public Member Functions

static CGfxBitBlitViewNewL (const TRect &aRect)
static CGfxBitBlitViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 39 of file GfxBitBlitView.h.


Constructor & Destructor Documentation

CGfxBitBlitView::~CGfxBitBlitView (  )  [virtual]

~CGfxDirectScreenBitmapView Virtual Destructor.

Definition at line 109 of file GfxBitBitView.cpp.


Member Function Documentation

CGfxBitBlitView * CGfxBitBlitView::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 54 of file GfxBitBitView.cpp.

CGfxBitBlitView * CGfxBitBlitView::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 66 of file GfxBitBitView.cpp.

void CGfxBitBlitView::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 121 of file GfxBitBitView.cpp.

void CGfxBitBlitView::ProfileBitBlitL ( TInt  aTestNo  ) 

Monochrome display mode (1 bpp)

Four grayscales display mode (2 bpp)

16 grayscales display mode (4 bpp)

256 grayscales display mode (8 bpp)

Low colour EGA 16 colour display mode (4 bpp)

256 colour display mode (8 bpp)

64,000 colour display mode (16 bpp)

True colour display mode (24 bpp)

(Not an actual display mode used for moving buffers containing bitmaps)

4096 colour display (12 bpp).

True colour display mode (32 bpp, but top byte is unused and unspecified)

Display mode with alpha (24bpp colour plus 8bpp alpha)

Definition at line 214 of file GfxBitBitView.cpp.

void CGfxBitBlitView::SizeChanged (  )  [virtual]

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

Definition at line 138 of file GfxBitBitView.cpp.


Generated by  doxygen 1.6.2