CSendWorkbenchAppView Class Reference

List of all members.

Public Member Functions

virtual ~CSendWorkbenchAppView ()
void Draw (const TRect &aRect) const
virtual void SizeChanged ()
virtual TInt CountComponentControls () const
virtual CCoeControl * ComponentControl (TInt aIndex) const
virtual TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType)
SendTypes::TSendContentType CurrentSelection () const
void HandleListBoxEventL (CEikListBox *aListBox, TListBoxEvent aEventType)

Static Public Member Functions

static CSendWorkbenchAppViewNewL (const TRect &aRect, CSendWorkbenchAppUi &aAppUI)
static CSendWorkbenchAppViewNewLC (const TRect &aRect, CSendWorkbenchAppUi &aAppUI)

Detailed Description

Definition at line 30 of file SendWorkbenchAppView.h.


Constructor & Destructor Documentation

CSendWorkbenchAppView::~CSendWorkbenchAppView (  )  [virtual]

~CSendWorkbenchAppView Virtual Destructor.

Definition at line 148 of file SendWorkbenchAppView.cpp.


Member Function Documentation

CSendWorkbenchAppView * CSendWorkbenchAppView::NewL ( const TRect &  aRect,
CSendWorkbenchAppUi aAppUI 
) [static]

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

Definition at line 35 of file SendWorkbenchAppView.cpp.

CSendWorkbenchAppView * CSendWorkbenchAppView::NewLC ( const TRect &  aRect,
CSendWorkbenchAppUi aAppUI 
) [static]

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

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

Definition at line 47 of file SendWorkbenchAppView.cpp.

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

From CCoeControl, Draw Draw this CSendWorkbenchAppView to the screen.

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 166 of file SendWorkbenchAppView.cpp.

void CSendWorkbenchAppView::SizeChanged (  )  [virtual]

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

Definition at line 199 of file SendWorkbenchAppView.cpp.


Generated by  doxygen 1.6.2