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 (you can use this or SortSign, whichever is more convenient for your sort function) 
- #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
Instance Method Detail
User id of the column (if specified by a TableSetupColumn() call)
ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending (you can use this or SortSign, whichever is more convenient for your sort function)
Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)