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

Go to the source code of this file.

Enumerations

enum  WaypointWidgets : WidgetID {
  WID_W_CAPTION, WID_W_VIEWPORT, WID_W_CENTER_VIEW, WID_W_RENAME,
  WID_W_SHOW_VEHICLES, WID_W_CATCHMENT
}
 Widgets of the WaypointWindow class. More...
 

Detailed Description

Types related to the waypoint widgets.

Definition in file waypoint_widget.h.

Enumeration Type Documentation

◆ WaypointWidgets

Widgets of the WaypointWindow class.

Enumerator
WID_W_CAPTION 

Caption of window.

WID_W_VIEWPORT 

The viewport on this waypoint.

WID_W_CENTER_VIEW 

Center the main view on this waypoint.

WID_W_RENAME 

Rename this waypoint.

WID_W_SHOW_VEHICLES 

Show the vehicles visiting this waypoint.

WID_W_CATCHMENT 

Coverage button.

Definition at line 14 of file waypoint_widget.h.