mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
generate
This commit is contained in:
@@ -773,7 +773,9 @@
|
||||
"cimguiname": "ImDrawData_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:2301",
|
||||
"ov_cimguiname": "ImDrawData_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImDrawData*)",
|
||||
"stname": "ImDrawData"
|
||||
@@ -993,7 +995,9 @@
|
||||
"cimguiname": "ImDrawListSplitter_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:2132",
|
||||
"ov_cimguiname": "ImDrawListSplitter_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImDrawListSplitter*)",
|
||||
"stname": "ImDrawListSplitter"
|
||||
@@ -2944,7 +2948,9 @@
|
||||
"cimguiname": "ImDrawList_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:2196",
|
||||
"ov_cimguiname": "ImDrawList_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImDrawList*)",
|
||||
"stname": "ImDrawList"
|
||||
@@ -3827,7 +3833,9 @@
|
||||
"cimguiname": "ImFontAtlas_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:2407",
|
||||
"ov_cimguiname": "ImFontAtlas_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImFontAtlas*)",
|
||||
"stname": "ImFontAtlas"
|
||||
@@ -4667,7 +4675,9 @@
|
||||
"cimguiname": "ImFont_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:2526",
|
||||
"ov_cimguiname": "ImFont_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImFont*)",
|
||||
"stname": "ImFont"
|
||||
@@ -5109,7 +5119,9 @@
|
||||
"cimguiname": "ImGuiDockNode_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui_internal:1155",
|
||||
"ov_cimguiname": "ImGuiDockNode_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImGuiDockNode*)",
|
||||
"stname": "ImGuiDockNode"
|
||||
@@ -5806,7 +5818,9 @@
|
||||
"cimguiname": "ImGuiListClipper_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:2001",
|
||||
"ov_cimguiname": "ImGuiListClipper_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImGuiListClipper*)",
|
||||
"stname": "ImGuiListClipper"
|
||||
@@ -7903,7 +7917,9 @@
|
||||
"cimguiname": "ImGuiViewportP_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui_internal:1211",
|
||||
"ov_cimguiname": "ImGuiViewportP_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImGuiViewportP*)",
|
||||
"stname": "ImGuiViewportP"
|
||||
@@ -8016,7 +8032,9 @@
|
||||
"cimguiname": "ImGuiViewport_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:2718",
|
||||
"ov_cimguiname": "ImGuiViewport_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImGuiViewport*)",
|
||||
"stname": "ImGuiViewport"
|
||||
@@ -8506,7 +8524,9 @@
|
||||
"cimguiname": "ImGuiWindow_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui_internal:1857",
|
||||
"ov_cimguiname": "ImGuiWindow_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImGuiWindow*)",
|
||||
"stname": "ImGuiWindow"
|
||||
@@ -8822,7 +8842,9 @@
|
||||
"cimguiname": "ImPool_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui_internal:502",
|
||||
"ov_cimguiname": "ImPool_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImPool*)",
|
||||
"stname": "ImPool",
|
||||
@@ -9984,7 +10006,9 @@
|
||||
"cimguiname": "ImVector_destroy",
|
||||
"defaults": [],
|
||||
"destructor": true,
|
||||
"location": "imgui:1467",
|
||||
"ov_cimguiname": "ImVector_destroy",
|
||||
"realdestructor": true,
|
||||
"ret": "void",
|
||||
"signature": "(ImVector*)",
|
||||
"stname": "ImVector",
|
||||
|
@@ -657,7 +657,9 @@ defs["ImDrawData_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImDrawData_destroy"][1]["cimguiname"] = "ImDrawData_destroy"
|
||||
defs["ImDrawData_destroy"][1]["defaults"] = {}
|
||||
defs["ImDrawData_destroy"][1]["destructor"] = true
|
||||
defs["ImDrawData_destroy"][1]["location"] = "imgui:2301"
|
||||
defs["ImDrawData_destroy"][1]["ov_cimguiname"] = "ImDrawData_destroy"
|
||||
defs["ImDrawData_destroy"][1]["realdestructor"] = true
|
||||
defs["ImDrawData_destroy"][1]["ret"] = "void"
|
||||
defs["ImDrawData_destroy"][1]["signature"] = "(ImDrawData*)"
|
||||
defs["ImDrawData_destroy"][1]["stname"] = "ImDrawData"
|
||||
@@ -845,7 +847,9 @@ defs["ImDrawListSplitter_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImDrawListSplitter_destroy"][1]["cimguiname"] = "ImDrawListSplitter_destroy"
|
||||
defs["ImDrawListSplitter_destroy"][1]["defaults"] = {}
|
||||
defs["ImDrawListSplitter_destroy"][1]["destructor"] = true
|
||||
defs["ImDrawListSplitter_destroy"][1]["location"] = "imgui:2132"
|
||||
defs["ImDrawListSplitter_destroy"][1]["ov_cimguiname"] = "ImDrawListSplitter_destroy"
|
||||
defs["ImDrawListSplitter_destroy"][1]["realdestructor"] = true
|
||||
defs["ImDrawListSplitter_destroy"][1]["ret"] = "void"
|
||||
defs["ImDrawListSplitter_destroy"][1]["signature"] = "(ImDrawListSplitter*)"
|
||||
defs["ImDrawListSplitter_destroy"][1]["stname"] = "ImDrawListSplitter"
|
||||
@@ -2433,7 +2437,9 @@ defs["ImDrawList_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImDrawList_destroy"][1]["cimguiname"] = "ImDrawList_destroy"
|
||||
defs["ImDrawList_destroy"][1]["defaults"] = {}
|
||||
defs["ImDrawList_destroy"][1]["destructor"] = true
|
||||
defs["ImDrawList_destroy"][1]["location"] = "imgui:2196"
|
||||
defs["ImDrawList_destroy"][1]["ov_cimguiname"] = "ImDrawList_destroy"
|
||||
defs["ImDrawList_destroy"][1]["realdestructor"] = true
|
||||
defs["ImDrawList_destroy"][1]["ret"] = "void"
|
||||
defs["ImDrawList_destroy"][1]["signature"] = "(ImDrawList*)"
|
||||
defs["ImDrawList_destroy"][1]["stname"] = "ImDrawList"
|
||||
@@ -3167,7 +3173,9 @@ defs["ImFontAtlas_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImFontAtlas_destroy"][1]["cimguiname"] = "ImFontAtlas_destroy"
|
||||
defs["ImFontAtlas_destroy"][1]["defaults"] = {}
|
||||
defs["ImFontAtlas_destroy"][1]["destructor"] = true
|
||||
defs["ImFontAtlas_destroy"][1]["location"] = "imgui:2407"
|
||||
defs["ImFontAtlas_destroy"][1]["ov_cimguiname"] = "ImFontAtlas_destroy"
|
||||
defs["ImFontAtlas_destroy"][1]["realdestructor"] = true
|
||||
defs["ImFontAtlas_destroy"][1]["ret"] = "void"
|
||||
defs["ImFontAtlas_destroy"][1]["signature"] = "(ImFontAtlas*)"
|
||||
defs["ImFontAtlas_destroy"][1]["stname"] = "ImFontAtlas"
|
||||
@@ -3864,7 +3872,9 @@ defs["ImFont_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImFont_destroy"][1]["cimguiname"] = "ImFont_destroy"
|
||||
defs["ImFont_destroy"][1]["defaults"] = {}
|
||||
defs["ImFont_destroy"][1]["destructor"] = true
|
||||
defs["ImFont_destroy"][1]["location"] = "imgui:2526"
|
||||
defs["ImFont_destroy"][1]["ov_cimguiname"] = "ImFont_destroy"
|
||||
defs["ImFont_destroy"][1]["realdestructor"] = true
|
||||
defs["ImFont_destroy"][1]["ret"] = "void"
|
||||
defs["ImFont_destroy"][1]["signature"] = "(ImFont*)"
|
||||
defs["ImFont_destroy"][1]["stname"] = "ImFont"
|
||||
@@ -4245,7 +4255,9 @@ defs["ImGuiDockNode_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImGuiDockNode_destroy"][1]["cimguiname"] = "ImGuiDockNode_destroy"
|
||||
defs["ImGuiDockNode_destroy"][1]["defaults"] = {}
|
||||
defs["ImGuiDockNode_destroy"][1]["destructor"] = true
|
||||
defs["ImGuiDockNode_destroy"][1]["location"] = "imgui_internal:1155"
|
||||
defs["ImGuiDockNode_destroy"][1]["ov_cimguiname"] = "ImGuiDockNode_destroy"
|
||||
defs["ImGuiDockNode_destroy"][1]["realdestructor"] = true
|
||||
defs["ImGuiDockNode_destroy"][1]["ret"] = "void"
|
||||
defs["ImGuiDockNode_destroy"][1]["signature"] = "(ImGuiDockNode*)"
|
||||
defs["ImGuiDockNode_destroy"][1]["stname"] = "ImGuiDockNode"
|
||||
@@ -4839,7 +4851,9 @@ defs["ImGuiListClipper_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImGuiListClipper_destroy"][1]["cimguiname"] = "ImGuiListClipper_destroy"
|
||||
defs["ImGuiListClipper_destroy"][1]["defaults"] = {}
|
||||
defs["ImGuiListClipper_destroy"][1]["destructor"] = true
|
||||
defs["ImGuiListClipper_destroy"][1]["location"] = "imgui:2001"
|
||||
defs["ImGuiListClipper_destroy"][1]["ov_cimguiname"] = "ImGuiListClipper_destroy"
|
||||
defs["ImGuiListClipper_destroy"][1]["realdestructor"] = true
|
||||
defs["ImGuiListClipper_destroy"][1]["ret"] = "void"
|
||||
defs["ImGuiListClipper_destroy"][1]["signature"] = "(ImGuiListClipper*)"
|
||||
defs["ImGuiListClipper_destroy"][1]["stname"] = "ImGuiListClipper"
|
||||
@@ -6624,7 +6638,9 @@ defs["ImGuiViewportP_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImGuiViewportP_destroy"][1]["cimguiname"] = "ImGuiViewportP_destroy"
|
||||
defs["ImGuiViewportP_destroy"][1]["defaults"] = {}
|
||||
defs["ImGuiViewportP_destroy"][1]["destructor"] = true
|
||||
defs["ImGuiViewportP_destroy"][1]["location"] = "imgui_internal:1211"
|
||||
defs["ImGuiViewportP_destroy"][1]["ov_cimguiname"] = "ImGuiViewportP_destroy"
|
||||
defs["ImGuiViewportP_destroy"][1]["realdestructor"] = true
|
||||
defs["ImGuiViewportP_destroy"][1]["ret"] = "void"
|
||||
defs["ImGuiViewportP_destroy"][1]["signature"] = "(ImGuiViewportP*)"
|
||||
defs["ImGuiViewportP_destroy"][1]["stname"] = "ImGuiViewportP"
|
||||
@@ -6721,7 +6737,9 @@ defs["ImGuiViewport_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImGuiViewport_destroy"][1]["cimguiname"] = "ImGuiViewport_destroy"
|
||||
defs["ImGuiViewport_destroy"][1]["defaults"] = {}
|
||||
defs["ImGuiViewport_destroy"][1]["destructor"] = true
|
||||
defs["ImGuiViewport_destroy"][1]["location"] = "imgui:2718"
|
||||
defs["ImGuiViewport_destroy"][1]["ov_cimguiname"] = "ImGuiViewport_destroy"
|
||||
defs["ImGuiViewport_destroy"][1]["realdestructor"] = true
|
||||
defs["ImGuiViewport_destroy"][1]["ret"] = "void"
|
||||
defs["ImGuiViewport_destroy"][1]["signature"] = "(ImGuiViewport*)"
|
||||
defs["ImGuiViewport_destroy"][1]["stname"] = "ImGuiViewport"
|
||||
@@ -7140,7 +7158,9 @@ defs["ImGuiWindow_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImGuiWindow_destroy"][1]["cimguiname"] = "ImGuiWindow_destroy"
|
||||
defs["ImGuiWindow_destroy"][1]["defaults"] = {}
|
||||
defs["ImGuiWindow_destroy"][1]["destructor"] = true
|
||||
defs["ImGuiWindow_destroy"][1]["location"] = "imgui_internal:1857"
|
||||
defs["ImGuiWindow_destroy"][1]["ov_cimguiname"] = "ImGuiWindow_destroy"
|
||||
defs["ImGuiWindow_destroy"][1]["realdestructor"] = true
|
||||
defs["ImGuiWindow_destroy"][1]["ret"] = "void"
|
||||
defs["ImGuiWindow_destroy"][1]["signature"] = "(ImGuiWindow*)"
|
||||
defs["ImGuiWindow_destroy"][1]["stname"] = "ImGuiWindow"
|
||||
@@ -7410,7 +7430,9 @@ defs["ImPool_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImPool_destroy"][1]["cimguiname"] = "ImPool_destroy"
|
||||
defs["ImPool_destroy"][1]["defaults"] = {}
|
||||
defs["ImPool_destroy"][1]["destructor"] = true
|
||||
defs["ImPool_destroy"][1]["location"] = "imgui_internal:502"
|
||||
defs["ImPool_destroy"][1]["ov_cimguiname"] = "ImPool_destroy"
|
||||
defs["ImPool_destroy"][1]["realdestructor"] = true
|
||||
defs["ImPool_destroy"][1]["ret"] = "void"
|
||||
defs["ImPool_destroy"][1]["signature"] = "(ImPool*)"
|
||||
defs["ImPool_destroy"][1]["stname"] = "ImPool"
|
||||
@@ -8412,7 +8434,9 @@ defs["ImVector_destroy"][1]["call_args"] = "(self)"
|
||||
defs["ImVector_destroy"][1]["cimguiname"] = "ImVector_destroy"
|
||||
defs["ImVector_destroy"][1]["defaults"] = {}
|
||||
defs["ImVector_destroy"][1]["destructor"] = true
|
||||
defs["ImVector_destroy"][1]["location"] = "imgui:1467"
|
||||
defs["ImVector_destroy"][1]["ov_cimguiname"] = "ImVector_destroy"
|
||||
defs["ImVector_destroy"][1]["realdestructor"] = true
|
||||
defs["ImVector_destroy"][1]["ret"] = "void"
|
||||
defs["ImVector_destroy"][1]["signature"] = "(ImVector*)"
|
||||
defs["ImVector_destroy"][1]["stname"] = "ImVector"
|
||||
|
Reference in New Issue
Block a user