struct ImGui::ImGuiTableSortSpecs

Overview

struct ImGuiTableSortSpecs

Included Modules

Defined in:

obj.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new : ImGuiTableSortSpecs | Nil #

[View source]

Instance Method Detail

def specs : Slice(ImGuiTableColumnSortSpecs) #

Pointer to sort spec array.


[View source]
def specs=(specs : Slice(ImGuiTableColumnSortSpecs)) #

[View source]
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.


[View source]
def specs_count=(specs_count : Int32) #

[View source]
def specs_dirty : Bool #

Set to true when specs have changed since last time! Use this to sort again, then clear the flag.


[View source]
def specs_dirty=(specs_dirty : Bool) #

[View source]
def to_unsafe : Pointer(T) #

[View source]