| OpenTTD
    | 
Functions/definitions that have something to do with groups. More...
Go to the source code of this file.
| Functions | |
| void | ShowCompanyGroup (CompanyID company, VehicleType veh) | 
| Show the group window for the given company and vehicle type. | |
| void | DeleteGroupHighlightOfVehicle (const Vehicle *v) | 
| Removes the highlight of a vehicle in a group window. | |
Functions/definitions that have something to do with groups.
Definition in file group_gui.h.
| void DeleteGroupHighlightOfVehicle | ( | const Vehicle * | v | ) | 
Removes the highlight of a vehicle in a group window.
| *v | Vehicle to remove all highlights from | 
Definition at line 968 of file group_gui.cpp.
References _special_mouse_mode, FindVehicleGroupWindow(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem< Tpool >::index, Vehicle::owner, BaseVehicle::type, VehicleGroupWindow::UnselectVehicle(), and WSM_DRAGDROP.
Referenced by Vehicle::PreDestructor().
| void ShowCompanyGroup | ( | CompanyID | company, | 
| VehicleType | vehicle_type | ||
| ) | 
Show the group window for the given company and vehicle type.
| company | The company to show the window for. | 
| vehicle_type | The type of vehicle to show it for. | 
Definition at line 908 of file group_gui.cpp.
References WindowDesc::cls, GetWindowClassForVehicleType(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_company_pool >::IsValidID(), VehicleListIdentifier::Pack(), and VEH_TRAIN.
 1.8.1.2
 1.8.1.2