|
OpenTTD Source 20251116-master-g21329071df
|
Data Fields | |
| RoadStopClassID | sel_class |
| Selected road stop class. | |
| uint16_t | sel_type |
| Selected road stop type within the class. | |
| DiagDirection | orientation |
| Selected orientation of the road stop. | |
Definition at line 76 of file road_gui.cpp.
| DiagDirection RoadStopPickerSelection::orientation |
Selected orientation of the road stop.
Definition at line 79 of file road_gui.cpp.
Referenced by RoadStopPickerCallbacks< roadstoptype >::DrawType(), BuildRoadStationWindow::OnClick(), PlaceRoad_BusStation(), PlaceRoad_TruckStation(), and PlaceRoadStop().
| RoadStopClassID RoadStopPickerSelection::sel_class |
Selected road stop class.
Definition at line 77 of file road_gui.cpp.
Referenced by BuildRoadStationWindow::DrawWidget(), RoadStopPickerCallbacks< roadstoptype >::GetSelectedClass(), BuildRoadStationWindow::OnClick(), BuildRoadStationWindow::OnPaint(), BuildRoadToolbarWindow::OnPlaceMouseUp(), PlaceRoadStop(), and RoadStopPickerCallbacks< roadstoptype >::SetSelectedClass().
| uint16_t RoadStopPickerSelection::sel_type |
Selected road stop type within the class.
Definition at line 78 of file road_gui.cpp.
Referenced by BuildRoadStationWindow::DrawWidget(), RoadStopPickerCallbacks< roadstoptype >::GetSelectedType(), BuildRoadStationWindow::OnClick(), BuildRoadStationWindow::OnPaint(), PlaceRoadStop(), and RoadStopPickerCallbacks< roadstoptype >::SetSelectedType().