struct ImGui::ImGuiTableColumnSortSpecs
- ImGui::ImGuiTableColumnSortSpecs
- Struct
- Value
- Object
Overview
struct ImGuiTableColumnSortSpecs
Included Modules
- ImGui::ClassType(LibImGui::ImGuiTableColumnSortSpecs)
Defined in:
obj.crConstructors
Instance Method Summary
-
#column_index : Int16
Index of the column
- #column_index=(column_index : Int16)
-
#column_user_id : ImGuiID
User id of the column (if specified by a TableSetupColumn() call)
- #column_user_id=(column_user_id : ImGuiID)
-
#sort_direction : ImGuiSortDirection
ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending
- #sort_direction=(sort_direction : ImGuiSortDirection)
-
#sort_order : Int16
Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)
- #sort_order=(sort_order : Int16)
- #to_unsafe : Pointer(T)
Constructor Detail
def self.new : ImGuiTableColumnSortSpecs
#
Instance Method Detail
User id of the column (if specified by a TableSetupColumn() call)
def sort_direction : ImGuiSortDirection
#
ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending
def sort_order : Int16
#
Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)