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