struct ImGui::ImGuiStorage
- ImGui::ImGuiStorage
- Struct
- Value
- Object
Included Modules
- ImGui::StructType
Defined in:
obj.crtypes.cr
Constructors
Instance Method Summary
- #build_sort_by_key : Void
- #clear : Void
- #data : ImVector(LibImGui::ImGuiStoragePair)
- #data=(data : LibImGui::ImVectorInternal)
- #data=(data : ImVector(LibImGui::ImGuiStoragePair))
- #get_bool(key : ImGuiID, default_val : Bool = false) : Bool
- #get_bool_ref(key : ImGuiID, default_val : Bool = false) : Pointer(Bool)
- #get_float(key : ImGuiID, default_val : Float32 = 0.0) : Float32
- #get_float_ref(key : ImGuiID, default_val : Float32 = 0.0) : Pointer(Float32)
- #get_int(key : ImGuiID, default_val : Int32 = 0) : Int32
- #get_int_ref(key : ImGuiID, default_val : Int32 = 0) : Pointer(Int32)
- #get_void_ptr(key : ImGuiID) : Pointer(Void)
- #get_void_ptr_ref(key : ImGuiID, default_val : Pointer(Void) = Pointer(Void).null) : Pointer(Pointer(Void))
- #set_all_int(val : Int32) : Void
- #set_bool(key : ImGuiID, val : Bool) : Void
- #set_float(key : ImGuiID, val : Float32) : Void
- #set_int(key : ImGuiID, val : Int32) : Void
- #set_void_ptr(key : ImGuiID, val : Pointer(Void)) : Void