|
SuperTuxKart
|
This is the complete list of members for PlayerProfile, including all inherited members.
| addFavoriteKart(std::string ident, std::string group=FavoriteStatus::DEFAULT_FAVORITE_GROUP_NAME) (defined in PlayerProfile) | PlayerProfile | inline |
| addFavoriteTrack(std::string ident, std::string group=FavoriteStatus::DEFAULT_FAVORITE_GROUP_NAME) (defined in PlayerProfile) | PlayerProfile | inline |
| addIcon() | PlayerProfile | |
| clearSession(bool save=true) | PlayerProfile | |
| clearUnlocked() (defined in PlayerProfile) | PlayerProfile | inline |
| computeActive() | PlayerProfile | inline |
| getAchievementsStatus() (defined in PlayerProfile) | PlayerProfile | inline |
| getChallengeStatus(const std::string &id) (defined in PlayerProfile) | PlayerProfile | inline |
| getCurrentChallengeStatus() const | PlayerProfile | inline |
| getDefaultKartColor() const (defined in PlayerProfile) | PlayerProfile | inline |
| getFavoriteKartStatus() (defined in PlayerProfile) | PlayerProfile | inline |
| getFavoriteTrackStatus() (defined in PlayerProfile) | PlayerProfile | inline |
| getIconFilename() const | PlayerProfile | |
| getLastOnlineName() const | PlayerProfile | inline |
| getName() const | PlayerProfile | inline |
| getNextUnlockPoints() const (defined in PlayerProfile) | PlayerProfile | inline |
| getNumBestTrophies() const (defined in PlayerProfile) | PlayerProfile | inline |
| getNumCompletedChallenges() const (defined in PlayerProfile) | PlayerProfile | inline |
| getNumEasyTrophies() const (defined in PlayerProfile) | PlayerProfile | inline |
| getNumHardTrophies() const (defined in PlayerProfile) | PlayerProfile | inline |
| getNumMediumTrophies() const (defined in PlayerProfile) | PlayerProfile | inline |
| getOnlineId() const =0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| getOnlineState() const =0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| getPoints() const (defined in PlayerProfile) | PlayerProfile | inline |
| getPointsBefore() const (defined in PlayerProfile) | PlayerProfile | inline |
| getProfile() const =0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| getRecentlyCompletedChallenges() | PlayerProfile | inline |
| getSavedToken() const | PlayerProfile | inline |
| getSavedUserId() const | PlayerProfile | inline |
| getSpeedrunTimer() (defined in PlayerProfile) | PlayerProfile | inline |
| getStoryModeStatus() (defined in PlayerProfile) | PlayerProfile | inline |
| getStoryModeTimer() (defined in PlayerProfile) | PlayerProfile | inline |
| getUniqueID() const | PlayerProfile | inline |
| getUseFrequency() const (defined in PlayerProfile) | PlayerProfile | inline |
| grandPrixFinished() | PlayerProfile | inline |
| hasSavedSession() const | PlayerProfile | inline |
| incrementUseFrequency() | PlayerProfile | |
| initRemainingData() | PlayerProfile | |
| isFavoriteKart(std::string ident) (defined in PlayerProfile) | PlayerProfile | inline |
| isFavoriteTrack(std::string ident) (defined in PlayerProfile) | PlayerProfile | inline |
| isFinished() const (defined in PlayerProfile) | PlayerProfile | inline |
| isFirstTime() const (defined in PlayerProfile) | PlayerProfile | inline |
| isGuestAccount() const | PlayerProfile | inline |
| isLocked(const std::string &feature) const | PlayerProfile | inline |
| isLoggedIn() const (defined in PlayerProfile) | PlayerProfile | inlinevirtual |
| isSpeedrunFinished() (defined in PlayerProfile) | PlayerProfile | inline |
| loadRemainingData(const XMLNode *node) | PlayerProfile | |
| m_achievements_status | PlayerProfile | private |
| m_default_kart_color | PlayerProfile | private |
| m_favorite_kart_status | PlayerProfile | private |
| m_favorite_track_status | PlayerProfile | private |
| m_icon_filename | PlayerProfile | private |
| m_is_guest_account | PlayerProfile | private |
| m_last_online_name | PlayerProfile | private |
| m_last_was_online | PlayerProfile | private |
| m_local_name | PlayerProfile | private |
| m_remember_password | PlayerProfile | private |
| m_saved_session | PlayerProfile | private |
| m_saved_token | PlayerProfile | private |
| m_saved_user_id | PlayerProfile | private |
| m_story_mode_status | PlayerProfile | private |
| m_unique_id | PlayerProfile | private |
| m_use_frequency | PlayerProfile | private |
| NoCopy() (defined in NoCopy) | NoCopy | inline |
| NoCopy(const NoCopy &) (defined in NoCopy) | NoCopy | inlineprivate |
| OnlineState enum name | PlayerProfile | |
| operator<(const PlayerProfile &other) | PlayerProfile | |
| operator=(const NoCopy &) (defined in NoCopy) | NoCopy | inlineprivate |
| OS_GUEST enum value (defined in PlayerProfile) | PlayerProfile | |
| OS_SIGNED_IN enum value (defined in PlayerProfile) | PlayerProfile | |
| OS_SIGNED_OUT enum value (defined in PlayerProfile) | PlayerProfile | |
| OS_SIGNING_IN enum value (defined in PlayerProfile) | PlayerProfile | |
| OS_SIGNING_OUT enum value (defined in PlayerProfile) | PlayerProfile | |
| PlayerProfile(const core::stringw &name, bool is_guest=false) | PlayerProfile | |
| PlayerProfile(const XMLNode *node) | PlayerProfile | |
| raceFinished() | PlayerProfile | |
| rememberPassword() const | PlayerProfile | inline |
| removeFavoriteKart(std::string ident, std::string group=FavoriteStatus::DEFAULT_FAVORITE_GROUP_NAME) (defined in PlayerProfile) | PlayerProfile | inline |
| removeFavoriteTrack(std::string ident, std::string group=FavoriteStatus::DEFAULT_FAVORITE_GROUP_NAME) (defined in PlayerProfile) | PlayerProfile | inline |
| requestPoll() const =0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| requestSavedSession()=0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| requestSignIn(const irr::core::stringw &username, const irr::core::stringw &password)=0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| requestSignOut()=0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| save(UTFWriter &out) | PlayerProfile | |
| saveSession(int user_id, const std::string &token) | PlayerProfile | |
| setCurrentChallenge(const std::string &name) | PlayerProfile | inline |
| setDefaultKartColor(float c) (defined in PlayerProfile) | PlayerProfile | inline |
| setFinished() (defined in PlayerProfile) | PlayerProfile | inline |
| setFirstTime(bool b) (defined in PlayerProfile) | PlayerProfile | inline |
| setLastOnlineName(const core::stringw &name) | PlayerProfile | inline |
| setName(const core::stringw &name) | PlayerProfile | inline |
| setRememberPassword(bool b) | PlayerProfile | inline |
| setSpeedrunFinished() (defined in PlayerProfile) | PlayerProfile | inline |
| setSpeedrunTimer(int ms) (defined in PlayerProfile) | PlayerProfile | inline |
| setStoryModeTimer(int ms) (defined in PlayerProfile) | PlayerProfile | inline |
| setUserDetails(std::shared_ptr< Online::HTTPRequest > request, const std::string &action, const std::string &url_path="") const =0 | PlayerProfile | pure virtual |
| setWasOnlineLastTime(bool b) | PlayerProfile | inline |
| signIn(bool success, const XMLNode *input)=0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| signOut(bool success, const XMLNode *input, const irr::core::stringw &info)=0 (defined in PlayerProfile) | PlayerProfile | pure virtual |
| wasOnlineLastTime() const | PlayerProfile | inline |
| ~PlayerProfile() (defined in PlayerProfile) | PlayerProfile | virtual |