OpenTTD Source 20241224-master-gf74b0cf984
Filtering Struct Reference

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.
 

Detailed Description

Data structure describing what to show in the list (filter criteria).

Definition at line 35 of file sortlist_type.h.

Field Documentation

◆ criteria

uint8_t Filtering::criteria

Filtering criteria.

Definition at line 37 of file sortlist_type.h.

Referenced by GUIList< T, P, F >::GetFiltering(), and GUIList< T, P, F >::SetFiltering().

◆ state

bool Filtering::state

Filter on/off.

Definition at line 36 of file sortlist_type.h.

Referenced by GUIList< T, P, F >::GetFiltering(), and GUIList< T, P, F >::SetFiltering().


The documentation for this struct was generated from the following file: