OpenTTD
ai_widget.h
Go to the documentation of this file.
1 /* $Id: ai_widget.h 24900 2013-01-08 22:46:42Z planetmaker $ */
2 
3 /*
4  * This file is part of OpenTTD.
5  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
6  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
8  */
9 
12 #ifndef WIDGETS_AI_WIDGET_H
13 #define WIDGETS_AI_WIDGET_H
14 
15 #include "../company_type.h"
16 #include "../textfile_type.h"
17 
26 };
27 
35 };
36 
53 };
54 
71 };
72 
73 #endif /* WIDGETS_AI_WIDGET_H */
The row of company buttons.
Definition: ai_widget.h:57
Open AI readme, changelog (+1) or license (+2).
Definition: ai_widget.h:51
Enable breaking on string.
Definition: ai_widget.h:67
Checkbox to use match caching or not.
Definition: ai_widget.h:69
Reset button.
Definition: ai_widget.h:34
Select another AI button.
Definition: ai_widget.h:48
Reload button.
Definition: ai_widget.h:61
Settings button.
Definition: ai_widget.h:59
Move up button.
Definition: ai_widget.h:46
Scrollbar next to the AI list.
Definition: ai_widget.h:22
Number of AIs.
Definition: ai_widget.h:42
AIListWidgets
Widgets of the AIListWindow class.
Definition: ai_widget.h:19
Scrollbar to scroll through all settings.
Definition: ai_widget.h:32
Scrollbar of the log panel.
Definition: ai_widget.h:63
Last possible button in the VIEW.
Definition: ai_widget.h:65
Cancel button.
Definition: ai_widget.h:25
Panel to draw the settings on.
Definition: ai_widget.h:31
Accept button.
Definition: ai_widget.h:33
Move down button.
Definition: ai_widget.h:47
Download content button.
Definition: ai_widget.h:52
AIConfigWidgets
Widgets of the AIConfigWindow class.
Definition: ai_widget.h:38
AISettingsWidgets
Widgets of the AISettingsWindow class.
Definition: ai_widget.h:29
Name of the current selected.
Definition: ai_widget.h:58
Panel where the log is in.
Definition: ai_widget.h:62
Buttons in the VIEW.
Definition: ai_widget.h:64
Edit box for the string to break on.
Definition: ai_widget.h:68
Panel to draw some AI information on.
Definition: ai_widget.h:23
Maximum number of companies.
Definition: company_type.h:25
List with currently selected AIs.
Definition: ai_widget.h:44
List with current selected GameScript.
Definition: ai_widget.h:43
Close window button.
Definition: ai_widget.h:50
Caption of the window.
Definition: ai_widget.h:30
Caption of the window.
Definition: ai_widget.h:20
Game Script button.
Definition: ai_widget.h:60
AIDebugWidgets
Widgets of the AIDebugWindow class.
Definition: ai_widget.h:56
Continue button.
Definition: ai_widget.h:70
The panel to handle the breaking on string.
Definition: ai_widget.h:66
Window background.
Definition: ai_widget.h:39
The matrix with all available AIs.
Definition: ai_widget.h:21
Decrease the number of AIs.
Definition: ai_widget.h:40
Accept button.
Definition: ai_widget.h:24
Scrollbar to scroll through the selected AIs.
Definition: ai_widget.h:45
Change AI settings button.
Definition: ai_widget.h:49
Increase the number of AIs.
Definition: ai_widget.h:41