public final class ImGuiTextFilter extends ImGuiStructDestroyable
ptr| Constructor and Description |
|---|
ImGuiTextFilter() |
ImGuiTextFilter(java.lang.String defaultFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
void |
clear() |
protected long |
create() |
boolean |
draw() |
boolean |
draw(java.lang.String label) |
boolean |
draw(java.lang.String label,
float width) |
boolean |
isActive() |
boolean |
passFilter(java.lang.String text) |
destroyisNotValidPtr, isValidPtrpublic ImGuiTextFilter()
public ImGuiTextFilter(java.lang.String defaultFilter)
protected long create()
create in class ImGuiStructDestroyablepublic boolean draw()
public boolean draw(java.lang.String label)
public boolean draw(java.lang.String label,
float width)
public boolean passFilter(java.lang.String text)
public void build()
public void clear()
public boolean isActive()