#include <DifficultyMeter.h>
Inheritance diagram for DifficultyMeter:
Public Member Functions | |
DifficultyMeter () | |
void | Load () |
void | SetFromGameState (PlayerNumber pn) |
void | SetFromMeterAndDifficulty (int iMeter, Difficulty dc) |
void | SetFromSteps (const Steps *pSteps) |
void | SetFromTrail (const Trail *pTrail) |
void | Unset () |
Private Member Functions | |
void | SetFromDifficulty (Difficulty dc) |
void | SetFromCourseDifficulty (CourseDifficulty cd) |
void | SetDifficulty (CString diff) |
Private Attributes | |
BitmapText | m_textFeet |
CString | m_CurDifficulty |
AutoActor | m_Difficulty |
BitmapText | m_textMeter |
int | m_iNumFeetInMeter |
int | m_iMaxFeetInMeter |
int | m_iGlowIfMeterGreaterThan |
bool | m_bShowFeet |
bool | m_bShowDifficulty |
bool | m_bShowMeter |
bool | m_bFeetIsDifficultyColor |
bool | m_bFeetPerDifficulty |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|