GUI for road vehicles. More...
#include "stdafx.h"
#include "roadveh.h"
#include "window_gui.h"
#include "gfx_func.h"
#include "vehicle_gui.h"
#include "strings_func.h"
#include "vehicle_func.h"
#include "string_func.h"
#include "table/sprites.h"
#include "table/strings.h"
Go to the source code of this file.
Functions | |
void | DrawRoadVehDetails (const Vehicle *v, int left, int right, int y) |
Draw the details for the given vehicle at the given position. | |
void | DrawRoadVehImage (const Vehicle *v, int left, int right, int y, VehicleID selection) |
Draws an image of a road vehicle chain. |
GUI for road vehicles.
Definition in file roadveh_gui.cpp.
void DrawRoadVehDetails | ( | const Vehicle * | v, | |
int | left, | |||
int | right, | |||
int | y | |||
) |
Draw the details for the given vehicle at the given position.
v | current vehicle | |
left | The left most coordinate to draw | |
right | The right most coordinate to draw | |
y | The y coordinate |
Definition at line 32 of file roadveh_gui.cpp.
References Vehicle::cargo, Vehicle::cargo_cap, Vehicle::cargo_type, CargoList< Tinst >::Count(), DrawString(), CargoList< Tinst >::Empty(), VehicleCargoList::FeederShare(), FONT_HEIGHT_NORMAL, SpecializedVehicle< RoadVehicle, VEH_ROAD >::From(), GetCargoSubtypeText(), RoadVehicle::HasArticulatedPart(), lastof, Vehicle::Next(), NUM_CARGO, SA_LEFT, SA_STRIP, SetDParam(), CargoList< Tinst >::Source(), strecat(), and Vehicle::value.
Referenced by VehicleDetailsWindow::DrawVehicleDetails().
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 |
Definition at line 132 of file roadveh_gui.cpp.
References _dynlang, DIR_E, DIR_W, DrawFrameRect(), DrawSprite(), FR_BORDERONLY, SpecializedVehicle< RoadVehicle, VEH_ROAD >::From(), RoadVehicle::GetDisplayImageWidth(), RoadVehicle::GetImage(), GetVehiclePalette(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem< Tpool >::index, SpecializedVehicle< T, Type >::Next(), TD_RTL, DynamicLanguages::text_dir, and Vehicle::vehstatus.
Referenced by DrawVehicleImage(), and DepotWindow::DrawVehicleInDepot().