Public Member Functions | |
| sub_list ()=default | |
| sub_list (tree_view *parent_tree, const std::string &label, const bool unfolded) | |
| void | update_player_count_label () |
Public Attributes | |
| tree_view_node * | root |
| label * | label_player_count |
Definition at line 44 of file lobby_player_list_helper.hpp.
|
default |
| gui2::lobby_player_list_helper::sub_list::sub_list | ( | tree_view * | parent_tree, |
| const std::string & | label, | ||
| const bool | unfolded | ||
| ) |
Definition at line 31 of file lobby_player_list_helper.cpp.
References gui2::tree_view::add_node(), gui2::widget::find_widget(), label_player_count, root, and gui2::tree_view_node::unfold().
| void gui2::lobby_player_list_helper::sub_list::update_player_count_label | ( | ) |
Definition at line 46 of file lobby_player_list_helper.cpp.
| label* gui2::lobby_player_list_helper::sub_list::label_player_count |
Definition at line 53 of file lobby_player_list_helper.hpp.
Referenced by sub_list().
| tree_view_node* gui2::lobby_player_list_helper::sub_list::root |
Definition at line 51 of file lobby_player_list_helper.hpp.
Referenced by sub_list().