Public Member Functions | |
virtual | ~CSkeletonAppView () |
void | Draw (const TRect &aRect) const |
virtual void | SizeChanged () |
void | FocusChanged (TDrawNow aDrawNow) |
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
void | StartHeartbeat () |
void | StopHeartbeat () |
void | SetPausedDisplay (TBool aPaused) |
Static Public Member Functions | |
static CSkeletonAppView * | NewL (const TRect &aRect) |
static CSkeletonAppView * | NewLC (const TRect &aRect) |
static TInt | Tick (TAny *aCallback) |
Definition at line 28 of file SkeletonAppView.h.
CSkeletonAppView::~CSkeletonAppView | ( | ) | [virtual] |
~CSkeletonAppView Virtual Destructor.
Definition at line 189 of file SkeletonAppView.cpp.
CSkeletonAppView * CSkeletonAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL. Two-phased constructor. Create a CSkeletonAppView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
Definition at line 110 of file SkeletonAppView.cpp.
CSkeletonAppView * CSkeletonAppView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC. Two-phased constructor. Create a CSkeletonAppView object, which will draw itself to aRect.
aRect | Rectangle this view will be drawn to. |
Definition at line 122 of file SkeletonAppView.cpp.
void CSkeletonAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CSkeletonAppView to the screen.
aRect | the rectangle of this view that needs updating |
Definition at line 339 of file SkeletonAppView.cpp.
void CSkeletonAppView::SizeChanged | ( | ) | [virtual] |
From CoeControl, SizeChanged. Called by framework when the view size is changed.
Definition at line 437 of file SkeletonAppView.cpp.
TKeyResponse CSkeletonAppView::OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, | |
TEventCode | aType | |||
) |
From CoeControl, OfferKeyEventL. Called by framework when keypad input is received.
Definition at line 260 of file SkeletonAppView.cpp.
TInt CSkeletonAppView::Tick | ( | TAny * | aCallback | ) | [static] |
Static callback method used by the periodic timer Calls GameLoop()
Definition at line 223 of file SkeletonAppView.cpp.
void CSkeletonAppView::StartHeartbeat | ( | ) |
Starts the heartbeat timer to drive the game loop
Definition at line 153 of file SkeletonAppView.cpp.
void CSkeletonAppView::StopHeartbeat | ( | ) |
Stops the heartbeat time and pauses the game loop
Definition at line 163 of file SkeletonAppView.cpp.
void CSkeletonAppView::SetPausedDisplay | ( | TBool | aPaused | ) |
Shows the game paused display
Definition at line 169 of file SkeletonAppView.cpp.