#include <lobby.hpp>
Public Member Functions | |
void | init (twindow &w) |
void | update_sort_icons () |
void gui2::tplayer_list::init | ( | gui2::twindow & | w | ) |
Definition at line 136 of file lobby.cpp.
References active_game, active_room, gui2::tsub_player_list::init(), gui2::twidget::tvisible::invisible, other_games, other_rooms, sort_by_name, sort_by_relation, and tree.
Referenced by gui2::tlobby_main::pre_show().
void gui2::tplayer_list::update_sort_icons | ( | ) |
Definition at line 153 of file lobby.cpp.
References gui2::ttoggle_button::get_value(), gui2::ttoggle_button::set_icon_name(), sort_by_name, and sort_by_relation.
Referenced by gui2::tlobby_main::player_filter_callback(), and gui2::tlobby_main::pre_show().
tsub_player_list gui2::tplayer_list::active_game |
Definition at line 74 of file lobby.hpp.
Referenced by init(), and gui2::tlobby_main::update_playerlist().
tsub_player_list gui2::tplayer_list::active_room |
Definition at line 75 of file lobby.hpp.
Referenced by init(), and gui2::tlobby_main::update_playerlist().
tsub_player_list gui2::tplayer_list::other_games |
Definition at line 77 of file lobby.hpp.
Referenced by init(), and gui2::tlobby_main::update_playerlist().
tsub_player_list gui2::tplayer_list::other_rooms |
Definition at line 76 of file lobby.hpp.
Referenced by init(), and gui2::tlobby_main::update_playerlist().
ttoggle_button* gui2::tplayer_list::sort_by_name |
Definition at line 79 of file lobby.hpp.
Referenced by init(), gui2::tlobby_main::player_filter_callback(), gui2::tlobby_main::pre_show(), gui2::tlobby_main::update_playerlist(), and update_sort_icons().
ttoggle_button* gui2::tplayer_list::sort_by_relation |
Definition at line 80 of file lobby.hpp.
Referenced by init(), gui2::tlobby_main::player_filter_callback(), gui2::tlobby_main::pre_show(), gui2::tlobby_main::update_playerlist(), and update_sort_icons().
ttree_view* gui2::tplayer_list::tree |