Theme-specific settings. More...
Public Member Functions | |
settings_helper (const config &cfg) | |
Public Attributes | |
std::chrono::milliseconds | popup_show_delay |
std::chrono::milliseconds | popup_show_time |
std::chrono::milliseconds | help_show_time |
std::chrono::milliseconds | double_click_time |
std::chrono::milliseconds | repeat_button_repeat_time |
std::string | sound_button_click |
std::string | sound_toggle_button_click |
std::string | sound_toggle_panel_click |
std::string | sound_slider_adjust |
t_string | has_helptip_message |
Theme-specific settings.
These are exposed via globals in the gui2::settings namespace by calling activate.
Definition at line 81 of file gui_definition.hpp.
|
explicit |
Definition at line 109 of file gui_definition.cpp.
References double_click_time, t_string::empty(), has_helptip_message, missing_mandatory_wml_key(), and VALIDATE.
std::chrono::milliseconds gui2::gui_definition::settings_helper::double_click_time |
Definition at line 88 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate(), and settings_helper().
t_string gui2::gui_definition::settings_helper::has_helptip_message |
Definition at line 96 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate(), and settings_helper().
std::chrono::milliseconds gui2::gui_definition::settings_helper::help_show_time |
Definition at line 87 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().
std::chrono::milliseconds gui2::gui_definition::settings_helper::popup_show_delay |
Definition at line 85 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().
std::chrono::milliseconds gui2::gui_definition::settings_helper::popup_show_time |
Definition at line 86 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().
std::chrono::milliseconds gui2::gui_definition::settings_helper::repeat_button_repeat_time |
Definition at line 89 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().
std::string gui2::gui_definition::settings_helper::sound_button_click |
Definition at line 91 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().
std::string gui2::gui_definition::settings_helper::sound_slider_adjust |
Definition at line 94 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().
std::string gui2::gui_definition::settings_helper::sound_toggle_button_click |
Definition at line 92 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().
std::string gui2::gui_definition::settings_helper::sound_toggle_panel_click |
Definition at line 93 of file gui_definition.hpp.
Referenced by gui2::gui_definition::activate().