industry_widget.h

Go to the documentation of this file.
00001 /* $Id: industry_widget.h 23600 2011-12-19 20:46:17Z truebrain $ */
00002 
00003 /*
00004  * This file is part of OpenTTD.
00005  * 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.
00006  * 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.
00007  * 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/>.
00008  */
00009 
00012 #ifndef WIDGETS_INDUSTRY_WIDGET_H
00013 #define WIDGETS_INDUSTRY_WIDGET_H
00014 
00016 enum DynamicPlaceIndustriesWidgets {
00017   WID_DPI_MATRIX_WIDGET,  
00018   WID_DPI_SCROLLBAR,      
00019   WID_DPI_INFOPANEL,      
00020   WID_DPI_DISPLAY_WIDGET, 
00021   WID_DPI_FUND_WIDGET,    
00022 };
00023 
00025 enum IndustryViewWidgets {
00026   WID_IV_CAPTION,  
00027   WID_IV_VIEWPORT, 
00028   WID_IV_INFO,     
00029   WID_IV_GOTO,     
00030   WID_IV_DISPLAY,  
00031 };
00032 
00034 enum IndustryDirectoryWidgets {
00035   WID_ID_DROPDOWN_ORDER,    
00036   WID_ID_DROPDOWN_CRITERIA, 
00037   WID_ID_INDUSTRY_LIST,     
00038   WID_ID_SCROLLBAR,         
00039 };
00040 
00042 enum IndustryCargoesWidgets {
00043   WID_IC_CAPTION,   
00044   WID_IC_NOTIFY,    
00045   WID_IC_PANEL,     
00046   WID_IC_SCROLLBAR, 
00047 };
00048 
00049 #endif /* WIDGETS_INDUSTRY_WIDGET_H */