OpenTTD
rail_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_RAIL_WIDGET_H
11 #define WIDGETS_RAIL_WIDGET_H
12 
15  /* Name starts with RA instead of R, because of collision with RoadToolbarWidgets */
31 };
32 
35  /* Name starts with BRA instead of BR, because of collision with BuildRoadStationWidgets */
38 
46 
54 
56 
60 
64 
72 
75 };
76 
95 };
96 
99  /* Name starts with BRA instead of BR, because of collision with BuildRoadDepotWidgets */
104 };
105 
111 };
112 
113 #endif /* WIDGETS_RAIL_WIDGET_H */
Build rail along the game grid Y axis.
Definition: rail_widget.h:20
Selection for newstation class selection list.
Definition: rail_widget.h:66
Button to select 5 tiles length station platforms.
Definition: rail_widget.h:51
Build a depot with the entrance in the south east.
Definition: rail_widget.h:101
Build a depot with the entrance in the north west.
Definition: rail_widget.h:103
Build an electric exit block signal.
Definition: rail_widget.h:87
Button to select stations with 5 platforms.
Definition: rail_widget.h:43
Helper for determining the chosen platform width.
Definition: rail_widget.h:73
Button to select &#39;/&#39; view.
Definition: rail_widget.h:36
BuildRailStationWidgets
Widgets of the BuildRailStationWindow class.
Definition: rail_widget.h:34
Build a semaphore normal block signal.
Definition: rail_widget.h:79
Build a station.
Definition: rail_widget.h:25
BuildRailWaypointWidgets
Widgets of the BuildRailWaypointWindow class.
Definition: rail_widget.h:107
Helper for determining the chosen platform length.
Definition: rail_widget.h:74
Build a semaphore one way path signal.
Definition: rail_widget.h:84
Build an electric normal block signal.
Definition: rail_widget.h:85
Build a semaphore path signal.
Definition: rail_widget.h:83
Build a bridge.
Definition: rail_widget.h:27
Button to select 6 tiles length station platforms.
Definition: rail_widget.h:52
Matrix with waypoints.
Definition: rail_widget.h:108
Build a depot.
Definition: rail_widget.h:23
Build an electric combo block signal.
Definition: rail_widget.h:88
Selection for panel and resize at bottom right for newstation.
Definition: rail_widget.h:68
Button to select 2 tiles length station platforms.
Definition: rail_widget.h:48
Build signals.
Definition: rail_widget.h:26
Build an electric entry block signal.
Definition: rail_widget.h:86
Button for turning coverage highlighting off.
Definition: rail_widget.h:57
Build a depot with the entrance in the north east.
Definition: rail_widget.h:100
RailToolbarWidgets
Widgets of the BuildRailToolbarWindow class.
Definition: rail_widget.h:14
A single waypoint.
Definition: rail_widget.h:109
Build rail along the game view X axis.
Definition: rail_widget.h:19
Scrollbar of the WID_BRAS_NEWST_LIST.
Definition: rail_widget.h:71
Build a depot with the entrance in the south west.
Definition: rail_widget.h:102
Button to select stations with 6 platforms.
Definition: rail_widget.h:44
Button for turning coverage highlighting on.
Definition: rail_widget.h:58
Button to select single tile length station platforms.
Definition: rail_widget.h:47
Button to select stations with 7 platforms.
Definition: rail_widget.h:45
Display of selected station type.
Definition: rail_widget.h:69
Button to enable drag and drop type station placement.
Definition: rail_widget.h:55
Build a tunnel.
Definition: rail_widget.h:28
Selection for default-size button for newstation.
Definition: rail_widget.h:65
Decrease the signal density.
Definition: rail_widget.h:93
Caption of the window.
Definition: rail_widget.h:16
Button to select 4 tiles length station platforms.
Definition: rail_widget.h:50
Button to select &#39;\&#39; view.
Definition: rail_widget.h:37
Button to select 7 tiles length station platforms.
Definition: rail_widget.h:53
Build rail along the game grid X axis.
Definition: rail_widget.h:18
BuildRailDepotWidgets
Widgets of the BuildRailDepotWindow class.
Definition: rail_widget.h:98
Build rail along the game view Y axis.
Definition: rail_widget.h:17
List with available newstation classes.
Definition: rail_widget.h:70
Build a waypoint.
Definition: rail_widget.h:24
The current signal density.
Definition: rail_widget.h:92
Scrollbar for the matrix.
Definition: rail_widget.h:110
Autorail tool.
Definition: rail_widget.h:21
Panel used at each cell of the matrix.
Definition: rail_widget.h:62
Convert other rail to this type.
Definition: rail_widget.h:30
Button to select stations with 4 platforms.
Definition: rail_widget.h:42
Increase the signal density.
Definition: rail_widget.h:94
Build a semaphore exit block signal.
Definition: rail_widget.h:81
BuildSignalWidgets
Widgets of the BuildSignalWindow class.
Definition: rail_widget.h:78
Bulldozer to remove rail.
Definition: rail_widget.h:29
Button to select stations with a single platform.
Definition: rail_widget.h:39
Button to select 3 tiles length station platforms.
Definition: rail_widget.h:49
Build a semaphore combo block signal.
Definition: rail_widget.h:82
Convert the signal.
Definition: rail_widget.h:91
Matrix widget displaying the available stations.
Definition: rail_widget.h:61
Build a semaphore entry block signal.
Definition: rail_widget.h:80
Button to select stations with 3 platforms.
Definition: rail_widget.h:41
Button to select stations with 2 platforms.
Definition: rail_widget.h:40
Empty space for the coverage texts.
Definition: rail_widget.h:59
Destroy something with dynamite!
Definition: rail_widget.h:22
Build an electric one way path signal.
Definition: rail_widget.h:90
Selection for newstation image matrix.
Definition: rail_widget.h:67
Build an electric path signal.
Definition: rail_widget.h:89
Scrollbar of the matrix widget.
Definition: rail_widget.h:63