Public Member Functions | |
virtual | ~CRpsAppView () |
void | Draw (const TRect &aRect) const |
virtual void | SizeChanged () |
void | FocusChanged (TDrawNow aDrawNow) |
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
Static Public Member Functions | |
static CRpsAppView * | NewL (MAppViewObserver &aObs, const TRect &aRect) |
static CRpsAppView * | NewLC (MAppViewObserver &aObs, const TRect &aRect) |
Definition at line 55 of file rpsAppView.h.
CRpsAppView::~CRpsAppView | ( | ) | [virtual] |
~CRpsAppView Virtual Destructor.
Definition at line 94 of file rpsAppView.cpp.
CRpsAppView * CRpsAppView::NewL | ( | MAppViewObserver & | aObs, | |
const TRect & | aRect | |||
) | [static] |
NewL. Two-phased constructor. Create a CRpsAppView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
Definition at line 42 of file rpsAppView.cpp.
CRpsAppView * CRpsAppView::NewLC | ( | MAppViewObserver & | aObs, | |
const TRect & | aRect | |||
) | [static] |
NewLC. Two-phased constructor. Create a CRpsAppView object, which will draw itself to aRect.
aRect | Rectangle this view will be drawn to. |
Definition at line 54 of file rpsAppView.cpp.
void CRpsAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CRpsAppView to the screen.
aRect | the rectangle of this view that needs updating |
Definition at line 166 of file rpsAppView.cpp.
void CRpsAppView::SizeChanged | ( | ) | [virtual] |
From CoeControl, SizeChanged. Called by framework when the view size is changed.
Definition at line 103 of file rpsAppView.cpp.
TKeyResponse CRpsAppView::OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, | |
TEventCode | aType | |||
) |
From CoeControl, OfferKeyEventL. Called by framework when keypad input is received.
Definition at line 124 of file rpsAppView.cpp.