CGfxWorkbenchAppView Class Reference

List of all members.

Public Member Functions

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

Static Public Member Functions

static CGfxWorkbenchAppViewNewL (const TRect &aRect)
static CGfxWorkbenchAppViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 40 of file GfxWorkbenchAppView.h.


Constructor & Destructor Documentation

CGfxWorkbenchAppView::~CGfxWorkbenchAppView (  )  [virtual]

~CGfxWorkbenchAppView Virtual Destructor.

Definition at line 99 of file GfxWorkbenchAppView.cpp.


Member Function Documentation

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

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

Definition at line 45 of file GfxWorkbenchAppView.cpp.

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

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

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

Definition at line 57 of file GfxWorkbenchAppView.cpp.

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

From CCoeControl, Draw Draw this CGfxWorkbenchAppView to the screen.

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 111 of file GfxWorkbenchAppView.cpp.

void CGfxWorkbenchAppView::SizeChanged (  )  [virtual]

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

Definition at line 129 of file GfxWorkbenchAppView.cpp.


Generated by  doxygen 1.6.2