| 871 | |
| 872 | ImGuiTextFilter(const char* default_filter = ""); |
| 873 | void Clear() { InputBuf[0] = 0; Build(); } |
| 874 | bool Draw(const char* label = "Filter (inc,-exc)", float width = 0.0f); // Helper calling InputText+Build |
| 875 | bool PassFilter(const char* text, const char* text_end = NULL) const; |
| 876 | bool IsActive() const { return !Filters.empty(); } |
nothing calls this directly
no outgoing calls
no test coverage detected