This is the complete list of members for gui2::tpreferences, including all inherited members.
accl_speed_slider_callback(tslider &slider) | gui2::tpreferences | private |
accl_speeds_ | gui2::tpreferences | private |
add_friend_list_entry(const bool is_friend, ttext_box &textbox, twindow &window) | gui2::tpreferences | private |
add_hotkey_callback(tlistbox &hotkeys) | gui2::tpreferences | private |
add_pager_row(tlistbox &selector, const std::string &icon, const std::string &label) | gui2::tpreferences | private |
add_tab(tlistbox &tab_bar, const std::string &label) | gui2::tpreferences | private |
adv_preferences_cfg_ | gui2::tpreferences | private |
animate_map_toggle_callback(ttoggle_button &toggle, ttoggle_button &toggle_water) | gui2::tpreferences | private |
bind_status_label(T &parent, const std::string &label_id, twidget &find_in) | gui2::tpreferences | private |
bind_status_label(tslider &parent, const std::string &label_id, twidget &find_in, const std::string &suffix="") | gui2::tpreferences | private |
combo_data typedef | gui2::tpreferences | private |
default_hotkey_callback(twindow &window) | gui2::tpreferences | private |
display(CVideo &video, const config &game_cfg) | gui2::tpreferences | inlinestatic |
edit_friend_list_entry(tlistbox &friends, ttext_box &textbox) | gui2::tpreferences | private |
font_scaling_ | gui2::tpreferences | private |
font_scaling_slider_callback(tslider &slider) | gui2::tpreferences | private |
friend_names_ | gui2::tpreferences | private |
fullscreen_toggle_callback(twindow &window) | gui2::tpreferences | private |
get_retval() const | gui2::tdialog | inline |
handle_res_select(twindow &window) | gui2::tpreferences | private |
index_ | gui2::tpreferences | private |
initialize_members(twindow &window) | gui2::tpreferences | private |
initialize_tabs(twindow &window, tlistbox &selector, const int index) | gui2::tpreferences | private |
last_selected_item_ | gui2::tpreferences | private |
lobby_joins_group | gui2::tpreferences | private |
max_autosaves_slider_callback(tslider &slider, tcontrol &status_label) | gui2::tpreferences | private |
on_advanced_prefs_list_select(tlistbox &tree, twindow &window) | gui2::tpreferences | private |
on_page_select(twindow &window) | gui2::tpreferences | private |
on_tab_select(twindow &window) | gui2::tpreferences | private |
post_show(twindow &) | gui2::tpreferences | privatevirtual |
pre_show(twindow &window) | gui2::tpreferences | privatevirtual |
register_bool(const std::string &id, const bool mandatory, const std::function< bool()> &callback_load_value=std::function< bool()>(), const std::function< void(const bool)> &callback_save_value=std::function< void(const bool)>(), const std::function< void(twidget &)> &callback_change=std::function< void(twidget &)>()) | gui2::tdialog | protected |
register_bool(const std::string &id, const bool mandatory, bool &linked_variable, const std::function< void(twidget &)> &callback_change=std::function< void(twidget &)>()) | gui2::tdialog | protected |
register_image(const std::string &id, const bool mandatory, const std::string &filename) | gui2::tdialog | inlineprotected |
register_integer(const std::string &id, const bool mandatory, const std::function< int()> &callback_load_value=std::function< int()>(), const std::function< void(const int)> &callback_save_value=std::function< void(const int)>()) | gui2::tdialog | protected |
register_integer(const std::string &id, const bool mandatory, int &linked_variable) | gui2::tdialog | protected |
register_label(const std::string &id, const bool mandatory, const std::string &text, const bool use_markup=false) | gui2::tdialog | protected |
register_text(const std::string &id, const bool mandatory, const std::function< std::string()> &callback_load_value=std::function< std::string()>(), const std::function< void(const std::string &)> &callback_save_value=std::function< void(const std::string &)>(), const bool capture_focus=false) | gui2::tdialog | protected |
register_text(const std::string &id, const bool mandatory, std::string &linked_variable, const bool capture_focus=false) | gui2::tdialog | protected |
remove_friend_list_entry(tlistbox &friends_list, ttext_box &textbox, twindow &window) | gui2::tpreferences | private |
remove_hotkey_callback(tlistbox &hotkeys) | gui2::tpreferences | private |
set_always_save_fields(const bool always_save_fields) | gui2::tdialog | inline |
set_restore(const bool restore) | gui2::tdialog | inline |
set_selected_index(std::pair< int, int > index) | gui2::tpreferences | inline |
set_visible_page(twindow &window, unsigned int page, const std::string &pager_id) | gui2::tpreferences | private |
setup_combobox(const std::string &widget_id, const combo_data &options, const unsigned start_value, std::function< void(std::string)> callback, twidget &find_in) | gui2::tpreferences | private |
setup_friends_list(twindow &window) | gui2::tpreferences | private |
setup_hotkey_list(twindow &window) | gui2::tpreferences | private |
setup_radio_toggle(const std::string &toggle_id, const T &enum_value, const int start_value, tgroup< T > &group, std::function< void(int)> callback, twindow &window) | gui2::tpreferences | private |
setup_single_slider(const std::string &widget_id, const int start_value, std::function< void(int)> slider_callback, twidget &find_in) | gui2::tpreferences | private |
setup_single_toggle(const std::string &widget_id, const bool start_value, std::function< void(bool)> callback, twidget &find_in, const bool inverted=false) | gui2::tpreferences | private |
setup_toggle_slider_pair(const std::string &toggle_widget, const std::string &slider_widget, const bool toggle_start_value, const int slider_state_value, std::function< void(bool)> toggle_callback, std::function< void(int)> slider_callback, twidget &find_in) | gui2::tpreferences | private |
show(CVideo &video, const unsigned auto_close_time=0) | gui2::tdialog | |
simple_combobox_callback(const tcombobox &widget, std::function< void(std::string)> setter, std::vector< std::string > &vec) | gui2::tpreferences | private |
single_slider_callback(const tslider &widget, std::function< void(int)> setter) | gui2::tpreferences | private |
single_toggle_callback(const ttoggle_button &widget, std::function< void(bool)> setter, const bool inverted) | gui2::tpreferences | private |
status_label_callback(T &parent_widget, tcontrol &label_widget, const std::string &suffix="") | gui2::tpreferences | private |
t_visible_hotkeys typedef | gui2::tpreferences | |
tdialog() | gui2::tdialog | inline |
toggle_radio_callback(tgroup< T > &group, std::function< void(int)> setter) | gui2::tpreferences | private |
toggle_slider_pair_callback(const ttoggle_button &toggle_widget, tslider &slider_widget, std::function< void(bool)> setter) | gui2::tpreferences | private |
tpreferences(CVideo &video, const config &game_cfg) | gui2::tpreferences | |
visible_hotkeys_ | gui2::tpreferences | private |
window_id() const | gui2::tpreferences | privatevirtual |
~tdialog() | gui2::tdialog | virtual |