Public Member Functions | |
~COandXHistoryView () | |
TUid | Id () const |
void | HandleCommandL (TInt aCommand) |
void | HandleViewRectChange () |
void | DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) |
COandXHistViewContainer * | Container () |
void | ChangeDisplayL (TBool aDisplayHistory) |
TBool | IsDisplayingHistory () const |
TBool | IsActivated () const |
Static Public Member Functions | |
static COandXHistoryView * | NewLC () |
A view that displays the Noughts and Crosses game history or stats (The view simply displays the relevant control)
Definition at line 48 of file oandxhistview.h.
COandXHistoryView::~COandXHistoryView | ( | ) |
Destructor for the view
Definition at line 60 of file oandxhistview.cpp.
TUid COandXHistoryView::Id | ( | ) | const |
Returns the view Id
Definition at line 79 of file oandxhistview.cpp.