|
OpenTTD Source
14.0-beta3
|
Go to the source code of this file.
Types related to the road widgets.
Definition in file road_widget.h.
| enum BuildRoadDepotWidgets : WidgetID |
Widgets of the BuildRoadDepotWindow class.
| Enumerator | |
|---|---|
| WID_BROD_CAPTION | Caption of the window. |
| WID_BROD_DEPOT_NE | Depot with NE entry. |
| WID_BROD_DEPOT_SE | Depot with SE entry. |
| WID_BROD_DEPOT_SW | Depot with SW entry. |
| WID_BROD_DEPOT_NW | Depot with NW entry. |
Definition at line 34 of file road_widget.h.
| enum BuildRoadStationWidgets : WidgetID |
Widgets of the BuildRoadStationWindow class.
| Enumerator | |
|---|---|
| WID_BROS_CAPTION | Caption of the window. |
| WID_BROS_STATION_NE | Terminal station with NE entry. |
| WID_BROS_STATION_SE | Terminal station with SE entry. |
| WID_BROS_STATION_SW | Terminal station with SW entry. |
| WID_BROS_STATION_NW | Terminal station with NW entry. |
| WID_BROS_STATION_X | Drive-through station in x-direction. |
| WID_BROS_STATION_Y | Drive-through station in y-direction. |
| WID_BROS_LT_OFF | Turn off area highlight. |
| WID_BROS_LT_ON | Turn on area highlight. |
| WID_BROS_ACCEPTANCE | Station acceptance info. |
| WID_BROS_MATRIX | Matrix widget displaying all available road stops. |
| WID_BROS_IMAGE | Panel used for each image of the matrix. |
| WID_BROS_MATRIX_SCROLL | |
| WID_BROS_FILTER_CONTAINER | Container for the filter text box for the road stop class list. |
| WID_BROS_FILTER_EDITBOX | Filter text box for the road stop class list. |
| WID_BROS_SHOW_NEWST_DEFSIZE | Selection for default-size button for new road stops. |
| WID_BROS_SHOW_NEWST_ADDITIONS | Selection for new class selection list. |
| WID_BROS_SHOW_NEWST_MATRIX | Selection for new stop image matrix. |
| WID_BROS_SHOW_NEWST_RESIZE | Selection for panel and resize at bottom right for new stops. |
| WID_BROS_SHOW_NEWST_ORIENTATION | Selection for the orientation string for new stops. |
| WID_BROS_SHOW_NEWST_TYPE_SEL | Selection for the type name. |
| WID_BROS_SHOW_NEWST_TYPE | Display of selected stop type. |
| WID_BROS_NEWST_LIST | List with new road stops. |
| WID_BROS_NEWST_SCROLL | Scrollbar of the WID_BROS_NEWST_LIST. |
Definition at line 44 of file road_widget.h.
| enum RoadToolbarWidgets : WidgetID |
Widgets of the BuildRoadToolbarWindow class.
Definition at line 14 of file road_widget.h.