#include <ScreenPlayerOptions.h>
Inheritance diagram for ScreenPlayerOptions:
Public Member Functions | |
ScreenPlayerOptions (CString sName) | |
virtual void | Update (float fDelta) |
virtual void | DrawPrimitives () |
virtual void | Input (const DeviceInput &DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI) |
virtual void | HandleScreenMessage (const ScreenMessage SM) |
Private Member Functions | |
void | GoToNextScreen () |
void | GoToPrevScreen () |
void | UpdateDisqualified () |
Private Attributes | |
bool | m_bAcceptedChoices |
bool | m_bGoToOptions |
bool | m_bAskOptionsMessage |
Sprite | m_sprOptionsMessage |
AutoActor | m_sprCancelAll [NUM_PLAYERS] |
|
|
|
Reimplemented from ScreenOptions. |
|
Reimplemented from ScreenOptionsMaster. |
|
Reimplemented from ScreenOptionsMaster. |
|
Reimplemented from ScreenOptions. |
|
Reimplemented from ScreenOptions. |
|
Reimplemented from ScreenOptions. |
|
|
|
|
|
|
|
|
|
|
|
|