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

Types related to the object widgets. More...

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.