OpenTTD Source
20241108-master-g80f628063a
|
Types related to the rail widgets. More...
Go to the source code of this file.
Types related to the rail widgets.
Definition in file rail_widget.h.
enum BuildRailDepotWidgets : WidgetID |
Widgets of the BuildRailDepotWindow class.
Definition at line 92 of file rail_widget.h.
enum BuildRailStationWidgets : WidgetID |
Widgets of the BuildRailStationWindow class.
Enumerator | |
---|---|
WID_BRAS_PLATFORM_DIR_X | Button to select '/' view. |
WID_BRAS_PLATFORM_DIR_Y | Button to select '\' view. |
WID_BRAS_PLATFORM_NUM_1 | Button to select stations with a single platform. |
WID_BRAS_PLATFORM_NUM_2 | Button to select stations with 2 platforms. |
WID_BRAS_PLATFORM_NUM_3 | Button to select stations with 3 platforms. |
WID_BRAS_PLATFORM_NUM_4 | Button to select stations with 4 platforms. |
WID_BRAS_PLATFORM_NUM_5 | Button to select stations with 5 platforms. |
WID_BRAS_PLATFORM_NUM_6 | Button to select stations with 6 platforms. |
WID_BRAS_PLATFORM_NUM_7 | Button to select stations with 7 platforms. |
WID_BRAS_PLATFORM_LEN_1 | Button to select single tile length station platforms. |
WID_BRAS_PLATFORM_LEN_2 | Button to select 2 tiles length station platforms. |
WID_BRAS_PLATFORM_LEN_3 | Button to select 3 tiles length station platforms. |
WID_BRAS_PLATFORM_LEN_4 | Button to select 4 tiles length station platforms. |
WID_BRAS_PLATFORM_LEN_5 | Button to select 5 tiles length station platforms. |
WID_BRAS_PLATFORM_LEN_6 | Button to select 6 tiles length station platforms. |
WID_BRAS_PLATFORM_LEN_7 | Button to select 7 tiles length station platforms. |
WID_BRAS_PLATFORM_DRAG_N_DROP | Button to enable drag and drop type station placement. |
WID_BRAS_HIGHLIGHT_OFF | Button for turning coverage highlighting off. |
WID_BRAS_HIGHLIGHT_ON | Button for turning coverage highlighting on. |
WID_BRAS_COVERAGE_TEXTS | Empty space for the coverage texts. |
WID_BRAS_PLATFORM_NUM_BEGIN | Helper for determining the chosen platform width. |
WID_BRAS_PLATFORM_LEN_BEGIN | Helper for determining the chosen platform length. |
Definition at line 36 of file rail_widget.h.
enum BuildRailWaypointWidgets : WidgetID |
Widgets of the BuildRailWaypointWindow class.
Enumerator | |
---|---|
WID_BRW_FILTER | Text filter. |
WID_BRW_WAYPOINT_MATRIX | Matrix with waypoints. |
WID_BRW_WAYPOINT | A single waypoint. |
WID_BRW_SCROLL | Scrollbar for the matrix. |
WID_BRW_NAME | Name of selected waypoint. |
Definition at line 101 of file rail_widget.h.
enum BuildSignalWidgets : WidgetID |
Widgets of the BuildSignalWindow class.
Definition at line 68 of file rail_widget.h.
enum RailToolbarWidgets : WidgetID |
Widgets of the BuildRailToolbarWindow class.
Definition at line 14 of file rail_widget.h.