#include <ScreenRanking.h>
Inheritance diagram for ScreenRanking:
Public Member Functions | |
ScreenRanking (CString sName) | |
~ScreenRanking () | |
void | HandleScreenMessage (const ScreenMessage SM) |
Protected Member Functions | |
virtual bool | AutoBeginFadingOut () const |
float | SetPage (PageToShow pts) |
void | TweenPageOnScreen () |
void | TweenPageOffScreen () |
Protected Attributes | |
Banner | m_Banner |
Sprite | m_sprBannerFrame |
BitmapText | m_textCourseTitle |
BitmapText | m_textCategory |
BitmapText | m_textStepsType |
AutoActor | m_sprPageType |
Sprite | m_sprBullets [NUM_RANKING_LINES] |
BitmapText | m_textNames [NUM_RANKING_LINES] |
BitmapText | m_textScores [NUM_RANKING_LINES] |
BitmapText | m_textPoints [NUM_RANKING_LINES] |
BitmapText | m_textTime [NUM_RANKING_LINES] |
AutoActor | m_sprDifficulty [NUM_DIFFICULTIES] |
vector< StepsScoreRowItem * > | m_vpStepsScoreRowItem |
ListDisplay | m_ListScoreRowItems |
AutoActor | m_sprCourseDifficulty [NUM_DIFFICULTIES] |
vector< CourseScoreRowItem * > | m_vpCourseScoreRowItem |
ListDisplay | m_ListCourseRowItems |
vector< PageToShow > | m_vPagesToShow |
vector< Difficulty > | m_vDiffsToShow |
|
|
|
|
|
Reimplemented from ScreenAttract. |
|
Reimplemented from ScreenAttract. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|