struct

ImGui::ImGuiStorage

Inherits ImGui::StructType < Struct < Value < Object

Constructors

new(data : LibImGui::ImVectorInternal)
Source

Instance methods

build_sort_by_key
Source
clear
Source
data
Source
data=(data : LibImGui::ImVectorInternal)
Source
data=(data : ImVector(LibImGui::ImGuiStoragePair))
Source
get_bool(key : ImGuiID, default_val : Bool = false) : Bool
Source
get_bool_ref(key : ImGuiID, default_val : Bool = false) : Pointer(Bool)
Source
get_float(key : ImGuiID, default_val : Float32 = 0.0) : Float32
Source
get_float_ref(key : ImGuiID, default_val : Float32 = 0.0) : Pointer(Float32)
Source
get_int(key : ImGuiID, default_val : Int32 = 0) : Int32
Source
get_int_ref(key : ImGuiID, default_val : Int32 = 0) : Pointer(Int32)
Source
get_void_ptr(key : ImGuiID) : Pointer(Void)
Source
get_void_ptr_ref(key : ImGuiID, default_val : Pointer(Void) = Pointer(Void).null) : Pointer(Pointer(Void))
Source
set_all_int(val : Int32) : Void
Source
set_bool(key : ImGuiID, val : Bool) : Void
Source
set_float(key : ImGuiID, val : Float32) : Void
Source
set_int(key : ImGuiID, val : Int32) : Void
Source
set_void_ptr(key : ImGuiID, val : Pointer(Void)) : Void
Source