public final class ImGuiTableSortSpecs extends ImGuiStruct
ptr
Constructor and Description |
---|
ImGuiTableSortSpecs(long ptr) |
Modifier and Type | Method and Description |
---|---|
ImGuiTableColumnSortSpecs[] |
getSpecs()
Pointer to sort spec array.
|
int |
getSpecsCount()
Sort spec count.
|
boolean |
getSpecsDirty()
Set to true when specs have changed since last time! Use this to sort again, then clear the flag.
|
void |
setSpecsDirty(boolean value)
Set to true when specs have changed since last time! Use this to sort again, then clear the flag.
|
isNotValidPtr, isValidPtr
public ImGuiTableColumnSortSpecs[] getSpecs()
public int getSpecsCount()
>
1 when ImGuiTableFlags_SortMulti is enabled. May be == 0 when ImGuiTableFlags_SortTristate is enabled.public boolean getSpecsDirty()
public void setSpecsDirty(boolean value)