struct ImGui::ImGuiTableColumnSortSpecs

Overview

struct ImGuiTableColumnSortSpecs

Included Modules

Defined in:

obj.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new : ImGuiTableColumnSortSpecs #

[View source]

Instance Method Detail

def column_index : Int16 #

Index of the column


[View source]
def column_index=(column_index : Int16) #

[View source]
def column_user_id : ImGuiID #

User id of the column (if specified by a TableSetupColumn() call)


[View source]
def column_user_id=(column_user_id : ImGuiID) #

[View source]
def sort_direction : ImGuiSortDirection #

ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending (you can use this or SortSign, whichever is more convenient for your sort function)


[View source]
def sort_direction=(sort_direction : ImGuiSortDirection) #

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


[View source]
def sort_order=(sort_order : Int16) #

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

[View source]