Go to the source code of this file.
Enumerations | |
enum | StationListWidgets { SLW_CLOSEBOX = 0, SLW_LIST = 3, SLW_TRAIN = 6, SLW_TRUCK, SLW_BUS, SLW_AIRPLANE, SLW_SHIP, SLW_FACILALL, SLW_PAN_BETWEEN = 12, SLW_NOCARGOWAITING = 13, SLW_CARGOALL = 14, SLW_PAN_RIGHT = 15, SLW_SORTBY = 16, SLW_SORTDROPBTN = 17, SLW_PAN_SORT_RIGHT = 18, SLW_CARGOSTART = 19 } |
Enum for PlayerStations, referring to _player_stations_widgets. More... | |
enum | StationViewWidgets { SVW_CLOSEBOX = 0, SVW_CAPTION = 1, SVW_WAITING = 3, SVW_ACCEPTLIST = 5, SVW_RATINGLIST = 5, SVW_LOCATION = 6, SVW_RATINGS = 7, SVW_ACCEPTS = 7, SVW_RENAME = 8, SVW_TRAINS = 9, SVW_ROADVEHS, SVW_PLANES, SVW_SHIPS, SVW_RESIZE } |
Enum for StationView, referring to _station_view_widgets and _station_view_expanded_widgets. More... | |
enum | StationCoverageType { SCT_PASSENGERS_ONLY, SCT_NON_PASSENGERS_ONLY, SCT_ALL } |
Functions | |
void | RebuildStationLists () |
Set the 'SL_REBUILD' flag for all station lists. | |
void | ResortStationLists () |
Set the 'SL_RESORT' flag for all station lists. | |
int | DrawStationCoverageAreaText (int sx, int sy, StationCoverageType sct, int rad) |
void | CheckRedrawStationCoverage (const Window *w) |
Variables | |
bool | _station_show_coverage |
Definition in file station_gui.h.
enum StationListWidgets |
Enum for PlayerStations, referring to _player_stations_widgets.
Definition at line 9 of file station_gui.h.
enum StationViewWidgets |
Enum for StationView, referring to _station_view_widgets and _station_view_expanded_widgets.
Definition at line 34 of file station_gui.h.