OpenTTD Source
20241108-master-g80f628063a
|
GUI for building roads. More...
#include "stdafx.h"
#include "gui.h"
#include "window_gui.h"
#include "station_gui.h"
#include "terraform_gui.h"
#include "viewport_func.h"
#include "command_func.h"
#include "road_cmd.h"
#include "station_func.h"
#include "waypoint_func.h"
#include "window_func.h"
#include "vehicle_func.h"
#include "sound_func.h"
#include "company_func.h"
#include "tunnelbridge.h"
#include "tunnelbridge_map.h"
#include "tilehighlight_func.h"
#include "company_base.h"
#include "hotkeys.h"
#include "road_gui.h"
#include "zoom_func.h"
#include "dropdown_type.h"
#include "dropdown_func.h"
#include "engine_base.h"
#include "station_base.h"
#include "waypoint_base.h"
#include "strings_func.h"
#include "core/geometry_func.hpp"
#include "station_cmd.h"
#include "waypoint_cmd.h"
#include "tunnelbridge_cmd.h"
#include "newgrf_roadstop.h"
#include "picker_gui.h"
#include "timer/timer.h"
#include "timer/timer_game_calendar.h"
#include "widgets/road_widget.h"
#include "table/strings.h"
#include "safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | RoadWaypointPickerSelection |
struct | RoadStopPickerSelection |
struct | BuildRoadToolbarWindow |
Road toolbar window handler. More... | |
struct | BuildRoadDepotWindow |
class | RoadStopPickerCallbacks< roadstoptype > |
struct | BuildRoadStationWindow |
class | RoadWaypointPickerCallbacks |
struct | BuildRoadWaypointWindow |
Typedefs | |
typedef void | OnButtonClick(Window *w) |
Functions | |
static void | ShowRVStationPicker (Window *parent, RoadStopType rs) |
static void | ShowRoadDepotPicker (Window *parent) |
static void | ShowBuildRoadWaypointPicker (Window *parent) |
static bool | IsRoadStopEverAvailable (const RoadStopSpec *spec, StationType type) |
static bool | IsRoadStopAvailable (const RoadStopSpec *spec, StationType type) |
Check whether a road stop type can be built. More... | |
void | CcPlaySound_CONSTRUCTION_OTHER (Commands, const CommandCost &result, TileIndex tile) |
static void | PlaceRoad_Bridge (TileIndex tile, Window *w) |
Callback to start placing a bridge. More... | |
void | CcBuildRoadTunnel (Commands, const CommandCost &result, TileIndex start_tile) |
Callback executed after a build road tunnel command has been called. More... | |
void | ConnectRoadToStructure (TileIndex tile, DiagDirection direction) |
If required, connects a new structure to an existing road or tram by building the missing roadbit. More... | |
void | CcRoadDepot (Commands, const CommandCost &result, TileIndex tile, RoadType, DiagDirection dir) |
void | CcRoadStop (Commands, const CommandCost &result, TileIndex tile, uint8_t width, uint8_t length, RoadStopType, bool is_drive_through, DiagDirection dir, RoadType, RoadStopClassID spec_class, uint16_t spec_index, StationID, bool) |
Command callback for building road stops. More... | |
static void | PlaceRoadStop (TileIndex start_tile, TileIndex end_tile, RoadStopType stop_type, bool adjacent, RoadType rt, StringID err_msg) |
Place a new road stop. More... | |
static void | PlaceRoad_Waypoint (TileIndex tile) |
Place a road waypoint. More... | |
static void | PlaceRoad_BusStation (TileIndex tile) |
Callback for placing a bus station. More... | |
static void | PlaceRoad_TruckStation (TileIndex tile) |
Callback for placing a truck station. More... | |
static void | ToggleRoadButton_Remove (Window *w) |
Toggles state of the Remove button of Build road toolbar. More... | |
static bool | RoadToolbar_CtrlChanged (Window *w) |
Updates the Remove button because of Ctrl state change. More... | |
Window * | ShowBuildRoadToolbar (RoadType roadtype) |
Open the build road toolbar window. More... | |
Window * | ShowBuildRoadScenToolbar (RoadType roadtype) |
Show the road building toolbar in the scenario editor. More... | |
static PickerCallbacks & | GetRoadStopPickerCallbacks (RoadStopType rs) |
void | InitializeRoadGui () |
void | InitializeRoadGUI () |
I really don't know why rail_gui.cpp has this too, shouldn't be included in the other one? | |
DropDownList | GetRoadTypeDropDownList (RoadTramTypes rtts, bool for_replacement, bool all_option) |
DropDownList | GetScenRoadTypeDropDownList (RoadTramTypes rtts) |
Variables | |
static bool | _remove_button_clicked |
static bool | _one_way_button_clicked |
static Axis | _place_road_dir |
static bool | _place_road_start_half_x |
static bool | _place_road_start_half_y |
static bool | _place_road_end_half |
static RoadType | _cur_roadtype |
static DiagDirection | _road_depot_orientation |
static RoadWaypointPickerSelection | _waypoint_gui |
Settings of the road waypoint picker. | |
static RoadStopPickerSelection | _roadstop_gui |
static constexpr NWidgetPart | _nested_build_road_widgets [] |
static WindowDesc | _build_road_desc (WDP_ALIGN_TOOLBAR, "toolbar_road", 0, 0, WC_BUILD_TOOLBAR, WC_NONE, WDF_CONSTRUCTION, _nested_build_road_widgets, &BuildRoadToolbarWindow::road_hotkeys) |
static constexpr NWidgetPart | _nested_build_tramway_widgets [] |
static WindowDesc | _build_tramway_desc (WDP_ALIGN_TOOLBAR, "toolbar_tramway", 0, 0, WC_BUILD_TOOLBAR, WC_NONE, WDF_CONSTRUCTION, _nested_build_tramway_widgets, &BuildRoadToolbarWindow::tram_hotkeys) |
static constexpr NWidgetPart | _nested_build_road_scen_widgets [] |
static WindowDesc | _build_road_scen_desc (WDP_AUTO, "toolbar_road_scen", 0, 0, WC_SCEN_BUILD_TOOLBAR, WC_NONE, WDF_CONSTRUCTION, _nested_build_road_scen_widgets, &BuildRoadToolbarWindow::road_hotkeys) |
static constexpr NWidgetPart | _nested_build_tramway_scen_widgets [] |
static WindowDesc | _build_tramway_scen_desc (WDP_AUTO, "toolbar_tram_scen", 0, 0, WC_SCEN_BUILD_TOOLBAR, WC_NONE, WDF_CONSTRUCTION, _nested_build_tramway_scen_widgets, &BuildRoadToolbarWindow::tram_hotkeys) |
static constexpr NWidgetPart | _nested_build_road_depot_widgets [] |
static WindowDesc | _build_road_depot_desc (WDP_AUTO, nullptr, 0, 0, WC_BUILD_DEPOT, WC_BUILD_TOOLBAR, WDF_CONSTRUCTION, _nested_build_road_depot_widgets) |
static RoadStopPickerCallbacks< ROADSTOP_BUS > | _bus_callback_instance ("fav_passenger_roadstops") |
static RoadStopPickerCallbacks< ROADSTOP_TRUCK > | _truck_callback_instance ("fav_freight_roadstops") |
static constexpr NWidgetPart | _nested_road_station_picker_widgets [] |
Widget definition of the build road station window. | |
static WindowDesc | _road_station_picker_desc (WDP_AUTO, "build_station_road", 0, 0, WC_BUS_STATION, WC_BUILD_TOOLBAR, WDF_CONSTRUCTION, _nested_road_station_picker_widgets, &BuildRoadStationWindow::road_hotkeys) |
static constexpr NWidgetPart | _nested_tram_station_picker_widgets [] |
Widget definition of the build tram station window. More... | |
static WindowDesc | _tram_station_picker_desc (WDP_AUTO, "build_station_tram", 0, 0, WC_BUS_STATION, WC_BUILD_TOOLBAR, WDF_CONSTRUCTION, _nested_tram_station_picker_widgets, &BuildRoadStationWindow::tram_hotkeys) |
static constexpr NWidgetPart | _nested_build_road_waypoint_widgets [] |
Nested widget definition for the build NewGRF road waypoint window. More... | |
static WindowDesc | _build_road_waypoint_desc (WDP_AUTO, "build_road_waypoint", 0, 0, WC_BUILD_WAYPOINT, WC_BUILD_TOOLBAR, WDF_CONSTRUCTION, _nested_build_road_waypoint_widgets, &BuildRoadWaypointWindow::hotkeys) |
GUI for building roads.
Definition in file road_gui.cpp.
void CcBuildRoadTunnel | ( | Commands | , |
const CommandCost & | result, | ||
TileIndex | start_tile | ||
) |
Callback executed after a build road tunnel command has been called.
result | Whether the build succeeded. |
start_tile | Starting tile of the tunnel. |
Definition at line 140 of file road_gui.cpp.
void CcRoadStop | ( | Commands | cmd, |
const CommandCost & | result, | ||
TileIndex | tile, | ||
uint8_t | width, | ||
uint8_t | length, | ||
RoadStopType | , | ||
bool | is_drive_through, | ||
DiagDirection | dir, | ||
RoadType | , | ||
RoadStopClassID | spec_class, | ||
uint16_t | spec_index, | ||
StationID | , | ||
bool | |||
) |
Command callback for building road stops.
result | Result of the build road stop command. |
tile | Start tile. |
width | Width of the road stop. |
length | Length of the road stop. |
is_drive_through | False for normal stops, true for drive-through. |
dir | Entrance direction (DiagDirection) for normal stops. Converted to the axis for drive-through stops. |
spec_class | Road stop spec class. |
spec_index | Road stop spec index. |
Definition at line 194 of file road_gui.cpp.
void ConnectRoadToStructure | ( | TileIndex | tile, |
DiagDirection | direction | ||
) |
If required, connects a new structure to an existing road or tram by building the missing roadbit.
tile | Tile containing the structure to connect. |
direction | Direction to check. |
Definition at line 162 of file road_gui.cpp.
References GetRoadBits(), IsNormalRoadTile(), and TileOffsByDiagDir().
|
static |
Check whether a road stop type can be built.
Definition at line 101 of file road_gui.cpp.
Referenced by RoadStopPickerCallbacks< roadstoptype >::IsTypeAvailable(), and RoadWaypointPickerCallbacks::IsTypeAvailable().
Callback to start placing a bridge.
tile | Start tile of the bridge. |
Definition at line 123 of file road_gui.cpp.
References DDSP_BUILD_BRIDGE, GetOtherTunnelBridgeEnd(), IsBridgeTile(), Window::OnPlaceMouseUp(), VPM_X_OR_Y, and VpStartPlaceSizing().
|
static |
Callback for placing a bus station.
tile | Position to place the station. |
Definition at line 277 of file road_gui.cpp.
References _remove_button_clicked, DDSP_REMOVE_BUSSTOP, VPM_X_AND_Y, and VpStartPlaceSizing().
|
static |
Callback for placing a truck station.
tile | Position to place the station. |
Definition at line 295 of file road_gui.cpp.
References _remove_button_clicked, DDSP_REMOVE_TRUCKSTOP, VPM_X_AND_Y, and VpStartPlaceSizing().
|
static |
Place a road waypoint.
tile | Position to start dragging a waypoint. |
Definition at line 254 of file road_gui.cpp.
References _remove_button_clicked, AXIS_X, DDSP_BUILD_ROAD_WAYPOINT, DDSP_REMOVE_ROAD_WAYPOINT, GetAxisForNewRoadWaypoint(), IsValidAxis(), VPM_X_AND_Y, VPM_X_LIMITED, VPM_Y_LIMITED, and VpStartPlaceSizing().
|
static |
Place a new road stop.
start_tile | First tile of the area. |
end_tile | Last tile of the area. |
stop_type | Type of stop (bus/truck). |
adjacent | Allow stations directly adjacent to other stations. |
rt | The roadtypes. |
err_msg | Error message to show. |
Definition at line 228 of file road_gui.cpp.
|
static |
Updates the Remove button because of Ctrl state change.
w | window the button belongs to |
Definition at line 328 of file road_gui.cpp.
References Window::IsWidgetDisabled(), Window::IsWidgetLowered(), ToggleRoadButton_Remove(), WID_ROT_AUTOROAD, WID_ROT_REMOVE, and WID_ROT_ROAD_X.
Referenced by BuildRoadToolbarWindow::OnCTRLStateChange().
Show the road building toolbar in the scenario editor.
nullptr
if the toolbar was already open. Definition at line 1081 of file road_gui.cpp.
References CloseWindowById(), TRANSPORT_ROAD, and WC_SCEN_BUILD_TOOLBAR.
Open the build road toolbar window.
If the terraform toolbar is linked to the toolbar, that window is also opened.
Definition at line 994 of file road_gui.cpp.
References _local_company, CloseWindowByClass(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_company_pool >::IsValidID(), ValParamRoadType(), and WC_BUILD_TOOLBAR.
|
static |
Toggles state of the Remove button of Build road toolbar.
w | window the button belongs to |
Definition at line 315 of file road_gui.cpp.
References _remove_button_clicked, Window::IsWidgetLowered(), Window::SetWidgetDirty(), Window::ToggleWidgetLoweredState(), and WID_ROT_REMOVE.
Referenced by RoadToolbar_CtrlChanged().
|
staticconstexpr |
Definition at line 1147 of file road_gui.cpp.
|
staticconstexpr |
Definition at line 1005 of file road_gui.cpp.
|
staticconstexpr |
Nested widget definition for the build NewGRF road waypoint window.
Definition at line 1684 of file road_gui.cpp.
|
staticconstexpr |
Definition at line 1042 of file road_gui.cpp.
|
staticconstexpr |
Widget definition of the build tram station window.
Definition at line 1553 of file road_gui.cpp.