The Battle for Wesnoth  1.19.10+dev
Public Member Functions | Public Attributes | List of all members
gui2::gui_definition::settings_helper Struct Reference

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
 

Detailed Description

Theme-specific settings.

These are exposed via globals in the gui2::settings namespace by calling activate.

Todo:
Regarding sounds: Need to evaluate but probably we want the widget definition be able to:
  • Override the default (and clear it). This will allow toggle buttons in a listbox to sound like a toggle panel.
  • Override the default and above per instance of the widget, some buttons can give a different sound.

Definition at line 81 of file gui_definition.hpp.

Constructor & Destructor Documentation

◆ settings_helper()

gui2::gui_definition::settings_helper::settings_helper ( const config cfg)
explicit

Member Data Documentation

◆ double_click_time

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().

◆ has_helptip_message

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().

◆ help_show_time

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().

◆ popup_show_delay

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().

◆ popup_show_time

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().

◆ repeat_button_repeat_time

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().

◆ sound_button_click

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().

◆ sound_slider_adjust

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().

◆ sound_toggle_button_click

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().

◆ sound_toggle_panel_click

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().


The documentation for this struct was generated from the following files: