#include <ScreenSystemLayer.h>
Inheritance diagram for ScreenSystemLayer:
Public Member Functions | |
ScreenSystemLayer () | |
void | SystemMessage (const CString &sMessage) |
void | SystemMessageNoAnimate (const CString &sMessage) |
void | ReloadCreditsText () |
void | RefreshCreditsMessages () |
void | Update (float fDeltaTime) |
Private Member Functions | |
void | AddTimestampLine (const CString &txt, const RageColor &color) |
void | UpdateTimestampAndSkips () |
Private Attributes | |
BitmapText | m_textStats |
BitmapText | m_textMessage |
BitmapText | m_textCredits [NUM_PLAYERS] |
BitmapText | m_textTime |
BitmapText | m_textSkips [NUM_SKIPS_TO_SHOW] |
int | m_LastSkip |
Quad | m_SkipBackground |
RageTimer | SkipTimer |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Screen. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|