OpenTTD
dock_widget.h
Go to the documentation of this file.
1 /* $Id: dock_widget.h 23600 2011-12-19 20:46:17Z truebrain $ */
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_DOCK_WIDGET_H
13 #define WIDGETS_DOCK_WIDGET_H
14 
20 };
21 
32 
34 };
35 
36 #endif /* WIDGETS_DOCK_WIDGET_H */
Build river button (in scenario editor).
Definition: dock_widget.h:30
Build depot button.
Definition: dock_widget.h:27
Build station button.
Definition: dock_widget.h:28
Background of the window.
Definition: dock_widget.h:17
Y-direction button.
Definition: dock_widget.h:19
X-direction button.
Definition: dock_widget.h:18
Build buoy button.
Definition: dock_widget.h:29
DockToolbarWidgets
Widgets of the BuildDocksToolbarWindow class.
Definition: dock_widget.h:23
Demolish aka dynamite button.
Definition: dock_widget.h:26
Build aqueduct button.
Definition: dock_widget.h:31
Build lock button.
Definition: dock_widget.h:25
Build canal button.
Definition: dock_widget.h:24
Used to initialize a variable.
Definition: dock_widget.h:33
BuildDockDepotWidgets
Widgets of the BuildDocksDepotWindow class.
Definition: dock_widget.h:16