Classes | Public Member Functions | Public Attributes | List of all members
ImGuiTextFilter Struct Reference

#include <imgui.h>

Classes

struct  TextRange
 

Public Member Functions

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

Public Attributes

int CountGrep
 
ImVector< TextRangeFilters
 
char InputBuf [256]
 

Detailed Description

Definition at line 966 of file imgui.h.

Constructor & Destructor Documentation

ImGuiTextFilter::ImGuiTextFilter ( const char *  default_filter = "")

Definition at line 1430 of file imgui.cpp.

ImGuiTextFilter::~ImGuiTextFilter ( )
inline

Definition at line 989 of file imgui.h.

Member Function Documentation

void ImGuiTextFilter::Build ( )

Definition at line 1474 of file imgui.cpp.

void ImGuiTextFilter::Clear ( )
inline

Definition at line 990 of file imgui.h.

bool ImGuiTextFilter::Draw ( const char *  label = "Filter (inc,-exc)",
float  width = 0.0f 
)

Definition at line 1444 of file imgui.cpp.

bool ImGuiTextFilter::IsActive ( ) const
inline

Definition at line 993 of file imgui.h.

bool ImGuiTextFilter::PassFilter ( const char *  text,
const char *  text_end = NULL 
) const

Definition at line 1491 of file imgui.cpp.

Member Data Documentation

int ImGuiTextFilter::CountGrep

Definition at line 986 of file imgui.h.

ImVector<TextRange> ImGuiTextFilter::Filters

Definition at line 985 of file imgui.h.

char ImGuiTextFilter::InputBuf[256]

Definition at line 984 of file imgui.h.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:32