MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / IsFiltered

Method IsFiltered

src/settingentry_gui.h:80–80  ·  view source on GitHub ↗

* Check whether an entry is hidden due to filters * @return true if hidden. */

Source from the content-addressed store, hash-verified

78 * @return true if hidden.
79 */
80 bool IsFiltered() const { return this->flags.Test(SettingEntryFlag::Filtered); }
81
82 virtual bool UpdateFilterState(SettingFilter &filter, bool force_visible) = 0;
83

Callers 7

IsVisibleMethod · 0.95
FindEntryMethod · 0.95
DrawMethod · 0.95
LengthMethod · 0.80
FoldAllMethod · 0.80
UnFoldAllMethod · 0.80
GetFoldingStateMethod · 0.80

Calls 1

TestMethod · 0.80

Tested by

no test coverage detected