#include <CMenuMatch.h>
Public Member Functions | |
CMenuMatch (void) | |
virtual | ~CMenuMatch (void) |
Private Member Functions | |
void | OnCreate (void) |
void | OnDestroy (void) |
void | OnUp (void) |
void | OnDown (void) |
void | OnLeft (void) |
void | OnRight (void) |
void | OnPrevious (void) |
void | OnNext (void) |
void | OnUpdate (void) |
void | OnDisplay (void) |
Private Attributes | |
EMatchOption | m_Options [MENUMATCH_OPTIONS_COUNT] |
Options of this menu in the right order. | |
int | m_CursorOption |
Option the cursor hand is currently pointing to. |
CMenuMatch::CMenuMatch | ( | void | ) |
CMenuMatch::~CMenuMatch | ( | void | ) | [virtual] |
void CMenuMatch::OnCreate | ( | void | ) | [private, virtual] |
Implements CMenuBase.
void CMenuMatch::OnDestroy | ( | void | ) | [private, virtual] |
Implements CMenuBase.
void CMenuMatch::OnUp | ( | void | ) | [private, virtual] |
Implements CMenuBase.
void CMenuMatch::OnDown | ( | void | ) | [private, virtual] |
Implements CMenuBase.
void CMenuMatch::OnLeft | ( | void | ) | [private, virtual] |
void CMenuMatch::OnRight | ( | void | ) | [private, virtual] |
void CMenuMatch::OnPrevious | ( | void | ) | [private, virtual] |
void CMenuMatch::OnNext | ( | void | ) | [private, virtual] |
void CMenuMatch::OnUpdate | ( | void | ) | [private, virtual] |
Implements CMenuBase.
void CMenuMatch::OnDisplay | ( | void | ) | [private, virtual] |
EMatchOption CMenuMatch::m_Options[MENUMATCH_OPTIONS_COUNT] [private] |
Options of this menu in the right order.
int CMenuMatch::m_CursorOption [private] |
Option the cursor hand is currently pointing to.