OpenTTD Source
20241108-master-g80f628063a
|
Public Member Functions | |
CargoSorter (CargoSortType t=CargoSortType::StationID, SortOrder o=SO_ASCENDING) | |
CargoSortType | GetSortType () |
bool | operator() (const CargoDataEntry *cd1, const CargoDataEntry *cd2) const |
Private Member Functions | |
template<class Tid > | |
bool | SortId (Tid st1, Tid st2) const |
bool | SortCount (const CargoDataEntry *cd1, const CargoDataEntry *cd2) const |
bool | SortStation (StationID st1, StationID st2) const |
Private Attributes | |
CargoSortType | type |
SortOrder | order |
Definition at line 897 of file station_gui.cpp.