CRpsAppView Class Reference

List of all members.

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 CRpsAppViewNewL (MAppViewObserver &aObs, const TRect &aRect)
static CRpsAppViewNewLC (MAppViewObserver &aObs, const TRect &aRect)

Detailed Description

Definition at line 55 of file rpsAppView.h.


Constructor & Destructor Documentation

CRpsAppView::~CRpsAppView (  )  [virtual]

~CRpsAppView Virtual Destructor.

Definition at line 94 of file rpsAppView.cpp.


Member Function Documentation

CRpsAppView * CRpsAppView::NewL ( MAppViewObserver aObs,
const TRect &  aRect 
) [static]

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

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.

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

Definition at line 54 of file rpsAppView.cpp.

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

From CCoeControl, Draw Draw this CRpsAppView to the screen.

Parameters:
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.


Generated by  doxygen 1.6.2