OpenTTD
newgrf_widget.h
Go to the documentation of this file.
1 /*
2  * This file is part of OpenTTD.
3  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6  */
7 
10 #ifndef WIDGETS_NEWGRF_WIDGET_H
11 #define WIDGETS_NEWGRF_WIDGET_H
12 
13 #include "../newgrf_config.h"
14 #include "../textfile_type.h"
15 
29 };
30 
60 };
61 
69 };
70 
75 };
76 
77 #endif /* WIDGETS_NEWGRF_WIDGET_H */
Title for Info on selected NewGRF.
Definition: newgrf_widget.h:46
Button to increase number of parameters.
Definition: newgrf_widget.h:20
List with available preset names.
Definition: newgrf_widget.h:64
Reset button.
Definition: newgrf_widget.h:26
NewGRFStateWidgets
Widgets of the NewGRFWindow class.
Definition: newgrf_widget.h:32
Panel for Info on selected NewGRF.
Definition: newgrf_widget.h:47
Upgrade NewGRFs that have a newer version available.
Definition: newgrf_widget.h:40
Optional number of parameters.
Definition: newgrf_widget.h:21
SavePresetWidgets
Widgets of the SavePresetWindow class.
Definition: newgrf_widget.h:63
Apply changes to NewGRF config.
Definition: newgrf_widget.h:53
Save list of active NewGRFs as presets.
Definition: newgrf_widget.h:34
Scrollbar for available NewGRF list.
Definition: newgrf_widget.h:45
Remove NewGRF from active list.
Definition: newgrf_widget.h:37
Move NewGRF up in active list.
Definition: newgrf_widget.h:38
Button to decrease number of parameters.
Definition: newgrf_widget.h:19
List window of active NewGRFs.
Definition: newgrf_widget.h:42
Open URL of NewGRF.
Definition: newgrf_widget.h:48
ScanProgressWidgets
Widgets of the ScanProgressWindow class.
Definition: newgrf_widget.h:72
NWID_SELECTION to optionally display WID_NP_NUMPAR.
Definition: newgrf_widget.h:18
Scrollbar for active NewGRF list.
Definition: newgrf_widget.h:43
Accept button.
Definition: newgrf_widget.h:25
Multi-line description of a parameter.
Definition: newgrf_widget.h:28
List window of available NewGRFs.
Definition: newgrf_widget.h:44
Rescan files (available NewGRFs).
Definition: newgrf_widget.h:54
Open Parameters Window for selected NewGRF for editing parameters.
Definition: newgrf_widget.h:50
Text description.
Definition: newgrf_widget.h:22
Move NewGRF down in active list.
Definition: newgrf_widget.h:39
Open content download (active NewGRFs).
Definition: newgrf_widget.h:57
Filter list of available NewGRFs.
Definition: newgrf_widget.h:41
Simple progress bar.
Definition: newgrf_widget.h:73
Text explaining what is happening.
Definition: newgrf_widget.h:74
Open content download (available NewGRFs).
Definition: newgrf_widget.h:56
Delete active preset.
Definition: newgrf_widget.h:35
Add NewGRF to active list.
Definition: newgrf_widget.h:36
NWID_SELECTION to optionally display parameter descriptions.
Definition: newgrf_widget.h:27
Scrollbar to scroll through all settings.
Definition: newgrf_widget.h:24
Open NewGRF readme, changelog (+1) or license (+2).
Definition: newgrf_widget.h:49
Button to cancel saving the preset.
Definition: newgrf_widget.h:67
NewGRFParametersWidgets
Widgets of the NewGRFParametersWindow class.
Definition: newgrf_widget.h:17
Scrollbar for the list available preset names.
Definition: newgrf_widget.h:65
Active NewGRF preset.
Definition: newgrf_widget.h:33
Select display of the buttons below the &#39;details&#39;.
Definition: newgrf_widget.h:59
Rescan files (active NewGRFs).
Definition: newgrf_widget.h:55
Edit box for changing the preset name.
Definition: newgrf_widget.h:66
Button to save the preset.
Definition: newgrf_widget.h:68
Open Parameters Window for selected NewGRF for viewing parameters.
Definition: newgrf_widget.h:51
Select active list buttons (0 = normal, 1 = simple layout).
Definition: newgrf_widget.h:58
Toggle Palette of selected, active NewGRF.
Definition: newgrf_widget.h:52
Panel to draw the settings on.
Definition: newgrf_widget.h:23