OpenTTD Source  20241108-master-g80f628063a
build_vehicle_widget.h File Reference

Types related to the build_vehicle widgets. More...

Go to the source code of this file.

Enumerations

enum  BuildVehicleWidgets : WidgetID {
  WID_BV_CAPTION , WID_BV_SORT_ASCENDING_DESCENDING , WID_BV_SORT_DROPDOWN , WID_BV_CARGO_FILTER_DROPDOWN ,
  WID_BV_FILTER , WID_BV_SHOW_HIDDEN_ENGINES , WID_BV_LIST , WID_BV_SCROLLBAR ,
  WID_BV_PANEL , WID_BV_BUILD , WID_BV_SHOW_HIDE , WID_BV_BUILD_SEL ,
  WID_BV_RENAME
}
 Widgets of the BuildVehicleWindow class. More...
 

Detailed Description

Types related to the build_vehicle widgets.

Definition in file build_vehicle_widget.h.

Enumeration Type Documentation

◆ BuildVehicleWidgets

Widgets of the BuildVehicleWindow class.

Enumerator
WID_BV_CAPTION 

Caption of window.

WID_BV_SORT_ASCENDING_DESCENDING 

Sort direction.

WID_BV_SORT_DROPDOWN 

Criteria of sorting dropdown.

WID_BV_CARGO_FILTER_DROPDOWN 

Cargo filter dropdown.

WID_BV_FILTER 

Filter by name.

WID_BV_SHOW_HIDDEN_ENGINES 

Toggle whether to display the hidden vehicles.

WID_BV_LIST 

List of vehicles.

WID_BV_SCROLLBAR 

Scrollbar of list.

WID_BV_PANEL 

Button panel.

WID_BV_BUILD 

Build panel.

WID_BV_SHOW_HIDE 

Button to hide or show the selected engine.

WID_BV_BUILD_SEL 

Build button.

WID_BV_RENAME 

Rename button.

Definition at line 14 of file build_vehicle_widget.h.