OpenTTD Source  20240917-master-g9ab0a47812
autoreplace_widget.h File Reference

Go to the source code of this file.

Enumerations

enum  ReplaceVehicleWidgets : WidgetID {
  WID_RV_CAPTION, WID_RV_SORT_ASCENDING_DESCENDING, WID_RV_SHOW_HIDDEN_ENGINES, WID_RV_SORT_DROPDOWN,
  WID_RV_LEFT_MATRIX, WID_RV_LEFT_SCROLLBAR, WID_RV_RIGHT_MATRIX, WID_RV_RIGHT_SCROLLBAR,
  WID_RV_LEFT_DETAILS, WID_RV_RIGHT_DETAILS, WID_RV_START_REPLACE, WID_RV_INFO_TAB,
  WID_RV_STOP_REPLACE, WID_RV_RAIL_TYPE_DROPDOWN, WID_RV_TRAIN_ENGINEWAGON_DROPDOWN, WID_RV_TRAIN_WAGONREMOVE_TOGGLE,
  WID_RV_ROAD_TYPE_DROPDOWN
}
 Widgets of the ReplaceVehicleWindow class. More...
 

Detailed Description

Types related to the autoreplace widgets.

Definition in file autoreplace_widget.h.

Enumeration Type Documentation

◆ ReplaceVehicleWidgets

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.