|
OpenTTD Source
14.0-beta3
|
Go to the source code of this file.
Enumerations | |
| enum | SignalGUISettings : uint8_t { SIGNAL_GUI_PATH = 0, SIGNAL_GUI_ALL = 1 } |
| Settings for which signals are shown by the signal GUI. More... | |
| enum | SignalCycleSettings : uint8_t { SIGNAL_CYCLE_GROUP = 0, SIGNAL_CYCLE_ALL = 1 } |
| Settings for which signals are cycled through by control-clicking on the signal with the signal tool. More... | |
Functions | |
| struct Window * | ShowBuildRailToolbar (RailType railtype) |
| Open the build rail toolbar window for a specific rail type. More... | |
| void | ReinitGuiAfterToggleElrail (bool disable) |
| Re-initialize rail-build toolbar after toggling support for electric trains. More... | |
| void | ResetSignalVariant (int32_t=0) |
| Updates the current signal variant used in the signal GUI to the one adequate to current year. | |
| void | InitializeRailGUI () |
| Resets the rail GUI - sets default railtype to build and resets the signal GUI. | |
| DropDownList | GetRailTypeDropDownList (bool for_replacement=false, bool all_option=false) |
| Create a drop down list for all the rail types of the local company. More... | |
Functions/types etc. related to the rail GUI.
Definition in file rail_gui.h.
| enum SignalCycleSettings : uint8_t |
Settings for which signals are cycled through by control-clicking on the signal with the signal tool.
| Enumerator | |
|---|---|
| SIGNAL_CYCLE_GROUP | Cycle through current signal group (block or path) only. |
| SIGNAL_CYCLE_ALL | Cycle through all signals visible to the player. |
Definition at line 29 of file rail_gui.h.
| enum SignalGUISettings : uint8_t |
Settings for which signals are shown by the signal GUI.
| Enumerator | |
|---|---|
| SIGNAL_GUI_PATH | Show path signals only. |
| SIGNAL_GUI_ALL | Show all signals, including block and presignals. |
Definition at line 23 of file rail_gui.h.
| DropDownList GetRailTypeDropDownList | ( | bool | for_replacement, |
| bool | all_option | ||
| ) |
Create a drop down list for all the rail types of the local company.
| for_replacement | Whether this list is for the replacement window. |
| all_option | Whether to add an 'all types' item. |
Definition at line 2372 of file rail_gui.cpp.
References _local_company, Company::avail_railtypes, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_company_pool >::Get(), GetCompanyRailTypes(), GetRailTypes(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, and INVALID_RAILTYPE.
| void ReinitGuiAfterToggleElrail | ( | bool | disable | ) |
Re-initialize rail-build toolbar after toggling support for electric trains.
| disable | Boolean whether electric trains are disabled (removed from the game) |
Definition at line 2269 of file rail_gui.cpp.
Referenced by SettingsDisableElrail().
Open the build rail toolbar window for a specific rail type.
If the terraform toolbar is linked to the toolbar, that window is also opened.
| railtype | Rail type to open the window for |
Definition at line 911 of file rail_gui.cpp.
References _cur_railtype, _local_company, _remove_button_clicked, CloseWindowByClass(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_company_pool >::IsValidID(), ValParamRailType(), and WC_BUILD_TOOLBAR.