AddCategoryHighScore(StepsType st, RankingCategory rc, HighScore hs, int &iIndexOut) | Profile | |
AddCourseHighScore(const Course *pCourse, const Trail *pTrail, HighScore hs, int &iIndexOut) | Profile | |
AddCourseRecentScore(const Course *pCourse, const Trail *pTrail, HighScore hs) | Profile | |
AddScreenshot(const Screenshot &screenshot) | Profile | |
AddStepsHighScore(const Song *pSong, const Steps *pSteps, HighScore hs, int &iIndexOut) | Profile | |
AddStepsRecentScore(const Song *pSong, const Steps *pSteps, HighScore hs) | Profile | |
AddStepTotals(int iNumTapsAndHolds, int iNumJumps, int iNumHolds, int iNumMines, int iNumHands) | Profile | |
BackupToDir(CString sFromDir, CString sToDir) | Profile | [static] |
CreateNewProfile(CString sProfileDir, CString sName) | Profile | [static] |
failed_no_profile enum value | Profile | |
failed_tampered enum value | Profile | |
GetCaloriesBurnedForDay(DateTime day) const | Profile | |
GetCategoryHighScoreList(StepsType st, RankingCategory rc) | Profile | |
GetCategoryHighScoreList(StepsType st, RankingCategory rc) const | Profile | |
GetCategoryNumTimesPlayed(StepsType st) const | Profile | |
GetCourseHighScoreList(const Course *pCourse, const Trail *pTrail) | Profile | |
GetCourseHighScoreList(const Course *pCourse, const Trail *pTrail) const | Profile | |
GetCourseNumTimesPlayed(const Course *pCourse) const | Profile | |
GetCourseNumTimesPlayed(const CourseID &courseID) const | Profile | |
GetCoursesActual(StepsType st, CourseDifficulty cd) const | Profile | |
GetCoursesPercentComplete(StepsType st, CourseDifficulty cd) const | Profile | |
GetCoursesPossible(StepsType st, CourseDifficulty cd) const | Profile | |
GetDefaultModifiers(const Game *pGameType, CString &sModifiersOut) const | Profile | |
GetDisplayName() const | Profile | |
GetDisplayTotalCaloriesBurned() const | Profile | |
GetDisplayTotalCaloriesBurnedToday() const | Profile | |
GetGrades(const Song *pSong, StepsType st, int iCounts[NUM_GRADES]) const | Profile | |
GetHighScoresForACourse(const CourseID &courseID) const | Profile | [private] |
GetHighScoresForASong(const SongID &songID) const | Profile | [private] |
GetNextScreenshotIndex() | Profile | [inline] |
GetProfileDisplayNameFromDir(CString sDir) | Profile | [static] |
GetSongNumTimesPlayed(const Song *pSong) const | Profile | |
GetSongNumTimesPlayed(const SongID &songID) const | Profile | |
GetSongsActual(StepsType st, Difficulty dc) const | Profile | |
GetSongsPercentComplete(StepsType st, Difficulty dc) const | Profile | |
GetSongsPossible(StepsType st, Difficulty dc) const | Profile | |
GetStepsHighScoreList(const Song *pSong, const Steps *pSteps) const | Profile | |
GetStepsHighScoreList(const Song *pSong, const Steps *pSteps) | Profile | |
GetStepsNumTimesPlayed(const Song *pSong, const Steps *pSteps) const | Profile | |
GetTotalNumSongsPassed() const | Profile | |
GetTotalNumSongsPlayed() const | Profile | |
IncrementCategoryPlayCount(StepsType st, RankingCategory rc) | Profile | |
IncrementCoursePlayCount(const Course *pCourse, const Trail *pTrail) | Profile | |
IncrementStepsPlayCount(const Song *pSong, const Steps *pSteps) | Profile | |
InitAll() | Profile | [inline] |
InitCalorieData() | Profile | |
InitCategoryScores() | Profile | |
InitCourseScores() | Profile | |
InitEditableData() | Profile | |
InitGeneralData() | Profile | |
InitRecentCourseScores() | Profile | |
InitRecentSongScores() | Profile | |
InitScreenshotData() | Profile | |
InitSongScores() | Profile | |
IsMachine() const | Profile | |
LoadAllFromDir(CString sDir, bool bRequireSignature) | Profile | |
LoadCalorieDataFromNode(const XNode *pNode) | Profile | |
LoadCategoryScoresFromNode(const XNode *pNode) | Profile | |
LoadCourseScoresFromNode(const XNode *pNode) | Profile | |
LoadEditableDataFromDir(CString sDir) | Profile | |
LoadGeneralDataFromNode(const XNode *pNode) | Profile | |
LoadRecentCourseScoresFromNode(const XNode *pNode) | Profile | |
LoadRecentSongScoresFromNode(const XNode *pNode) | Profile | |
LoadResult enum name | Profile | |
LoadScreenshotDataFromNode(const XNode *pNode) | Profile | |
LoadSongScoresFromNode(const XNode *pNode) | Profile | |
LoadStatsXmlFromNode(const XNode *pNode) | Profile | |
m_CategoryHighScores | Profile | |
m_CourseHighScores | Profile | |
m_fTotalCaloriesBurned | Profile | |
m_iCurrentCombo | Profile | |
m_iNumExtraStagesFailed | Profile | |
m_iNumExtraStagesPassed | Profile | |
m_iNumSongsPlayedByDifficulty | Profile | |
m_iNumSongsPlayedByMeter | Profile | |
m_iNumSongsPlayedByPlayMode | Profile | |
m_iNumSongsPlayedByStyle | Profile | |
m_iNumStagesPassedByGrade | Profile | |
m_iNumStagesPassedByPlayMode | Profile | |
m_iNumToasties | Profile | |
m_iTotalDancePoints | Profile | |
m_iTotalGameplaySeconds | Profile | |
m_iTotalHands | Profile | |
m_iTotalHolds | Profile | |
m_iTotalJumps | Profile | |
m_iTotalMines | Profile | |
m_iTotalPlays | Profile | |
m_iTotalPlaySeconds | Profile | |
m_iTotalTapsAndHolds | Profile | |
m_iWeightPounds | Profile | |
m_lastCourse | Profile | |
m_LastCourseDifficulty | Profile | |
m_LastDifficulty | Profile | |
m_LastPlayedDate | Profile | [mutable] |
m_lastSong | Profile | |
m_mapDayToCaloriesBurned | Profile | |
m_sDefaultModifiers | Profile | |
m_sDisplayName | Profile | |
m_sGuid | Profile | |
m_sLastPlayedMachineGuid | Profile | [mutable] |
m_sLastUsedHighScoreName | Profile | |
m_SongHighScores | Profile | |
m_SortOrder | Profile | |
m_UnlockedSongs | Profile | |
m_vRecentCourseScores | Profile | |
m_vRecentStepsScores | Profile | |
m_vScreenshots | Profile | |
Profile() | Profile | [inline] |
SaveAllToDir(CString sDir, bool bSignData) const | Profile | |
SaveCalorieDataCreateNode() const | Profile | |
SaveCategoryScoresCreateNode() const | Profile | |
SaveCoinDataCreateNode() const | Profile | |
SaveCourseScoresCreateNode() const | Profile | |
SaveEditableDataToDir(CString sDir) const | Profile | |
SaveGeneralDataCreateNode() const | Profile | |
SaveMachinePublicKeyToDir(CString sDir) const | Profile | |
SaveRecentCourseScoresCreateNode() const | Profile | |
SaveRecentSongScoresCreateNode() const | Profile | |
SaveScreenshotDataCreateNode() const | Profile | |
SaveSongScoresCreateNode() const | Profile | |
SaveStatsWebPageToDir(CString sDir) const | Profile | |
SaveStatsXmlCreateNode() const | Profile | |
SaveStatsXmlToDir(CString sDir, bool bSignData) const | Profile | |
SetDefaultModifiers(const Game *pGameType, const CString &sModifiers) | Profile | |
success enum value | Profile | |