| 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(); } |
| 877 | IMGUI_API void Build(); |
| 878 | }; |
| 879 |