OpenTTD Source 20250503-master-gf4f05dea33
|
Types related to the settings widgets. More...
Go to the source code of this file.
Types related to the settings widgets.
Definition in file settings_widget.h.
enum CustomCurrencyWidgets : WidgetID |
Widgets of the CustomCurrencyWindow class.
Definition at line 92 of file settings_widget.h.
enum GameOptionsWidgets : WidgetID |
Widgets of the GameOptionsWindow class.
Enumerator | |
---|---|
WID_GO_TAB_GENERAL | General tab. |
WID_GO_TAB_GRAPHICS | Graphics tab. |
WID_GO_TAB_SOUND | Sound tab. |
WID_GO_TAB_SOCIAL | Social tab. |
WID_GO_TAB_ADVANCED | Advanced tab. |
WID_GO_TAB_SELECTION | Background of the tab selection. |
WID_GO_CURRENCY_DROPDOWN | Currency dropdown. |
WID_GO_DISTANCE_DROPDOWN | Measuring unit dropdown. |
WID_GO_AUTOSAVE_DROPDOWN | Dropdown to say how often to autosave. |
WID_GO_LANG_DROPDOWN | Language dropdown. |
WID_GO_RESOLUTION_DROPDOWN | Dropdown for the resolution. |
WID_GO_FULLSCREEN_BUTTON | Toggle fullscreen. |
WID_GO_FULLSCREEN_TEXT | Text for toggle fullscreen. |
WID_GO_GUI_SCALE | GUI Scale slider. |
WID_GO_GUI_SCALE_AUTO | Autodetect GUI scale button. |
WID_GO_GUI_SCALE_AUTO_TEXT | Text for Autodetect GUI scale. |
WID_GO_GUI_SCALE_BEVEL_BUTTON | Toggle for chunky bevels. |
WID_GO_GUI_SCALE_BEVEL_TEXT | Text for chunky bevels. |
WID_GO_GUI_FONT_SPRITE | Toggle whether to prefer the sprite font over TTF fonts. |
WID_GO_GUI_FONT_SPRITE_TEXT | Text for sprite font toggle. |
WID_GO_GUI_FONT_AA | Toggle whether to anti-alias fonts. |
WID_GO_GUI_FONT_AA_TEXT | Text for anti-alias toggle. |
WID_GO_BASE_GRF_DROPDOWN | Use to select a base GRF. |
WID_GO_BASE_GRF_PARAMETERS | Base GRF parameters. |
WID_GO_BASE_GRF_CONTENT_DOWNLOAD | 'Get Content' button for base GRF. |
WID_GO_BASE_GRF_OPEN_URL | Open base GRF URL. |
WID_GO_BASE_GRF_TEXTFILE | Open base GRF readme, changelog (+1) or license (+2). |
WID_GO_BASE_GRF_DESCRIPTION | Description of selected base GRF. |
WID_GO_BASE_SFX_DROPDOWN | Use to select a base SFX. |
WID_GO_BASE_SFX_CONTENT_DOWNLOAD | 'Get Content' button for base SFX. |
WID_GO_TEXT_SFX_VOLUME | Sound effects volume label. |
WID_GO_BASE_SFX_VOLUME | Change sound effects volume. |
WID_GO_BASE_SFX_OPEN_URL | Open base SFX URL. |
WID_GO_BASE_SFX_TEXTFILE | Open base SFX readme, changelog (+1) or license (+2). |
WID_GO_BASE_SFX_DESCRIPTION | Description of selected base SFX. |
WID_GO_BASE_MUSIC_DROPDOWN | Use to select a base music set. |
WID_GO_BASE_MUSIC_CONTENT_DOWNLOAD | 'Get Content' button for base music. |
WID_GO_TEXT_MUSIC_VOLUME | Music volume label. |
WID_GO_BASE_MUSIC_VOLUME | Change music volume. |
WID_GO_BASE_MUSIC_JUKEBOX | Open the jukebox. |
WID_GO_BASE_MUSIC_OPEN_URL | Open base music URL. |
WID_GO_BASE_MUSIC_TEXTFILE | Open base music readme, changelog (+1) or license (+2). |
WID_GO_BASE_MUSIC_DESCRIPTION | Description of selected base music set. |
WID_GO_VIDEO_ACCEL_BUTTON | Toggle for video acceleration. |
WID_GO_VIDEO_ACCEL_TEXT | Text for video acceleration toggle. |
WID_GO_VIDEO_VSYNC_BUTTON | Toggle for video vsync. |
WID_GO_VIDEO_VSYNC_TEXT | Text for video vsync toggle. |
WID_GO_REFRESH_RATE_DROPDOWN | Dropdown for all available refresh rates. |
WID_GO_VIDEO_DRIVER_INFO | Label showing details about the current video driver. |
WID_GO_SURVEY_SEL | Selection to hide survey if no JSON library is compiled in. |
WID_GO_SURVEY_PARTICIPATE_BUTTON | Toggle for participating in the automated survey. |
WID_GO_SURVEY_PARTICIPATE_TEXT | Text for automated survey toggle. |
WID_GO_SURVEY_LINK_BUTTON | Button to open browser to go to the survey website. |
WID_GO_SURVEY_PREVIEW_BUTTON | Button to open a preview window with the survey results. |
WID_GO_SOCIAL_PLUGINS | Main widget handling the social plugins. |
WID_GO_SOCIAL_PLUGIN_TITLE | Title of the frame of the social plugin. |
WID_GO_SOCIAL_PLUGIN_PLATFORM | Platform of the social plugin. |
WID_GO_SOCIAL_PLUGIN_STATE | State of the social plugin. |
WID_GO_FILTER | Text filter. |
WID_GO_OPTIONSPANEL | Panel widget containing the option lists. |
WID_GO_SCROLLBAR | |
WID_GO_SETTING_PROPERTIES | Information area to display setting type and default value. |
WID_GO_HELP_TEXT | Information area to display help text of the selected option. |
WID_GO_HELP_TEXT_SCROLL | Scrollbar for setting description. |
WID_GO_EXPAND_ALL | Expand all button. |
WID_GO_COLLAPSE_ALL | Collapse all button. |
WID_GO_RESET_ALL | Reset all button. |
WID_GO_RESTRICT_CATEGORY | Label upfront to the category drop-down box to restrict the list of settings to show. |
WID_GO_RESTRICT_TYPE | Label upfront to the type drop-down box to restrict the list of settings to show. |
WID_GO_RESTRICT_DROPDOWN | The drop down box to restrict the list of settings. |
WID_GO_TYPE_DROPDOWN | The drop down box to choose client/game/company/all settings. |
WID_GO_SETTING_DROPDOWN | Dynamically created dropdown for changing setting value. |
Definition at line 14 of file settings_widget.h.