Public Member Functions | |
user_info () | |
bool | operator> (const user_info &b) const |
Public Attributes | |
std::string | name |
std::string | game_id |
std::string | location |
user_relation | relation |
user_state | state |
bool | registered |
True if this user is registered on the server. More... | |
Definition at line 236 of file multiplayer_ui.hpp.
|
inline |
Definition at line 238 of file multiplayer_ui.hpp.
bool mp::ui::user_info::operator> | ( | const user_info & | b | ) | const |
Definition at line 602 of file multiplayer_ui.cpp.
References mp::ui::FRIEND, mp::ui::ME, name, relation, mp::ui::SEL_GAME, and state.
std::string mp::ui::user_info::game_id |
Definition at line 249 of file multiplayer_ui.hpp.
Referenced by mp::ui::gamelist_updated().
std::string mp::ui::user_info::location |
Definition at line 250 of file multiplayer_ui.hpp.
Referenced by mp::ui::gamelist_updated().
std::string mp::ui::user_info::name |
Definition at line 248 of file multiplayer_ui.hpp.
Referenced by mp::ui::gamelist_updated(), and operator>().
bool mp::ui::user_info::registered |
True if this user is registered on the server.
Definition at line 254 of file multiplayer_ui.hpp.
Referenced by mp::ui::gamelist_updated().
user_relation mp::ui::user_info::relation |
Definition at line 251 of file multiplayer_ui.hpp.
Referenced by mp::ui::gamelist_updated(), and operator>().
user_state mp::ui::user_info::state |
Definition at line 252 of file multiplayer_ui.hpp.
Referenced by mp::ui::gamelist_updated(), and operator>().