OpenTTD Source  20240917-master-g9ab0a47812
PickerFilterData Struct Reference
Inheritance diagram for PickerFilterData:
StringFilter

Data Fields

const PickerCallbackscallbacks
 Callbacks for filter functions to access to callbacks.
 

Additional Inherited Members

- Public Member Functions inherited from StringFilter
 StringFilter (const bool *case_sensitive=nullptr, bool locale_aware=true)
 Constructor for filter. More...
 
void SetFilterTerm (const char *str)
 Set the term to filter on. More...
 
void SetFilterTerm (const std::string &str)
 Set the term to filter on. More...
 
bool IsEmpty () const
 Check whether any filter words were entered. More...
 
void ResetState ()
 Reset the matching state to process a new item.
 
void AddLine (const char *str)
 Pass another text line from the current item to the filter. More...
 
void AddLine (const std::string &str)
 Pass another text line from the current item to the filter. More...
 
void AddLine (StringID str)
 Pass another text line from the current item to the filter. More...
 
bool GetState () const
 Get the matching state of the current item. More...
 

Detailed Description

Definition at line 141 of file picker_gui.h.


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