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

Go to the source code of this file.

Enumerations

enum  BuildTreesWidgets : WidgetID {
  WID_BT_TYPE_RANDOM, WID_BT_SE_PANE, WID_BT_MODE_NORMAL, WID_BT_MODE_FOREST_SM,
  WID_BT_MODE_FOREST_LG, WID_BT_MANY_RANDOM, WID_BT_TYPE_BUTTON_FIRST
}
 Widgets of the BuildTreesWindow class. More...
 

Detailed Description

Types related to the tree widgets.

Definition in file tree_widget.h.

Enumeration Type Documentation

◆ BuildTreesWidgets

Widgets of the BuildTreesWindow class.

Enumerator
WID_BT_TYPE_RANDOM 

Button to build random type of tree.

WID_BT_SE_PANE 

Selection pane to show/hide scenario editor tools.

WID_BT_MODE_NORMAL 

Select normal/rectangle planting mode.

WID_BT_MODE_FOREST_SM 

Select small forest planting mode.

WID_BT_MODE_FOREST_LG 

Select large forest planting mode.

WID_BT_MANY_RANDOM 

Button to build many random trees.

WID_BT_TYPE_BUTTON_FIRST 

First tree type selection button. (This must be last in the enum.)

Definition at line 14 of file tree_widget.h.