OpenTTD
|
Functions related to the vehicle's GUIs. More...
#include "window_type.h"
#include "vehicle_type.h"
#include "order_type.h"
#include "station_type.h"
#include "engine_type.h"
#include "company_type.h"
Go to the source code of this file.
Data Structures | |
struct | VehicleCellSize |
Dimensions of a cell in the purchase/depot windows. More... |
Enumerations | |
enum | TrainDetailsWindowTabs { TDW_TAB_CARGO = 0, TDW_TAB_INFO, TDW_TAB_CAPACITY, TDW_TAB_TOTALS } |
The tabs in the train details window. More... | |
enum | VehicleInvalidateWindowData { VIWD_REMOVE_ALL_ORDERS = -1, VIWD_MODIFY_ORDERS = -2, VIWD_CONSIST_CHANGED = -3, VIWD_AUTOREPLACE = -4 } |
Special values for vehicle-related windows for the data parameter of InvalidateWindowData. More... |
Functions | |
void | ShowVehicleRefitWindow (const Vehicle *v, VehicleOrderID order, Window *parent, bool auto_refit=false) |
Show the refit window for a vehicle. | |
int | DrawVehiclePurchaseInfo (int left, int right, int y, EngineID engine_number) |
Draw the purchase info details of a vehicle at a given location. | |
void | DrawTrainImage (const Train *v, int left, int right, int y, VehicleID selection, EngineImageType image_type, int skip, VehicleID drag_dest=INVALID_VEHICLE) |
Draws an image of a whole train. | |
void | DrawRoadVehImage (const Vehicle *v, int left, int right, int y, VehicleID selection, EngineImageType image_type, int skip=0) |
Draws an image of a road vehicle chain. | |
void | DrawShipImage (const Vehicle *v, int left, int right, int y, VehicleID selection, EngineImageType image_type) |
Draws an image of a ship. | |
void | DrawAircraftImage (const Vehicle *v, int left, int right, int y, VehicleID selection, EngineImageType image_type) |
Draws an image of an aircraft. | |
void | ShowBuildVehicleWindow (TileIndex tile, VehicleType type) |
uint | ShowRefitOptionsList (int left, int right, int y, EngineID engine) |
Display list of cargo types of the engine, for the purchase information window. | |
StringID | GetCargoSubtypeText (const Vehicle *v) |
Get the cargo subtype text from NewGRF for the vehicle details window. | |
void | ShowVehicleListWindow (const Vehicle *v) |
void | ShowVehicleListWindow (CompanyID company, VehicleType vehicle_type) |
void | ShowVehicleListWindow (CompanyID company, VehicleType vehicle_type, StationID station) |
void | ShowVehicleListWindow (CompanyID company, VehicleType vehicle_type, TileIndex depot_tile) |
static uint | GetVehicleHeight (VehicleType type) |
Get the height of a single vehicle in the GUIs. | |
int | GetVehicleWidth (Vehicle *v, EngineImageType image_type) |
Get the width of a vehicle (including all parts of the consist) in pixels. | |
VehicleCellSize | GetVehicleImageCellSize (VehicleType type, EngineImageType image_type) |
Get the GUI cell size for a vehicle image. | |
static WindowClass | GetWindowClassForVehicleType (VehicleType vt) |
Get WindowClass for vehicle list of given vehicle type. | |
void | ShowVehicleViewWindow (const Vehicle *v) |
Shows the vehicle view window of the given vehicle. | |
bool | VehicleClicked (const Vehicle *v) |
Dispatch a "vehicle selected" event if any window waits for it. | |
void | StartStopVehicle (const Vehicle *v, bool texteffect) |
Executes CMD_START_STOP_VEHICLE for given vehicle. | |
Vehicle * | CheckClickOnVehicle (const struct ViewPort *vp, int x, int y) |
void | DrawVehicleImage (const Vehicle *v, int left, int right, int y, VehicleID selection, EngineImageType image_type, int skip) |
Draws an image of a vehicle chain. |
Functions related to the vehicle's GUIs.
Definition in file vehicle_gui.h.
The tabs in the train details window.
Definition at line 25 of file vehicle_gui.h.
Special values for vehicle-related windows for the data parameter of InvalidateWindowData.
VIWD_REMOVE_ALL_ORDERS |
Removed / replaced all orders (after deleting / sharing). |
VIWD_MODIFY_ORDERS |
Other order modifications. |
VIWD_CONSIST_CHANGED |
Vehicle composition was changed. |
VIWD_AUTOREPLACE |
Autoreplace replaced the vehicle. |
Definition at line 33 of file vehicle_gui.h.
void DrawAircraftImage | ( | const Vehicle * | v, |
int | left, | ||
int | right, | ||
int | y, | ||
VehicleID | selection, | ||
EngineImageType | image_type | ||
) |
Draws an image of an aircraft.
v | Front vehicle |
left | The minimum horizontal position |
right | The maximum horizontal position |
y | Vertical position to draw at |
selection | Selected vehicle to draw a frame around |
Definition at line 82 of file aircraft_gui.cpp.
References _current_text_dir, AIR_HELICOPTER, DIR_E, DIR_W, DrawFrameRect(), DrawSprite(), FR_BORDERONLY, SpecializedVehicle< Aircraft, VEH_AIRCRAFT >::From(), Vehicle::GetImage(), GetVehiclePalette(), Sprite::height, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, PALETTE_CRASH, ScaleGUITrad(), ST_NORMAL, Vehicle::subtype, TD_RTL, UnScaleGUI(), Vehicle::vehstatus, VS_CRASHED, Sprite::width, Sprite::x_offs, and Sprite::y_offs.
Referenced by DrawVehicleImage(), and DepotWindow::DrawVehicleInDepot().
void DrawRoadVehImage | ( | const Vehicle * | v, |
int | left, | ||
int | right, | ||
int | y, | ||
VehicleID | selection, | ||
EngineImageType | image_type, | ||
int | skip | ||
) |
Draws an image of a road vehicle chain.
v | Front vehicle |
left | The minimum horizontal position |
right | The maximum horizontal position |
y | Vertical position to draw at |
selection | Selected vehicle to draw a frame around |
skip | Number of pixels to skip at the front (for scrolling) |
Definition at line 131 of file roadveh_gui.cpp.
References _current_text_dir, DIR_E, DIR_W, DrawFrameRect(), DrawSprite(), FillDrawPixelInfo(), FR_BORDERONLY, SpecializedVehicle< RoadVehicle, Type >::From(), GetVehiclePalette(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, SpecializedVehicle< T, Type >::Next(), PALETTE_CRASH, ScaleGUITrad(), TD_RTL, and VS_CRASHED.
Referenced by DrawVehicleImage(), and DepotWindow::DrawVehicleInDepot().
void DrawShipImage | ( | const Vehicle * | v, |
int | left, | ||
int | right, | ||
int | y, | ||
VehicleID | selection, | ||
EngineImageType | image_type | ||
) |
Draws an image of a ship.
v | Front vehicle |
left | The minimum horizontal position |
right | The maximum horizontal position |
y | Vertical position to draw at |
selection | Selected vehicle to draw a frame around |
Definition at line 34 of file ship_gui.cpp.
References _current_text_dir, DIR_E, DIR_W, DrawFrameRect(), DrawSprite(), FR_BORDERONLY, Vehicle::GetImage(), GetVehiclePalette(), Sprite::height, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, ScaleGUITrad(), ST_NORMAL, TD_RTL, UnScaleGUI(), Sprite::width, Sprite::x_offs, and Sprite::y_offs.
Referenced by DrawVehicleImage(), and DepotWindow::DrawVehicleInDepot().
void DrawTrainImage | ( | const Train * | v, |
int | left, | ||
int | right, | ||
int | y, | ||
VehicleID | selection, | ||
EngineImageType | image_type, | ||
int | skip, | ||
VehicleID | drag_dest | ||
) |
Draws an image of a whole train.
v | Front vehicle |
left | The minimum horizontal position |
right | The maximum horizontal position |
y | Vertical position to draw at |
selection | Selected vehicle to draw a frame around |
skip | Number of pixels to skip at the front (for scrolling) |
drag_dest | The vehicle another one is dragged over, INVALID_VEHICLE if none. |
Definition at line 93 of file train_gui.cpp.
References _current_text_dir, DIR_E, DIR_W, DrawFrameRect(), DrawSprite(), FillDrawPixelInfo(), FR_BORDERONLY, SpecializedVehicle< Train, Type >::From(), Train::GetDisplayImageWidth(), GetVehiclePalette(), HighlightDragPosition(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, INVALID_VEHICLE, SpecializedVehicle< T, Type >::Next(), PALETTE_CRASH, ScaleGUITrad(), TD_RTL, CursorVars::vehchain, and VS_CRASHED.
Referenced by DrawVehicleImage(), and DepotWindow::DrawVehicleInDepot().
void DrawVehicleImage | ( | const Vehicle * | v, |
int | left, | ||
int | right, | ||
int | y, | ||
VehicleID | selection, | ||
EngineImageType | image_type, | ||
int | skip | ||
) |
Draws an image of a vehicle chain.
v | Front vehicle |
left | The minimum horizontal position |
right | The maximum horizontal position |
y | Vertical position to draw at |
selection | Selected vehicle to draw a frame around |
skip | Number of pixels to skip at the front (for scrolling) |
Definition at line 1333 of file vehicle_gui.cpp.
References DrawAircraftImage(), DrawRoadVehImage(), DrawShipImage(), DrawTrainImage(), SpecializedVehicle< Train, Type >::From(), BaseVehicle::type, VEH_AIRCRAFT, VEH_ROAD, VEH_SHIP, and VEH_TRAIN.
Referenced by BaseVehicleListWindow::DrawVehicleListItems(), RefitWindow::DrawWidget(), and VehicleDetailsWindow::DrawWidget().
int DrawVehiclePurchaseInfo | ( | int | left, |
int | right, | ||
int | y, | ||
EngineID | engine_number | ||
) |
Draw the purchase info details of a vehicle at a given location.
left,right,y | location where to draw the info |
engine_number | the engine of which to draw the info of |
Definition at line 798 of file build_vehicle_gui.cpp.
References ConvertDateToYMD(), CT_INVALID, DAYS_IN_LEAP_YEAR, DrawString(), FONT_HEIGHT_NORMAL, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_engine_pool >::Get(), Engine::GetLifeLengthInDays(), Engine::intro_date, IsArticulatedVehicleRefittable(), RAILVEH_WAGON, Engine::reliability, SetDParam(), ShowAdditionalText(), ShowRefitOptionsList(), ToPercent16(), Engine::type, VEH_AIRCRAFT, VEH_ROAD, VEH_SHIP, VEH_TRAIN, and YearMonthDay::year.
Referenced by ReplaceVehicleWindow::OnPaint(), and BuildVehicleWindow::OnPaint().
Get the cargo subtype text from NewGRF for the vehicle details window.
Definition at line 1072 of file vehicle_gui.cpp.
References CALLBACK_FAILED, CBID_VEHICLE_CARGO_SUFFIX, CBM_VEHICLE_CARGO_SUFFIX, Vehicle::engine_type, ErrorUnknownCallbackResult(), Vehicle::GetGRF(), Vehicle::GetGRFID(), GetGRFStringID(), GetVehicleCallback(), and HasBit().
Referenced by RefitWindow::BuildRefitList(), DrawAircraftDetails(), DrawRoadVehDetails(), DrawShipDetails(), GetBestFittingSubType(), and GetCargoSummaryOfArticulatedVehicle().
|
inlinestatic |
Get the height of a single vehicle in the GUIs.
type | the vehicle type to look at |
Definition at line 62 of file vehicle_gui.h.
References VEH_ROAD, and VEH_TRAIN.
Referenced by DrawTrainDetails(), DepotWindow::DrawVehicleInDepot(), GetVehicleListHeight(), and RefitWindow::UpdateWidgetSize().
VehicleCellSize GetVehicleImageCellSize | ( | VehicleType | type, |
EngineImageType | image_type | ||
) |
Get the GUI cell size for a vehicle image.
type | Vehicle type to get the size for. |
image_type | Image type to get size for. |
Definition at line 158 of file depot_gui.cpp.
References EIT_IN_DEPOT, and EIT_PURCHASE.
Referenced by DrawEngineList(), GetEngineListHeight(), NewGRFInspectWindow::UpdateWidgetSize(), DepotWindow::UpdateWidgetSize(), and BuildVehicleWindow::UpdateWidgetSize().
int GetVehicleWidth | ( | Vehicle * | v, |
EngineImageType | image_type | ||
) |
Get the width of a vehicle (including all parts of the consist) in pixels.
v | Vehicle to get the width for. |
Definition at line 2836 of file vehicle_gui.cpp.
References _current_text_dir, DIR_E, DIR_W, SpecializedVehicle< Train, Type >::From(), SpecializedVehicle< RoadVehicle, Type >::From(), Train::GetDisplayImageWidth(), Vehicle::GetImage(), SpecializedVehicle< T, Type >::Next(), ST_NORMAL, TD_RTL, BaseVehicle::type, UnScaleGUI(), VEH_ROAD, VEH_TRAIN, and Sprite::width.
Referenced by RefitWindow::OnInvalidateData(), and RefitWindow::OnResize().
|
inlinestatic |
Get WindowClass for vehicle list of given vehicle type.
vt | vehicle type to check |
Definition at line 84 of file vehicle_gui.h.
References VEH_AIRCRAFT, VEH_ROAD, VEH_SHIP, VEH_TRAIN, WC_AIRCRAFT_LIST, WC_ROADVEH_LIST, WC_SHIPS_LIST, and WC_TRAINS_LIST.
Referenced by Vehicle::BeginLoading(), CmdAddSharedVehicleGroup(), CmdAddVehicleGroup(), CmdAlterGroup(), CmdBuildVehicle(), CmdCloneOrder(), CmdCreateGroup(), CmdDeleteGroup(), CmdMoveOrder(), CmdRefitVehicle(), CmdRemoveAllVehiclesGroup(), CmdRenameDepot(), CmdRenameVehicle(), CmdSetGroupReplaceProtection(), CmdStartStopVehicle(), Vehicle::Crash(), DecloneOrder(), DeleteOrder(), FindVehicleGroupWindow(), InsertOrder(), LoadUnloadVehicle(), Vehicle::PreDestructor(), ProcessOrders(), Vehicle::RemoveFromShared(), ShowCompanyGroup(), and Depot::~Depot().
void ShowVehicleRefitWindow | ( | const Vehicle * | v, |
VehicleOrderID | order, | ||
Window * | parent, | ||
bool | auto_refit | ||
) |
Show the refit window for a vehicle.
*v | The vehicle to show the refit window for |
order | of the vehicle to assign refit to, or INVALID_VEH_ORDER_ID to refit the vehicle now |
parent | the parent window of the refit window |
auto_refit | Choose cargo for auto-refitting |
Definition at line 1035 of file vehicle_gui.cpp.
References DeleteWindowById(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, Window::parent, and WC_VEHICLE_REFIT.
Referenced by VehicleViewWindow::OnClick(), and OrdersWindow::OrderClick_Refit().
void ShowVehicleViewWindow | ( | const Vehicle * | v | ) |
Shows the vehicle view window of the given vehicle.
Definition at line 2785 of file vehicle_gui.cpp.
References _train_view_desc, _vehicle_view_desc, Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, BaseVehicle::type, and VEH_TRAIN.
Referenced by CcBuildPrimaryVehicle(), CcCloneVehicle(), DepotWindow::DepotClick(), NewsWindow::OnClick(), VehicleListWindow::OnClick(), and DepotWindow::OnDragDrop().
void StartStopVehicle | ( | const Vehicle * | v, |
bool | texteffect | ||
) |
Executes CMD_START_STOP_VEHICLE for given vehicle.
v | Vehicle to start/stop |
texteffect | Should a texteffect be shown? |
Definition at line 2398 of file vehicle_gui.cpp.
References CcStartStopVehicle(), DoCommandP(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, Vehicle::IsPrimaryVehicle(), Vehicle::tile, and BaseVehicle::type.
Referenced by DepotWindow::DepotClick(), and VehicleViewWindow::OnClick().
bool VehicleClicked | ( | const Vehicle * | v | ) |
Dispatch a "vehicle selected" event if any window waits for it.
v | selected vehicle; |
Definition at line 2795 of file vehicle_gui.cpp.
References Vehicle::First(), TileHighlightData::GetCallbackWnd(), HT_VEHICLE, Vehicle::IsPrimaryVehicle(), Window::OnVehicleSelect(), and TileHighlightData::place_mode.
Referenced by DepotWindow::DepotClick(), VehicleGroupWindow::OnClick(), and VehicleListWindow::OnClick().