OpenTTD
group_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_GROUP_WIDGET_H
11 #define WIDGETS_GROUP_WIDGET_H
12 
24 
35 };
36 
37 #endif /* WIDGETS_GROUP_WIDGET_H */
Manage vehicles dropdown list.
Definition: group_widget.h:21
Group livery button.
Definition: group_widget.h:32
List of the groups.
Definition: group_widget.h:27
GroupListWidgets
Widgets of the VehicleGroupWindow class.
Definition: group_widget.h:14
Delete group button.
Definition: group_widget.h:30
List of the vehicles.
Definition: group_widget.h:18
All vehicles entry.
Definition: group_widget.h:25
Stop all button.
Definition: group_widget.h:22
Group info.
Definition: group_widget.h:34
Create group button.
Definition: group_widget.h:29
Caption of the window.
Definition: group_widget.h:15
Scrollbar for the list.
Definition: group_widget.h:19
Sort by dropdown list.
Definition: group_widget.h:17
Start all button.
Definition: group_widget.h:23
Replace protection button.
Definition: group_widget.h:33
Rename group button.
Definition: group_widget.h:31
Default vehicles entry.
Definition: group_widget.h:26
Scrollbar for the list.
Definition: group_widget.h:28
Available vehicles.
Definition: group_widget.h:20