|
OpenTTD Source 20251116-master-g21329071df
|
Types related to the autoreplace widgets. More...
Go to the source code of this file.
Types related to the autoreplace widgets.
Definition in file autoreplace_widget.h.
| enum ReplaceVehicleWidgets : WidgetID |
Widgets of the ReplaceVehicleWindow class.
| Enumerator | |
|---|---|
| WID_RV_CAPTION | Caption of the window. |
| WID_RV_SORT_ASCENDING_DESCENDING | Ascending/descending sort order button. |
| WID_RV_SHOW_HIDDEN_ENGINES | Toggle whether to display the hidden vehicles. |
| WID_RV_SORT_DROPDOWN | Dropdown for the sort criteria. |
| WID_RV_LEFT_MATRIX | The matrix on the left. |
| WID_RV_LEFT_SCROLLBAR | The scrollbar for the matrix on the left. |
| WID_RV_RIGHT_MATRIX | The matrix on the right. |
| WID_RV_RIGHT_SCROLLBAR | The scrollbar for the matrix on the right. |
| WID_RV_LEFT_DETAILS | Details of the entry on the left. |
| WID_RV_RIGHT_DETAILS | Details of the entry on the right. |
| WID_RV_START_REPLACE | Start Replacing button. |
| WID_RV_INFO_TAB | Info tab. |
| WID_RV_STOP_REPLACE | Stop Replacing button. |
| WID_RV_RAIL_TYPE_DROPDOWN | Dropdown to select railtype. |
| WID_RV_TRAIN_ENGINEWAGON_DROPDOWN | Dropdown to select engines and/or wagons. |
| WID_RV_TRAIN_WAGONREMOVE_TOGGLE | Button to toggle removing wagons. |
| WID_RV_ROAD_TYPE_DROPDOWN | Dropdown to select roadtype. |
Definition at line 14 of file autoreplace_widget.h.