Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiTextFilter Struct Reference

#include <imgui.h>

Collaboration diagram for ImGuiTextFilter:
[legend]

Classes

struct  ImGuiTextRange
 

Public Member Functions

IMGUI_API ImGuiTextFilter (const char *default_filter="")
 
IMGUI_API bool Draw (const char *label="Filter (inc,-exc)", float width=0.0f)
 
IMGUI_API bool PassFilter (const char *text, const char *text_end=NULL) const
 
IMGUI_API void Build ()
 
void Clear ()
 
bool IsActive () const
 

Public Attributes

char InputBuf [256]
 
ImVector< ImGuiTextRangeFilters
 
int CountGrep
 

Constructor & Destructor Documentation

◆ ImGuiTextFilter()

ImGuiTextFilter::ImGuiTextFilter ( const char * default_filter = "")
Here is the call graph for this function:

Member Function Documentation

◆ Build()

void ImGuiTextFilter::Build ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Clear()

void ImGuiTextFilter::Clear ( )
inline
Here is the call graph for this function:

◆ Draw()

bool ImGuiTextFilter::Draw ( const char * label = "Filter (inc,-exc)",
float width = 0.0f )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsActive()

bool ImGuiTextFilter::IsActive ( ) const
inline

◆ PassFilter()

bool ImGuiTextFilter::PassFilter ( const char * text,
const char * text_end = NULL ) const
Here is the caller graph for this function:

Member Data Documentation

◆ CountGrep

int ImGuiTextFilter::CountGrep

◆ Filters

ImVector<ImGuiTextRange> ImGuiTextFilter::Filters

◆ InputBuf

char ImGuiTextFilter::InputBuf[256]

The documentation for this struct was generated from the following files:
Untitled