station_gui.h

Go to the documentation of this file.
00001 /* $Id: station_gui.h 18809 2010-01-15 16:41:15Z rubidium $ */
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 STATION_GUI_H
00013 #define STATION_GUI_H
00014 
00015 #include "command_type.h"
00016 #include "tilearea_type.h"
00017 #include "window_type.h"
00018 
00020 enum StationViewWidgets {
00021   SVW_CAPTION    =  0, 
00022   SVW_WAITING    =  1, 
00023   SVW_SCROLLBAR  =  2, 
00024   SVW_ACCEPTLIST =  3, 
00025   SVW_RATINGLIST =  3, 
00026   SVW_LOCATION   =  4, 
00027   SVW_RATINGS    =  5, 
00028   SVW_ACCEPTS    =  5, 
00029   SVW_RENAME     =  6, 
00030   SVW_TRAINS     =  7, 
00031   SVW_ROADVEHS,        
00032   SVW_PLANES,          
00033   SVW_SHIPS,           
00034 };
00035 
00037 enum StationCoverageType {
00038   SCT_PASSENGERS_ONLY,     
00039   SCT_NON_PASSENGERS_ONLY, 
00040   SCT_ALL,                 
00041 };
00042 
00043 int DrawStationCoverageAreaText(int left, int right, int top, StationCoverageType sct, int rad, bool supplies);
00044 void CheckRedrawStationCoverage(const Window *w);
00045 
00046 void ShowSelectStationIfNeeded(CommandContainer cmd, TileArea ta);
00047 void ShowSelectWaypointIfNeeded(CommandContainer cmd, TileArea ta);
00048 
00049 #endif /* STATION_GUI_H */

Generated on Wed Feb 17 23:06:52 2010 for OpenTTD by  doxygen 1.6.1