OpenTTD
road_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_ROAD_WIDGET_H
11 #define WIDGETS_ROAD_WIDGET_H
12 
15  /* Name starts with RO instead of R, because of collision with RailToolbarWidgets */
29 };
30 
33  /* Name starts with BRO instead of BR, because of collision with BuildRailDepotWidgets */
39 };
40 
43  /* Name starts with BRO instead of BR, because of collision with BuildRailStationWidgets */
55 };
56 
57 #endif /* WIDGETS_ROAD_WIDGET_H */
Caption of the window.
Definition: road_widget.h:16
Demolish.
Definition: road_widget.h:20
Terminal station with NE entry.
Definition: road_widget.h:46
Build depot.
Definition: road_widget.h:21
Terminal station with NW entry.
Definition: road_widget.h:49
Turn on area highlight.
Definition: road_widget.h:53
Autorail.
Definition: road_widget.h:19
BuildRoadDepotWidgets
Widgets of the BuildRoadDepotWindow class.
Definition: road_widget.h:32
Turn off area highlight.
Definition: road_widget.h:52
Drive-through station in y-direction.
Definition: road_widget.h:51
Build bridge.
Definition: road_widget.h:25
Caption of the window.
Definition: road_widget.h:44
Build road in x-direction.
Definition: road_widget.h:17
Station acceptance info.
Definition: road_widget.h:54
RoadToolbarWidgets
Widgets of the BuildRoadToolbarWindow class.
Definition: road_widget.h:14
Terminal station with SE entry.
Definition: road_widget.h:47
Depot with NE entry.
Definition: road_widget.h:35
Build truck station.
Definition: road_widget.h:23
Depot with SE entry.
Definition: road_widget.h:36
Depot with SW entry.
Definition: road_widget.h:37
Build one-way road.
Definition: road_widget.h:24
BuildRoadStationWidgets
Widgets of the BuildRoadStationWindow class.
Definition: road_widget.h:42
Convert road.
Definition: road_widget.h:28
Build road in y-direction.
Definition: road_widget.h:18
Build bus station.
Definition: road_widget.h:22
Drive-through station in x-direction.
Definition: road_widget.h:50
Terminal station with SW entry.
Definition: road_widget.h:48
Build tunnel.
Definition: road_widget.h:26
Remove road.
Definition: road_widget.h:27
Background of the window.
Definition: road_widget.h:45
Depot with NW entry.
Definition: road_widget.h:38
Caption of the window.
Definition: road_widget.h:34