struct ImGui::ImGuiTableSortSpecs
- ImGui::ImGuiTableSortSpecs
- Struct
- Value
- Object
Overview
Included Modules
- ImGui::ClassType(LibImGui::ImGuiTableSortSpecs)
Defined in:
obj.crConstructors
Instance Method Summary
- 
        #specs : Slice(ImGuiTableColumnSortSpecs)
        
          Pointer to sort spec array. 
- #specs=(specs : Slice(ImGuiTableColumnSortSpecs))
- 
        #specs_count : Int32
        
          Sort spec count. 
- #specs_count=(specs_count : Int32)
- 
        #specs_dirty : Bool
        
          Set to true when specs have changed since last time! Use this to sort again, then clear the flag. 
- #specs_dirty=(specs_dirty : Bool)
- #to_unsafe : Pointer(T)
Constructor Detail
Instance Method Detail
        
        def specs_count : Int32
        #
      
      
        Sort spec count. Most often 1. May be > 1 when ImGuiTableFlags_SortMulti is enabled. May be == 0 when ImGuiTableFlags_SortTristate is enabled.
        
        def specs_dirty : Bool
        #
      
      
        Set to true when specs have changed since last time! Use this to sort again, then clear the flag.