OpenTTD Source  20240919-master-gdf0233f4c2
object_widget.h File Reference

Go to the source code of this file.

Enumerations

enum  BuildObjectWidgets : WidgetID { WID_BO_OBJECT_MATRIX, WID_BO_OBJECT_SPRITE, WID_BO_OBJECT_SIZE, WID_BO_INFO }
 Widgets of the BuildObjectWindow class. More...
 

Detailed Description

Types related to the object widgets.

Definition in file object_widget.h.

Enumeration Type Documentation

◆ BuildObjectWidgets

Widgets of the BuildObjectWindow class.

Enumerator
WID_BO_OBJECT_MATRIX 

The matrix with preview sprites.

WID_BO_OBJECT_SPRITE 

A preview sprite of the object.

WID_BO_OBJECT_SIZE 

The size of the selected object.

WID_BO_INFO 

Other information about the object (from the NewGRF).

Definition at line 14 of file object_widget.h.