|
OpenTTD Source 20251117-master-g7398d2e290
|
Data structure describing how to show the list (what sort direction and criteria). More...
#include <sortlist_type.h>
Data Fields | |
| bool | order |
| Ascending/descending. | |
| uint8_t | criteria |
| Sorting criteria. | |
Data structure describing how to show the list (what sort direction and criteria).
Definition at line 26 of file sortlist_type.h.
| uint8_t Listing::criteria |
Sorting criteria.
Definition at line 28 of file sortlist_type.h.
Referenced by GUIList< T, P, F >::GetListing(), and GUIList< T, P, F >::SetListing().
| bool Listing::order |
Ascending/descending.
Definition at line 27 of file sortlist_type.h.
Referenced by GUIList< T, P, F >::GetListing(), TownDirectoryWindow::OnClick(), and GUIList< T, P, F >::SetListing().