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 CSendWorkbenchAppView * | NewL (const TRect &aRect, CSendWorkbenchAppUi &aAppUI) |
static CSendWorkbenchAppView * | NewLC (const TRect &aRect, CSendWorkbenchAppUi &aAppUI) |
Definition at line 30 of file SendWorkbenchAppView.h.
CSendWorkbenchAppView::~CSendWorkbenchAppView | ( | ) | [virtual] |
~CSendWorkbenchAppView Virtual Destructor.
Definition at line 148 of file SendWorkbenchAppView.cpp.
CSendWorkbenchAppView * CSendWorkbenchAppView::NewL | ( | const TRect & | aRect, | |
CSendWorkbenchAppUi & | aAppUI | |||
) | [static] |
NewL. Two-phased constructor. Create a CSendWorkbenchAppView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
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.
aRect | Rectangle this view will be drawn to. |
Definition at line 47 of file SendWorkbenchAppView.cpp.
void CSendWorkbenchAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CSendWorkbenchAppView to the screen.
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.