|
OpenTTD Source 20251117-master-g7398d2e290
|
Data structure describing what to show in the list (filter criteria). More...
#include <sortlist_type.h>
Data Fields | |
| bool | state |
| Filter on/off. | |
| uint8_t | criteria |
| Filtering criteria. | |
Data structure describing what to show in the list (filter criteria).
Definition at line 31 of file sortlist_type.h.
| uint8_t Filtering::criteria |
Filtering criteria.
Definition at line 33 of file sortlist_type.h.
Referenced by GUIList< T, P, F >::GetFiltering(), and GUIList< T, P, F >::SetFiltering().
| bool Filtering::state |
Filter on/off.
Definition at line 32 of file sortlist_type.h.
Referenced by GUIList< T, P, F >::GetFiltering(), GUIList< T, P, F >::SetFiltering(), and NetworkContentListWindow::UpdateFilterState().