OpenTTD Source 20241224-master-gee860a5c8e
|
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 75 of file road_gui.cpp.
DiagDirection RoadStopPickerSelection::orientation |
Selected orientation of the road stop.
Definition at line 78 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 76 of file road_gui.cpp.
Referenced by BuildRoadStationWindow::DrawWidget(), RoadStopPickerCallbacks< roadstoptype >::GetSelectedClass(), BuildRoadStationWindow::OnClick(), BuildRoadToolbarWindow::OnPlaceMouseUp(), PlaceRoadStop(), and RoadStopPickerCallbacks< roadstoptype >::SetSelectedClass().
uint16_t RoadStopPickerSelection::sel_type |
Selected road stop type within the class.
Definition at line 77 of file road_gui.cpp.
Referenced by BuildRoadStationWindow::DrawWidget(), RoadStopPickerCallbacks< roadstoptype >::GetSelectedType(), BuildRoadStationWindow::OnClick(), PlaceRoadStop(), and RoadStopPickerCallbacks< roadstoptype >::SetSelectedType().