Home
last modified time | relevance | path

Searched refs:WC_REPLACE_VEHICLE (Results 1 – 6 of 6) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dgroup_cmd.cpp385 CloseWindowById(WC_REPLACE_VEHICLE, g->vehicle_type); in CmdDeleteGroup()
457 InvalidateWindowData(WC_REPLACE_VEHICLE, g->vehicle_type, 1); in CmdAlterGroup()
546 SetWindowDirty(WC_REPLACE_VEHICLE, v->type); in CmdAddVehicleGroup()
714 InvalidateWindowData(WC_REPLACE_VEHICLE, g->vehicle_type); in CmdSetGroupFlag()
756 SetWindowDirty(WC_REPLACE_VEHICLE, VEH_TRAIN); in SetTrainGroupID()
782 SetWindowDirty(WC_REPLACE_VEHICLE, VEH_TRAIN); in UpdateTrainGroupID()
H A Dautoreplace_gui.cpp55 InvalidateWindowData(WC_REPLACE_VEHICLE, Engine::Get(e)->type, 1); in InvalidateAutoreplaceWindow()
65 InvalidateWindowData(WC_REPLACE_VEHICLE, type, 0); // Update the autoreplace window in AddRemoveEngineFromAutoreplaceAndBuildWindows()
743 WC_REPLACE_VEHICLE, WC_NONE,
801 WC_REPLACE_VEHICLE, WC_NONE,
855 WC_REPLACE_VEHICLE, WC_NONE,
867 CloseWindowById(WC_REPLACE_VEHICLE, vehicletype); in ShowReplaceGroupVehicleWindow()
H A Dwindow_type.h210 WC_REPLACE_VEHICLE, enumerator
H A Dautoreplace_cmd.cpp834 if (IsLocalCompany()) SetWindowDirty(WC_REPLACE_VEHICLE, Engine::Get(old_engine_type)->type); in CmdSetAutoReplace()
H A Dengine.cpp597 SetWindowClassesDirty(WC_REPLACE_VEHICLE); in CalcEngineReliability()
H A Deconomy.cpp810 SetWindowClassesDirty(WC_REPLACE_VEHICLE); in RecomputePrices()