#include <player_list_helper.hpp>
Public Member Functions | |
player_list_helper (window *window) | |
void | update_list (const config::const_child_itors &users) |
Private Attributes | |
listbox & | list_ |
Definition at line 24 of file player_list_helper.hpp.
|
explicit |
Definition at line 23 of file player_list_helper.cpp.
References gui2::listbox::add_row(), data, prefs::get(), list_, prefs::login(), and gui2::listbox::select_row().
void gui2::player_list_helper::update_list | ( | const config::const_child_itors & | users | ) |
Definition at line 35 of file player_list_helper.cpp.
References gui2::listbox::add_row(), gui2::listbox::clear(), data, prefs::get(), i, list_, prefs::login(), and gui2::listbox::select_row().
|
private |
Definition at line 32 of file player_list_helper.hpp.
Referenced by player_list_helper(), and update_list().