public final class ImGuiTableColumnSortSpecs extends ImGuiStruct
ptr
Constructor and Description |
---|
ImGuiTableColumnSortSpecs(long ptr) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Index of the column
|
int |
getColumnUserID()
User id of the column (if specified by a TableSetupColumn() call)
|
int |
getSortDirection()
ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending (you can use this or SortSign, whichever is more convenient for your sort function)
|
int |
getSortOrder()
Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)
|
isNotValidPtr, isValidPtr
public int getColumnUserID()
public int getColumnIndex()
public int getSortOrder()
public int getSortDirection()