OpenTTD Source  20240919-master-gdf0233f4c2
ai_widget.h File Reference
#include "../textfile_type.h"

Go to the source code of this file.

Enumerations

enum  AIConfigWidgets : WidgetID {
  WID_AIC_BACKGROUND, WID_AIC_DECREASE_NUMBER, WID_AIC_INCREASE_NUMBER, WID_AIC_NUMBER,
  WID_AIC_DECREASE_INTERVAL, WID_AIC_INCREASE_INTERVAL, WID_AIC_INTERVAL, WID_AIC_LIST,
  WID_AIC_SCROLLBAR, WID_AIC_MOVE_UP, WID_AIC_MOVE_DOWN, WID_AIC_CHANGE,
  WID_AIC_CONFIGURE, WID_AIC_OPEN_URL, WID_AIC_TEXTFILE, WID_AIC_CONTENT_DOWNLOAD = WID_AIC_TEXTFILE + TFT_CONTENT_END
}
 Widgets of the AIConfigWindow class. More...
 

Detailed Description

Types related to the ai widgets.

Definition in file ai_widget.h.

Enumeration Type Documentation

◆ AIConfigWidgets

Widgets of the AIConfigWindow class.

Enumerator
WID_AIC_BACKGROUND 

Window background.

WID_AIC_DECREASE_NUMBER 

Decrease the number of AIs.

WID_AIC_INCREASE_NUMBER 

Increase the number of AIs.

WID_AIC_NUMBER 

Number of AIs.

WID_AIC_DECREASE_INTERVAL 

Decrease the interval.

WID_AIC_INCREASE_INTERVAL 

Increase the interval.

WID_AIC_INTERVAL 

Interval between time AIs start.

WID_AIC_LIST 

List with currently selected AIs.

WID_AIC_SCROLLBAR 

Scrollbar to scroll through the selected AIs.

WID_AIC_MOVE_UP 

Move up button.

WID_AIC_MOVE_DOWN 

Move down button.

WID_AIC_CHANGE 

Select another AI button.

WID_AIC_CONFIGURE 

Change AI settings button.

WID_AIC_OPEN_URL 

Open AI URL.

WID_AIC_TEXTFILE 

Open AI readme, changelog (+1) or license (+2).

WID_AIC_CONTENT_DOWNLOAD 

Download content button.

Definition at line 16 of file ai_widget.h.