pull imgui master 1.77 and generate

This commit is contained in:
Victor Bombi
2020-06-29 18:55:13 +02:00
parent 13ad240b74
commit bc3bc4583d
12 changed files with 2235 additions and 1353 deletions

View File

@@ -2021,48 +2021,6 @@
"stname": "ImDrawList"
}
],
"ImDrawList_Clear": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_Clear",
"defaults": [],
"funcname": "Clear",
"location": "imgui",
"ov_cimguiname": "ImDrawList_Clear",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_ClearFreeMemory": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_ClearFreeMemory",
"defaults": [],
"funcname": "ClearFreeMemory",
"location": "imgui",
"ov_cimguiname": "ImDrawList_ClearFreeMemory",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_CloneOutput": [
{
"args": "(ImDrawList* self)",
@@ -2850,7 +2808,7 @@
"stname": "ImDrawList"
}
],
"ImDrawList_UpdateClipRect": [
"ImDrawList__ClearFreeMemory": [
{
"args": "(ImDrawList* self)",
"argsT": [
@@ -2861,17 +2819,17 @@
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_UpdateClipRect",
"cimguiname": "ImDrawList__ClearFreeMemory",
"defaults": [],
"funcname": "UpdateClipRect",
"funcname": "_ClearFreeMemory",
"location": "imgui",
"ov_cimguiname": "ImDrawList_UpdateClipRect",
"ov_cimguiname": "ImDrawList__ClearFreeMemory",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_UpdateTextureID": [
"ImDrawList__OnChangedClipRect": [
{
"args": "(ImDrawList* self)",
"argsT": [
@@ -2882,11 +2840,95 @@
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_UpdateTextureID",
"cimguiname": "ImDrawList__OnChangedClipRect",
"defaults": [],
"funcname": "UpdateTextureID",
"funcname": "_OnChangedClipRect",
"location": "imgui",
"ov_cimguiname": "ImDrawList_UpdateTextureID",
"ov_cimguiname": "ImDrawList__OnChangedClipRect",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList__OnChangedTextureID": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__OnChangedTextureID",
"defaults": [],
"funcname": "_OnChangedTextureID",
"location": "imgui",
"ov_cimguiname": "ImDrawList__OnChangedTextureID",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList__OnChangedVtxOffset": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__OnChangedVtxOffset",
"defaults": [],
"funcname": "_OnChangedVtxOffset",
"location": "imgui",
"ov_cimguiname": "ImDrawList__OnChangedVtxOffset",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList__PopUnusedDrawCmd": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__PopUnusedDrawCmd",
"defaults": [],
"funcname": "_PopUnusedDrawCmd",
"location": "imgui",
"ov_cimguiname": "ImDrawList__PopUnusedDrawCmd",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList__ResetForNewFrame": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__ResetForNewFrame",
"defaults": [],
"funcname": "_ResetForNewFrame",
"location": "imgui",
"ov_cimguiname": "ImDrawList__ResetForNewFrame",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
@@ -3016,16 +3058,12 @@
],
"ImFontAtlas_AddCustomRectRegular": [
{
"args": "(ImFontAtlas* self,unsigned int id,int width,int height)",
"args": "(ImFontAtlas* self,int width,int height)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "id",
"type": "unsigned int"
},
{
"name": "width",
"type": "int"
@@ -3035,15 +3073,15 @@
"type": "int"
}
],
"argsoriginal": "(unsigned int id,int width,int height)",
"call_args": "(id,width,height)",
"argsoriginal": "(int width,int height)",
"call_args": "(width,height)",
"cimguiname": "ImFontAtlas_AddCustomRectRegular",
"defaults": [],
"funcname": "AddCustomRectRegular",
"location": "imgui",
"ov_cimguiname": "ImFontAtlas_AddCustomRectRegular",
"ret": "int",
"signature": "(unsigned int,int,int)",
"signature": "(int,int)",
"stname": "ImFontAtlas"
}
],
@@ -8701,6 +8739,32 @@
"stname": "ImRect"
}
],
"ImRect_ToVec4": [
{
"args": "(ImVec4 *pOut,ImRect* self)",
"argsT": [
{
"name": "pOut",
"type": "ImVec4*"
},
{
"name": "self",
"type": "ImRect*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImRect_ToVec4",
"defaults": [],
"funcname": "ToVec4",
"location": "internal",
"nonUDT": 1,
"ov_cimguiname": "ImRect_ToVec4",
"ret": "void",
"signature": "()const",
"stname": "ImRect"
}
],
"ImRect_Translate": [
{
"args": "(ImRect* self,const ImVec2 d)",
@@ -10433,22 +10497,22 @@
],
"igBeginPopupContextItem": [
{
"args": "(const char* str_id,ImGuiMouseButton mouse_button)",
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "mouse_button",
"type": "ImGuiMouseButton"
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(const char* str_id=((void*)0),ImGuiMouseButton mouse_button=1)",
"call_args": "(str_id,mouse_button)",
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
"call_args": "(str_id,popup_flags)",
"cimguiname": "igBeginPopupContextItem",
"defaults": {
"mouse_button": "1",
"popup_flags": "1",
"str_id": "((void*)0)"
},
"funcname": "BeginPopupContextItem",
@@ -10456,28 +10520,28 @@
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopupContextItem",
"ret": "bool",
"signature": "(const char*,ImGuiMouseButton)",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igBeginPopupContextVoid": [
{
"args": "(const char* str_id,ImGuiMouseButton mouse_button)",
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "mouse_button",
"type": "ImGuiMouseButton"
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(const char* str_id=((void*)0),ImGuiMouseButton mouse_button=1)",
"call_args": "(str_id,mouse_button)",
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
"call_args": "(str_id,popup_flags)",
"cimguiname": "igBeginPopupContextVoid",
"defaults": {
"mouse_button": "1",
"popup_flags": "1",
"str_id": "((void*)0)"
},
"funcname": "BeginPopupContextVoid",
@@ -10485,33 +10549,28 @@
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopupContextVoid",
"ret": "bool",
"signature": "(const char*,ImGuiMouseButton)",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igBeginPopupContextWindow": [
{
"args": "(const char* str_id,ImGuiMouseButton mouse_button,bool also_over_items)",
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "mouse_button",
"type": "ImGuiMouseButton"
},
{
"name": "also_over_items",
"type": "bool"
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(const char* str_id=((void*)0),ImGuiMouseButton mouse_button=1,bool also_over_items=true)",
"call_args": "(str_id,mouse_button,also_over_items)",
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
"call_args": "(str_id,popup_flags)",
"cimguiname": "igBeginPopupContextWindow",
"defaults": {
"also_over_items": "true",
"mouse_button": "1",
"popup_flags": "1",
"str_id": "((void*)0)"
},
"funcname": "BeginPopupContextWindow",
@@ -10519,7 +10578,7 @@
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopupContextWindow",
"ret": "bool",
"signature": "(const char*,ImGuiMouseButton,bool)",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
@@ -11307,6 +11366,23 @@
"stname": ""
}
],
"igClearIniSettings": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igClearIniSettings",
"defaults": [],
"funcname": "ClearIniSettings",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igClearIniSettings",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igCloseButton": [
{
"args": "(ImGuiID id,const ImVec2 pos)",
@@ -12151,6 +12227,40 @@
"stname": ""
}
],
"igDataTypeClamp": [
{
"args": "(ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max)",
"argsT": [
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "p_min",
"type": "const void*"
},
{
"name": "p_max",
"type": "const void*"
}
],
"argsoriginal": "(ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max)",
"call_args": "(data_type,p_data,p_min,p_max)",
"cimguiname": "igDataTypeClamp",
"defaults": [],
"funcname": "DataTypeClamp",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igDataTypeClamp",
"ret": "bool",
"signature": "(ImGuiDataType,void*,const void*,const void*)",
"stname": ""
}
],
"igDataTypeFormatString": [
{
"args": "(char* buf,int buf_size,ImGuiDataType data_type,const void* p_data,const char* format)",
@@ -17647,6 +17757,56 @@
"stname": ""
}
],
"igImageButtonEx": [
{
"args": "(ImGuiID id,ImTextureID texture_id,const ImVec2 size,const ImVec2 uv0,const ImVec2 uv1,const ImVec2 padding,const ImVec4 bg_col,const ImVec4 tint_col)",
"argsT": [
{
"name": "id",
"type": "ImGuiID"
},
{
"name": "texture_id",
"type": "ImTextureID"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "uv0",
"type": "const ImVec2"
},
{
"name": "uv1",
"type": "const ImVec2"
},
{
"name": "padding",
"type": "const ImVec2"
},
{
"name": "bg_col",
"type": "const ImVec4"
},
{
"name": "tint_col",
"type": "const ImVec4"
}
],
"argsoriginal": "(ImGuiID id,ImTextureID texture_id,const ImVec2& size,const ImVec2& uv0,const ImVec2& uv1,const ImVec2& padding,const ImVec4& bg_col,const ImVec4& tint_col)",
"call_args": "(id,texture_id,size,uv0,uv1,padding,bg_col,tint_col)",
"cimguiname": "igImageButtonEx",
"defaults": [],
"funcname": "ImageButtonEx",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igImageButtonEx",
"ret": "bool",
"signature": "(ImGuiID,ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec4,const ImVec4)",
"stname": ""
}
],
"igIndent": [
{
"args": "(float indent_w)",
@@ -19106,35 +19266,45 @@
],
"igIsPopupOpen": [
{
"args": "(const char* str_id)",
"args": "(const char* str_id,ImGuiPopupFlags flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(const char* str_id)",
"call_args": "(str_id)",
"argsoriginal": "(const char* str_id,ImGuiPopupFlags flags=0)",
"call_args": "(str_id,flags)",
"cimguiname": "igIsPopupOpen",
"defaults": [],
"defaults": {
"flags": "0"
},
"funcname": "IsPopupOpen",
"location": "imgui",
"namespace": "ImGui",
"ov_cimguiname": "igIsPopupOpenStr",
"ret": "bool",
"signature": "(const char*)",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
},
{
"args": "(ImGuiID id)",
"args": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "id",
"type": "ImGuiID"
},
{
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(ImGuiID id)",
"call_args": "(id)",
"argsoriginal": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
"call_args": "(id,popup_flags)",
"cimguiname": "igIsPopupOpen",
"defaults": [],
"funcname": "IsPopupOpen",
@@ -19142,7 +19312,7 @@
"namespace": "ImGui",
"ov_cimguiname": "igIsPopupOpenID",
"ret": "bool",
"signature": "(ImGuiID)",
"signature": "(ImGuiID,ImGuiPopupFlags)",
"stname": ""
}
],
@@ -20295,74 +20465,86 @@
],
"igOpenPopup": [
{
"args": "(const char* str_id)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
}
],
"argsoriginal": "(const char* str_id)",
"call_args": "(str_id)",
"cimguiname": "igOpenPopup",
"defaults": [],
"funcname": "OpenPopup",
"location": "imgui",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopup",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igOpenPopupEx": [
{
"args": "(ImGuiID id)",
"argsT": [
{
"name": "id",
"type": "ImGuiID"
}
],
"argsoriginal": "(ImGuiID id)",
"call_args": "(id)",
"cimguiname": "igOpenPopupEx",
"defaults": [],
"funcname": "OpenPopupEx",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopupEx",
"ret": "void",
"signature": "(ImGuiID)",
"stname": ""
}
],
"igOpenPopupOnItemClick": [
{
"args": "(const char* str_id,ImGuiMouseButton mouse_button)",
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "mouse_button",
"type": "ImGuiMouseButton"
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(const char* str_id=((void*)0),ImGuiMouseButton mouse_button=1)",
"call_args": "(str_id,mouse_button)",
"cimguiname": "igOpenPopupOnItemClick",
"argsoriginal": "(const char* str_id,ImGuiPopupFlags popup_flags=0)",
"call_args": "(str_id,popup_flags)",
"cimguiname": "igOpenPopup",
"defaults": {
"mouse_button": "1",
"str_id": "((void*)0)"
"popup_flags": "0"
},
"funcname": "OpenPopupOnItemClick",
"funcname": "OpenPopup",
"location": "imgui",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopupOnItemClick",
"ov_cimguiname": "igOpenPopup",
"ret": "void",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igOpenPopupContextItem": [
{
"args": "(const char* str_id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(const char* str_id=((void*)0),ImGuiPopupFlags popup_flags=1)",
"call_args": "(str_id,popup_flags)",
"cimguiname": "igOpenPopupContextItem",
"defaults": {
"popup_flags": "1",
"str_id": "((void*)0)"
},
"funcname": "OpenPopupContextItem",
"location": "imgui",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopupContextItem",
"ret": "bool",
"signature": "(const char*,ImGuiMouseButton)",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igOpenPopupEx": [
{
"args": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "id",
"type": "ImGuiID"
},
{
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(ImGuiID id,ImGuiPopupFlags popup_flags=ImGuiPopupFlags_None)",
"call_args": "(id,popup_flags)",
"cimguiname": "igOpenPopupEx",
"defaults": {
"popup_flags": "ImGuiPopupFlags_None"
},
"funcname": "OpenPopupEx",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopupEx",
"ret": "void",
"signature": "(ImGuiID,ImGuiPopupFlags)",
"stname": ""
}
],
@@ -23063,6 +23245,28 @@
"stname": ""
}
],
"igSetNextWindowScroll": [
{
"args": "(const ImVec2 scroll)",
"argsT": [
{
"name": "scroll",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& scroll)",
"call_args": "(scroll)",
"cimguiname": "igSetNextWindowScroll",
"defaults": [],
"funcname": "SetNextWindowScroll",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowScroll",
"ret": "void",
"signature": "(const ImVec2)",
"stname": ""
}
],
"igSetNextWindowSize": [
{
"args": "(const ImVec2 size,ImGuiCond cond)",
@@ -23481,6 +23685,32 @@
"stname": ""
}
],
"igSetWindowClipRectBeforeSetChannel": [
{
"args": "(ImGuiWindow* window,const ImRect clip_rect)",
"argsT": [
{
"name": "window",
"type": "ImGuiWindow*"
},
{
"name": "clip_rect",
"type": "const ImRect"
}
],
"argsoriginal": "(ImGuiWindow* window,const ImRect& clip_rect)",
"call_args": "(window,clip_rect)",
"cimguiname": "igSetWindowClipRectBeforeSetChannel",
"defaults": [],
"funcname": "SetWindowClipRectBeforeSetChannel",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowClipRectBeforeSetChannel",
"ret": "void",
"signature": "(ImGuiWindow*,const ImRect)",
"stname": ""
}
],
"igSetWindowCollapsed": [
{
"args": "(bool collapsed,ImGuiCond cond)",
@@ -25050,7 +25280,7 @@
],
"igTabItemLabelAndCloseButton": [
{
"args": "(ImDrawList* draw_list,const ImRect bb,ImGuiTabItemFlags flags,ImVec2 frame_padding,const char* label,ImGuiID tab_id,ImGuiID close_button_id)",
"args": "(ImDrawList* draw_list,const ImRect bb,ImGuiTabItemFlags flags,ImVec2 frame_padding,const char* label,ImGuiID tab_id,ImGuiID close_button_id,bool is_contents_visible)",
"argsT": [
{
"name": "draw_list",
@@ -25079,10 +25309,14 @@
{
"name": "close_button_id",
"type": "ImGuiID"
},
{
"name": "is_contents_visible",
"type": "bool"
}
],
"argsoriginal": "(ImDrawList* draw_list,const ImRect& bb,ImGuiTabItemFlags flags,ImVec2 frame_padding,const char* label,ImGuiID tab_id,ImGuiID close_button_id)",
"call_args": "(draw_list,bb,flags,frame_padding,label,tab_id,close_button_id)",
"argsoriginal": "(ImDrawList* draw_list,const ImRect& bb,ImGuiTabItemFlags flags,ImVec2 frame_padding,const char* label,ImGuiID tab_id,ImGuiID close_button_id,bool is_contents_visible)",
"call_args": "(draw_list,bb,flags,frame_padding,label,tab_id,close_button_id,is_contents_visible)",
"cimguiname": "igTabItemLabelAndCloseButton",
"defaults": [],
"funcname": "TabItemLabelAndCloseButton",
@@ -25090,7 +25324,7 @@
"namespace": "ImGui",
"ov_cimguiname": "igTabItemLabelAndCloseButton",
"ret": "bool",
"signature": "(ImDrawList*,const ImRect,ImGuiTabItemFlags,ImVec2,const char*,ImGuiID,ImGuiID)",
"signature": "(ImDrawList*,const ImRect,ImGuiTabItemFlags,ImVec2,const char*,ImGuiID,ImGuiID,bool)",
"stname": ""
}
],
@@ -25118,7 +25352,7 @@
],
"igTempInputScalar": [
{
"args": "(const ImRect bb,ImGuiID id,const char* label,ImGuiDataType data_type,void* p_data,const char* format)",
"args": "(const ImRect bb,ImGuiID id,const char* label,ImGuiDataType data_type,void* p_data,const char* format,const void* p_clamp_min,const void* p_clamp_max)",
"argsT": [
{
"name": "bb",
@@ -25143,18 +25377,29 @@
{
"name": "format",
"type": "const char*"
},
{
"name": "p_clamp_min",
"type": "const void*"
},
{
"name": "p_clamp_max",
"type": "const void*"
}
],
"argsoriginal": "(const ImRect& bb,ImGuiID id,const char* label,ImGuiDataType data_type,void* p_data,const char* format)",
"call_args": "(bb,id,label,data_type,p_data,format)",
"argsoriginal": "(const ImRect& bb,ImGuiID id,const char* label,ImGuiDataType data_type,void* p_data,const char* format,const void* p_clamp_min=((void*)0),const void* p_clamp_max=((void*)0))",
"call_args": "(bb,id,label,data_type,p_data,format,p_clamp_min,p_clamp_max)",
"cimguiname": "igTempInputScalar",
"defaults": [],
"defaults": {
"p_clamp_max": "((void*)0)",
"p_clamp_min": "((void*)0)"
},
"funcname": "TempInputScalar",
"location": "internal",
"namespace": "ImGui",
"ov_cimguiname": "igTempInputScalar",
"ret": "bool",
"signature": "(const ImRect,ImGuiID,const char*,ImGuiDataType,void*,const char*)",
"signature": "(const ImRect,ImGuiID,const char*,ImGuiDataType,void*,const char*,const void*,const void*)",
"stname": ""
}
],