The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
gui2::tpreferences Member List

This is the complete list of members for gui2::tpreferences, including all inherited members.

accl_speed_slider_callback(tslider &slider)gui2::tpreferencesprivate
accl_speeds_gui2::tpreferencesprivate
add_friend_list_entry(const bool is_friend, ttext_box &textbox, twindow &window)gui2::tpreferencesprivate
add_hotkey_callback(tlistbox &hotkeys)gui2::tpreferencesprivate
add_pager_row(tlistbox &selector, const std::string &icon, const std::string &label)gui2::tpreferencesprivate
add_tab(tlistbox &tab_bar, const std::string &label)gui2::tpreferencesprivate
adv_preferences_cfg_gui2::tpreferencesprivate
animate_map_toggle_callback(ttoggle_button &toggle, ttoggle_button &toggle_water)gui2::tpreferencesprivate
bind_status_label(T &parent, const std::string &label_id, twidget &find_in)gui2::tpreferencesprivate
bind_status_label(tslider &parent, const std::string &label_id, twidget &find_in, const std::string &suffix="")gui2::tpreferencesprivate
combo_data typedefgui2::tpreferencesprivate
default_hotkey_callback(twindow &window)gui2::tpreferencesprivate
display(CVideo &video, const config &game_cfg)gui2::tpreferencesinlinestatic
edit_friend_list_entry(tlistbox &friends, ttext_box &textbox)gui2::tpreferencesprivate
font_scaling_gui2::tpreferencesprivate
font_scaling_slider_callback(tslider &slider)gui2::tpreferencesprivate
friend_names_gui2::tpreferencesprivate
fullscreen_toggle_callback(twindow &window)gui2::tpreferencesprivate
get_retval() const gui2::tdialoginline
handle_res_select(twindow &window)gui2::tpreferencesprivate
index_gui2::tpreferencesprivate
initialize_members(twindow &window)gui2::tpreferencesprivate
initialize_tabs(twindow &window, tlistbox &selector, const int index)gui2::tpreferencesprivate
last_selected_item_gui2::tpreferencesprivate
lobby_joins_groupgui2::tpreferencesprivate
max_autosaves_slider_callback(tslider &slider, tcontrol &status_label)gui2::tpreferencesprivate
on_advanced_prefs_list_select(tlistbox &tree, twindow &window)gui2::tpreferencesprivate
on_page_select(twindow &window)gui2::tpreferencesprivate
on_tab_select(twindow &window)gui2::tpreferencesprivate
post_show(twindow &)gui2::tpreferencesprivatevirtual
pre_show(twindow &window)gui2::tpreferencesprivatevirtual
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::tdialogprotected
register_bool(const std::string &id, const bool mandatory, bool &linked_variable, const std::function< void(twidget &)> &callback_change=std::function< void(twidget &)>())gui2::tdialogprotected
register_image(const std::string &id, const bool mandatory, const std::string &filename)gui2::tdialoginlineprotected
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::tdialogprotected
register_integer(const std::string &id, const bool mandatory, int &linked_variable)gui2::tdialogprotected
register_label(const std::string &id, const bool mandatory, const std::string &text, const bool use_markup=false)gui2::tdialogprotected
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::tdialogprotected
register_text(const std::string &id, const bool mandatory, std::string &linked_variable, const bool capture_focus=false)gui2::tdialogprotected
remove_friend_list_entry(tlistbox &friends_list, ttext_box &textbox, twindow &window)gui2::tpreferencesprivate
remove_hotkey_callback(tlistbox &hotkeys)gui2::tpreferencesprivate
set_always_save_fields(const bool always_save_fields)gui2::tdialoginline
set_restore(const bool restore)gui2::tdialoginline
set_selected_index(std::pair< int, int > index)gui2::tpreferencesinline
set_visible_page(twindow &window, unsigned int page, const std::string &pager_id)gui2::tpreferencesprivate
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::tpreferencesprivate
setup_friends_list(twindow &window)gui2::tpreferencesprivate
setup_hotkey_list(twindow &window)gui2::tpreferencesprivate
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::tpreferencesprivate
setup_single_slider(const std::string &widget_id, const int start_value, std::function< void(int)> slider_callback, twidget &find_in)gui2::tpreferencesprivate
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::tpreferencesprivate
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::tpreferencesprivate
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::tpreferencesprivate
single_slider_callback(const tslider &widget, std::function< void(int)> setter)gui2::tpreferencesprivate
single_toggle_callback(const ttoggle_button &widget, std::function< void(bool)> setter, const bool inverted)gui2::tpreferencesprivate
status_label_callback(T &parent_widget, tcontrol &label_widget, const std::string &suffix="")gui2::tpreferencesprivate
t_visible_hotkeys typedefgui2::tpreferences
tdialog()gui2::tdialoginline
toggle_radio_callback(tgroup< T > &group, std::function< void(int)> setter)gui2::tpreferencesprivate
toggle_slider_pair_callback(const ttoggle_button &toggle_widget, tslider &slider_widget, std::function< void(bool)> setter)gui2::tpreferencesprivate
tpreferences(CVideo &video, const config &game_cfg)gui2::tpreferences
visible_hotkeys_gui2::tpreferencesprivate
window_id() const gui2::tpreferencesprivatevirtual
~tdialog()gui2::tdialogvirtual