2022-01-11 15:17:16 +11:00

17391 lines
439 KiB
JSON

{
"ImColor_HSV": [
{
"args": "(ImColor *pOut,float h,float s,float v,float a)",
"argsT": [
{
"name": "pOut",
"type": "ImColor*"
},
{
"name": "h",
"type": "float"
},
{
"name": "s",
"type": "float"
},
{
"name": "v",
"type": "float"
},
{
"name": "a",
"type": "float"
}
],
"argsoriginal": "(float h,float s,float v,float a=1.0f)",
"call_args": "(h,s,v,a)",
"cimguiname": "ImColor_HSV",
"defaults": {
"a": "1.0f"
},
"funcname": "HSV",
"is_static_function": true,
"location": "imgui:2255",
"nonUDT": 1,
"ov_cimguiname": "ImColor_HSV",
"ret": "void",
"signature": "(float,float,float,float)",
"stname": "ImColor"
}
],
"ImColor_ImColor": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImColor_ImColor",
"constructor": true,
"defaults": {},
"funcname": "ImColor",
"location": "imgui:2245",
"ov_cimguiname": "ImColor_ImColorNil",
"signature": "()",
"stname": "ImColor"
},
{
"args": "(int r,int g,int b,int a)",
"argsT": [
{
"name": "r",
"type": "int"
},
{
"name": "g",
"type": "int"
},
{
"name": "b",
"type": "int"
},
{
"name": "a",
"type": "int"
}
],
"argsoriginal": "(int r,int g,int b,int a=255)",
"call_args": "(r,g,b,a)",
"cimguiname": "ImColor_ImColor",
"constructor": true,
"defaults": {
"a": "255"
},
"funcname": "ImColor",
"location": "imgui:2246",
"ov_cimguiname": "ImColor_ImColorInt",
"signature": "(int,int,int,int)",
"stname": "ImColor"
},
{
"args": "(ImU32 rgba)",
"argsT": [
{
"name": "rgba",
"type": "ImU32"
}
],
"argsoriginal": "(ImU32 rgba)",
"call_args": "(rgba)",
"cimguiname": "ImColor_ImColor",
"constructor": true,
"defaults": {},
"funcname": "ImColor",
"location": "imgui:2247",
"ov_cimguiname": "ImColor_ImColorU32",
"signature": "(ImU32)",
"stname": "ImColor"
},
{
"args": "(float r,float g,float b,float a)",
"argsT": [
{
"name": "r",
"type": "float"
},
{
"name": "g",
"type": "float"
},
{
"name": "b",
"type": "float"
},
{
"name": "a",
"type": "float"
}
],
"argsoriginal": "(float r,float g,float b,float a=1.0f)",
"call_args": "(r,g,b,a)",
"cimguiname": "ImColor_ImColor",
"constructor": true,
"defaults": {
"a": "1.0f"
},
"funcname": "ImColor",
"location": "imgui:2248",
"ov_cimguiname": "ImColor_ImColorFloat",
"signature": "(float,float,float,float)",
"stname": "ImColor"
},
{
"args": "(const ImVec4 col)",
"argsT": [
{
"name": "col",
"type": "const ImVec4"
}
],
"argsoriginal": "(const ImVec4& col)",
"call_args": "(col)",
"cimguiname": "ImColor_ImColor",
"constructor": true,
"defaults": {},
"funcname": "ImColor",
"location": "imgui:2249",
"ov_cimguiname": "ImColor_ImColorVec4",
"signature": "(const ImVec4)",
"stname": "ImColor"
}
],
"ImColor_SetHSV": [
{
"args": "(ImColor* self,float h,float s,float v,float a)",
"argsT": [
{
"name": "self",
"type": "ImColor*"
},
{
"name": "h",
"type": "float"
},
{
"name": "s",
"type": "float"
},
{
"name": "v",
"type": "float"
},
{
"name": "a",
"type": "float"
}
],
"argsoriginal": "(float h,float s,float v,float a=1.0f)",
"call_args": "(h,s,v,a)",
"cimguiname": "ImColor_SetHSV",
"defaults": {
"a": "1.0f"
},
"funcname": "SetHSV",
"location": "imgui:2254",
"ov_cimguiname": "ImColor_SetHSV",
"ret": "void",
"signature": "(float,float,float,float)",
"stname": "ImColor"
}
],
"ImColor_destroy": [
{
"args": "(ImColor* self)",
"argsT": [
{
"name": "self",
"type": "ImColor*"
}
],
"call_args": "(self)",
"cimguiname": "ImColor_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImColor_destroy",
"ret": "void",
"signature": "(ImColor*)",
"stname": "ImColor"
}
],
"ImDrawCmd_GetTexID": [
{
"args": "(ImDrawCmd* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawCmd*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawCmd_GetTexID",
"defaults": {},
"funcname": "GetTexID",
"location": "imgui:2303",
"ov_cimguiname": "ImDrawCmd_GetTexID",
"ret": "ImTextureID",
"signature": "()const",
"stname": "ImDrawCmd"
}
],
"ImDrawCmd_ImDrawCmd": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawCmd_ImDrawCmd",
"constructor": true,
"defaults": {},
"funcname": "ImDrawCmd",
"location": "imgui:2300",
"ov_cimguiname": "ImDrawCmd_ImDrawCmd",
"signature": "()",
"stname": "ImDrawCmd"
}
],
"ImDrawCmd_destroy": [
{
"args": "(ImDrawCmd* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawCmd*"
}
],
"call_args": "(self)",
"cimguiname": "ImDrawCmd_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImDrawCmd_destroy",
"ret": "void",
"signature": "(ImDrawCmd*)",
"stname": "ImDrawCmd"
}
],
"ImDrawData_Clear": [
{
"args": "(ImDrawData* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawData*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawData_Clear",
"defaults": {},
"funcname": "Clear",
"location": "imgui:2534",
"ov_cimguiname": "ImDrawData_Clear",
"ret": "void",
"signature": "()",
"stname": "ImDrawData"
}
],
"ImDrawData_DeIndexAllBuffers": [
{
"args": "(ImDrawData* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawData*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawData_DeIndexAllBuffers",
"defaults": {},
"funcname": "DeIndexAllBuffers",
"location": "imgui:2535",
"ov_cimguiname": "ImDrawData_DeIndexAllBuffers",
"ret": "void",
"signature": "()",
"stname": "ImDrawData"
}
],
"ImDrawData_ImDrawData": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawData_ImDrawData",
"constructor": true,
"defaults": {},
"funcname": "ImDrawData",
"location": "imgui:2533",
"ov_cimguiname": "ImDrawData_ImDrawData",
"signature": "()",
"stname": "ImDrawData"
}
],
"ImDrawData_ScaleClipRects": [
{
"args": "(ImDrawData* self,const ImVec2 fb_scale)",
"argsT": [
{
"name": "self",
"type": "ImDrawData*"
},
{
"name": "fb_scale",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& fb_scale)",
"call_args": "(fb_scale)",
"cimguiname": "ImDrawData_ScaleClipRects",
"defaults": {},
"funcname": "ScaleClipRects",
"location": "imgui:2536",
"ov_cimguiname": "ImDrawData_ScaleClipRects",
"ret": "void",
"signature": "(const ImVec2)",
"stname": "ImDrawData"
}
],
"ImDrawData_destroy": [
{
"args": "(ImDrawData* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawData*"
}
],
"call_args": "(self)",
"cimguiname": "ImDrawData_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImDrawData_destroy",
"ret": "void",
"signature": "(ImDrawData*)",
"stname": "ImDrawData"
}
],
"ImDrawListSplitter_Clear": [
{
"args": "(ImDrawListSplitter* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawListSplitter*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawListSplitter_Clear",
"defaults": {},
"funcname": "Clear",
"location": "imgui:2348",
"ov_cimguiname": "ImDrawListSplitter_Clear",
"ret": "void",
"signature": "()",
"stname": "ImDrawListSplitter"
}
],
"ImDrawListSplitter_ClearFreeMemory": [
{
"args": "(ImDrawListSplitter* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawListSplitter*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawListSplitter_ClearFreeMemory",
"defaults": {},
"funcname": "ClearFreeMemory",
"location": "imgui:2349",
"ov_cimguiname": "ImDrawListSplitter_ClearFreeMemory",
"ret": "void",
"signature": "()",
"stname": "ImDrawListSplitter"
}
],
"ImDrawListSplitter_ImDrawListSplitter": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawListSplitter_ImDrawListSplitter",
"constructor": true,
"defaults": {},
"funcname": "ImDrawListSplitter",
"location": "imgui:2346",
"ov_cimguiname": "ImDrawListSplitter_ImDrawListSplitter",
"signature": "()",
"stname": "ImDrawListSplitter"
}
],
"ImDrawListSplitter_Merge": [
{
"args": "(ImDrawListSplitter* self,ImDrawList* draw_list)",
"argsT": [
{
"name": "self",
"type": "ImDrawListSplitter*"
},
{
"name": "draw_list",
"type": "ImDrawList*"
}
],
"argsoriginal": "(ImDrawList* draw_list)",
"call_args": "(draw_list)",
"cimguiname": "ImDrawListSplitter_Merge",
"defaults": {},
"funcname": "Merge",
"location": "imgui:2351",
"ov_cimguiname": "ImDrawListSplitter_Merge",
"ret": "void",
"signature": "(ImDrawList*)",
"stname": "ImDrawListSplitter"
}
],
"ImDrawListSplitter_SetCurrentChannel": [
{
"args": "(ImDrawListSplitter* self,ImDrawList* draw_list,int channel_idx)",
"argsT": [
{
"name": "self",
"type": "ImDrawListSplitter*"
},
{
"name": "draw_list",
"type": "ImDrawList*"
},
{
"name": "channel_idx",
"type": "int"
}
],
"argsoriginal": "(ImDrawList* draw_list,int channel_idx)",
"call_args": "(draw_list,channel_idx)",
"cimguiname": "ImDrawListSplitter_SetCurrentChannel",
"defaults": {},
"funcname": "SetCurrentChannel",
"location": "imgui:2352",
"ov_cimguiname": "ImDrawListSplitter_SetCurrentChannel",
"ret": "void",
"signature": "(ImDrawList*,int)",
"stname": "ImDrawListSplitter"
}
],
"ImDrawListSplitter_Split": [
{
"args": "(ImDrawListSplitter* self,ImDrawList* draw_list,int count)",
"argsT": [
{
"name": "self",
"type": "ImDrawListSplitter*"
},
{
"name": "draw_list",
"type": "ImDrawList*"
},
{
"name": "count",
"type": "int"
}
],
"argsoriginal": "(ImDrawList* draw_list,int count)",
"call_args": "(draw_list,count)",
"cimguiname": "ImDrawListSplitter_Split",
"defaults": {},
"funcname": "Split",
"location": "imgui:2350",
"ov_cimguiname": "ImDrawListSplitter_Split",
"ret": "void",
"signature": "(ImDrawList*,int)",
"stname": "ImDrawListSplitter"
}
],
"ImDrawListSplitter_destroy": [
{
"args": "(ImDrawListSplitter* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawListSplitter*"
}
],
"call_args": "(self)",
"cimguiname": "ImDrawListSplitter_destroy",
"defaults": {},
"destructor": true,
"location": "imgui:2347",
"ov_cimguiname": "ImDrawListSplitter_destroy",
"realdestructor": true,
"ret": "void",
"signature": "(ImDrawListSplitter*)",
"stname": "ImDrawListSplitter"
}
],
"ImDrawList_AddBezierCubic": [
{
"args": "(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,ImU32 col,float thickness,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "p4",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "thickness",
"type": "float"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,ImU32 col,float thickness,int num_segments=0)",
"call_args": "(p1,p2,p3,p4,col,thickness,num_segments)",
"cimguiname": "ImDrawList_AddBezierCubic",
"defaults": {
"num_segments": "0"
},
"funcname": "AddBezierCubic",
"location": "imgui:2450",
"ov_cimguiname": "ImDrawList_AddBezierCubic",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddBezierQuadratic": [
{
"args": "(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,ImU32 col,float thickness,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "thickness",
"type": "float"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,ImU32 col,float thickness,int num_segments=0)",
"call_args": "(p1,p2,p3,col,thickness,num_segments)",
"cimguiname": "ImDrawList_AddBezierQuadratic",
"defaults": {
"num_segments": "0"
},
"funcname": "AddBezierQuadratic",
"location": "imgui:2451",
"ov_cimguiname": "ImDrawList_AddBezierQuadratic",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddCallback": [
{
"args": "(ImDrawList* self,ImDrawCallback callback,void* callback_data)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "callback",
"type": "ImDrawCallback"
},
{
"name": "callback_data",
"type": "void*"
}
],
"argsoriginal": "(ImDrawCallback callback,void* callback_data)",
"call_args": "(callback,callback_data)",
"cimguiname": "ImDrawList_AddCallback",
"defaults": {},
"funcname": "AddCallback",
"location": "imgui:2474",
"ov_cimguiname": "ImDrawList_AddCallback",
"ret": "void",
"signature": "(ImDrawCallback,void*)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddCircle": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "num_segments",
"type": "int"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments=0,float thickness=1.0f)",
"call_args": "(center,radius,col,num_segments,thickness)",
"cimguiname": "ImDrawList_AddCircle",
"defaults": {
"num_segments": "0",
"thickness": "1.0f"
},
"funcname": "AddCircle",
"location": "imgui:2442",
"ov_cimguiname": "ImDrawList_AddCircle",
"ret": "void",
"signature": "(const ImVec2,float,ImU32,int,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddCircleFilled": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments=0)",
"call_args": "(center,radius,col,num_segments)",
"cimguiname": "ImDrawList_AddCircleFilled",
"defaults": {
"num_segments": "0"
},
"funcname": "AddCircleFilled",
"location": "imgui:2443",
"ov_cimguiname": "ImDrawList_AddCircleFilled",
"ret": "void",
"signature": "(const ImVec2,float,ImU32,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddConvexPolyFilled": [
{
"args": "(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "points",
"type": "const ImVec2*"
},
{
"name": "num_points",
"type": "int"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2* points,int num_points,ImU32 col)",
"call_args": "(points,num_points,col)",
"cimguiname": "ImDrawList_AddConvexPolyFilled",
"defaults": {},
"funcname": "AddConvexPolyFilled",
"location": "imgui:2449",
"ov_cimguiname": "ImDrawList_AddConvexPolyFilled",
"ret": "void",
"signature": "(const ImVec2*,int,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddDrawCmd": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_AddDrawCmd",
"defaults": {},
"funcname": "AddDrawCmd",
"location": "imgui:2475",
"ov_cimguiname": "ImDrawList_AddDrawCmd",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_AddImage": [
{
"args": "(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 p_min,const ImVec2 p_max,const ImVec2 uv_min,const ImVec2 uv_max,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "user_texture_id",
"type": "ImTextureID"
},
{
"name": "p_min",
"type": "const ImVec2"
},
{
"name": "p_max",
"type": "const ImVec2"
},
{
"name": "uv_min",
"type": "const ImVec2"
},
{
"name": "uv_max",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(ImTextureID user_texture_id,const ImVec2& p_min,const ImVec2& p_max,const ImVec2& uv_min=ImVec2(0,0),const ImVec2& uv_max=ImVec2(1,1),ImU32 col=(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0)))",
"call_args": "(user_texture_id,p_min,p_max,uv_min,uv_max,col)",
"cimguiname": "ImDrawList_AddImage",
"defaults": {
"col": "4294967295",
"uv_max": "ImVec2(1,1)",
"uv_min": "ImVec2(0,0)"
},
"funcname": "AddImage",
"location": "imgui:2457",
"ov_cimguiname": "ImDrawList_AddImage",
"ret": "void",
"signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddImageQuad": [
{
"args": "(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,const ImVec2 uv1,const ImVec2 uv2,const ImVec2 uv3,const ImVec2 uv4,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "user_texture_id",
"type": "ImTextureID"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "p4",
"type": "const ImVec2"
},
{
"name": "uv1",
"type": "const ImVec2"
},
{
"name": "uv2",
"type": "const ImVec2"
},
{
"name": "uv3",
"type": "const ImVec2"
},
{
"name": "uv4",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(ImTextureID user_texture_id,const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,const ImVec2& uv1=ImVec2(0,0),const ImVec2& uv2=ImVec2(1,0),const ImVec2& uv3=ImVec2(1,1),const ImVec2& uv4=ImVec2(0,1),ImU32 col=(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0)))",
"call_args": "(user_texture_id,p1,p2,p3,p4,uv1,uv2,uv3,uv4,col)",
"cimguiname": "ImDrawList_AddImageQuad",
"defaults": {
"col": "4294967295",
"uv1": "ImVec2(0,0)",
"uv2": "ImVec2(1,0)",
"uv3": "ImVec2(1,1)",
"uv4": "ImVec2(0,1)"
},
"funcname": "AddImageQuad",
"location": "imgui:2458",
"ov_cimguiname": "ImDrawList_AddImageQuad",
"ret": "void",
"signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddImageRounded": [
{
"args": "(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 p_min,const ImVec2 p_max,const ImVec2 uv_min,const ImVec2 uv_max,ImU32 col,float rounding,ImDrawFlags flags)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "user_texture_id",
"type": "ImTextureID"
},
{
"name": "p_min",
"type": "const ImVec2"
},
{
"name": "p_max",
"type": "const ImVec2"
},
{
"name": "uv_min",
"type": "const ImVec2"
},
{
"name": "uv_max",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "rounding",
"type": "float"
},
{
"name": "flags",
"type": "ImDrawFlags"
}
],
"argsoriginal": "(ImTextureID user_texture_id,const ImVec2& p_min,const ImVec2& p_max,const ImVec2& uv_min,const ImVec2& uv_max,ImU32 col,float rounding,ImDrawFlags flags=0)",
"call_args": "(user_texture_id,p_min,p_max,uv_min,uv_max,col,rounding,flags)",
"cimguiname": "ImDrawList_AddImageRounded",
"defaults": {
"flags": "0"
},
"funcname": "AddImageRounded",
"location": "imgui:2459",
"ov_cimguiname": "ImDrawList_AddImageRounded",
"ret": "void",
"signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddLine": [
{
"args": "(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,ImU32 col,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,ImU32 col,float thickness=1.0f)",
"call_args": "(p1,p2,col,thickness)",
"cimguiname": "ImDrawList_AddLine",
"defaults": {
"thickness": "1.0f"
},
"funcname": "AddLine",
"location": "imgui:2434",
"ov_cimguiname": "ImDrawList_AddLine",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImU32,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddNgon": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "num_segments",
"type": "int"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments,float thickness=1.0f)",
"call_args": "(center,radius,col,num_segments,thickness)",
"cimguiname": "ImDrawList_AddNgon",
"defaults": {
"thickness": "1.0f"
},
"funcname": "AddNgon",
"location": "imgui:2444",
"ov_cimguiname": "ImDrawList_AddNgon",
"ret": "void",
"signature": "(const ImVec2,float,ImU32,int,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddNgonFilled": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& center,float radius,ImU32 col,int num_segments)",
"call_args": "(center,radius,col,num_segments)",
"cimguiname": "ImDrawList_AddNgonFilled",
"defaults": {},
"funcname": "AddNgonFilled",
"location": "imgui:2445",
"ov_cimguiname": "ImDrawList_AddNgonFilled",
"ret": "void",
"signature": "(const ImVec2,float,ImU32,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddPolyline": [
{
"args": "(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col,ImDrawFlags flags,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "points",
"type": "const ImVec2*"
},
{
"name": "num_points",
"type": "int"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "flags",
"type": "ImDrawFlags"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(const ImVec2* points,int num_points,ImU32 col,ImDrawFlags flags,float thickness)",
"call_args": "(points,num_points,col,flags,thickness)",
"cimguiname": "ImDrawList_AddPolyline",
"defaults": {},
"funcname": "AddPolyline",
"location": "imgui:2448",
"ov_cimguiname": "ImDrawList_AddPolyline",
"ret": "void",
"signature": "(const ImVec2*,int,ImU32,ImDrawFlags,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddQuad": [
{
"args": "(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,ImU32 col,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "p4",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,ImU32 col,float thickness=1.0f)",
"call_args": "(p1,p2,p3,p4,col,thickness)",
"cimguiname": "ImDrawList_AddQuad",
"defaults": {
"thickness": "1.0f"
},
"funcname": "AddQuad",
"location": "imgui:2438",
"ov_cimguiname": "ImDrawList_AddQuad",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddQuadFilled": [
{
"args": "(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "p4",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,ImU32 col)",
"call_args": "(p1,p2,p3,p4,col)",
"cimguiname": "ImDrawList_AddQuadFilled",
"defaults": {},
"funcname": "AddQuadFilled",
"location": "imgui:2439",
"ov_cimguiname": "ImDrawList_AddQuadFilled",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddRect": [
{
"args": "(ImDrawList* self,const ImVec2 p_min,const ImVec2 p_max,ImU32 col,float rounding,ImDrawFlags flags,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p_min",
"type": "const ImVec2"
},
{
"name": "p_max",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "rounding",
"type": "float"
},
{
"name": "flags",
"type": "ImDrawFlags"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(const ImVec2& p_min,const ImVec2& p_max,ImU32 col,float rounding=0.0f,ImDrawFlags flags=0,float thickness=1.0f)",
"call_args": "(p_min,p_max,col,rounding,flags,thickness)",
"cimguiname": "ImDrawList_AddRect",
"defaults": {
"flags": "0",
"rounding": "0.0f",
"thickness": "1.0f"
},
"funcname": "AddRect",
"location": "imgui:2435",
"ov_cimguiname": "ImDrawList_AddRect",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddRectFilled": [
{
"args": "(ImDrawList* self,const ImVec2 p_min,const ImVec2 p_max,ImU32 col,float rounding,ImDrawFlags flags)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p_min",
"type": "const ImVec2"
},
{
"name": "p_max",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "rounding",
"type": "float"
},
{
"name": "flags",
"type": "ImDrawFlags"
}
],
"argsoriginal": "(const ImVec2& p_min,const ImVec2& p_max,ImU32 col,float rounding=0.0f,ImDrawFlags flags=0)",
"call_args": "(p_min,p_max,col,rounding,flags)",
"cimguiname": "ImDrawList_AddRectFilled",
"defaults": {
"flags": "0",
"rounding": "0.0f"
},
"funcname": "AddRectFilled",
"location": "imgui:2436",
"ov_cimguiname": "ImDrawList_AddRectFilled",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImU32,float,ImDrawFlags)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddRectFilledMultiColor": [
{
"args": "(ImDrawList* self,const ImVec2 p_min,const ImVec2 p_max,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p_min",
"type": "const ImVec2"
},
{
"name": "p_max",
"type": "const ImVec2"
},
{
"name": "col_upr_left",
"type": "ImU32"
},
{
"name": "col_upr_right",
"type": "ImU32"
},
{
"name": "col_bot_right",
"type": "ImU32"
},
{
"name": "col_bot_left",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& p_min,const ImVec2& p_max,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left)",
"call_args": "(p_min,p_max,col_upr_left,col_upr_right,col_bot_right,col_bot_left)",
"cimguiname": "ImDrawList_AddRectFilledMultiColor",
"defaults": {},
"funcname": "AddRectFilledMultiColor",
"location": "imgui:2437",
"ov_cimguiname": "ImDrawList_AddRectFilledMultiColor",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImU32,ImU32,ImU32,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddText": [
{
"args": "(ImDrawList* self,const ImVec2 pos,ImU32 col,const char* text_begin,const char* text_end)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "pos",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "text_begin",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
}
],
"argsoriginal": "(const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0))",
"call_args": "(pos,col,text_begin,text_end)",
"cimguiname": "ImDrawList_AddText",
"defaults": {
"text_end": "NULL"
},
"funcname": "AddText",
"location": "imgui:2446",
"ov_cimguiname": "ImDrawList_AddTextVec2",
"ret": "void",
"signature": "(const ImVec2,ImU32,const char*,const char*)",
"stname": "ImDrawList"
},
{
"args": "(ImDrawList* self,const ImFont* font,float font_size,const ImVec2 pos,ImU32 col,const char* text_begin,const char* text_end,float wrap_width,const ImVec4* cpu_fine_clip_rect)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "font",
"type": "const ImFont*"
},
{
"name": "font_size",
"type": "float"
},
{
"name": "pos",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "text_begin",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
},
{
"name": "wrap_width",
"type": "float"
},
{
"name": "cpu_fine_clip_rect",
"type": "const ImVec4*"
}
],
"argsoriginal": "(const ImFont* font,float font_size,const ImVec2& pos,ImU32 col,const char* text_begin,const char* text_end=((void*)0),float wrap_width=0.0f,const ImVec4* cpu_fine_clip_rect=((void*)0))",
"call_args": "(font,font_size,pos,col,text_begin,text_end,wrap_width,cpu_fine_clip_rect)",
"cimguiname": "ImDrawList_AddText",
"defaults": {
"cpu_fine_clip_rect": "NULL",
"text_end": "NULL",
"wrap_width": "0.0f"
},
"funcname": "AddText",
"location": "imgui:2447",
"ov_cimguiname": "ImDrawList_AddTextFontPtr",
"ret": "void",
"signature": "(const ImFont*,float,const ImVec2,ImU32,const char*,const char*,float,const ImVec4*)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddTriangle": [
{
"args": "(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,ImU32 col,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,ImU32 col,float thickness=1.0f)",
"call_args": "(p1,p2,p3,col,thickness)",
"cimguiname": "ImDrawList_AddTriangle",
"defaults": {
"thickness": "1.0f"
},
"funcname": "AddTriangle",
"location": "imgui:2440",
"ov_cimguiname": "ImDrawList_AddTriangle",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_AddTriangleFilled": [
{
"args": "(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p1",
"type": "const ImVec2"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& p1,const ImVec2& p2,const ImVec2& p3,ImU32 col)",
"call_args": "(p1,p2,p3,col)",
"cimguiname": "ImDrawList_AddTriangleFilled",
"defaults": {},
"funcname": "AddTriangleFilled",
"location": "imgui:2441",
"ov_cimguiname": "ImDrawList_AddTriangleFilled",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_ChannelsMerge": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_ChannelsMerge",
"defaults": {},
"funcname": "ChannelsMerge",
"location": "imgui:2485",
"ov_cimguiname": "ImDrawList_ChannelsMerge",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_ChannelsSetCurrent": [
{
"args": "(ImDrawList* self,int n)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "n",
"type": "int"
}
],
"argsoriginal": "(int n)",
"call_args": "(n)",
"cimguiname": "ImDrawList_ChannelsSetCurrent",
"defaults": {},
"funcname": "ChannelsSetCurrent",
"location": "imgui:2486",
"ov_cimguiname": "ImDrawList_ChannelsSetCurrent",
"ret": "void",
"signature": "(int)",
"stname": "ImDrawList"
}
],
"ImDrawList_ChannelsSplit": [
{
"args": "(ImDrawList* self,int count)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "count",
"type": "int"
}
],
"argsoriginal": "(int count)",
"call_args": "(count)",
"cimguiname": "ImDrawList_ChannelsSplit",
"defaults": {},
"funcname": "ChannelsSplit",
"location": "imgui:2484",
"ov_cimguiname": "ImDrawList_ChannelsSplit",
"ret": "void",
"signature": "(int)",
"stname": "ImDrawList"
}
],
"ImDrawList_CloneOutput": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_CloneOutput",
"defaults": {},
"funcname": "CloneOutput",
"location": "imgui:2476",
"ov_cimguiname": "ImDrawList_CloneOutput",
"ret": "ImDrawList*",
"signature": "()const",
"stname": "ImDrawList"
}
],
"ImDrawList_GetClipRectMax": [
{
"args": "(ImVec2 *pOut,ImDrawList* self)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
},
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_GetClipRectMax",
"defaults": {},
"funcname": "GetClipRectMax",
"location": "imgui:2426",
"nonUDT": 1,
"ov_cimguiname": "ImDrawList_GetClipRectMax",
"ret": "void",
"signature": "()const",
"stname": "ImDrawList"
}
],
"ImDrawList_GetClipRectMin": [
{
"args": "(ImVec2 *pOut,ImDrawList* self)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
},
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_GetClipRectMin",
"defaults": {},
"funcname": "GetClipRectMin",
"location": "imgui:2425",
"nonUDT": 1,
"ov_cimguiname": "ImDrawList_GetClipRectMin",
"ret": "void",
"signature": "()const",
"stname": "ImDrawList"
}
],
"ImDrawList_ImDrawList": [
{
"args": "(const ImDrawListSharedData* shared_data)",
"argsT": [
{
"name": "shared_data",
"type": "const ImDrawListSharedData*"
}
],
"argsoriginal": "(const ImDrawListSharedData* shared_data)",
"call_args": "(shared_data)",
"cimguiname": "ImDrawList_ImDrawList",
"constructor": true,
"defaults": {},
"funcname": "ImDrawList",
"location": "imgui:2417",
"ov_cimguiname": "ImDrawList_ImDrawList",
"signature": "(const ImDrawListSharedData*)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathArcTo": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,float a_min,float a_max,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "a_min",
"type": "float"
},
{
"name": "a_max",
"type": "float"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& center,float radius,float a_min,float a_max,int num_segments=0)",
"call_args": "(center,radius,a_min,a_max,num_segments)",
"cimguiname": "ImDrawList_PathArcTo",
"defaults": {
"num_segments": "0"
},
"funcname": "PathArcTo",
"location": "imgui:2467",
"ov_cimguiname": "ImDrawList_PathArcTo",
"ret": "void",
"signature": "(const ImVec2,float,float,float,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathArcToFast": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,int a_min_of_12,int a_max_of_12)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "a_min_of_12",
"type": "int"
},
{
"name": "a_max_of_12",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& center,float radius,int a_min_of_12,int a_max_of_12)",
"call_args": "(center,radius,a_min_of_12,a_max_of_12)",
"cimguiname": "ImDrawList_PathArcToFast",
"defaults": {},
"funcname": "PathArcToFast",
"location": "imgui:2468",
"ov_cimguiname": "ImDrawList_PathArcToFast",
"ret": "void",
"signature": "(const ImVec2,float,int,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathBezierCubicCurveTo": [
{
"args": "(ImDrawList* self,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "p4",
"type": "const ImVec2"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& p2,const ImVec2& p3,const ImVec2& p4,int num_segments=0)",
"call_args": "(p2,p3,p4,num_segments)",
"cimguiname": "ImDrawList_PathBezierCubicCurveTo",
"defaults": {
"num_segments": "0"
},
"funcname": "PathBezierCubicCurveTo",
"location": "imgui:2469",
"ov_cimguiname": "ImDrawList_PathBezierCubicCurveTo",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathBezierQuadraticCurveTo": [
{
"args": "(ImDrawList* self,const ImVec2 p2,const ImVec2 p3,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "p2",
"type": "const ImVec2"
},
{
"name": "p3",
"type": "const ImVec2"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& p2,const ImVec2& p3,int num_segments=0)",
"call_args": "(p2,p3,num_segments)",
"cimguiname": "ImDrawList_PathBezierQuadraticCurveTo",
"defaults": {
"num_segments": "0"
},
"funcname": "PathBezierQuadraticCurveTo",
"location": "imgui:2470",
"ov_cimguiname": "ImDrawList_PathBezierQuadraticCurveTo",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathClear": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_PathClear",
"defaults": {},
"funcname": "PathClear",
"location": "imgui:2462",
"ov_cimguiname": "ImDrawList_PathClear",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_PathFillConvex": [
{
"args": "(ImDrawList* self,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(ImU32 col)",
"call_args": "(col)",
"cimguiname": "ImDrawList_PathFillConvex",
"defaults": {},
"funcname": "PathFillConvex",
"location": "imgui:2465",
"ov_cimguiname": "ImDrawList_PathFillConvex",
"ret": "void",
"signature": "(ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathLineTo": [
{
"args": "(ImDrawList* self,const ImVec2 pos)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "pos",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& pos)",
"call_args": "(pos)",
"cimguiname": "ImDrawList_PathLineTo",
"defaults": {},
"funcname": "PathLineTo",
"location": "imgui:2463",
"ov_cimguiname": "ImDrawList_PathLineTo",
"ret": "void",
"signature": "(const ImVec2)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathLineToMergeDuplicate": [
{
"args": "(ImDrawList* self,const ImVec2 pos)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "pos",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& pos)",
"call_args": "(pos)",
"cimguiname": "ImDrawList_PathLineToMergeDuplicate",
"defaults": {},
"funcname": "PathLineToMergeDuplicate",
"location": "imgui:2464",
"ov_cimguiname": "ImDrawList_PathLineToMergeDuplicate",
"ret": "void",
"signature": "(const ImVec2)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathRect": [
{
"args": "(ImDrawList* self,const ImVec2 rect_min,const ImVec2 rect_max,float rounding,ImDrawFlags flags)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "rect_min",
"type": "const ImVec2"
},
{
"name": "rect_max",
"type": "const ImVec2"
},
{
"name": "rounding",
"type": "float"
},
{
"name": "flags",
"type": "ImDrawFlags"
}
],
"argsoriginal": "(const ImVec2& rect_min,const ImVec2& rect_max,float rounding=0.0f,ImDrawFlags flags=0)",
"call_args": "(rect_min,rect_max,rounding,flags)",
"cimguiname": "ImDrawList_PathRect",
"defaults": {
"flags": "0",
"rounding": "0.0f"
},
"funcname": "PathRect",
"location": "imgui:2471",
"ov_cimguiname": "ImDrawList_PathRect",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,float,ImDrawFlags)",
"stname": "ImDrawList"
}
],
"ImDrawList_PathStroke": [
{
"args": "(ImDrawList* self,ImU32 col,ImDrawFlags flags,float thickness)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "flags",
"type": "ImDrawFlags"
},
{
"name": "thickness",
"type": "float"
}
],
"argsoriginal": "(ImU32 col,ImDrawFlags flags=0,float thickness=1.0f)",
"call_args": "(col,flags,thickness)",
"cimguiname": "ImDrawList_PathStroke",
"defaults": {
"flags": "0",
"thickness": "1.0f"
},
"funcname": "PathStroke",
"location": "imgui:2466",
"ov_cimguiname": "ImDrawList_PathStroke",
"ret": "void",
"signature": "(ImU32,ImDrawFlags,float)",
"stname": "ImDrawList"
}
],
"ImDrawList_PopClipRect": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_PopClipRect",
"defaults": {},
"funcname": "PopClipRect",
"location": "imgui:2422",
"ov_cimguiname": "ImDrawList_PopClipRect",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_PopTextureID": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_PopTextureID",
"defaults": {},
"funcname": "PopTextureID",
"location": "imgui:2424",
"ov_cimguiname": "ImDrawList_PopTextureID",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimQuadUV": [
{
"args": "(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,const ImVec2 d,const ImVec2 uv_a,const ImVec2 uv_b,const ImVec2 uv_c,const ImVec2 uv_d,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "a",
"type": "const ImVec2"
},
{
"name": "b",
"type": "const ImVec2"
},
{
"name": "c",
"type": "const ImVec2"
},
{
"name": "d",
"type": "const ImVec2"
},
{
"name": "uv_a",
"type": "const ImVec2"
},
{
"name": "uv_b",
"type": "const ImVec2"
},
{
"name": "uv_c",
"type": "const ImVec2"
},
{
"name": "uv_d",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& c,const ImVec2& d,const ImVec2& uv_a,const ImVec2& uv_b,const ImVec2& uv_c,const ImVec2& uv_d,ImU32 col)",
"call_args": "(a,b,c,d,uv_a,uv_b,uv_c,uv_d,col)",
"cimguiname": "ImDrawList_PrimQuadUV",
"defaults": {},
"funcname": "PrimQuadUV",
"location": "imgui:2495",
"ov_cimguiname": "ImDrawList_PrimQuadUV",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimRect": [
{
"args": "(ImDrawList* self,const ImVec2 a,const ImVec2 b,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "a",
"type": "const ImVec2"
},
{
"name": "b",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& a,const ImVec2& b,ImU32 col)",
"call_args": "(a,b,col)",
"cimguiname": "ImDrawList_PrimRect",
"defaults": {},
"funcname": "PrimRect",
"location": "imgui:2493",
"ov_cimguiname": "ImDrawList_PrimRect",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimRectUV": [
{
"args": "(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 uv_a,const ImVec2 uv_b,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "a",
"type": "const ImVec2"
},
{
"name": "b",
"type": "const ImVec2"
},
{
"name": "uv_a",
"type": "const ImVec2"
},
{
"name": "uv_b",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& a,const ImVec2& b,const ImVec2& uv_a,const ImVec2& uv_b,ImU32 col)",
"call_args": "(a,b,uv_a,uv_b,col)",
"cimguiname": "ImDrawList_PrimRectUV",
"defaults": {},
"funcname": "PrimRectUV",
"location": "imgui:2494",
"ov_cimguiname": "ImDrawList_PrimRectUV",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimReserve": [
{
"args": "(ImDrawList* self,int idx_count,int vtx_count)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "idx_count",
"type": "int"
},
{
"name": "vtx_count",
"type": "int"
}
],
"argsoriginal": "(int idx_count,int vtx_count)",
"call_args": "(idx_count,vtx_count)",
"cimguiname": "ImDrawList_PrimReserve",
"defaults": {},
"funcname": "PrimReserve",
"location": "imgui:2491",
"ov_cimguiname": "ImDrawList_PrimReserve",
"ret": "void",
"signature": "(int,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimUnreserve": [
{
"args": "(ImDrawList* self,int idx_count,int vtx_count)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "idx_count",
"type": "int"
},
{
"name": "vtx_count",
"type": "int"
}
],
"argsoriginal": "(int idx_count,int vtx_count)",
"call_args": "(idx_count,vtx_count)",
"cimguiname": "ImDrawList_PrimUnreserve",
"defaults": {},
"funcname": "PrimUnreserve",
"location": "imgui:2492",
"ov_cimguiname": "ImDrawList_PrimUnreserve",
"ret": "void",
"signature": "(int,int)",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimVtx": [
{
"args": "(ImDrawList* self,const ImVec2 pos,const ImVec2 uv,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "pos",
"type": "const ImVec2"
},
{
"name": "uv",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& pos,const ImVec2& uv,ImU32 col)",
"call_args": "(pos,uv,col)",
"cimguiname": "ImDrawList_PrimVtx",
"defaults": {},
"funcname": "PrimVtx",
"location": "imgui:2498",
"ov_cimguiname": "ImDrawList_PrimVtx",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimWriteIdx": [
{
"args": "(ImDrawList* self,ImDrawIdx idx)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "idx",
"type": "ImDrawIdx"
}
],
"argsoriginal": "(ImDrawIdx idx)",
"call_args": "(idx)",
"cimguiname": "ImDrawList_PrimWriteIdx",
"defaults": {},
"funcname": "PrimWriteIdx",
"location": "imgui:2497",
"ov_cimguiname": "ImDrawList_PrimWriteIdx",
"ret": "void",
"signature": "(ImDrawIdx)",
"stname": "ImDrawList"
}
],
"ImDrawList_PrimWriteVtx": [
{
"args": "(ImDrawList* self,const ImVec2 pos,const ImVec2 uv,ImU32 col)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "pos",
"type": "const ImVec2"
},
{
"name": "uv",
"type": "const ImVec2"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(const ImVec2& pos,const ImVec2& uv,ImU32 col)",
"call_args": "(pos,uv,col)",
"cimguiname": "ImDrawList_PrimWriteVtx",
"defaults": {},
"funcname": "PrimWriteVtx",
"location": "imgui:2496",
"ov_cimguiname": "ImDrawList_PrimWriteVtx",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImU32)",
"stname": "ImDrawList"
}
],
"ImDrawList_PushClipRect": [
{
"args": "(ImDrawList* self,ImVec2 clip_rect_min,ImVec2 clip_rect_max,bool intersect_with_current_clip_rect)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "clip_rect_min",
"type": "ImVec2"
},
{
"name": "clip_rect_max",
"type": "ImVec2"
},
{
"name": "intersect_with_current_clip_rect",
"type": "bool"
}
],
"argsoriginal": "(ImVec2 clip_rect_min,ImVec2 clip_rect_max,bool intersect_with_current_clip_rect=false)",
"call_args": "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)",
"cimguiname": "ImDrawList_PushClipRect",
"defaults": {
"intersect_with_current_clip_rect": "false"
},
"funcname": "PushClipRect",
"location": "imgui:2420",
"ov_cimguiname": "ImDrawList_PushClipRect",
"ret": "void",
"signature": "(ImVec2,ImVec2,bool)",
"stname": "ImDrawList"
}
],
"ImDrawList_PushClipRectFullScreen": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList_PushClipRectFullScreen",
"defaults": {},
"funcname": "PushClipRectFullScreen",
"location": "imgui:2421",
"ov_cimguiname": "ImDrawList_PushClipRectFullScreen",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_PushTextureID": [
{
"args": "(ImDrawList* self,ImTextureID texture_id)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "texture_id",
"type": "ImTextureID"
}
],
"argsoriginal": "(ImTextureID texture_id)",
"call_args": "(texture_id)",
"cimguiname": "ImDrawList_PushTextureID",
"defaults": {},
"funcname": "PushTextureID",
"location": "imgui:2423",
"ov_cimguiname": "ImDrawList_PushTextureID",
"ret": "void",
"signature": "(ImTextureID)",
"stname": "ImDrawList"
}
],
"ImDrawList__CalcCircleAutoSegmentCount": [
{
"args": "(ImDrawList* self,float radius)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "radius",
"type": "float"
}
],
"argsoriginal": "(float radius)",
"call_args": "(radius)",
"cimguiname": "ImDrawList__CalcCircleAutoSegmentCount",
"defaults": {},
"funcname": "_CalcCircleAutoSegmentCount",
"location": "imgui:2513",
"ov_cimguiname": "ImDrawList__CalcCircleAutoSegmentCount",
"ret": "int",
"signature": "(float)const",
"stname": "ImDrawList"
}
],
"ImDrawList__ClearFreeMemory": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__ClearFreeMemory",
"defaults": {},
"funcname": "_ClearFreeMemory",
"location": "imgui:2507",
"ov_cimguiname": "ImDrawList__ClearFreeMemory",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList__OnChangedClipRect": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__OnChangedClipRect",
"defaults": {},
"funcname": "_OnChangedClipRect",
"location": "imgui:2510",
"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:2511",
"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:2512",
"ov_cimguiname": "ImDrawList__OnChangedVtxOffset",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList__PathArcToFastEx": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,int a_min_sample,int a_max_sample,int a_step)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "a_min_sample",
"type": "int"
},
{
"name": "a_max_sample",
"type": "int"
},
{
"name": "a_step",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& center,float radius,int a_min_sample,int a_max_sample,int a_step)",
"call_args": "(center,radius,a_min_sample,a_max_sample,a_step)",
"cimguiname": "ImDrawList__PathArcToFastEx",
"defaults": {},
"funcname": "_PathArcToFastEx",
"location": "imgui:2514",
"ov_cimguiname": "ImDrawList__PathArcToFastEx",
"ret": "void",
"signature": "(const ImVec2,float,int,int,int)",
"stname": "ImDrawList"
}
],
"ImDrawList__PathArcToN": [
{
"args": "(ImDrawList* self,const ImVec2 center,float radius,float a_min,float a_max,int num_segments)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
},
{
"name": "center",
"type": "const ImVec2"
},
{
"name": "radius",
"type": "float"
},
{
"name": "a_min",
"type": "float"
},
{
"name": "a_max",
"type": "float"
},
{
"name": "num_segments",
"type": "int"
}
],
"argsoriginal": "(const ImVec2& center,float radius,float a_min,float a_max,int num_segments)",
"call_args": "(center,radius,a_min,a_max,num_segments)",
"cimguiname": "ImDrawList__PathArcToN",
"defaults": {},
"funcname": "_PathArcToN",
"location": "imgui:2515",
"ov_cimguiname": "ImDrawList__PathArcToN",
"ret": "void",
"signature": "(const ImVec2,float,float,float,int)",
"stname": "ImDrawList"
}
],
"ImDrawList__PopUnusedDrawCmd": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__PopUnusedDrawCmd",
"defaults": {},
"funcname": "_PopUnusedDrawCmd",
"location": "imgui:2508",
"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:2506",
"ov_cimguiname": "ImDrawList__ResetForNewFrame",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList__TryMergeDrawCmds": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImDrawList__TryMergeDrawCmds",
"defaults": {},
"funcname": "_TryMergeDrawCmds",
"location": "imgui:2509",
"ov_cimguiname": "ImDrawList__TryMergeDrawCmds",
"ret": "void",
"signature": "()",
"stname": "ImDrawList"
}
],
"ImDrawList_destroy": [
{
"args": "(ImDrawList* self)",
"argsT": [
{
"name": "self",
"type": "ImDrawList*"
}
],
"call_args": "(self)",
"cimguiname": "ImDrawList_destroy",
"defaults": {},
"destructor": true,
"location": "imgui:2419",
"ov_cimguiname": "ImDrawList_destroy",
"realdestructor": true,
"ret": "void",
"signature": "(ImDrawList*)",
"stname": "ImDrawList"
}
],
"ImFontAtlasCustomRect_ImFontAtlasCustomRect": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlasCustomRect_ImFontAtlasCustomRect",
"constructor": true,
"defaults": {},
"funcname": "ImFontAtlasCustomRect",
"location": "imgui:2607",
"ov_cimguiname": "ImFontAtlasCustomRect_ImFontAtlasCustomRect",
"signature": "()",
"stname": "ImFontAtlasCustomRect"
}
],
"ImFontAtlasCustomRect_IsPacked": [
{
"args": "(ImFontAtlasCustomRect* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlasCustomRect*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlasCustomRect_IsPacked",
"defaults": {},
"funcname": "IsPacked",
"location": "imgui:2608",
"ov_cimguiname": "ImFontAtlasCustomRect_IsPacked",
"ret": "bool",
"signature": "()const",
"stname": "ImFontAtlasCustomRect"
}
],
"ImFontAtlasCustomRect_destroy": [
{
"args": "(ImFontAtlasCustomRect* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlasCustomRect*"
}
],
"call_args": "(self)",
"cimguiname": "ImFontAtlasCustomRect_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImFontAtlasCustomRect_destroy",
"ret": "void",
"signature": "(ImFontAtlasCustomRect*)",
"stname": "ImFontAtlasCustomRect"
}
],
"ImFontAtlas_AddCustomRectFontGlyph": [
{
"args": "(ImFontAtlas* self,ImFont* font,ImWchar id,int width,int height,float advance_x,const ImVec2 offset)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "font",
"type": "ImFont*"
},
{
"name": "id",
"type": "ImWchar"
},
{
"name": "width",
"type": "int"
},
{
"name": "height",
"type": "int"
},
{
"name": "advance_x",
"type": "float"
},
{
"name": "offset",
"type": "const ImVec2"
}
],
"argsoriginal": "(ImFont* font,ImWchar id,int width,int height,float advance_x,const ImVec2& offset=ImVec2(0,0))",
"call_args": "(font,id,width,height,advance_x,offset)",
"cimguiname": "ImFontAtlas_AddCustomRectFontGlyph",
"defaults": {
"offset": "ImVec2(0,0)"
},
"funcname": "AddCustomRectFontGlyph",
"location": "imgui:2691",
"ov_cimguiname": "ImFontAtlas_AddCustomRectFontGlyph",
"ret": "int",
"signature": "(ImFont*,ImWchar,int,int,float,const ImVec2)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_AddCustomRectRegular": [
{
"args": "(ImFontAtlas* self,int width,int height)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "width",
"type": "int"
},
{
"name": "height",
"type": "int"
}
],
"argsoriginal": "(int width,int height)",
"call_args": "(width,height)",
"cimguiname": "ImFontAtlas_AddCustomRectRegular",
"defaults": {},
"funcname": "AddCustomRectRegular",
"location": "imgui:2690",
"ov_cimguiname": "ImFontAtlas_AddCustomRectRegular",
"ret": "int",
"signature": "(int,int)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_AddFont": [
{
"args": "(ImFontAtlas* self,const ImFontConfig* font_cfg)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "font_cfg",
"type": "const ImFontConfig*"
}
],
"argsoriginal": "(const ImFontConfig* font_cfg)",
"call_args": "(font_cfg)",
"cimguiname": "ImFontAtlas_AddFont",
"defaults": {},
"funcname": "AddFont",
"location": "imgui:2641",
"ov_cimguiname": "ImFontAtlas_AddFont",
"ret": "ImFont*",
"signature": "(const ImFontConfig*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_AddFontDefault": [
{
"args": "(ImFontAtlas* self,const ImFontConfig* font_cfg)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "font_cfg",
"type": "const ImFontConfig*"
}
],
"argsoriginal": "(const ImFontConfig* font_cfg=((void*)0))",
"call_args": "(font_cfg)",
"cimguiname": "ImFontAtlas_AddFontDefault",
"defaults": {
"font_cfg": "NULL"
},
"funcname": "AddFontDefault",
"location": "imgui:2642",
"ov_cimguiname": "ImFontAtlas_AddFontDefault",
"ret": "ImFont*",
"signature": "(const ImFontConfig*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_AddFontFromFileTTF": [
{
"args": "(ImFontAtlas* self,const char* filename,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "filename",
"type": "const char*"
},
{
"name": "size_pixels",
"type": "float"
},
{
"name": "font_cfg",
"type": "const ImFontConfig*"
},
{
"name": "glyph_ranges",
"type": "const ImWchar*"
}
],
"argsoriginal": "(const char* filename,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
"call_args": "(filename,size_pixels,font_cfg,glyph_ranges)",
"cimguiname": "ImFontAtlas_AddFontFromFileTTF",
"defaults": {
"font_cfg": "NULL",
"glyph_ranges": "NULL"
},
"funcname": "AddFontFromFileTTF",
"location": "imgui:2643",
"ov_cimguiname": "ImFontAtlas_AddFontFromFileTTF",
"ret": "ImFont*",
"signature": "(const char*,float,const ImFontConfig*,const ImWchar*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_AddFontFromMemoryCompressedBase85TTF": [
{
"args": "(ImFontAtlas* self,const char* compressed_font_data_base85,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "compressed_font_data_base85",
"type": "const char*"
},
{
"name": "size_pixels",
"type": "float"
},
{
"name": "font_cfg",
"type": "const ImFontConfig*"
},
{
"name": "glyph_ranges",
"type": "const ImWchar*"
}
],
"argsoriginal": "(const char* compressed_font_data_base85,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
"call_args": "(compressed_font_data_base85,size_pixels,font_cfg,glyph_ranges)",
"cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF",
"defaults": {
"font_cfg": "NULL",
"glyph_ranges": "NULL"
},
"funcname": "AddFontFromMemoryCompressedBase85TTF",
"location": "imgui:2646",
"ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedBase85TTF",
"ret": "ImFont*",
"signature": "(const char*,float,const ImFontConfig*,const ImWchar*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_AddFontFromMemoryCompressedTTF": [
{
"args": "(ImFontAtlas* self,const void* compressed_font_data,int compressed_font_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "compressed_font_data",
"type": "const void*"
},
{
"name": "compressed_font_size",
"type": "int"
},
{
"name": "size_pixels",
"type": "float"
},
{
"name": "font_cfg",
"type": "const ImFontConfig*"
},
{
"name": "glyph_ranges",
"type": "const ImWchar*"
}
],
"argsoriginal": "(const void* compressed_font_data,int compressed_font_size,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
"call_args": "(compressed_font_data,compressed_font_size,size_pixels,font_cfg,glyph_ranges)",
"cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF",
"defaults": {
"font_cfg": "NULL",
"glyph_ranges": "NULL"
},
"funcname": "AddFontFromMemoryCompressedTTF",
"location": "imgui:2645",
"ov_cimguiname": "ImFontAtlas_AddFontFromMemoryCompressedTTF",
"ret": "ImFont*",
"signature": "(const void*,int,float,const ImFontConfig*,const ImWchar*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_AddFontFromMemoryTTF": [
{
"args": "(ImFontAtlas* self,void* font_data,int font_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "font_data",
"type": "void*"
},
{
"name": "font_size",
"type": "int"
},
{
"name": "size_pixels",
"type": "float"
},
{
"name": "font_cfg",
"type": "const ImFontConfig*"
},
{
"name": "glyph_ranges",
"type": "const ImWchar*"
}
],
"argsoriginal": "(void* font_data,int font_size,float size_pixels,const ImFontConfig* font_cfg=((void*)0),const ImWchar* glyph_ranges=((void*)0))",
"call_args": "(font_data,font_size,size_pixels,font_cfg,glyph_ranges)",
"cimguiname": "ImFontAtlas_AddFontFromMemoryTTF",
"defaults": {
"font_cfg": "NULL",
"glyph_ranges": "NULL"
},
"funcname": "AddFontFromMemoryTTF",
"location": "imgui:2644",
"ov_cimguiname": "ImFontAtlas_AddFontFromMemoryTTF",
"ret": "ImFont*",
"signature": "(void*,int,float,const ImFontConfig*,const ImWchar*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_Build": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_Build",
"defaults": {},
"funcname": "Build",
"location": "imgui:2657",
"ov_cimguiname": "ImFontAtlas_Build",
"ret": "bool",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_CalcCustomRectUV": [
{
"args": "(ImFontAtlas* self,const ImFontAtlasCustomRect* rect,ImVec2* out_uv_min,ImVec2* out_uv_max)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "rect",
"type": "const ImFontAtlasCustomRect*"
},
{
"name": "out_uv_min",
"type": "ImVec2*"
},
{
"name": "out_uv_max",
"type": "ImVec2*"
}
],
"argsoriginal": "(const ImFontAtlasCustomRect* rect,ImVec2* out_uv_min,ImVec2* out_uv_max)",
"call_args": "(rect,out_uv_min,out_uv_max)",
"cimguiname": "ImFontAtlas_CalcCustomRectUV",
"defaults": {},
"funcname": "CalcCustomRectUV",
"location": "imgui:2695",
"ov_cimguiname": "ImFontAtlas_CalcCustomRectUV",
"ret": "void",
"signature": "(const ImFontAtlasCustomRect*,ImVec2*,ImVec2*)const",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_Clear": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_Clear",
"defaults": {},
"funcname": "Clear",
"location": "imgui:2650",
"ov_cimguiname": "ImFontAtlas_Clear",
"ret": "void",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_ClearFonts": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_ClearFonts",
"defaults": {},
"funcname": "ClearFonts",
"location": "imgui:2649",
"ov_cimguiname": "ImFontAtlas_ClearFonts",
"ret": "void",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_ClearInputData": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_ClearInputData",
"defaults": {},
"funcname": "ClearInputData",
"location": "imgui:2647",
"ov_cimguiname": "ImFontAtlas_ClearInputData",
"ret": "void",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_ClearTexData": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_ClearTexData",
"defaults": {},
"funcname": "ClearTexData",
"location": "imgui:2648",
"ov_cimguiname": "ImFontAtlas_ClearTexData",
"ret": "void",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetCustomRectByIndex": [
{
"args": "(ImFontAtlas* self,int index)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "index",
"type": "int"
}
],
"argsoriginal": "(int index)",
"call_args": "(index)",
"cimguiname": "ImFontAtlas_GetCustomRectByIndex",
"defaults": {},
"funcname": "GetCustomRectByIndex",
"location": "imgui:2692",
"ov_cimguiname": "ImFontAtlas_GetCustomRectByIndex",
"ret": "ImFontAtlasCustomRect*",
"signature": "(int)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesChineseFull": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull",
"defaults": {},
"funcname": "GetGlyphRangesChineseFull",
"location": "imgui:2673",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseFull",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon",
"defaults": {},
"funcname": "GetGlyphRangesChineseSimplifiedCommon",
"location": "imgui:2674",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesCyrillic": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic",
"defaults": {},
"funcname": "GetGlyphRangesCyrillic",
"location": "imgui:2675",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesCyrillic",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesDefault": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesDefault",
"defaults": {},
"funcname": "GetGlyphRangesDefault",
"location": "imgui:2670",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesDefault",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesJapanese": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesJapanese",
"defaults": {},
"funcname": "GetGlyphRangesJapanese",
"location": "imgui:2672",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesJapanese",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesKorean": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesKorean",
"defaults": {},
"funcname": "GetGlyphRangesKorean",
"location": "imgui:2671",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesKorean",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesThai": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesThai",
"defaults": {},
"funcname": "GetGlyphRangesThai",
"location": "imgui:2676",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesThai",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetGlyphRangesVietnamese": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_GetGlyphRangesVietnamese",
"defaults": {},
"funcname": "GetGlyphRangesVietnamese",
"location": "imgui:2677",
"ov_cimguiname": "ImFontAtlas_GetGlyphRangesVietnamese",
"ret": "const ImWchar*",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetMouseCursorTexData": [
{
"args": "(ImFontAtlas* self,ImGuiMouseCursor cursor,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2])",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "cursor",
"type": "ImGuiMouseCursor"
},
{
"name": "out_offset",
"type": "ImVec2*"
},
{
"name": "out_size",
"type": "ImVec2*"
},
{
"name": "out_uv_border",
"type": "ImVec2[2]"
},
{
"name": "out_uv_fill",
"type": "ImVec2[2]"
}
],
"argsoriginal": "(ImGuiMouseCursor cursor,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2])",
"call_args": "(cursor,out_offset,out_size,out_uv_border,out_uv_fill)",
"cimguiname": "ImFontAtlas_GetMouseCursorTexData",
"defaults": {},
"funcname": "GetMouseCursorTexData",
"location": "imgui:2696",
"ov_cimguiname": "ImFontAtlas_GetMouseCursorTexData",
"ret": "bool",
"signature": "(ImGuiMouseCursor,ImVec2*,ImVec2*,ImVec2[2],ImVec2[2])",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetTexDataAsAlpha8": [
{
"args": "(ImFontAtlas* self,unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "out_pixels",
"type": "unsigned char**"
},
{
"name": "out_width",
"type": "int*"
},
{
"name": "out_height",
"type": "int*"
},
{
"name": "out_bytes_per_pixel",
"type": "int*"
}
],
"argsoriginal": "(unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel=((void*)0))",
"call_args": "(out_pixels,out_width,out_height,out_bytes_per_pixel)",
"cimguiname": "ImFontAtlas_GetTexDataAsAlpha8",
"defaults": {
"out_bytes_per_pixel": "NULL"
},
"funcname": "GetTexDataAsAlpha8",
"location": "imgui:2658",
"ov_cimguiname": "ImFontAtlas_GetTexDataAsAlpha8",
"ret": "void",
"signature": "(unsigned char**,int*,int*,int*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_GetTexDataAsRGBA32": [
{
"args": "(ImFontAtlas* self,unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "out_pixels",
"type": "unsigned char**"
},
{
"name": "out_width",
"type": "int*"
},
{
"name": "out_height",
"type": "int*"
},
{
"name": "out_bytes_per_pixel",
"type": "int*"
}
],
"argsoriginal": "(unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel=((void*)0))",
"call_args": "(out_pixels,out_width,out_height,out_bytes_per_pixel)",
"cimguiname": "ImFontAtlas_GetTexDataAsRGBA32",
"defaults": {
"out_bytes_per_pixel": "NULL"
},
"funcname": "GetTexDataAsRGBA32",
"location": "imgui:2659",
"ov_cimguiname": "ImFontAtlas_GetTexDataAsRGBA32",
"ret": "void",
"signature": "(unsigned char**,int*,int*,int*)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_ImFontAtlas": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_ImFontAtlas",
"constructor": true,
"defaults": {},
"funcname": "ImFontAtlas",
"location": "imgui:2639",
"ov_cimguiname": "ImFontAtlas_ImFontAtlas",
"signature": "()",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_IsBuilt": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontAtlas_IsBuilt",
"defaults": {},
"funcname": "IsBuilt",
"location": "imgui:2660",
"ov_cimguiname": "ImFontAtlas_IsBuilt",
"ret": "bool",
"signature": "()const",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_SetTexID": [
{
"args": "(ImFontAtlas* self,ImTextureID id)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
},
{
"name": "id",
"type": "ImTextureID"
}
],
"argsoriginal": "(ImTextureID id)",
"call_args": "(id)",
"cimguiname": "ImFontAtlas_SetTexID",
"defaults": {},
"funcname": "SetTexID",
"location": "imgui:2661",
"ov_cimguiname": "ImFontAtlas_SetTexID",
"ret": "void",
"signature": "(ImTextureID)",
"stname": "ImFontAtlas"
}
],
"ImFontAtlas_destroy": [
{
"args": "(ImFontAtlas* self)",
"argsT": [
{
"name": "self",
"type": "ImFontAtlas*"
}
],
"call_args": "(self)",
"cimguiname": "ImFontAtlas_destroy",
"defaults": {},
"destructor": true,
"location": "imgui:2640",
"ov_cimguiname": "ImFontAtlas_destroy",
"realdestructor": true,
"ret": "void",
"signature": "(ImFontAtlas*)",
"stname": "ImFontAtlas"
}
],
"ImFontConfig_ImFontConfig": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontConfig_ImFontConfig",
"constructor": true,
"defaults": {},
"funcname": "ImFontConfig",
"location": "imgui:2567",
"ov_cimguiname": "ImFontConfig_ImFontConfig",
"signature": "()",
"stname": "ImFontConfig"
}
],
"ImFontConfig_destroy": [
{
"args": "(ImFontConfig* self)",
"argsT": [
{
"name": "self",
"type": "ImFontConfig*"
}
],
"call_args": "(self)",
"cimguiname": "ImFontConfig_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImFontConfig_destroy",
"ret": "void",
"signature": "(ImFontConfig*)",
"stname": "ImFontConfig"
}
],
"ImFontGlyphRangesBuilder_AddChar": [
{
"args": "(ImFontGlyphRangesBuilder* self,ImWchar c)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
},
{
"name": "c",
"type": "ImWchar"
}
],
"argsoriginal": "(ImWchar c)",
"call_args": "(c)",
"cimguiname": "ImFontGlyphRangesBuilder_AddChar",
"defaults": {},
"funcname": "AddChar",
"location": "imgui:2592",
"ov_cimguiname": "ImFontGlyphRangesBuilder_AddChar",
"ret": "void",
"signature": "(ImWchar)",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_AddRanges": [
{
"args": "(ImFontGlyphRangesBuilder* self,const ImWchar* ranges)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
},
{
"name": "ranges",
"type": "const ImWchar*"
}
],
"argsoriginal": "(const ImWchar* ranges)",
"call_args": "(ranges)",
"cimguiname": "ImFontGlyphRangesBuilder_AddRanges",
"defaults": {},
"funcname": "AddRanges",
"location": "imgui:2594",
"ov_cimguiname": "ImFontGlyphRangesBuilder_AddRanges",
"ret": "void",
"signature": "(const ImWchar*)",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_AddText": [
{
"args": "(ImFontGlyphRangesBuilder* self,const char* text,const char* text_end)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
},
{
"name": "text",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
}
],
"argsoriginal": "(const char* text,const char* text_end=((void*)0))",
"call_args": "(text,text_end)",
"cimguiname": "ImFontGlyphRangesBuilder_AddText",
"defaults": {
"text_end": "NULL"
},
"funcname": "AddText",
"location": "imgui:2593",
"ov_cimguiname": "ImFontGlyphRangesBuilder_AddText",
"ret": "void",
"signature": "(const char*,const char*)",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_BuildRanges": [
{
"args": "(ImFontGlyphRangesBuilder* self,ImVector_ImWchar* out_ranges)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
},
{
"name": "out_ranges",
"type": "ImVector_ImWchar*"
}
],
"argsoriginal": "(ImVector<ImWchar>* out_ranges)",
"call_args": "(out_ranges)",
"cimguiname": "ImFontGlyphRangesBuilder_BuildRanges",
"defaults": {},
"funcname": "BuildRanges",
"location": "imgui:2595",
"ov_cimguiname": "ImFontGlyphRangesBuilder_BuildRanges",
"ret": "void",
"signature": "(ImVector_ImWchar*)",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_Clear": [
{
"args": "(ImFontGlyphRangesBuilder* self)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontGlyphRangesBuilder_Clear",
"defaults": {},
"funcname": "Clear",
"location": "imgui:2589",
"ov_cimguiname": "ImFontGlyphRangesBuilder_Clear",
"ret": "void",
"signature": "()",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_GetBit": [
{
"args": "(ImFontGlyphRangesBuilder* self,size_t n)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
},
{
"name": "n",
"type": "size_t"
}
],
"argsoriginal": "(size_t n)",
"call_args": "(n)",
"cimguiname": "ImFontGlyphRangesBuilder_GetBit",
"defaults": {},
"funcname": "GetBit",
"location": "imgui:2590",
"ov_cimguiname": "ImFontGlyphRangesBuilder_GetBit",
"ret": "bool",
"signature": "(size_t)const",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder",
"constructor": true,
"defaults": {},
"funcname": "ImFontGlyphRangesBuilder",
"location": "imgui:2588",
"ov_cimguiname": "ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder",
"signature": "()",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_SetBit": [
{
"args": "(ImFontGlyphRangesBuilder* self,size_t n)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
},
{
"name": "n",
"type": "size_t"
}
],
"argsoriginal": "(size_t n)",
"call_args": "(n)",
"cimguiname": "ImFontGlyphRangesBuilder_SetBit",
"defaults": {},
"funcname": "SetBit",
"location": "imgui:2591",
"ov_cimguiname": "ImFontGlyphRangesBuilder_SetBit",
"ret": "void",
"signature": "(size_t)",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFontGlyphRangesBuilder_destroy": [
{
"args": "(ImFontGlyphRangesBuilder* self)",
"argsT": [
{
"name": "self",
"type": "ImFontGlyphRangesBuilder*"
}
],
"call_args": "(self)",
"cimguiname": "ImFontGlyphRangesBuilder_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImFontGlyphRangesBuilder_destroy",
"ret": "void",
"signature": "(ImFontGlyphRangesBuilder*)",
"stname": "ImFontGlyphRangesBuilder"
}
],
"ImFont_AddGlyph": [
{
"args": "(ImFont* self,const ImFontConfig* src_cfg,ImWchar c,float x0,float y0,float x1,float y1,float u0,float v0,float u1,float v1,float advance_x)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "src_cfg",
"type": "const ImFontConfig*"
},
{
"name": "c",
"type": "ImWchar"
},
{
"name": "x0",
"type": "float"
},
{
"name": "y0",
"type": "float"
},
{
"name": "x1",
"type": "float"
},
{
"name": "y1",
"type": "float"
},
{
"name": "u0",
"type": "float"
},
{
"name": "v0",
"type": "float"
},
{
"name": "u1",
"type": "float"
},
{
"name": "v1",
"type": "float"
},
{
"name": "advance_x",
"type": "float"
}
],
"argsoriginal": "(const ImFontConfig* src_cfg,ImWchar c,float x0,float y0,float x1,float y1,float u0,float v0,float u1,float v1,float advance_x)",
"call_args": "(src_cfg,c,x0,y0,x1,y1,u0,v0,u1,v1,advance_x)",
"cimguiname": "ImFont_AddGlyph",
"defaults": {},
"funcname": "AddGlyph",
"location": "imgui:2784",
"ov_cimguiname": "ImFont_AddGlyph",
"ret": "void",
"signature": "(const ImFontConfig*,ImWchar,float,float,float,float,float,float,float,float,float)",
"stname": "ImFont"
}
],
"ImFont_AddRemapChar": [
{
"args": "(ImFont* self,ImWchar dst,ImWchar src,bool overwrite_dst)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "dst",
"type": "ImWchar"
},
{
"name": "src",
"type": "ImWchar"
},
{
"name": "overwrite_dst",
"type": "bool"
}
],
"argsoriginal": "(ImWchar dst,ImWchar src,bool overwrite_dst=true)",
"call_args": "(dst,src,overwrite_dst)",
"cimguiname": "ImFont_AddRemapChar",
"defaults": {
"overwrite_dst": "true"
},
"funcname": "AddRemapChar",
"location": "imgui:2785",
"ov_cimguiname": "ImFont_AddRemapChar",
"ret": "void",
"signature": "(ImWchar,ImWchar,bool)",
"stname": "ImFont"
}
],
"ImFont_BuildLookupTable": [
{
"args": "(ImFont* self)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFont_BuildLookupTable",
"defaults": {},
"funcname": "BuildLookupTable",
"location": "imgui:2781",
"ov_cimguiname": "ImFont_BuildLookupTable",
"ret": "void",
"signature": "()",
"stname": "ImFont"
}
],
"ImFont_CalcTextSizeA": [
{
"args": "(ImVec2 *pOut,ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** remaining)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
},
{
"name": "self",
"type": "ImFont*"
},
{
"name": "size",
"type": "float"
},
{
"name": "max_width",
"type": "float"
},
{
"name": "wrap_width",
"type": "float"
},
{
"name": "text_begin",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
},
{
"name": "remaining",
"type": "const char**"
}
],
"argsoriginal": "(float size,float max_width,float wrap_width,const char* text_begin,const char* text_end=((void*)0),const char** remaining=((void*)0))",
"call_args": "(size,max_width,wrap_width,text_begin,text_end,remaining)",
"cimguiname": "ImFont_CalcTextSizeA",
"defaults": {
"remaining": "NULL",
"text_end": "NULL"
},
"funcname": "CalcTextSizeA",
"location": "imgui:2775",
"nonUDT": 1,
"ov_cimguiname": "ImFont_CalcTextSizeA",
"ret": "void",
"signature": "(float,float,float,const char*,const char*,const char**)const",
"stname": "ImFont"
}
],
"ImFont_CalcWordWrapPositionA": [
{
"args": "(ImFont* self,float scale,const char* text,const char* text_end,float wrap_width)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "scale",
"type": "float"
},
{
"name": "text",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
},
{
"name": "wrap_width",
"type": "float"
}
],
"argsoriginal": "(float scale,const char* text,const char* text_end,float wrap_width)",
"call_args": "(scale,text,text_end,wrap_width)",
"cimguiname": "ImFont_CalcWordWrapPositionA",
"defaults": {},
"funcname": "CalcWordWrapPositionA",
"location": "imgui:2776",
"ov_cimguiname": "ImFont_CalcWordWrapPositionA",
"ret": "const char*",
"signature": "(float,const char*,const char*,float)const",
"stname": "ImFont"
}
],
"ImFont_ClearOutputData": [
{
"args": "(ImFont* self)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFont_ClearOutputData",
"defaults": {},
"funcname": "ClearOutputData",
"location": "imgui:2782",
"ov_cimguiname": "ImFont_ClearOutputData",
"ret": "void",
"signature": "()",
"stname": "ImFont"
}
],
"ImFont_FindGlyph": [
{
"args": "(ImFont* self,ImWchar c)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "c",
"type": "ImWchar"
}
],
"argsoriginal": "(ImWchar c)",
"call_args": "(c)",
"cimguiname": "ImFont_FindGlyph",
"defaults": {},
"funcname": "FindGlyph",
"location": "imgui:2767",
"ov_cimguiname": "ImFont_FindGlyph",
"ret": "const ImFontGlyph*",
"signature": "(ImWchar)const",
"stname": "ImFont"
}
],
"ImFont_FindGlyphNoFallback": [
{
"args": "(ImFont* self,ImWchar c)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "c",
"type": "ImWchar"
}
],
"argsoriginal": "(ImWchar c)",
"call_args": "(c)",
"cimguiname": "ImFont_FindGlyphNoFallback",
"defaults": {},
"funcname": "FindGlyphNoFallback",
"location": "imgui:2768",
"ov_cimguiname": "ImFont_FindGlyphNoFallback",
"ret": "const ImFontGlyph*",
"signature": "(ImWchar)const",
"stname": "ImFont"
}
],
"ImFont_GetCharAdvance": [
{
"args": "(ImFont* self,ImWchar c)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "c",
"type": "ImWchar"
}
],
"argsoriginal": "(ImWchar c)",
"call_args": "(c)",
"cimguiname": "ImFont_GetCharAdvance",
"defaults": {},
"funcname": "GetCharAdvance",
"location": "imgui:2769",
"ov_cimguiname": "ImFont_GetCharAdvance",
"ret": "float",
"signature": "(ImWchar)const",
"stname": "ImFont"
}
],
"ImFont_GetDebugName": [
{
"args": "(ImFont* self)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFont_GetDebugName",
"defaults": {},
"funcname": "GetDebugName",
"location": "imgui:2771",
"ov_cimguiname": "ImFont_GetDebugName",
"ret": "const char*",
"signature": "()const",
"stname": "ImFont"
}
],
"ImFont_GrowIndex": [
{
"args": "(ImFont* self,int new_size)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "new_size",
"type": "int"
}
],
"argsoriginal": "(int new_size)",
"call_args": "(new_size)",
"cimguiname": "ImFont_GrowIndex",
"defaults": {},
"funcname": "GrowIndex",
"location": "imgui:2783",
"ov_cimguiname": "ImFont_GrowIndex",
"ret": "void",
"signature": "(int)",
"stname": "ImFont"
}
],
"ImFont_ImFont": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFont_ImFont",
"constructor": true,
"defaults": {},
"funcname": "ImFont",
"location": "imgui:2765",
"ov_cimguiname": "ImFont_ImFont",
"signature": "()",
"stname": "ImFont"
}
],
"ImFont_IsGlyphRangeUnused": [
{
"args": "(ImFont* self,unsigned int c_begin,unsigned int c_last)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "c_begin",
"type": "unsigned int"
},
{
"name": "c_last",
"type": "unsigned int"
}
],
"argsoriginal": "(unsigned int c_begin,unsigned int c_last)",
"call_args": "(c_begin,c_last)",
"cimguiname": "ImFont_IsGlyphRangeUnused",
"defaults": {},
"funcname": "IsGlyphRangeUnused",
"location": "imgui:2787",
"ov_cimguiname": "ImFont_IsGlyphRangeUnused",
"ret": "bool",
"signature": "(unsigned int,unsigned int)",
"stname": "ImFont"
}
],
"ImFont_IsLoaded": [
{
"args": "(ImFont* self)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImFont_IsLoaded",
"defaults": {},
"funcname": "IsLoaded",
"location": "imgui:2770",
"ov_cimguiname": "ImFont_IsLoaded",
"ret": "bool",
"signature": "()const",
"stname": "ImFont"
}
],
"ImFont_RenderChar": [
{
"args": "(ImFont* self,ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,ImWchar c)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "draw_list",
"type": "ImDrawList*"
},
{
"name": "size",
"type": "float"
},
{
"name": "pos",
"type": "ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "c",
"type": "ImWchar"
}
],
"argsoriginal": "(ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,ImWchar c)",
"call_args": "(draw_list,size,pos,col,c)",
"cimguiname": "ImFont_RenderChar",
"defaults": {},
"funcname": "RenderChar",
"location": "imgui:2777",
"ov_cimguiname": "ImFont_RenderChar",
"ret": "void",
"signature": "(ImDrawList*,float,ImVec2,ImU32,ImWchar)const",
"stname": "ImFont"
}
],
"ImFont_RenderText": [
{
"args": "(ImFont* self,ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4 clip_rect,const char* text_begin,const char* text_end,float wrap_width,bool cpu_fine_clip)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "draw_list",
"type": "ImDrawList*"
},
{
"name": "size",
"type": "float"
},
{
"name": "pos",
"type": "ImVec2"
},
{
"name": "col",
"type": "ImU32"
},
{
"name": "clip_rect",
"type": "const ImVec4"
},
{
"name": "text_begin",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
},
{
"name": "wrap_width",
"type": "float"
},
{
"name": "cpu_fine_clip",
"type": "bool"
}
],
"argsoriginal": "(ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4& clip_rect,const char* text_begin,const char* text_end,float wrap_width=0.0f,bool cpu_fine_clip=false)",
"call_args": "(draw_list,size,pos,col,clip_rect,text_begin,text_end,wrap_width,cpu_fine_clip)",
"cimguiname": "ImFont_RenderText",
"defaults": {
"cpu_fine_clip": "false",
"wrap_width": "0.0f"
},
"funcname": "RenderText",
"location": "imgui:2778",
"ov_cimguiname": "ImFont_RenderText",
"ret": "void",
"signature": "(ImDrawList*,float,ImVec2,ImU32,const ImVec4,const char*,const char*,float,bool)const",
"stname": "ImFont"
}
],
"ImFont_SetGlyphVisible": [
{
"args": "(ImFont* self,ImWchar c,bool visible)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
},
{
"name": "c",
"type": "ImWchar"
},
{
"name": "visible",
"type": "bool"
}
],
"argsoriginal": "(ImWchar c,bool visible)",
"call_args": "(c,visible)",
"cimguiname": "ImFont_SetGlyphVisible",
"defaults": {},
"funcname": "SetGlyphVisible",
"location": "imgui:2786",
"ov_cimguiname": "ImFont_SetGlyphVisible",
"ret": "void",
"signature": "(ImWchar,bool)",
"stname": "ImFont"
}
],
"ImFont_destroy": [
{
"args": "(ImFont* self)",
"argsT": [
{
"name": "self",
"type": "ImFont*"
}
],
"call_args": "(self)",
"cimguiname": "ImFont_destroy",
"defaults": {},
"destructor": true,
"location": "imgui:2766",
"ov_cimguiname": "ImFont_destroy",
"realdestructor": true,
"ret": "void",
"signature": "(ImFont*)",
"stname": "ImFont"
}
],
"ImGuiIO_AddFocusEvent": [
{
"args": "(ImGuiIO* self,bool focused)",
"argsT": [
{
"name": "self",
"type": "ImGuiIO*"
},
{
"name": "focused",
"type": "bool"
}
],
"argsoriginal": "(bool focused)",
"call_args": "(focused)",
"cimguiname": "ImGuiIO_AddFocusEvent",
"defaults": {},
"funcname": "AddFocusEvent",
"location": "imgui:1898",
"ov_cimguiname": "ImGuiIO_AddFocusEvent",
"ret": "void",
"signature": "(bool)",
"stname": "ImGuiIO"
}
],
"ImGuiIO_AddInputCharacter": [
{
"args": "(ImGuiIO* self,unsigned int c)",
"argsT": [
{
"name": "self",
"type": "ImGuiIO*"
},
{
"name": "c",
"type": "unsigned int"
}
],
"argsoriginal": "(unsigned int c)",
"call_args": "(c)",
"cimguiname": "ImGuiIO_AddInputCharacter",
"defaults": {},
"funcname": "AddInputCharacter",
"location": "imgui:1895",
"ov_cimguiname": "ImGuiIO_AddInputCharacter",
"ret": "void",
"signature": "(unsigned int)",
"stname": "ImGuiIO"
}
],
"ImGuiIO_AddInputCharacterUTF16": [
{
"args": "(ImGuiIO* self,ImWchar16 c)",
"argsT": [
{
"name": "self",
"type": "ImGuiIO*"
},
{
"name": "c",
"type": "ImWchar16"
}
],
"argsoriginal": "(ImWchar16 c)",
"call_args": "(c)",
"cimguiname": "ImGuiIO_AddInputCharacterUTF16",
"defaults": {},
"funcname": "AddInputCharacterUTF16",
"location": "imgui:1896",
"ov_cimguiname": "ImGuiIO_AddInputCharacterUTF16",
"ret": "void",
"signature": "(ImWchar16)",
"stname": "ImGuiIO"
}
],
"ImGuiIO_AddInputCharactersUTF8": [
{
"args": "(ImGuiIO* self,const char* str)",
"argsT": [
{
"name": "self",
"type": "ImGuiIO*"
},
{
"name": "str",
"type": "const char*"
}
],
"argsoriginal": "(const char* str)",
"call_args": "(str)",
"cimguiname": "ImGuiIO_AddInputCharactersUTF8",
"defaults": {},
"funcname": "AddInputCharactersUTF8",
"location": "imgui:1897",
"ov_cimguiname": "ImGuiIO_AddInputCharactersUTF8",
"ret": "void",
"signature": "(const char*)",
"stname": "ImGuiIO"
}
],
"ImGuiIO_ClearInputCharacters": [
{
"args": "(ImGuiIO* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiIO*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiIO_ClearInputCharacters",
"defaults": {},
"funcname": "ClearInputCharacters",
"location": "imgui:1899",
"ov_cimguiname": "ImGuiIO_ClearInputCharacters",
"ret": "void",
"signature": "()",
"stname": "ImGuiIO"
}
],
"ImGuiIO_ClearInputKeys": [
{
"args": "(ImGuiIO* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiIO*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiIO_ClearInputKeys",
"defaults": {},
"funcname": "ClearInputKeys",
"location": "imgui:1900",
"ov_cimguiname": "ImGuiIO_ClearInputKeys",
"ret": "void",
"signature": "()",
"stname": "ImGuiIO"
}
],
"ImGuiIO_ImGuiIO": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiIO_ImGuiIO",
"constructor": true,
"defaults": {},
"funcname": "ImGuiIO",
"location": "imgui:1953",
"ov_cimguiname": "ImGuiIO_ImGuiIO",
"signature": "()",
"stname": "ImGuiIO"
}
],
"ImGuiIO_destroy": [
{
"args": "(ImGuiIO* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiIO*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiIO_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiIO_destroy",
"ret": "void",
"signature": "(ImGuiIO*)",
"stname": "ImGuiIO"
}
],
"ImGuiInputTextCallbackData_ClearSelection": [
{
"args": "(ImGuiInputTextCallbackData* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiInputTextCallbackData*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiInputTextCallbackData_ClearSelection",
"defaults": {},
"funcname": "ClearSelection",
"location": "imgui:1994",
"ov_cimguiname": "ImGuiInputTextCallbackData_ClearSelection",
"ret": "void",
"signature": "()",
"stname": "ImGuiInputTextCallbackData"
}
],
"ImGuiInputTextCallbackData_DeleteChars": [
{
"args": "(ImGuiInputTextCallbackData* self,int pos,int bytes_count)",
"argsT": [
{
"name": "self",
"type": "ImGuiInputTextCallbackData*"
},
{
"name": "pos",
"type": "int"
},
{
"name": "bytes_count",
"type": "int"
}
],
"argsoriginal": "(int pos,int bytes_count)",
"call_args": "(pos,bytes_count)",
"cimguiname": "ImGuiInputTextCallbackData_DeleteChars",
"defaults": {},
"funcname": "DeleteChars",
"location": "imgui:1991",
"ov_cimguiname": "ImGuiInputTextCallbackData_DeleteChars",
"ret": "void",
"signature": "(int,int)",
"stname": "ImGuiInputTextCallbackData"
}
],
"ImGuiInputTextCallbackData_HasSelection": [
{
"args": "(ImGuiInputTextCallbackData* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiInputTextCallbackData*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiInputTextCallbackData_HasSelection",
"defaults": {},
"funcname": "HasSelection",
"location": "imgui:1995",
"ov_cimguiname": "ImGuiInputTextCallbackData_HasSelection",
"ret": "bool",
"signature": "()const",
"stname": "ImGuiInputTextCallbackData"
}
],
"ImGuiInputTextCallbackData_ImGuiInputTextCallbackData": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData",
"constructor": true,
"defaults": {},
"funcname": "ImGuiInputTextCallbackData",
"location": "imgui:1990",
"ov_cimguiname": "ImGuiInputTextCallbackData_ImGuiInputTextCallbackData",
"signature": "()",
"stname": "ImGuiInputTextCallbackData"
}
],
"ImGuiInputTextCallbackData_InsertChars": [
{
"args": "(ImGuiInputTextCallbackData* self,int pos,const char* text,const char* text_end)",
"argsT": [
{
"name": "self",
"type": "ImGuiInputTextCallbackData*"
},
{
"name": "pos",
"type": "int"
},
{
"name": "text",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
}
],
"argsoriginal": "(int pos,const char* text,const char* text_end=((void*)0))",
"call_args": "(pos,text,text_end)",
"cimguiname": "ImGuiInputTextCallbackData_InsertChars",
"defaults": {
"text_end": "NULL"
},
"funcname": "InsertChars",
"location": "imgui:1992",
"ov_cimguiname": "ImGuiInputTextCallbackData_InsertChars",
"ret": "void",
"signature": "(int,const char*,const char*)",
"stname": "ImGuiInputTextCallbackData"
}
],
"ImGuiInputTextCallbackData_SelectAll": [
{
"args": "(ImGuiInputTextCallbackData* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiInputTextCallbackData*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiInputTextCallbackData_SelectAll",
"defaults": {},
"funcname": "SelectAll",
"location": "imgui:1993",
"ov_cimguiname": "ImGuiInputTextCallbackData_SelectAll",
"ret": "void",
"signature": "()",
"stname": "ImGuiInputTextCallbackData"
}
],
"ImGuiInputTextCallbackData_destroy": [
{
"args": "(ImGuiInputTextCallbackData* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiInputTextCallbackData*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiInputTextCallbackData_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiInputTextCallbackData_destroy",
"ret": "void",
"signature": "(ImGuiInputTextCallbackData*)",
"stname": "ImGuiInputTextCallbackData"
}
],
"ImGuiListClipper_Begin": [
{
"args": "(ImGuiListClipper* self,int items_count,float items_height)",
"argsT": [
{
"name": "self",
"type": "ImGuiListClipper*"
},
{
"name": "items_count",
"type": "int"
},
{
"name": "items_height",
"type": "float"
}
],
"argsoriginal": "(int items_count,float items_height=-1.0f)",
"call_args": "(items_count,items_height)",
"cimguiname": "ImGuiListClipper_Begin",
"defaults": {
"items_height": "-1.0f"
},
"funcname": "Begin",
"location": "imgui:2206",
"ov_cimguiname": "ImGuiListClipper_Begin",
"ret": "void",
"signature": "(int,float)",
"stname": "ImGuiListClipper"
}
],
"ImGuiListClipper_End": [
{
"args": "(ImGuiListClipper* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiListClipper*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiListClipper_End",
"defaults": {},
"funcname": "End",
"location": "imgui:2207",
"ov_cimguiname": "ImGuiListClipper_End",
"ret": "void",
"signature": "()",
"stname": "ImGuiListClipper"
}
],
"ImGuiListClipper_ForceDisplayRangeByIndices": [
{
"args": "(ImGuiListClipper* self,int item_min,int item_max)",
"argsT": [
{
"name": "self",
"type": "ImGuiListClipper*"
},
{
"name": "item_min",
"type": "int"
},
{
"name": "item_max",
"type": "int"
}
],
"argsoriginal": "(int item_min,int item_max)",
"call_args": "(item_min,item_max)",
"cimguiname": "ImGuiListClipper_ForceDisplayRangeByIndices",
"defaults": {},
"funcname": "ForceDisplayRangeByIndices",
"location": "imgui:2211",
"ov_cimguiname": "ImGuiListClipper_ForceDisplayRangeByIndices",
"ret": "void",
"signature": "(int,int)",
"stname": "ImGuiListClipper"
}
],
"ImGuiListClipper_ImGuiListClipper": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiListClipper_ImGuiListClipper",
"constructor": true,
"defaults": {},
"funcname": "ImGuiListClipper",
"location": "imgui:2204",
"ov_cimguiname": "ImGuiListClipper_ImGuiListClipper",
"signature": "()",
"stname": "ImGuiListClipper"
}
],
"ImGuiListClipper_Step": [
{
"args": "(ImGuiListClipper* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiListClipper*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiListClipper_Step",
"defaults": {},
"funcname": "Step",
"location": "imgui:2208",
"ov_cimguiname": "ImGuiListClipper_Step",
"ret": "bool",
"signature": "()",
"stname": "ImGuiListClipper"
}
],
"ImGuiListClipper_destroy": [
{
"args": "(ImGuiListClipper* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiListClipper*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiListClipper_destroy",
"defaults": {},
"destructor": true,
"location": "imgui:2205",
"ov_cimguiname": "ImGuiListClipper_destroy",
"realdestructor": true,
"ret": "void",
"signature": "(ImGuiListClipper*)",
"stname": "ImGuiListClipper"
}
],
"ImGuiOnceUponAFrame_ImGuiOnceUponAFrame": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame",
"constructor": true,
"defaults": {},
"funcname": "ImGuiOnceUponAFrame",
"location": "imgui:2070",
"ov_cimguiname": "ImGuiOnceUponAFrame_ImGuiOnceUponAFrame",
"signature": "()",
"stname": "ImGuiOnceUponAFrame"
}
],
"ImGuiOnceUponAFrame_destroy": [
{
"args": "(ImGuiOnceUponAFrame* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiOnceUponAFrame*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiOnceUponAFrame_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiOnceUponAFrame_destroy",
"ret": "void",
"signature": "(ImGuiOnceUponAFrame*)",
"stname": "ImGuiOnceUponAFrame"
}
],
"ImGuiPayload_Clear": [
{
"args": "(ImGuiPayload* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiPayload*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiPayload_Clear",
"defaults": {},
"funcname": "Clear",
"location": "imgui:2024",
"ov_cimguiname": "ImGuiPayload_Clear",
"ret": "void",
"signature": "()",
"stname": "ImGuiPayload"
}
],
"ImGuiPayload_ImGuiPayload": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiPayload_ImGuiPayload",
"constructor": true,
"defaults": {},
"funcname": "ImGuiPayload",
"location": "imgui:2023",
"ov_cimguiname": "ImGuiPayload_ImGuiPayload",
"signature": "()",
"stname": "ImGuiPayload"
}
],
"ImGuiPayload_IsDataType": [
{
"args": "(ImGuiPayload* self,const char* type)",
"argsT": [
{
"name": "self",
"type": "ImGuiPayload*"
},
{
"name": "type",
"type": "const char*"
}
],
"argsoriginal": "(const char* type)",
"call_args": "(type)",
"cimguiname": "ImGuiPayload_IsDataType",
"defaults": {},
"funcname": "IsDataType",
"location": "imgui:2025",
"ov_cimguiname": "ImGuiPayload_IsDataType",
"ret": "bool",
"signature": "(const char*)const",
"stname": "ImGuiPayload"
}
],
"ImGuiPayload_IsDelivery": [
{
"args": "(ImGuiPayload* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiPayload*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiPayload_IsDelivery",
"defaults": {},
"funcname": "IsDelivery",
"location": "imgui:2027",
"ov_cimguiname": "ImGuiPayload_IsDelivery",
"ret": "bool",
"signature": "()const",
"stname": "ImGuiPayload"
}
],
"ImGuiPayload_IsPreview": [
{
"args": "(ImGuiPayload* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiPayload*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiPayload_IsPreview",
"defaults": {},
"funcname": "IsPreview",
"location": "imgui:2026",
"ov_cimguiname": "ImGuiPayload_IsPreview",
"ret": "bool",
"signature": "()const",
"stname": "ImGuiPayload"
}
],
"ImGuiPayload_destroy": [
{
"args": "(ImGuiPayload* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiPayload*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiPayload_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiPayload_destroy",
"ret": "void",
"signature": "(ImGuiPayload*)",
"stname": "ImGuiPayload"
}
],
"ImGuiStoragePair_ImGuiStoragePair": [
{
"args": "(ImGuiID _key,int _val_i)",
"argsT": [
{
"name": "_key",
"type": "ImGuiID"
},
{
"name": "_val_i",
"type": "int"
}
],
"argsoriginal": "(ImGuiID _key,int _val_i)",
"call_args": "(_key,_val_i)",
"cimguiname": "ImGuiStoragePair_ImGuiStoragePair",
"constructor": true,
"defaults": {},
"funcname": "ImGuiStoragePair",
"location": "imgui:2137",
"ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePairInt",
"signature": "(ImGuiID,int)",
"stname": "ImGuiStoragePair"
},
{
"args": "(ImGuiID _key,float _val_f)",
"argsT": [
{
"name": "_key",
"type": "ImGuiID"
},
{
"name": "_val_f",
"type": "float"
}
],
"argsoriginal": "(ImGuiID _key,float _val_f)",
"call_args": "(_key,_val_f)",
"cimguiname": "ImGuiStoragePair_ImGuiStoragePair",
"constructor": true,
"defaults": {},
"funcname": "ImGuiStoragePair",
"location": "imgui:2138",
"ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePairFloat",
"signature": "(ImGuiID,float)",
"stname": "ImGuiStoragePair"
},
{
"args": "(ImGuiID _key,void* _val_p)",
"argsT": [
{
"name": "_key",
"type": "ImGuiID"
},
{
"name": "_val_p",
"type": "void*"
}
],
"argsoriginal": "(ImGuiID _key,void* _val_p)",
"call_args": "(_key,_val_p)",
"cimguiname": "ImGuiStoragePair_ImGuiStoragePair",
"constructor": true,
"defaults": {},
"funcname": "ImGuiStoragePair",
"location": "imgui:2139",
"ov_cimguiname": "ImGuiStoragePair_ImGuiStoragePairPtr",
"signature": "(ImGuiID,void*)",
"stname": "ImGuiStoragePair"
}
],
"ImGuiStoragePair_destroy": [
{
"args": "(ImGuiStoragePair* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiStoragePair*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiStoragePair_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiStoragePair_destroy",
"ret": "void",
"signature": "(ImGuiStoragePair*)",
"stname": "ImGuiStoragePair"
}
],
"ImGuiStorage_BuildSortByKey": [
{
"args": "(ImGuiStorage* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiStorage_BuildSortByKey",
"defaults": {},
"funcname": "BuildSortByKey",
"location": "imgui:2170",
"ov_cimguiname": "ImGuiStorage_BuildSortByKey",
"ret": "void",
"signature": "()",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_Clear": [
{
"args": "(ImGuiStorage* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiStorage_Clear",
"defaults": {},
"funcname": "Clear",
"location": "imgui:2147",
"ov_cimguiname": "ImGuiStorage_Clear",
"ret": "void",
"signature": "()",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetBool": [
{
"args": "(ImGuiStorage* self,ImGuiID key,bool default_val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "default_val",
"type": "bool"
}
],
"argsoriginal": "(ImGuiID key,bool default_val=false)",
"call_args": "(key,default_val)",
"cimguiname": "ImGuiStorage_GetBool",
"defaults": {
"default_val": "false"
},
"funcname": "GetBool",
"location": "imgui:2150",
"ov_cimguiname": "ImGuiStorage_GetBool",
"ret": "bool",
"signature": "(ImGuiID,bool)const",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetBoolRef": [
{
"args": "(ImGuiStorage* self,ImGuiID key,bool default_val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "default_val",
"type": "bool"
}
],
"argsoriginal": "(ImGuiID key,bool default_val=false)",
"call_args": "(key,default_val)",
"cimguiname": "ImGuiStorage_GetBoolRef",
"defaults": {
"default_val": "false"
},
"funcname": "GetBoolRef",
"location": "imgui:2162",
"ov_cimguiname": "ImGuiStorage_GetBoolRef",
"ret": "bool*",
"signature": "(ImGuiID,bool)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetFloat": [
{
"args": "(ImGuiStorage* self,ImGuiID key,float default_val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "default_val",
"type": "float"
}
],
"argsoriginal": "(ImGuiID key,float default_val=0.0f)",
"call_args": "(key,default_val)",
"cimguiname": "ImGuiStorage_GetFloat",
"defaults": {
"default_val": "0.0f"
},
"funcname": "GetFloat",
"location": "imgui:2152",
"ov_cimguiname": "ImGuiStorage_GetFloat",
"ret": "float",
"signature": "(ImGuiID,float)const",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetFloatRef": [
{
"args": "(ImGuiStorage* self,ImGuiID key,float default_val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "default_val",
"type": "float"
}
],
"argsoriginal": "(ImGuiID key,float default_val=0.0f)",
"call_args": "(key,default_val)",
"cimguiname": "ImGuiStorage_GetFloatRef",
"defaults": {
"default_val": "0.0f"
},
"funcname": "GetFloatRef",
"location": "imgui:2163",
"ov_cimguiname": "ImGuiStorage_GetFloatRef",
"ret": "float*",
"signature": "(ImGuiID,float)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetInt": [
{
"args": "(ImGuiStorage* self,ImGuiID key,int default_val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "default_val",
"type": "int"
}
],
"argsoriginal": "(ImGuiID key,int default_val=0)",
"call_args": "(key,default_val)",
"cimguiname": "ImGuiStorage_GetInt",
"defaults": {
"default_val": "0"
},
"funcname": "GetInt",
"location": "imgui:2148",
"ov_cimguiname": "ImGuiStorage_GetInt",
"ret": "int",
"signature": "(ImGuiID,int)const",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetIntRef": [
{
"args": "(ImGuiStorage* self,ImGuiID key,int default_val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "default_val",
"type": "int"
}
],
"argsoriginal": "(ImGuiID key,int default_val=0)",
"call_args": "(key,default_val)",
"cimguiname": "ImGuiStorage_GetIntRef",
"defaults": {
"default_val": "0"
},
"funcname": "GetIntRef",
"location": "imgui:2161",
"ov_cimguiname": "ImGuiStorage_GetIntRef",
"ret": "int*",
"signature": "(ImGuiID,int)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetVoidPtr": [
{
"args": "(ImGuiStorage* self,ImGuiID key)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
}
],
"argsoriginal": "(ImGuiID key)",
"call_args": "(key)",
"cimguiname": "ImGuiStorage_GetVoidPtr",
"defaults": {},
"funcname": "GetVoidPtr",
"location": "imgui:2154",
"ov_cimguiname": "ImGuiStorage_GetVoidPtr",
"ret": "void*",
"signature": "(ImGuiID)const",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_GetVoidPtrRef": [
{
"args": "(ImGuiStorage* self,ImGuiID key,void* default_val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "default_val",
"type": "void*"
}
],
"argsoriginal": "(ImGuiID key,void* default_val=((void*)0))",
"call_args": "(key,default_val)",
"cimguiname": "ImGuiStorage_GetVoidPtrRef",
"defaults": {
"default_val": "NULL"
},
"funcname": "GetVoidPtrRef",
"location": "imgui:2164",
"ov_cimguiname": "ImGuiStorage_GetVoidPtrRef",
"ret": "void**",
"signature": "(ImGuiID,void*)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_SetAllInt": [
{
"args": "(ImGuiStorage* self,int val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "val",
"type": "int"
}
],
"argsoriginal": "(int val)",
"call_args": "(val)",
"cimguiname": "ImGuiStorage_SetAllInt",
"defaults": {},
"funcname": "SetAllInt",
"location": "imgui:2167",
"ov_cimguiname": "ImGuiStorage_SetAllInt",
"ret": "void",
"signature": "(int)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_SetBool": [
{
"args": "(ImGuiStorage* self,ImGuiID key,bool val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "val",
"type": "bool"
}
],
"argsoriginal": "(ImGuiID key,bool val)",
"call_args": "(key,val)",
"cimguiname": "ImGuiStorage_SetBool",
"defaults": {},
"funcname": "SetBool",
"location": "imgui:2151",
"ov_cimguiname": "ImGuiStorage_SetBool",
"ret": "void",
"signature": "(ImGuiID,bool)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_SetFloat": [
{
"args": "(ImGuiStorage* self,ImGuiID key,float val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "val",
"type": "float"
}
],
"argsoriginal": "(ImGuiID key,float val)",
"call_args": "(key,val)",
"cimguiname": "ImGuiStorage_SetFloat",
"defaults": {},
"funcname": "SetFloat",
"location": "imgui:2153",
"ov_cimguiname": "ImGuiStorage_SetFloat",
"ret": "void",
"signature": "(ImGuiID,float)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_SetInt": [
{
"args": "(ImGuiStorage* self,ImGuiID key,int val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "val",
"type": "int"
}
],
"argsoriginal": "(ImGuiID key,int val)",
"call_args": "(key,val)",
"cimguiname": "ImGuiStorage_SetInt",
"defaults": {},
"funcname": "SetInt",
"location": "imgui:2149",
"ov_cimguiname": "ImGuiStorage_SetInt",
"ret": "void",
"signature": "(ImGuiID,int)",
"stname": "ImGuiStorage"
}
],
"ImGuiStorage_SetVoidPtr": [
{
"args": "(ImGuiStorage* self,ImGuiID key,void* val)",
"argsT": [
{
"name": "self",
"type": "ImGuiStorage*"
},
{
"name": "key",
"type": "ImGuiID"
},
{
"name": "val",
"type": "void*"
}
],
"argsoriginal": "(ImGuiID key,void* val)",
"call_args": "(key,val)",
"cimguiname": "ImGuiStorage_SetVoidPtr",
"defaults": {},
"funcname": "SetVoidPtr",
"location": "imgui:2155",
"ov_cimguiname": "ImGuiStorage_SetVoidPtr",
"ret": "void",
"signature": "(ImGuiID,void*)",
"stname": "ImGuiStorage"
}
],
"ImGuiStyle_ImGuiStyle": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiStyle_ImGuiStyle",
"constructor": true,
"defaults": {},
"funcname": "ImGuiStyle",
"location": "imgui:1809",
"ov_cimguiname": "ImGuiStyle_ImGuiStyle",
"signature": "()",
"stname": "ImGuiStyle"
}
],
"ImGuiStyle_ScaleAllSizes": [
{
"args": "(ImGuiStyle* self,float scale_factor)",
"argsT": [
{
"name": "self",
"type": "ImGuiStyle*"
},
{
"name": "scale_factor",
"type": "float"
}
],
"argsoriginal": "(float scale_factor)",
"call_args": "(scale_factor)",
"cimguiname": "ImGuiStyle_ScaleAllSizes",
"defaults": {},
"funcname": "ScaleAllSizes",
"location": "imgui:1810",
"ov_cimguiname": "ImGuiStyle_ScaleAllSizes",
"ret": "void",
"signature": "(float)",
"stname": "ImGuiStyle"
}
],
"ImGuiStyle_destroy": [
{
"args": "(ImGuiStyle* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiStyle*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiStyle_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiStyle_destroy",
"ret": "void",
"signature": "(ImGuiStyle*)",
"stname": "ImGuiStyle"
}
],
"ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs",
"constructor": true,
"defaults": {},
"funcname": "ImGuiTableColumnSortSpecs",
"location": "imgui:2038",
"ov_cimguiname": "ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs",
"signature": "()",
"stname": "ImGuiTableColumnSortSpecs"
}
],
"ImGuiTableColumnSortSpecs_destroy": [
{
"args": "(ImGuiTableColumnSortSpecs* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTableColumnSortSpecs*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiTableColumnSortSpecs_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiTableColumnSortSpecs_destroy",
"ret": "void",
"signature": "(ImGuiTableColumnSortSpecs*)",
"stname": "ImGuiTableColumnSortSpecs"
}
],
"ImGuiTableSortSpecs_ImGuiTableSortSpecs": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTableSortSpecs_ImGuiTableSortSpecs",
"constructor": true,
"defaults": {},
"funcname": "ImGuiTableSortSpecs",
"location": "imgui:2051",
"ov_cimguiname": "ImGuiTableSortSpecs_ImGuiTableSortSpecs",
"signature": "()",
"stname": "ImGuiTableSortSpecs"
}
],
"ImGuiTableSortSpecs_destroy": [
{
"args": "(ImGuiTableSortSpecs* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTableSortSpecs*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiTableSortSpecs_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiTableSortSpecs_destroy",
"ret": "void",
"signature": "(ImGuiTableSortSpecs*)",
"stname": "ImGuiTableSortSpecs"
}
],
"ImGuiTextBuffer_ImGuiTextBuffer": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer",
"constructor": true,
"defaults": {},
"funcname": "ImGuiTextBuffer",
"location": "imgui:2108",
"ov_cimguiname": "ImGuiTextBuffer_ImGuiTextBuffer",
"signature": "()",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_append": [
{
"args": "(ImGuiTextBuffer* self,const char* str,const char* str_end)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
},
{
"name": "str",
"type": "const char*"
},
{
"name": "str_end",
"type": "const char*"
}
],
"argsoriginal": "(const char* str,const char* str_end=((void*)0))",
"call_args": "(str,str_end)",
"cimguiname": "ImGuiTextBuffer_append",
"defaults": {
"str_end": "NULL"
},
"funcname": "append",
"location": "imgui:2117",
"ov_cimguiname": "ImGuiTextBuffer_append",
"ret": "void",
"signature": "(const char*,const char*)",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_appendf": [
{
"args": "(ImGuiTextBuffer* self,const char* fmt,...)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* fmt,...)",
"call_args": "(fmt,...)",
"cimguiname": "ImGuiTextBuffer_appendf",
"defaults": {},
"funcname": "appendf",
"isvararg": "...)",
"location": "imgui:2118",
"manual": true,
"ov_cimguiname": "ImGuiTextBuffer_appendf",
"ret": "void",
"signature": "(const char*,...)",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_appendfv": [
{
"args": "(ImGuiTextBuffer* self,const char* fmt,va_list args)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* fmt,va_list args)",
"call_args": "(fmt,args)",
"cimguiname": "ImGuiTextBuffer_appendfv",
"defaults": {},
"funcname": "appendfv",
"location": "imgui:2119",
"ov_cimguiname": "ImGuiTextBuffer_appendfv",
"ret": "void",
"signature": "(const char*,va_list)",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_begin": [
{
"args": "(ImGuiTextBuffer* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextBuffer_begin",
"defaults": {},
"funcname": "begin",
"location": "imgui:2110",
"ov_cimguiname": "ImGuiTextBuffer_begin",
"ret": "const char*",
"signature": "()const",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_c_str": [
{
"args": "(ImGuiTextBuffer* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextBuffer_c_str",
"defaults": {},
"funcname": "c_str",
"location": "imgui:2116",
"ov_cimguiname": "ImGuiTextBuffer_c_str",
"ret": "const char*",
"signature": "()const",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_clear": [
{
"args": "(ImGuiTextBuffer* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextBuffer_clear",
"defaults": {},
"funcname": "clear",
"location": "imgui:2114",
"ov_cimguiname": "ImGuiTextBuffer_clear",
"ret": "void",
"signature": "()",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_destroy": [
{
"args": "(ImGuiTextBuffer* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiTextBuffer_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiTextBuffer_destroy",
"ret": "void",
"signature": "(ImGuiTextBuffer*)",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_empty": [
{
"args": "(ImGuiTextBuffer* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextBuffer_empty",
"defaults": {},
"funcname": "empty",
"location": "imgui:2113",
"ov_cimguiname": "ImGuiTextBuffer_empty",
"ret": "bool",
"signature": "()const",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_end": [
{
"args": "(ImGuiTextBuffer* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextBuffer_end",
"defaults": {},
"funcname": "end",
"location": "imgui:2111",
"ov_cimguiname": "ImGuiTextBuffer_end",
"ret": "const char*",
"signature": "()const",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_reserve": [
{
"args": "(ImGuiTextBuffer* self,int capacity)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
},
{
"name": "capacity",
"type": "int"
}
],
"argsoriginal": "(int capacity)",
"call_args": "(capacity)",
"cimguiname": "ImGuiTextBuffer_reserve",
"defaults": {},
"funcname": "reserve",
"location": "imgui:2115",
"ov_cimguiname": "ImGuiTextBuffer_reserve",
"ret": "void",
"signature": "(int)",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_size": [
{
"args": "(ImGuiTextBuffer* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextBuffer_size",
"defaults": {},
"funcname": "size",
"location": "imgui:2112",
"ov_cimguiname": "ImGuiTextBuffer_size",
"ret": "int",
"signature": "()const",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextFilter_Build": [
{
"args": "(ImGuiTextFilter* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextFilter*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextFilter_Build",
"defaults": {},
"funcname": "Build",
"location": "imgui:2081",
"ov_cimguiname": "ImGuiTextFilter_Build",
"ret": "void",
"signature": "()",
"stname": "ImGuiTextFilter"
}
],
"ImGuiTextFilter_Clear": [
{
"args": "(ImGuiTextFilter* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextFilter*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextFilter_Clear",
"defaults": {},
"funcname": "Clear",
"location": "imgui:2082",
"ov_cimguiname": "ImGuiTextFilter_Clear",
"ret": "void",
"signature": "()",
"stname": "ImGuiTextFilter"
}
],
"ImGuiTextFilter_Draw": [
{
"args": "(ImGuiTextFilter* self,const char* label,float width)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextFilter*"
},
{
"name": "label",
"type": "const char*"
},
{
"name": "width",
"type": "float"
}
],
"argsoriginal": "(const char* label=\"Filter(inc,-exc)\",float width=0.0f)",
"call_args": "(label,width)",
"cimguiname": "ImGuiTextFilter_Draw",
"defaults": {
"label": "\"Filter(inc,-exc)\"",
"width": "0.0f"
},
"funcname": "Draw",
"location": "imgui:2079",
"ov_cimguiname": "ImGuiTextFilter_Draw",
"ret": "bool",
"signature": "(const char*,float)",
"stname": "ImGuiTextFilter"
}
],
"ImGuiTextFilter_ImGuiTextFilter": [
{
"args": "(const char* default_filter)",
"argsT": [
{
"name": "default_filter",
"type": "const char*"
}
],
"argsoriginal": "(const char* default_filter=\"\")",
"call_args": "(default_filter)",
"cimguiname": "ImGuiTextFilter_ImGuiTextFilter",
"constructor": true,
"defaults": {
"default_filter": "\"\""
},
"funcname": "ImGuiTextFilter",
"location": "imgui:2078",
"ov_cimguiname": "ImGuiTextFilter_ImGuiTextFilter",
"signature": "(const char*)",
"stname": "ImGuiTextFilter"
}
],
"ImGuiTextFilter_IsActive": [
{
"args": "(ImGuiTextFilter* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextFilter*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextFilter_IsActive",
"defaults": {},
"funcname": "IsActive",
"location": "imgui:2083",
"ov_cimguiname": "ImGuiTextFilter_IsActive",
"ret": "bool",
"signature": "()const",
"stname": "ImGuiTextFilter"
}
],
"ImGuiTextFilter_PassFilter": [
{
"args": "(ImGuiTextFilter* self,const char* text,const char* text_end)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextFilter*"
},
{
"name": "text",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
}
],
"argsoriginal": "(const char* text,const char* text_end=((void*)0))",
"call_args": "(text,text_end)",
"cimguiname": "ImGuiTextFilter_PassFilter",
"defaults": {
"text_end": "NULL"
},
"funcname": "PassFilter",
"location": "imgui:2080",
"ov_cimguiname": "ImGuiTextFilter_PassFilter",
"ret": "bool",
"signature": "(const char*,const char*)const",
"stname": "ImGuiTextFilter"
}
],
"ImGuiTextFilter_destroy": [
{
"args": "(ImGuiTextFilter* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextFilter*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiTextFilter_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiTextFilter_destroy",
"ret": "void",
"signature": "(ImGuiTextFilter*)",
"stname": "ImGuiTextFilter"
}
],
"ImGuiTextRange_ImGuiTextRange": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextRange_ImGuiTextRange",
"constructor": true,
"defaults": {},
"funcname": "ImGuiTextRange",
"location": "imgui:2091",
"ov_cimguiname": "ImGuiTextRange_ImGuiTextRangeNil",
"signature": "()",
"stname": "ImGuiTextRange"
},
{
"args": "(const char* _b,const char* _e)",
"argsT": [
{
"name": "_b",
"type": "const char*"
},
{
"name": "_e",
"type": "const char*"
}
],
"argsoriginal": "(const char* _b,const char* _e)",
"call_args": "(_b,_e)",
"cimguiname": "ImGuiTextRange_ImGuiTextRange",
"constructor": true,
"defaults": {},
"funcname": "ImGuiTextRange",
"location": "imgui:2092",
"ov_cimguiname": "ImGuiTextRange_ImGuiTextRangeStr",
"signature": "(const char*,const char*)",
"stname": "ImGuiTextRange"
}
],
"ImGuiTextRange_destroy": [
{
"args": "(ImGuiTextRange* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextRange*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiTextRange_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiTextRange_destroy",
"ret": "void",
"signature": "(ImGuiTextRange*)",
"stname": "ImGuiTextRange"
}
],
"ImGuiTextRange_empty": [
{
"args": "(ImGuiTextRange* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextRange*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiTextRange_empty",
"defaults": {},
"funcname": "empty",
"location": "imgui:2093",
"ov_cimguiname": "ImGuiTextRange_empty",
"ret": "bool",
"signature": "()const",
"stname": "ImGuiTextRange"
}
],
"ImGuiTextRange_split": [
{
"args": "(ImGuiTextRange* self,char separator,ImVector_ImGuiTextRange* out)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextRange*"
},
{
"name": "separator",
"type": "char"
},
{
"name": "out",
"type": "ImVector_ImGuiTextRange*"
}
],
"argsoriginal": "(char separator,ImVector<ImGuiTextRange>* out)",
"call_args": "(separator,out)",
"cimguiname": "ImGuiTextRange_split",
"defaults": {},
"funcname": "split",
"location": "imgui:2094",
"ov_cimguiname": "ImGuiTextRange_split",
"ret": "void",
"signature": "(char,ImVector_ImGuiTextRange*)const",
"stname": "ImGuiTextRange"
}
],
"ImGuiViewport_GetCenter": [
{
"args": "(ImVec2 *pOut,ImGuiViewport* self)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
},
{
"name": "self",
"type": "ImGuiViewport*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiViewport_GetCenter",
"defaults": {},
"funcname": "GetCenter",
"location": "imgui:2821",
"nonUDT": 1,
"ov_cimguiname": "ImGuiViewport_GetCenter",
"ret": "void",
"signature": "()const",
"stname": "ImGuiViewport"
}
],
"ImGuiViewport_GetWorkCenter": [
{
"args": "(ImVec2 *pOut,ImGuiViewport* self)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
},
{
"name": "self",
"type": "ImGuiViewport*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiViewport_GetWorkCenter",
"defaults": {},
"funcname": "GetWorkCenter",
"location": "imgui:2822",
"nonUDT": 1,
"ov_cimguiname": "ImGuiViewport_GetWorkCenter",
"ret": "void",
"signature": "()const",
"stname": "ImGuiViewport"
}
],
"ImGuiViewport_ImGuiViewport": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImGuiViewport_ImGuiViewport",
"constructor": true,
"defaults": {},
"funcname": "ImGuiViewport",
"location": "imgui:2818",
"ov_cimguiname": "ImGuiViewport_ImGuiViewport",
"signature": "()",
"stname": "ImGuiViewport"
}
],
"ImGuiViewport_destroy": [
{
"args": "(ImGuiViewport* self)",
"argsT": [
{
"name": "self",
"type": "ImGuiViewport*"
}
],
"call_args": "(self)",
"cimguiname": "ImGuiViewport_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImGuiViewport_destroy",
"ret": "void",
"signature": "(ImGuiViewport*)",
"stname": "ImGuiViewport"
}
],
"ImVec2_ImVec2": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVec2_ImVec2",
"constructor": true,
"defaults": {},
"funcname": "ImVec2",
"location": "imgui:262",
"ov_cimguiname": "ImVec2_ImVec2Nil",
"signature": "()",
"stname": "ImVec2"
},
{
"args": "(float _x,float _y)",
"argsT": [
{
"name": "_x",
"type": "float"
},
{
"name": "_y",
"type": "float"
}
],
"argsoriginal": "(float _x,float _y)",
"call_args": "(_x,_y)",
"cimguiname": "ImVec2_ImVec2",
"constructor": true,
"defaults": {},
"funcname": "ImVec2",
"location": "imgui:263",
"ov_cimguiname": "ImVec2_ImVec2Float",
"signature": "(float,float)",
"stname": "ImVec2"
}
],
"ImVec2_destroy": [
{
"args": "(ImVec2* self)",
"argsT": [
{
"name": "self",
"type": "ImVec2*"
}
],
"call_args": "(self)",
"cimguiname": "ImVec2_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImVec2_destroy",
"ret": "void",
"signature": "(ImVec2*)",
"stname": "ImVec2"
}
],
"ImVec4_ImVec4": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVec4_ImVec4",
"constructor": true,
"defaults": {},
"funcname": "ImVec4",
"location": "imgui:275",
"ov_cimguiname": "ImVec4_ImVec4Nil",
"signature": "()",
"stname": "ImVec4"
},
{
"args": "(float _x,float _y,float _z,float _w)",
"argsT": [
{
"name": "_x",
"type": "float"
},
{
"name": "_y",
"type": "float"
},
{
"name": "_z",
"type": "float"
},
{
"name": "_w",
"type": "float"
}
],
"argsoriginal": "(float _x,float _y,float _z,float _w)",
"call_args": "(_x,_y,_z,_w)",
"cimguiname": "ImVec4_ImVec4",
"constructor": true,
"defaults": {},
"funcname": "ImVec4",
"location": "imgui:276",
"ov_cimguiname": "ImVec4_ImVec4Float",
"signature": "(float,float,float,float)",
"stname": "ImVec4"
}
],
"ImVec4_destroy": [
{
"args": "(ImVec4* self)",
"argsT": [
{
"name": "self",
"type": "ImVec4*"
}
],
"call_args": "(self)",
"cimguiname": "ImVec4_destroy",
"defaults": {},
"destructor": true,
"ov_cimguiname": "ImVec4_destroy",
"ret": "void",
"signature": "(ImVec4*)",
"stname": "ImVec4"
}
],
"ImVector_ImVector": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_ImVector",
"constructor": true,
"defaults": {},
"funcname": "ImVector",
"location": "imgui:1707",
"ov_cimguiname": "ImVector_ImVectorNil",
"signature": "()",
"stname": "ImVector",
"templated": true
},
{
"args": "(const ImVector src)",
"argsT": [
{
"name": "src",
"type": "const ImVector"
}
],
"argsoriginal": "(const ImVector<T>& src)",
"call_args": "(src)",
"cimguiname": "ImVector_ImVector",
"constructor": true,
"defaults": {},
"funcname": "ImVector",
"location": "imgui:1708",
"ov_cimguiname": "ImVector_ImVectorVector",
"signature": "(const ImVector)",
"stname": "ImVector",
"templated": true
}
],
"ImVector__grow_capacity": [
{
"args": "(ImVector* self,int sz)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "sz",
"type": "int"
}
],
"argsoriginal": "(int sz)",
"call_args": "(sz)",
"cimguiname": "ImVector__grow_capacity",
"defaults": {},
"funcname": "_grow_capacity",
"location": "imgui:1734",
"ov_cimguiname": "ImVector__grow_capacity",
"ret": "int",
"signature": "(int)const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_back": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_back",
"defaults": {},
"funcname": "back",
"location": "imgui:1730",
"ov_cimguiname": "ImVector_backNil",
"ret": "T*",
"retref": "&",
"signature": "()",
"stname": "ImVector",
"templated": true
},
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_back",
"defaults": {},
"funcname": "back",
"location": "imgui:1731",
"ov_cimguiname": "ImVector_back_const",
"ret": "const T*",
"retref": "&",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_begin": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_begin",
"defaults": {},
"funcname": "begin",
"location": "imgui:1724",
"ov_cimguiname": "ImVector_beginNil",
"ret": "T*",
"signature": "()",
"stname": "ImVector",
"templated": true
},
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_begin",
"defaults": {},
"funcname": "begin",
"location": "imgui:1725",
"ov_cimguiname": "ImVector_begin_const",
"ret": "const T*",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_capacity": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_capacity",
"defaults": {},
"funcname": "capacity",
"location": "imgui:1720",
"ov_cimguiname": "ImVector_capacity",
"ret": "int",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_clear": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_clear",
"defaults": {},
"funcname": "clear",
"location": "imgui:1712",
"ov_cimguiname": "ImVector_clear",
"ret": "void",
"signature": "()",
"stname": "ImVector",
"templated": true
}
],
"ImVector_clear_delete": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_clear_delete",
"defaults": {},
"funcname": "clear_delete",
"location": "imgui:1713",
"ov_cimguiname": "ImVector_clear_delete",
"ret": "void",
"signature": "()",
"stname": "ImVector",
"templated": true
}
],
"ImVector_clear_destruct": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_clear_destruct",
"defaults": {},
"funcname": "clear_destruct",
"location": "imgui:1714",
"ov_cimguiname": "ImVector_clear_destruct",
"ret": "void",
"signature": "()",
"stname": "ImVector",
"templated": true
}
],
"ImVector_contains": [
{
"args": "(ImVector* self,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T& v)",
"call_args": "(v)",
"cimguiname": "ImVector_contains",
"defaults": {},
"funcname": "contains",
"location": "imgui:1748",
"ov_cimguiname": "ImVector_contains",
"ret": "bool",
"signature": "(const T)const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_destroy": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"call_args": "(self)",
"cimguiname": "ImVector_destroy",
"defaults": {},
"destructor": true,
"location": "imgui:1710",
"ov_cimguiname": "ImVector_destroy",
"realdestructor": true,
"ret": "void",
"signature": "(ImVector*)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_empty": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_empty",
"defaults": {},
"funcname": "empty",
"location": "imgui:1716",
"ov_cimguiname": "ImVector_empty",
"ret": "bool",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_end": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_end",
"defaults": {},
"funcname": "end",
"location": "imgui:1726",
"ov_cimguiname": "ImVector_endNil",
"ret": "T*",
"signature": "()",
"stname": "ImVector",
"templated": true
},
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_end",
"defaults": {},
"funcname": "end",
"location": "imgui:1727",
"ov_cimguiname": "ImVector_end_const",
"ret": "const T*",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_erase": [
{
"args": "(ImVector* self,const T* it)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "it",
"type": "const T*"
}
],
"argsoriginal": "(const T* it)",
"call_args": "(it)",
"cimguiname": "ImVector_erase",
"defaults": {},
"funcname": "erase",
"location": "imgui:1744",
"ov_cimguiname": "ImVector_eraseNil",
"ret": "T*",
"signature": "(const T*)",
"stname": "ImVector",
"templated": true
},
{
"args": "(ImVector* self,const T* it,const T* it_last)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "it",
"type": "const T*"
},
{
"name": "it_last",
"type": "const T*"
}
],
"argsoriginal": "(const T* it,const T* it_last)",
"call_args": "(it,it_last)",
"cimguiname": "ImVector_erase",
"defaults": {},
"funcname": "erase",
"location": "imgui:1745",
"ov_cimguiname": "ImVector_eraseTPtr",
"ret": "T*",
"signature": "(const T*,const T*)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_erase_unsorted": [
{
"args": "(ImVector* self,const T* it)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "it",
"type": "const T*"
}
],
"argsoriginal": "(const T* it)",
"call_args": "(it)",
"cimguiname": "ImVector_erase_unsorted",
"defaults": {},
"funcname": "erase_unsorted",
"location": "imgui:1746",
"ov_cimguiname": "ImVector_erase_unsorted",
"ret": "T*",
"signature": "(const T*)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_find": [
{
"args": "(ImVector* self,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T& v)",
"call_args": "(v)",
"cimguiname": "ImVector_find",
"defaults": {},
"funcname": "find",
"location": "imgui:1749",
"ov_cimguiname": "ImVector_findNil",
"ret": "T*",
"signature": "(const T)",
"stname": "ImVector",
"templated": true
},
{
"args": "(ImVector* self,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T& v)",
"call_args": "(v)",
"cimguiname": "ImVector_find",
"defaults": {},
"funcname": "find",
"location": "imgui:1750",
"ov_cimguiname": "ImVector_find_const",
"ret": "const T*",
"signature": "(const T)const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_find_erase": [
{
"args": "(ImVector* self,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T& v)",
"call_args": "(v)",
"cimguiname": "ImVector_find_erase",
"defaults": {},
"funcname": "find_erase",
"location": "imgui:1751",
"ov_cimguiname": "ImVector_find_erase",
"ret": "bool",
"signature": "(const T)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_find_erase_unsorted": [
{
"args": "(ImVector* self,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T& v)",
"call_args": "(v)",
"cimguiname": "ImVector_find_erase_unsorted",
"defaults": {},
"funcname": "find_erase_unsorted",
"location": "imgui:1752",
"ov_cimguiname": "ImVector_find_erase_unsorted",
"ret": "bool",
"signature": "(const T)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_front": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_front",
"defaults": {},
"funcname": "front",
"location": "imgui:1728",
"ov_cimguiname": "ImVector_frontNil",
"ret": "T*",
"retref": "&",
"signature": "()",
"stname": "ImVector",
"templated": true
},
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_front",
"defaults": {},
"funcname": "front",
"location": "imgui:1729",
"ov_cimguiname": "ImVector_front_const",
"ret": "const T*",
"retref": "&",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_index_from_ptr": [
{
"args": "(ImVector* self,const T* it)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "it",
"type": "const T*"
}
],
"argsoriginal": "(const T* it)",
"call_args": "(it)",
"cimguiname": "ImVector_index_from_ptr",
"defaults": {},
"funcname": "index_from_ptr",
"location": "imgui:1753",
"ov_cimguiname": "ImVector_index_from_ptr",
"ret": "int",
"signature": "(const T*)const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_insert": [
{
"args": "(ImVector* self,const T* it,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "it",
"type": "const T*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T* it,const T& v)",
"call_args": "(it,v)",
"cimguiname": "ImVector_insert",
"defaults": {},
"funcname": "insert",
"location": "imgui:1747",
"ov_cimguiname": "ImVector_insert",
"ret": "T*",
"signature": "(const T*,const T)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_max_size": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_max_size",
"defaults": {},
"funcname": "max_size",
"location": "imgui:1719",
"ov_cimguiname": "ImVector_max_size",
"ret": "int",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_pop_back": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_pop_back",
"defaults": {},
"funcname": "pop_back",
"location": "imgui:1742",
"ov_cimguiname": "ImVector_pop_back",
"ret": "void",
"signature": "()",
"stname": "ImVector",
"templated": true
}
],
"ImVector_push_back": [
{
"args": "(ImVector* self,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T& v)",
"call_args": "(v)",
"cimguiname": "ImVector_push_back",
"defaults": {},
"funcname": "push_back",
"location": "imgui:1741",
"ov_cimguiname": "ImVector_push_back",
"ret": "void",
"signature": "(const T)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_push_front": [
{
"args": "(ImVector* self,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(const T& v)",
"call_args": "(v)",
"cimguiname": "ImVector_push_front",
"defaults": {},
"funcname": "push_front",
"location": "imgui:1743",
"ov_cimguiname": "ImVector_push_front",
"ret": "void",
"signature": "(const T)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_reserve": [
{
"args": "(ImVector* self,int new_capacity)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "new_capacity",
"type": "int"
}
],
"argsoriginal": "(int new_capacity)",
"call_args": "(new_capacity)",
"cimguiname": "ImVector_reserve",
"defaults": {},
"funcname": "reserve",
"location": "imgui:1738",
"ov_cimguiname": "ImVector_reserve",
"ret": "void",
"signature": "(int)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_resize": [
{
"args": "(ImVector* self,int new_size)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "new_size",
"type": "int"
}
],
"argsoriginal": "(int new_size)",
"call_args": "(new_size)",
"cimguiname": "ImVector_resize",
"defaults": {},
"funcname": "resize",
"location": "imgui:1735",
"ov_cimguiname": "ImVector_resizeNil",
"ret": "void",
"signature": "(int)",
"stname": "ImVector",
"templated": true
},
{
"args": "(ImVector* self,int new_size,const T v)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "new_size",
"type": "int"
},
{
"name": "v",
"type": "const T"
}
],
"argsoriginal": "(int new_size,const T& v)",
"call_args": "(new_size,v)",
"cimguiname": "ImVector_resize",
"defaults": {},
"funcname": "resize",
"location": "imgui:1736",
"ov_cimguiname": "ImVector_resizeT",
"ret": "void",
"signature": "(int,const T)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_shrink": [
{
"args": "(ImVector* self,int new_size)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "new_size",
"type": "int"
}
],
"argsoriginal": "(int new_size)",
"call_args": "(new_size)",
"cimguiname": "ImVector_shrink",
"defaults": {},
"funcname": "shrink",
"location": "imgui:1737",
"ov_cimguiname": "ImVector_shrink",
"ret": "void",
"signature": "(int)",
"stname": "ImVector",
"templated": true
}
],
"ImVector_size": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_size",
"defaults": {},
"funcname": "size",
"location": "imgui:1717",
"ov_cimguiname": "ImVector_size",
"ret": "int",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_size_in_bytes": [
{
"args": "(ImVector* self)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImVector_size_in_bytes",
"defaults": {},
"funcname": "size_in_bytes",
"location": "imgui:1718",
"ov_cimguiname": "ImVector_size_in_bytes",
"ret": "int",
"signature": "()const",
"stname": "ImVector",
"templated": true
}
],
"ImVector_swap": [
{
"args": "(ImVector* self,ImVector* rhs)",
"argsT": [
{
"name": "self",
"type": "ImVector*"
},
{
"name": "rhs",
"reftoptr": true,
"type": "ImVector*"
}
],
"argsoriginal": "(ImVector<T>& rhs)",
"call_args": "(*rhs)",
"cimguiname": "ImVector_swap",
"defaults": {},
"funcname": "swap",
"location": "imgui:1732",
"ov_cimguiname": "ImVector_swap",
"ret": "void",
"signature": "(ImVector*)",
"stname": "ImVector",
"templated": true
}
],
"igAcceptDragDropPayload": [
{
"args": "(const char* type,ImGuiDragDropFlags flags)",
"argsT": [
{
"name": "type",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiDragDropFlags"
}
],
"argsoriginal": "(const char* type,ImGuiDragDropFlags flags=0)",
"call_args": "(type,flags)",
"cimguiname": "igAcceptDragDropPayload",
"defaults": {
"flags": "0"
},
"funcname": "AcceptDragDropPayload",
"location": "imgui:813",
"namespace": "ImGui",
"ov_cimguiname": "igAcceptDragDropPayload",
"ret": "const ImGuiPayload*",
"signature": "(const char*,ImGuiDragDropFlags)",
"stname": ""
}
],
"igAlignTextToFramePadding": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igAlignTextToFramePadding",
"defaults": {},
"funcname": "AlignTextToFramePadding",
"location": "imgui:458",
"namespace": "ImGui",
"ov_cimguiname": "igAlignTextToFramePadding",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igArrowButton": [
{
"args": "(const char* str_id,ImGuiDir dir)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "dir",
"type": "ImGuiDir"
}
],
"argsoriginal": "(const char* str_id,ImGuiDir dir)",
"call_args": "(str_id,dir)",
"cimguiname": "igArrowButton",
"defaults": {},
"funcname": "ArrowButton",
"location": "imgui:505",
"namespace": "ImGui",
"ov_cimguiname": "igArrowButton",
"ret": "bool",
"signature": "(const char*,ImGuiDir)",
"stname": ""
}
],
"igBegin": [
{
"args": "(const char* name,bool* p_open,ImGuiWindowFlags flags)",
"argsT": [
{
"name": "name",
"type": "const char*"
},
{
"name": "p_open",
"type": "bool*"
},
{
"name": "flags",
"type": "ImGuiWindowFlags"
}
],
"argsoriginal": "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)",
"call_args": "(name,p_open,flags)",
"cimguiname": "igBegin",
"defaults": {
"flags": "0",
"p_open": "NULL"
},
"funcname": "Begin",
"location": "imgui:335",
"namespace": "ImGui",
"ov_cimguiname": "igBegin",
"ret": "bool",
"signature": "(const char*,bool*,ImGuiWindowFlags)",
"stname": ""
}
],
"igBeginChild": [
{
"args": "(const char* str_id,const ImVec2 size,bool border,ImGuiWindowFlags flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "border",
"type": "bool"
},
{
"name": "flags",
"type": "ImGuiWindowFlags"
}
],
"argsoriginal": "(const char* str_id,const ImVec2& size=ImVec2(0,0),bool border=false,ImGuiWindowFlags flags=0)",
"call_args": "(str_id,size,border,flags)",
"cimguiname": "igBeginChild",
"defaults": {
"border": "false",
"flags": "0",
"size": "ImVec2(0,0)"
},
"funcname": "BeginChild",
"location": "imgui:346",
"namespace": "ImGui",
"ov_cimguiname": "igBeginChildStr",
"ret": "bool",
"signature": "(const char*,const ImVec2,bool,ImGuiWindowFlags)",
"stname": ""
},
{
"args": "(ImGuiID id,const ImVec2 size,bool border,ImGuiWindowFlags flags)",
"argsT": [
{
"name": "id",
"type": "ImGuiID"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "border",
"type": "bool"
},
{
"name": "flags",
"type": "ImGuiWindowFlags"
}
],
"argsoriginal": "(ImGuiID id,const ImVec2& size=ImVec2(0,0),bool border=false,ImGuiWindowFlags flags=0)",
"call_args": "(id,size,border,flags)",
"cimguiname": "igBeginChild",
"defaults": {
"border": "false",
"flags": "0",
"size": "ImVec2(0,0)"
},
"funcname": "BeginChild",
"location": "imgui:347",
"namespace": "ImGui",
"ov_cimguiname": "igBeginChildID",
"ret": "bool",
"signature": "(ImGuiID,const ImVec2,bool,ImGuiWindowFlags)",
"stname": ""
}
],
"igBeginChildFrame": [
{
"args": "(ImGuiID id,const ImVec2 size,ImGuiWindowFlags flags)",
"argsT": [
{
"name": "id",
"type": "ImGuiID"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "flags",
"type": "ImGuiWindowFlags"
}
],
"argsoriginal": "(ImGuiID id,const ImVec2& size,ImGuiWindowFlags flags=0)",
"call_args": "(id,size,flags)",
"cimguiname": "igBeginChildFrame",
"defaults": {
"flags": "0"
},
"funcname": "BeginChildFrame",
"location": "imgui:872",
"namespace": "ImGui",
"ov_cimguiname": "igBeginChildFrame",
"ret": "bool",
"signature": "(ImGuiID,const ImVec2,ImGuiWindowFlags)",
"stname": ""
}
],
"igBeginCombo": [
{
"args": "(const char* label,const char* preview_value,ImGuiComboFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "preview_value",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiComboFlags"
}
],
"argsoriginal": "(const char* label,const char* preview_value,ImGuiComboFlags flags=0)",
"call_args": "(label,preview_value,flags)",
"cimguiname": "igBeginCombo",
"defaults": {
"flags": "0"
},
"funcname": "BeginCombo",
"location": "imgui:519",
"namespace": "ImGui",
"ov_cimguiname": "igBeginCombo",
"ret": "bool",
"signature": "(const char*,const char*,ImGuiComboFlags)",
"stname": ""
}
],
"igBeginDisabled": [
{
"args": "(bool disabled)",
"argsT": [
{
"name": "disabled",
"type": "bool"
}
],
"argsoriginal": "(bool disabled=true)",
"call_args": "(disabled)",
"cimguiname": "igBeginDisabled",
"defaults": {
"disabled": "true"
},
"funcname": "BeginDisabled",
"location": "imgui:821",
"namespace": "ImGui",
"ov_cimguiname": "igBeginDisabled",
"ret": "void",
"signature": "(bool)",
"stname": ""
}
],
"igBeginDragDropSource": [
{
"args": "(ImGuiDragDropFlags flags)",
"argsT": [
{
"name": "flags",
"type": "ImGuiDragDropFlags"
}
],
"argsoriginal": "(ImGuiDragDropFlags flags=0)",
"call_args": "(flags)",
"cimguiname": "igBeginDragDropSource",
"defaults": {
"flags": "0"
},
"funcname": "BeginDragDropSource",
"location": "imgui:809",
"namespace": "ImGui",
"ov_cimguiname": "igBeginDragDropSource",
"ret": "bool",
"signature": "(ImGuiDragDropFlags)",
"stname": ""
}
],
"igBeginDragDropTarget": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igBeginDragDropTarget",
"defaults": {},
"funcname": "BeginDragDropTarget",
"location": "imgui:812",
"namespace": "ImGui",
"ov_cimguiname": "igBeginDragDropTarget",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igBeginGroup": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igBeginGroup",
"defaults": {},
"funcname": "BeginGroup",
"location": "imgui:447",
"namespace": "ImGui",
"ov_cimguiname": "igBeginGroup",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igBeginListBox": [
{
"args": "(const char* label,const ImVec2 size)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
}
],
"argsoriginal": "(const char* label,const ImVec2& size=ImVec2(0,0))",
"call_args": "(label,size)",
"cimguiname": "igBeginListBox",
"defaults": {
"size": "ImVec2(0,0)"
},
"funcname": "BeginListBox",
"location": "imgui:630",
"namespace": "ImGui",
"ov_cimguiname": "igBeginListBox",
"ret": "bool",
"signature": "(const char*,const ImVec2)",
"stname": ""
}
],
"igBeginMainMenuBar": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igBeginMainMenuBar",
"defaults": {},
"funcname": "BeginMainMenuBar",
"location": "imgui:656",
"namespace": "ImGui",
"ov_cimguiname": "igBeginMainMenuBar",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igBeginMenu": [
{
"args": "(const char* label,bool enabled)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "enabled",
"type": "bool"
}
],
"argsoriginal": "(const char* label,bool enabled=true)",
"call_args": "(label,enabled)",
"cimguiname": "igBeginMenu",
"defaults": {
"enabled": "true"
},
"funcname": "BeginMenu",
"location": "imgui:658",
"namespace": "ImGui",
"ov_cimguiname": "igBeginMenu",
"ret": "bool",
"signature": "(const char*,bool)",
"stname": ""
}
],
"igBeginMenuBar": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igBeginMenuBar",
"defaults": {},
"funcname": "BeginMenuBar",
"location": "imgui:654",
"namespace": "ImGui",
"ov_cimguiname": "igBeginMenuBar",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igBeginPopup": [
{
"args": "(const char* str_id,ImGuiWindowFlags flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiWindowFlags"
}
],
"argsoriginal": "(const char* str_id,ImGuiWindowFlags flags=0)",
"call_args": "(str_id,flags)",
"cimguiname": "igBeginPopup",
"defaults": {
"flags": "0"
},
"funcname": "BeginPopup",
"location": "imgui:682",
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopup",
"ret": "bool",
"signature": "(const char*,ImGuiWindowFlags)",
"stname": ""
}
],
"igBeginPopupContextItem": [
{
"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": "igBeginPopupContextItem",
"defaults": {
"popup_flags": "1",
"str_id": "NULL"
},
"funcname": "BeginPopupContextItem",
"location": "imgui:703",
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopupContextItem",
"ret": "bool",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igBeginPopupContextVoid": [
{
"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": "igBeginPopupContextVoid",
"defaults": {
"popup_flags": "1",
"str_id": "NULL"
},
"funcname": "BeginPopupContextVoid",
"location": "imgui:705",
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopupContextVoid",
"ret": "bool",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igBeginPopupContextWindow": [
{
"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": "igBeginPopupContextWindow",
"defaults": {
"popup_flags": "1",
"str_id": "NULL"
},
"funcname": "BeginPopupContextWindow",
"location": "imgui:704",
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopupContextWindow",
"ret": "bool",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igBeginPopupModal": [
{
"args": "(const char* name,bool* p_open,ImGuiWindowFlags flags)",
"argsT": [
{
"name": "name",
"type": "const char*"
},
{
"name": "p_open",
"type": "bool*"
},
{
"name": "flags",
"type": "ImGuiWindowFlags"
}
],
"argsoriginal": "(const char* name,bool* p_open=((void*)0),ImGuiWindowFlags flags=0)",
"call_args": "(name,p_open,flags)",
"cimguiname": "igBeginPopupModal",
"defaults": {
"flags": "0",
"p_open": "NULL"
},
"funcname": "BeginPopupModal",
"location": "imgui:683",
"namespace": "ImGui",
"ov_cimguiname": "igBeginPopupModal",
"ret": "bool",
"signature": "(const char*,bool*,ImGuiWindowFlags)",
"stname": ""
}
],
"igBeginTabBar": [
{
"args": "(const char* str_id,ImGuiTabBarFlags flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiTabBarFlags"
}
],
"argsoriginal": "(const char* str_id,ImGuiTabBarFlags flags=0)",
"call_args": "(str_id,flags)",
"cimguiname": "igBeginTabBar",
"defaults": {
"flags": "0"
},
"funcname": "BeginTabBar",
"location": "imgui:787",
"namespace": "ImGui",
"ov_cimguiname": "igBeginTabBar",
"ret": "bool",
"signature": "(const char*,ImGuiTabBarFlags)",
"stname": ""
}
],
"igBeginTabItem": [
{
"args": "(const char* label,bool* p_open,ImGuiTabItemFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "p_open",
"type": "bool*"
},
{
"name": "flags",
"type": "ImGuiTabItemFlags"
}
],
"argsoriginal": "(const char* label,bool* p_open=((void*)0),ImGuiTabItemFlags flags=0)",
"call_args": "(label,p_open,flags)",
"cimguiname": "igBeginTabItem",
"defaults": {
"flags": "0",
"p_open": "NULL"
},
"funcname": "BeginTabItem",
"location": "imgui:789",
"namespace": "ImGui",
"ov_cimguiname": "igBeginTabItem",
"ret": "bool",
"signature": "(const char*,bool*,ImGuiTabItemFlags)",
"stname": ""
}
],
"igBeginTable": [
{
"args": "(const char* str_id,int column,ImGuiTableFlags flags,const ImVec2 outer_size,float inner_width)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "column",
"type": "int"
},
{
"name": "flags",
"type": "ImGuiTableFlags"
},
{
"name": "outer_size",
"type": "const ImVec2"
},
{
"name": "inner_width",
"type": "float"
}
],
"argsoriginal": "(const char* str_id,int column,ImGuiTableFlags flags=0,const ImVec2& outer_size=ImVec2(0.0f,0.0f),float inner_width=0.0f)",
"call_args": "(str_id,column,flags,outer_size,inner_width)",
"cimguiname": "igBeginTable",
"defaults": {
"flags": "0",
"inner_width": "0.0f",
"outer_size": "ImVec2(0.0f,0.0f)"
},
"funcname": "BeginTable",
"location": "imgui:738",
"namespace": "ImGui",
"ov_cimguiname": "igBeginTable",
"ret": "bool",
"signature": "(const char*,int,ImGuiTableFlags,const ImVec2,float)",
"stname": ""
}
],
"igBeginTooltip": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igBeginTooltip",
"defaults": {},
"funcname": "BeginTooltip",
"location": "imgui:665",
"namespace": "ImGui",
"ov_cimguiname": "igBeginTooltip",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igBullet": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igBullet",
"defaults": {},
"funcname": "Bullet",
"location": "imgui:514",
"namespace": "ImGui",
"ov_cimguiname": "igBullet",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igBulletText": [
{
"args": "(const char* fmt,...)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* fmt,...)",
"call_args": "(fmt,...)",
"cimguiname": "igBulletText",
"defaults": {},
"funcname": "BulletText",
"isvararg": "...)",
"location": "imgui:496",
"namespace": "ImGui",
"ov_cimguiname": "igBulletText",
"ret": "void",
"signature": "(const char*,...)",
"stname": ""
}
],
"igBulletTextV": [
{
"args": "(const char* fmt,va_list args)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* fmt,va_list args)",
"call_args": "(fmt,args)",
"cimguiname": "igBulletTextV",
"defaults": {},
"funcname": "BulletTextV",
"location": "imgui:497",
"namespace": "ImGui",
"ov_cimguiname": "igBulletTextV",
"ret": "void",
"signature": "(const char*,va_list)",
"stname": ""
}
],
"igButton": [
{
"args": "(const char* label,const ImVec2 size)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
}
],
"argsoriginal": "(const char* label,const ImVec2& size=ImVec2(0,0))",
"call_args": "(label,size)",
"cimguiname": "igButton",
"defaults": {
"size": "ImVec2(0,0)"
},
"funcname": "Button",
"location": "imgui:502",
"namespace": "ImGui",
"ov_cimguiname": "igButton",
"ret": "bool",
"signature": "(const char*,const ImVec2)",
"stname": ""
}
],
"igCalcItemWidth": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igCalcItemWidth",
"defaults": {},
"funcname": "CalcItemWidth",
"location": "imgui:419",
"namespace": "ImGui",
"ov_cimguiname": "igCalcItemWidth",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igCalcTextSize": [
{
"args": "(ImVec2 *pOut,const char* text,const char* text_end,bool hide_text_after_double_hash,float wrap_width)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
},
{
"name": "text",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
},
{
"name": "hide_text_after_double_hash",
"type": "bool"
},
{
"name": "wrap_width",
"type": "float"
}
],
"argsoriginal": "(const char* text,const char* text_end=((void*)0),bool hide_text_after_double_hash=false,float wrap_width=-1.0f)",
"call_args": "(text,text_end,hide_text_after_double_hash,wrap_width)",
"cimguiname": "igCalcTextSize",
"defaults": {
"hide_text_after_double_hash": "false",
"text_end": "NULL",
"wrap_width": "-1.0f"
},
"funcname": "CalcTextSize",
"location": "imgui:876",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igCalcTextSize",
"ret": "void",
"signature": "(const char*,const char*,bool,float)",
"stname": ""
}
],
"igCaptureKeyboardFromApp": [
{
"args": "(bool want_capture_keyboard_value)",
"argsT": [
{
"name": "want_capture_keyboard_value",
"type": "bool"
}
],
"argsoriginal": "(bool want_capture_keyboard_value=true)",
"call_args": "(want_capture_keyboard_value)",
"cimguiname": "igCaptureKeyboardFromApp",
"defaults": {
"want_capture_keyboard_value": "true"
},
"funcname": "CaptureKeyboardFromApp",
"location": "imgui:892",
"namespace": "ImGui",
"ov_cimguiname": "igCaptureKeyboardFromApp",
"ret": "void",
"signature": "(bool)",
"stname": ""
}
],
"igCaptureMouseFromApp": [
{
"args": "(bool want_capture_mouse_value)",
"argsT": [
{
"name": "want_capture_mouse_value",
"type": "bool"
}
],
"argsoriginal": "(bool want_capture_mouse_value=true)",
"call_args": "(want_capture_mouse_value)",
"cimguiname": "igCaptureMouseFromApp",
"defaults": {
"want_capture_mouse_value": "true"
},
"funcname": "CaptureMouseFromApp",
"location": "imgui:913",
"namespace": "ImGui",
"ov_cimguiname": "igCaptureMouseFromApp",
"ret": "void",
"signature": "(bool)",
"stname": ""
}
],
"igCheckbox": [
{
"args": "(const char* label,bool* v)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "bool*"
}
],
"argsoriginal": "(const char* label,bool* v)",
"call_args": "(label,v)",
"cimguiname": "igCheckbox",
"defaults": {},
"funcname": "Checkbox",
"location": "imgui:508",
"namespace": "ImGui",
"ov_cimguiname": "igCheckbox",
"ret": "bool",
"signature": "(const char*,bool*)",
"stname": ""
}
],
"igCheckboxFlags": [
{
"args": "(const char* label,int* flags,int flags_value)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "flags",
"type": "int*"
},
{
"name": "flags_value",
"type": "int"
}
],
"argsoriginal": "(const char* label,int* flags,int flags_value)",
"call_args": "(label,flags,flags_value)",
"cimguiname": "igCheckboxFlags",
"defaults": {},
"funcname": "CheckboxFlags",
"location": "imgui:509",
"namespace": "ImGui",
"ov_cimguiname": "igCheckboxFlagsIntPtr",
"ret": "bool",
"signature": "(const char*,int*,int)",
"stname": ""
},
{
"args": "(const char* label,unsigned int* flags,unsigned int flags_value)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "flags",
"type": "unsigned int*"
},
{
"name": "flags_value",
"type": "unsigned int"
}
],
"argsoriginal": "(const char* label,unsigned int* flags,unsigned int flags_value)",
"call_args": "(label,flags,flags_value)",
"cimguiname": "igCheckboxFlags",
"defaults": {},
"funcname": "CheckboxFlags",
"location": "imgui:510",
"namespace": "ImGui",
"ov_cimguiname": "igCheckboxFlagsUintPtr",
"ret": "bool",
"signature": "(const char*,unsigned int*,unsigned int)",
"stname": ""
}
],
"igCloseCurrentPopup": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igCloseCurrentPopup",
"defaults": {},
"funcname": "CloseCurrentPopup",
"location": "imgui:696",
"namespace": "ImGui",
"ov_cimguiname": "igCloseCurrentPopup",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igCollapsingHeader": [
{
"args": "(const char* label,ImGuiTreeNodeFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiTreeNodeFlags"
}
],
"argsoriginal": "(const char* label,ImGuiTreeNodeFlags flags=0)",
"call_args": "(label,flags)",
"cimguiname": "igCollapsingHeader",
"defaults": {
"flags": "0"
},
"funcname": "CollapsingHeader",
"location": "imgui:614",
"namespace": "ImGui",
"ov_cimguiname": "igCollapsingHeaderTreeNodeFlags",
"ret": "bool",
"signature": "(const char*,ImGuiTreeNodeFlags)",
"stname": ""
},
{
"args": "(const char* label,bool* p_visible,ImGuiTreeNodeFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "p_visible",
"type": "bool*"
},
{
"name": "flags",
"type": "ImGuiTreeNodeFlags"
}
],
"argsoriginal": "(const char* label,bool* p_visible,ImGuiTreeNodeFlags flags=0)",
"call_args": "(label,p_visible,flags)",
"cimguiname": "igCollapsingHeader",
"defaults": {
"flags": "0"
},
"funcname": "CollapsingHeader",
"location": "imgui:615",
"namespace": "ImGui",
"ov_cimguiname": "igCollapsingHeaderBoolPtr",
"ret": "bool",
"signature": "(const char*,bool*,ImGuiTreeNodeFlags)",
"stname": ""
}
],
"igColorButton": [
{
"args": "(const char* desc_id,const ImVec4 col,ImGuiColorEditFlags flags,ImVec2 size)",
"argsT": [
{
"name": "desc_id",
"type": "const char*"
},
{
"name": "col",
"type": "const ImVec4"
},
{
"name": "flags",
"type": "ImGuiColorEditFlags"
},
{
"name": "size",
"type": "ImVec2"
}
],
"argsoriginal": "(const char* desc_id,const ImVec4& col,ImGuiColorEditFlags flags=0,ImVec2 size=ImVec2(0,0))",
"call_args": "(desc_id,col,flags,size)",
"cimguiname": "igColorButton",
"defaults": {
"flags": "0",
"size": "ImVec2(0,0)"
},
"funcname": "ColorButton",
"location": "imgui:595",
"namespace": "ImGui",
"ov_cimguiname": "igColorButton",
"ret": "bool",
"signature": "(const char*,const ImVec4,ImGuiColorEditFlags,ImVec2)",
"stname": ""
}
],
"igColorConvertFloat4ToU32": [
{
"args": "(const ImVec4 in)",
"argsT": [
{
"name": "in",
"type": "const ImVec4"
}
],
"argsoriginal": "(const ImVec4& in)",
"call_args": "(in)",
"cimguiname": "igColorConvertFloat4ToU32",
"defaults": {},
"funcname": "ColorConvertFloat4ToU32",
"location": "imgui:880",
"namespace": "ImGui",
"ov_cimguiname": "igColorConvertFloat4ToU32",
"ret": "ImU32",
"signature": "(const ImVec4)",
"stname": ""
}
],
"igColorConvertHSVtoRGB": [
{
"args": "(float h,float s,float v,float* out_r,float* out_g,float* out_b)",
"argsT": [
{
"name": "h",
"type": "float"
},
{
"name": "s",
"type": "float"
},
{
"name": "v",
"type": "float"
},
{
"name": "out_r",
"reftoptr": true,
"type": "float*"
},
{
"name": "out_g",
"reftoptr": true,
"type": "float*"
},
{
"name": "out_b",
"reftoptr": true,
"type": "float*"
}
],
"argsoriginal": "(float h,float s,float v,float& out_r,float& out_g,float& out_b)",
"call_args": "(h,s,v,*out_r,*out_g,*out_b)",
"cimguiname": "igColorConvertHSVtoRGB",
"defaults": {},
"funcname": "ColorConvertHSVtoRGB",
"location": "imgui:882",
"namespace": "ImGui",
"ov_cimguiname": "igColorConvertHSVtoRGB",
"ret": "void",
"signature": "(float,float,float,float*,float*,float*)",
"stname": ""
}
],
"igColorConvertRGBtoHSV": [
{
"args": "(float r,float g,float b,float* out_h,float* out_s,float* out_v)",
"argsT": [
{
"name": "r",
"type": "float"
},
{
"name": "g",
"type": "float"
},
{
"name": "b",
"type": "float"
},
{
"name": "out_h",
"reftoptr": true,
"type": "float*"
},
{
"name": "out_s",
"reftoptr": true,
"type": "float*"
},
{
"name": "out_v",
"reftoptr": true,
"type": "float*"
}
],
"argsoriginal": "(float r,float g,float b,float& out_h,float& out_s,float& out_v)",
"call_args": "(r,g,b,*out_h,*out_s,*out_v)",
"cimguiname": "igColorConvertRGBtoHSV",
"defaults": {},
"funcname": "ColorConvertRGBtoHSV",
"location": "imgui:881",
"namespace": "ImGui",
"ov_cimguiname": "igColorConvertRGBtoHSV",
"ret": "void",
"signature": "(float,float,float,float*,float*,float*)",
"stname": ""
}
],
"igColorConvertU32ToFloat4": [
{
"args": "(ImVec4 *pOut,ImU32 in)",
"argsT": [
{
"name": "pOut",
"type": "ImVec4*"
},
{
"name": "in",
"type": "ImU32"
}
],
"argsoriginal": "(ImU32 in)",
"call_args": "(in)",
"cimguiname": "igColorConvertU32ToFloat4",
"defaults": {},
"funcname": "ColorConvertU32ToFloat4",
"location": "imgui:879",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igColorConvertU32ToFloat4",
"ret": "void",
"signature": "(ImU32)",
"stname": ""
}
],
"igColorEdit3": [
{
"args": "(const char* label,float col[3],ImGuiColorEditFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "col",
"type": "float[3]"
},
{
"name": "flags",
"type": "ImGuiColorEditFlags"
}
],
"argsoriginal": "(const char* label,float col[3],ImGuiColorEditFlags flags=0)",
"call_args": "(label,col,flags)",
"cimguiname": "igColorEdit3",
"defaults": {
"flags": "0"
},
"funcname": "ColorEdit3",
"location": "imgui:591",
"namespace": "ImGui",
"ov_cimguiname": "igColorEdit3",
"ret": "bool",
"signature": "(const char*,float[3],ImGuiColorEditFlags)",
"stname": ""
}
],
"igColorEdit4": [
{
"args": "(const char* label,float col[4],ImGuiColorEditFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "col",
"type": "float[4]"
},
{
"name": "flags",
"type": "ImGuiColorEditFlags"
}
],
"argsoriginal": "(const char* label,float col[4],ImGuiColorEditFlags flags=0)",
"call_args": "(label,col,flags)",
"cimguiname": "igColorEdit4",
"defaults": {
"flags": "0"
},
"funcname": "ColorEdit4",
"location": "imgui:592",
"namespace": "ImGui",
"ov_cimguiname": "igColorEdit4",
"ret": "bool",
"signature": "(const char*,float[4],ImGuiColorEditFlags)",
"stname": ""
}
],
"igColorPicker3": [
{
"args": "(const char* label,float col[3],ImGuiColorEditFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "col",
"type": "float[3]"
},
{
"name": "flags",
"type": "ImGuiColorEditFlags"
}
],
"argsoriginal": "(const char* label,float col[3],ImGuiColorEditFlags flags=0)",
"call_args": "(label,col,flags)",
"cimguiname": "igColorPicker3",
"defaults": {
"flags": "0"
},
"funcname": "ColorPicker3",
"location": "imgui:593",
"namespace": "ImGui",
"ov_cimguiname": "igColorPicker3",
"ret": "bool",
"signature": "(const char*,float[3],ImGuiColorEditFlags)",
"stname": ""
}
],
"igColorPicker4": [
{
"args": "(const char* label,float col[4],ImGuiColorEditFlags flags,const float* ref_col)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "col",
"type": "float[4]"
},
{
"name": "flags",
"type": "ImGuiColorEditFlags"
},
{
"name": "ref_col",
"type": "const float*"
}
],
"argsoriginal": "(const char* label,float col[4],ImGuiColorEditFlags flags=0,const float* ref_col=((void*)0))",
"call_args": "(label,col,flags,ref_col)",
"cimguiname": "igColorPicker4",
"defaults": {
"flags": "0",
"ref_col": "NULL"
},
"funcname": "ColorPicker4",
"location": "imgui:594",
"namespace": "ImGui",
"ov_cimguiname": "igColorPicker4",
"ret": "bool",
"signature": "(const char*,float[4],ImGuiColorEditFlags,const float*)",
"stname": ""
}
],
"igColumns": [
{
"args": "(int count,const char* id,bool border)",
"argsT": [
{
"name": "count",
"type": "int"
},
{
"name": "id",
"type": "const char*"
},
{
"name": "border",
"type": "bool"
}
],
"argsoriginal": "(int count=1,const char* id=((void*)0),bool border=true)",
"call_args": "(count,id,border)",
"cimguiname": "igColumns",
"defaults": {
"border": "true",
"count": "1",
"id": "NULL"
},
"funcname": "Columns",
"location": "imgui:777",
"namespace": "ImGui",
"ov_cimguiname": "igColumns",
"ret": "void",
"signature": "(int,const char*,bool)",
"stname": ""
}
],
"igCombo": [
{
"args": "(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "current_item",
"type": "int*"
},
{
"name": "items",
"type": "const char* const[]"
},
{
"name": "items_count",
"type": "int"
},
{
"name": "popup_max_height_in_items",
"type": "int"
}
],
"argsoriginal": "(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items=-1)",
"call_args": "(label,current_item,items,items_count,popup_max_height_in_items)",
"cimguiname": "igCombo",
"defaults": {
"popup_max_height_in_items": "-1"
},
"funcname": "Combo",
"location": "imgui:521",
"namespace": "ImGui",
"ov_cimguiname": "igComboStr_arr",
"ret": "bool",
"signature": "(const char*,int*,const char* const[],int,int)",
"stname": ""
},
{
"args": "(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "current_item",
"type": "int*"
},
{
"name": "items_separated_by_zeros",
"type": "const char*"
},
{
"name": "popup_max_height_in_items",
"type": "int"
}
],
"argsoriginal": "(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items=-1)",
"call_args": "(label,current_item,items_separated_by_zeros,popup_max_height_in_items)",
"cimguiname": "igCombo",
"defaults": {
"popup_max_height_in_items": "-1"
},
"funcname": "Combo",
"location": "imgui:522",
"namespace": "ImGui",
"ov_cimguiname": "igComboStr",
"ret": "bool",
"signature": "(const char*,int*,const char*,int)",
"stname": ""
},
{
"args": "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int popup_max_height_in_items)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "current_item",
"type": "int*"
},
{
"name": "items_getter",
"ret": "bool",
"signature": "(void* data,int idx,const char** out_text)",
"type": "bool(*)(void* data,int idx,const char** out_text)"
},
{
"name": "data",
"type": "void*"
},
{
"name": "items_count",
"type": "int"
},
{
"name": "popup_max_height_in_items",
"type": "int"
}
],
"argsoriginal": "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int popup_max_height_in_items=-1)",
"call_args": "(label,current_item,items_getter,data,items_count,popup_max_height_in_items)",
"cimguiname": "igCombo",
"defaults": {
"popup_max_height_in_items": "-1"
},
"funcname": "Combo",
"location": "imgui:523",
"namespace": "ImGui",
"ov_cimguiname": "igComboFnBoolPtr",
"ret": "bool",
"signature": "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)",
"stname": ""
}
],
"igCreateContext": [
{
"args": "(ImFontAtlas* shared_font_atlas)",
"argsT": [
{
"name": "shared_font_atlas",
"type": "ImFontAtlas*"
}
],
"argsoriginal": "(ImFontAtlas* shared_font_atlas=((void*)0))",
"call_args": "(shared_font_atlas)",
"cimguiname": "igCreateContext",
"defaults": {
"shared_font_atlas": "NULL"
},
"funcname": "CreateContext",
"location": "imgui:294",
"namespace": "ImGui",
"ov_cimguiname": "igCreateContext",
"ret": "ImGuiContext*",
"signature": "(ImFontAtlas*)",
"stname": ""
}
],
"igDebugCheckVersionAndDataLayout": [
{
"args": "(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert,size_t sz_drawidx)",
"argsT": [
{
"name": "version_str",
"type": "const char*"
},
{
"name": "sz_io",
"type": "size_t"
},
{
"name": "sz_style",
"type": "size_t"
},
{
"name": "sz_vec2",
"type": "size_t"
},
{
"name": "sz_vec4",
"type": "size_t"
},
{
"name": "sz_drawvert",
"type": "size_t"
},
{
"name": "sz_drawidx",
"type": "size_t"
}
],
"argsoriginal": "(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert,size_t sz_drawidx)",
"call_args": "(version_str,sz_io,sz_style,sz_vec2,sz_vec4,sz_drawvert,sz_drawidx)",
"cimguiname": "igDebugCheckVersionAndDataLayout",
"defaults": {},
"funcname": "DebugCheckVersionAndDataLayout",
"location": "imgui:931",
"namespace": "ImGui",
"ov_cimguiname": "igDebugCheckVersionAndDataLayout",
"ret": "bool",
"signature": "(const char*,size_t,size_t,size_t,size_t,size_t,size_t)",
"stname": ""
}
],
"igDestroyContext": [
{
"args": "(ImGuiContext* ctx)",
"argsT": [
{
"name": "ctx",
"type": "ImGuiContext*"
}
],
"argsoriginal": "(ImGuiContext* ctx=((void*)0))",
"call_args": "(ctx)",
"cimguiname": "igDestroyContext",
"defaults": {
"ctx": "NULL"
},
"funcname": "DestroyContext",
"location": "imgui:295",
"namespace": "ImGui",
"ov_cimguiname": "igDestroyContext",
"ret": "void",
"signature": "(ImGuiContext*)",
"stname": ""
}
],
"igDragFloat": [
{
"args": "(const char* label,float* v,float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float*"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float* v,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragFloat",
"defaults": {
"flags": "0",
"format": "\"%.3f\"",
"v_max": "0.0f",
"v_min": "0.0f",
"v_speed": "1.0f"
},
"funcname": "DragFloat",
"location": "imgui:536",
"namespace": "ImGui",
"ov_cimguiname": "igDragFloat",
"ret": "bool",
"signature": "(const char*,float*,float,float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragFloat2": [
{
"args": "(const char* label,float v[2],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[2]"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float v[2],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragFloat2",
"defaults": {
"flags": "0",
"format": "\"%.3f\"",
"v_max": "0.0f",
"v_min": "0.0f",
"v_speed": "1.0f"
},
"funcname": "DragFloat2",
"location": "imgui:537",
"namespace": "ImGui",
"ov_cimguiname": "igDragFloat2",
"ret": "bool",
"signature": "(const char*,float[2],float,float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragFloat3": [
{
"args": "(const char* label,float v[3],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[3]"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float v[3],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragFloat3",
"defaults": {
"flags": "0",
"format": "\"%.3f\"",
"v_max": "0.0f",
"v_min": "0.0f",
"v_speed": "1.0f"
},
"funcname": "DragFloat3",
"location": "imgui:538",
"namespace": "ImGui",
"ov_cimguiname": "igDragFloat3",
"ret": "bool",
"signature": "(const char*,float[3],float,float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragFloat4": [
{
"args": "(const char* label,float v[4],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[4]"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float v[4],float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragFloat4",
"defaults": {
"flags": "0",
"format": "\"%.3f\"",
"v_max": "0.0f",
"v_min": "0.0f",
"v_speed": "1.0f"
},
"funcname": "DragFloat4",
"location": "imgui:539",
"namespace": "ImGui",
"ov_cimguiname": "igDragFloat4",
"ret": "bool",
"signature": "(const char*,float[4],float,float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragFloatRange2": [
{
"args": "(const char* label,float* v_current_min,float* v_current_max,float v_speed,float v_min,float v_max,const char* format,const char* format_max,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v_current_min",
"type": "float*"
},
{
"name": "v_current_max",
"type": "float*"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "format_max",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float* v_current_min,float* v_current_max,float v_speed=1.0f,float v_min=0.0f,float v_max=0.0f,const char* format=\"%.3f\",const char* format_max=((void*)0),ImGuiSliderFlags flags=0)",
"call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)",
"cimguiname": "igDragFloatRange2",
"defaults": {
"flags": "0",
"format": "\"%.3f\"",
"format_max": "NULL",
"v_max": "0.0f",
"v_min": "0.0f",
"v_speed": "1.0f"
},
"funcname": "DragFloatRange2",
"location": "imgui:540",
"namespace": "ImGui",
"ov_cimguiname": "igDragFloatRange2",
"ret": "bool",
"signature": "(const char*,float*,float*,float,float,float,const char*,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragInt": [
{
"args": "(const char* label,int* v,float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int*"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int* v,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragInt",
"defaults": {
"flags": "0",
"format": "\"%d\"",
"v_max": "0",
"v_min": "0",
"v_speed": "1.0f"
},
"funcname": "DragInt",
"location": "imgui:541",
"namespace": "ImGui",
"ov_cimguiname": "igDragInt",
"ret": "bool",
"signature": "(const char*,int*,float,int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragInt2": [
{
"args": "(const char* label,int v[2],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[2]"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int v[2],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragInt2",
"defaults": {
"flags": "0",
"format": "\"%d\"",
"v_max": "0",
"v_min": "0",
"v_speed": "1.0f"
},
"funcname": "DragInt2",
"location": "imgui:542",
"namespace": "ImGui",
"ov_cimguiname": "igDragInt2",
"ret": "bool",
"signature": "(const char*,int[2],float,int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragInt3": [
{
"args": "(const char* label,int v[3],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[3]"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int v[3],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragInt3",
"defaults": {
"flags": "0",
"format": "\"%d\"",
"v_max": "0",
"v_min": "0",
"v_speed": "1.0f"
},
"funcname": "DragInt3",
"location": "imgui:543",
"namespace": "ImGui",
"ov_cimguiname": "igDragInt3",
"ret": "bool",
"signature": "(const char*,int[3],float,int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragInt4": [
{
"args": "(const char* label,int v[4],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[4]"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int v[4],float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_speed,v_min,v_max,format,flags)",
"cimguiname": "igDragInt4",
"defaults": {
"flags": "0",
"format": "\"%d\"",
"v_max": "0",
"v_min": "0",
"v_speed": "1.0f"
},
"funcname": "DragInt4",
"location": "imgui:544",
"namespace": "ImGui",
"ov_cimguiname": "igDragInt4",
"ret": "bool",
"signature": "(const char*,int[4],float,int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragIntRange2": [
{
"args": "(const char* label,int* v_current_min,int* v_current_max,float v_speed,int v_min,int v_max,const char* format,const char* format_max,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v_current_min",
"type": "int*"
},
{
"name": "v_current_max",
"type": "int*"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "format_max",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int* v_current_min,int* v_current_max,float v_speed=1.0f,int v_min=0,int v_max=0,const char* format=\"%d\",const char* format_max=((void*)0),ImGuiSliderFlags flags=0)",
"call_args": "(label,v_current_min,v_current_max,v_speed,v_min,v_max,format,format_max,flags)",
"cimguiname": "igDragIntRange2",
"defaults": {
"flags": "0",
"format": "\"%d\"",
"format_max": "NULL",
"v_max": "0",
"v_min": "0",
"v_speed": "1.0f"
},
"funcname": "DragIntRange2",
"location": "imgui:545",
"namespace": "ImGui",
"ov_cimguiname": "igDragIntRange2",
"ret": "bool",
"signature": "(const char*,int*,int*,float,int,int,const char*,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragScalar": [
{
"args": "(const char* label,ImGuiDataType data_type,void* p_data,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "p_min",
"type": "const void*"
},
{
"name": "p_max",
"type": "const void*"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,float v_speed=1.0f,const void* p_min=((void*)0),const void* p_max=((void*)0),const char* format=((void*)0),ImGuiSliderFlags flags=0)",
"call_args": "(label,data_type,p_data,v_speed,p_min,p_max,format,flags)",
"cimguiname": "igDragScalar",
"defaults": {
"flags": "0",
"format": "NULL",
"p_max": "NULL",
"p_min": "NULL",
"v_speed": "1.0f"
},
"funcname": "DragScalar",
"location": "imgui:546",
"namespace": "ImGui",
"ov_cimguiname": "igDragScalar",
"ret": "bool",
"signature": "(const char*,ImGuiDataType,void*,float,const void*,const void*,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDragScalarN": [
{
"args": "(const char* label,ImGuiDataType data_type,void* p_data,int components,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "components",
"type": "int"
},
{
"name": "v_speed",
"type": "float"
},
{
"name": "p_min",
"type": "const void*"
},
{
"name": "p_max",
"type": "const void*"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,int components,float v_speed=1.0f,const void* p_min=((void*)0),const void* p_max=((void*)0),const char* format=((void*)0),ImGuiSliderFlags flags=0)",
"call_args": "(label,data_type,p_data,components,v_speed,p_min,p_max,format,flags)",
"cimguiname": "igDragScalarN",
"defaults": {
"flags": "0",
"format": "NULL",
"p_max": "NULL",
"p_min": "NULL",
"v_speed": "1.0f"
},
"funcname": "DragScalarN",
"location": "imgui:547",
"namespace": "ImGui",
"ov_cimguiname": "igDragScalarN",
"ret": "bool",
"signature": "(const char*,ImGuiDataType,void*,int,float,const void*,const void*,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igDummy": [
{
"args": "(const ImVec2 size)",
"argsT": [
{
"name": "size",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& size)",
"call_args": "(size)",
"cimguiname": "igDummy",
"defaults": {},
"funcname": "Dummy",
"location": "imgui:444",
"namespace": "ImGui",
"ov_cimguiname": "igDummy",
"ret": "void",
"signature": "(const ImVec2)",
"stname": ""
}
],
"igEnd": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEnd",
"defaults": {},
"funcname": "End",
"location": "imgui:336",
"namespace": "ImGui",
"ov_cimguiname": "igEnd",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndChild": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndChild",
"defaults": {},
"funcname": "EndChild",
"location": "imgui:348",
"namespace": "ImGui",
"ov_cimguiname": "igEndChild",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndChildFrame": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndChildFrame",
"defaults": {},
"funcname": "EndChildFrame",
"location": "imgui:873",
"namespace": "ImGui",
"ov_cimguiname": "igEndChildFrame",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndCombo": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndCombo",
"defaults": {},
"funcname": "EndCombo",
"location": "imgui:520",
"namespace": "ImGui",
"ov_cimguiname": "igEndCombo",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndDisabled": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndDisabled",
"defaults": {},
"funcname": "EndDisabled",
"location": "imgui:822",
"namespace": "ImGui",
"ov_cimguiname": "igEndDisabled",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndDragDropSource": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndDragDropSource",
"defaults": {},
"funcname": "EndDragDropSource",
"location": "imgui:811",
"namespace": "ImGui",
"ov_cimguiname": "igEndDragDropSource",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndDragDropTarget": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndDragDropTarget",
"defaults": {},
"funcname": "EndDragDropTarget",
"location": "imgui:814",
"namespace": "ImGui",
"ov_cimguiname": "igEndDragDropTarget",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndFrame": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndFrame",
"defaults": {},
"funcname": "EndFrame",
"location": "imgui:303",
"namespace": "ImGui",
"ov_cimguiname": "igEndFrame",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndGroup": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndGroup",
"defaults": {},
"funcname": "EndGroup",
"location": "imgui:448",
"namespace": "ImGui",
"ov_cimguiname": "igEndGroup",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndListBox": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndListBox",
"defaults": {},
"funcname": "EndListBox",
"location": "imgui:631",
"namespace": "ImGui",
"ov_cimguiname": "igEndListBox",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndMainMenuBar": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndMainMenuBar",
"defaults": {},
"funcname": "EndMainMenuBar",
"location": "imgui:657",
"namespace": "ImGui",
"ov_cimguiname": "igEndMainMenuBar",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndMenu": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndMenu",
"defaults": {},
"funcname": "EndMenu",
"location": "imgui:659",
"namespace": "ImGui",
"ov_cimguiname": "igEndMenu",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndMenuBar": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndMenuBar",
"defaults": {},
"funcname": "EndMenuBar",
"location": "imgui:655",
"namespace": "ImGui",
"ov_cimguiname": "igEndMenuBar",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndPopup": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndPopup",
"defaults": {},
"funcname": "EndPopup",
"location": "imgui:684",
"namespace": "ImGui",
"ov_cimguiname": "igEndPopup",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndTabBar": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndTabBar",
"defaults": {},
"funcname": "EndTabBar",
"location": "imgui:788",
"namespace": "ImGui",
"ov_cimguiname": "igEndTabBar",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndTabItem": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndTabItem",
"defaults": {},
"funcname": "EndTabItem",
"location": "imgui:790",
"namespace": "ImGui",
"ov_cimguiname": "igEndTabItem",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndTable": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndTable",
"defaults": {},
"funcname": "EndTable",
"location": "imgui:739",
"namespace": "ImGui",
"ov_cimguiname": "igEndTable",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igEndTooltip": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igEndTooltip",
"defaults": {},
"funcname": "EndTooltip",
"location": "imgui:666",
"namespace": "ImGui",
"ov_cimguiname": "igEndTooltip",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetAllocatorFunctions": [
{
"args": "(ImGuiMemAllocFunc* p_alloc_func,ImGuiMemFreeFunc* p_free_func,void** p_user_data)",
"argsT": [
{
"name": "p_alloc_func",
"type": "ImGuiMemAllocFunc*"
},
{
"name": "p_free_func",
"type": "ImGuiMemFreeFunc*"
},
{
"name": "p_user_data",
"type": "void**"
}
],
"argsoriginal": "(ImGuiMemAllocFunc* p_alloc_func,ImGuiMemFreeFunc* p_free_func,void** p_user_data)",
"call_args": "(p_alloc_func,p_free_func,p_user_data)",
"cimguiname": "igGetAllocatorFunctions",
"defaults": {},
"funcname": "GetAllocatorFunctions",
"location": "imgui:938",
"namespace": "ImGui",
"ov_cimguiname": "igGetAllocatorFunctions",
"ret": "void",
"signature": "(ImGuiMemAllocFunc*,ImGuiMemFreeFunc*,void**)",
"stname": ""
}
],
"igGetBackgroundDrawList": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetBackgroundDrawList",
"defaults": {},
"funcname": "GetBackgroundDrawList",
"location": "imgui:866",
"namespace": "ImGui",
"ov_cimguiname": "igGetBackgroundDrawList",
"ret": "ImDrawList*",
"signature": "()",
"stname": ""
}
],
"igGetClipboardText": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetClipboardText",
"defaults": {},
"funcname": "GetClipboardText",
"location": "imgui:917",
"namespace": "ImGui",
"ov_cimguiname": "igGetClipboardText",
"ret": "const char*",
"signature": "()",
"stname": ""
}
],
"igGetColorU32": [
{
"args": "(ImGuiCol idx,float alpha_mul)",
"argsT": [
{
"name": "idx",
"type": "ImGuiCol"
},
{
"name": "alpha_mul",
"type": "float"
}
],
"argsoriginal": "(ImGuiCol idx,float alpha_mul=1.0f)",
"call_args": "(idx,alpha_mul)",
"cimguiname": "igGetColorU32",
"defaults": {
"alpha_mul": "1.0f"
},
"funcname": "GetColorU32",
"location": "imgui:428",
"namespace": "ImGui",
"ov_cimguiname": "igGetColorU32Col",
"ret": "ImU32",
"signature": "(ImGuiCol,float)",
"stname": ""
},
{
"args": "(const ImVec4 col)",
"argsT": [
{
"name": "col",
"type": "const ImVec4"
}
],
"argsoriginal": "(const ImVec4& col)",
"call_args": "(col)",
"cimguiname": "igGetColorU32",
"defaults": {},
"funcname": "GetColorU32",
"location": "imgui:429",
"namespace": "ImGui",
"ov_cimguiname": "igGetColorU32Vec4",
"ret": "ImU32",
"signature": "(const ImVec4)",
"stname": ""
},
{
"args": "(ImU32 col)",
"argsT": [
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(ImU32 col)",
"call_args": "(col)",
"cimguiname": "igGetColorU32",
"defaults": {},
"funcname": "GetColorU32",
"location": "imgui:430",
"namespace": "ImGui",
"ov_cimguiname": "igGetColorU32U32",
"ret": "ImU32",
"signature": "(ImU32)",
"stname": ""
}
],
"igGetColumnIndex": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetColumnIndex",
"defaults": {},
"funcname": "GetColumnIndex",
"location": "imgui:779",
"namespace": "ImGui",
"ov_cimguiname": "igGetColumnIndex",
"ret": "int",
"signature": "()",
"stname": ""
}
],
"igGetColumnOffset": [
{
"args": "(int column_index)",
"argsT": [
{
"name": "column_index",
"type": "int"
}
],
"argsoriginal": "(int column_index=-1)",
"call_args": "(column_index)",
"cimguiname": "igGetColumnOffset",
"defaults": {
"column_index": "-1"
},
"funcname": "GetColumnOffset",
"location": "imgui:782",
"namespace": "ImGui",
"ov_cimguiname": "igGetColumnOffset",
"ret": "float",
"signature": "(int)",
"stname": ""
}
],
"igGetColumnWidth": [
{
"args": "(int column_index)",
"argsT": [
{
"name": "column_index",
"type": "int"
}
],
"argsoriginal": "(int column_index=-1)",
"call_args": "(column_index)",
"cimguiname": "igGetColumnWidth",
"defaults": {
"column_index": "-1"
},
"funcname": "GetColumnWidth",
"location": "imgui:780",
"namespace": "ImGui",
"ov_cimguiname": "igGetColumnWidth",
"ret": "float",
"signature": "(int)",
"stname": ""
}
],
"igGetColumnsCount": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetColumnsCount",
"defaults": {},
"funcname": "GetColumnsCount",
"location": "imgui:784",
"namespace": "ImGui",
"ov_cimguiname": "igGetColumnsCount",
"ret": "int",
"signature": "()",
"stname": ""
}
],
"igGetContentRegionAvail": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetContentRegionAvail",
"defaults": {},
"funcname": "GetContentRegionAvail",
"location": "imgui:384",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetContentRegionAvail",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetContentRegionMax": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetContentRegionMax",
"defaults": {},
"funcname": "GetContentRegionMax",
"location": "imgui:385",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetContentRegionMax",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetCurrentContext": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetCurrentContext",
"defaults": {},
"funcname": "GetCurrentContext",
"location": "imgui:296",
"namespace": "ImGui",
"ov_cimguiname": "igGetCurrentContext",
"ret": "ImGuiContext*",
"signature": "()",
"stname": ""
}
],
"igGetCursorPos": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetCursorPos",
"defaults": {},
"funcname": "GetCursorPos",
"location": "imgui:449",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetCursorPos",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetCursorPosX": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetCursorPosX",
"defaults": {},
"funcname": "GetCursorPosX",
"location": "imgui:450",
"namespace": "ImGui",
"ov_cimguiname": "igGetCursorPosX",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetCursorPosY": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetCursorPosY",
"defaults": {},
"funcname": "GetCursorPosY",
"location": "imgui:451",
"namespace": "ImGui",
"ov_cimguiname": "igGetCursorPosY",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetCursorScreenPos": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetCursorScreenPos",
"defaults": {},
"funcname": "GetCursorScreenPos",
"location": "imgui:456",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetCursorScreenPos",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetCursorStartPos": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetCursorStartPos",
"defaults": {},
"funcname": "GetCursorStartPos",
"location": "imgui:455",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetCursorStartPos",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetDragDropPayload": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetDragDropPayload",
"defaults": {},
"funcname": "GetDragDropPayload",
"location": "imgui:815",
"namespace": "ImGui",
"ov_cimguiname": "igGetDragDropPayload",
"ret": "const ImGuiPayload*",
"signature": "()",
"stname": ""
}
],
"igGetDrawData": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetDrawData",
"defaults": {},
"funcname": "GetDrawData",
"location": "imgui:305",
"namespace": "ImGui",
"ov_cimguiname": "igGetDrawData",
"ret": "ImDrawData*",
"signature": "()",
"stname": ""
}
],
"igGetDrawListSharedData": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetDrawListSharedData",
"defaults": {},
"funcname": "GetDrawListSharedData",
"location": "imgui:868",
"namespace": "ImGui",
"ov_cimguiname": "igGetDrawListSharedData",
"ret": "ImDrawListSharedData*",
"signature": "()",
"stname": ""
}
],
"igGetFont": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetFont",
"defaults": {},
"funcname": "GetFont",
"location": "imgui:425",
"namespace": "ImGui",
"ov_cimguiname": "igGetFont",
"ret": "ImFont*",
"signature": "()",
"stname": ""
}
],
"igGetFontSize": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetFontSize",
"defaults": {},
"funcname": "GetFontSize",
"location": "imgui:426",
"namespace": "ImGui",
"ov_cimguiname": "igGetFontSize",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetFontTexUvWhitePixel": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetFontTexUvWhitePixel",
"defaults": {},
"funcname": "GetFontTexUvWhitePixel",
"location": "imgui:427",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetFontTexUvWhitePixel",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetForegroundDrawList": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetForegroundDrawList",
"defaults": {},
"funcname": "GetForegroundDrawList",
"location": "imgui:867",
"namespace": "ImGui",
"ov_cimguiname": "igGetForegroundDrawList",
"ret": "ImDrawList*",
"signature": "()",
"stname": ""
}
],
"igGetFrameCount": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetFrameCount",
"defaults": {},
"funcname": "GetFrameCount",
"location": "imgui:865",
"namespace": "ImGui",
"ov_cimguiname": "igGetFrameCount",
"ret": "int",
"signature": "()",
"stname": ""
}
],
"igGetFrameHeight": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetFrameHeight",
"defaults": {},
"funcname": "GetFrameHeight",
"location": "imgui:461",
"namespace": "ImGui",
"ov_cimguiname": "igGetFrameHeight",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetFrameHeightWithSpacing": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetFrameHeightWithSpacing",
"defaults": {},
"funcname": "GetFrameHeightWithSpacing",
"location": "imgui:462",
"namespace": "ImGui",
"ov_cimguiname": "igGetFrameHeightWithSpacing",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetID": [
{
"args": "(const char* str_id)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
}
],
"argsoriginal": "(const char* str_id)",
"call_args": "(str_id)",
"cimguiname": "igGetID",
"defaults": {},
"funcname": "GetID",
"location": "imgui:480",
"namespace": "ImGui",
"ov_cimguiname": "igGetIDStr",
"ret": "ImGuiID",
"signature": "(const char*)",
"stname": ""
},
{
"args": "(const char* str_id_begin,const char* str_id_end)",
"argsT": [
{
"name": "str_id_begin",
"type": "const char*"
},
{
"name": "str_id_end",
"type": "const char*"
}
],
"argsoriginal": "(const char* str_id_begin,const char* str_id_end)",
"call_args": "(str_id_begin,str_id_end)",
"cimguiname": "igGetID",
"defaults": {},
"funcname": "GetID",
"location": "imgui:481",
"namespace": "ImGui",
"ov_cimguiname": "igGetIDStrStr",
"ret": "ImGuiID",
"signature": "(const char*,const char*)",
"stname": ""
},
{
"args": "(const void* ptr_id)",
"argsT": [
{
"name": "ptr_id",
"type": "const void*"
}
],
"argsoriginal": "(const void* ptr_id)",
"call_args": "(ptr_id)",
"cimguiname": "igGetID",
"defaults": {},
"funcname": "GetID",
"location": "imgui:482",
"namespace": "ImGui",
"ov_cimguiname": "igGetIDPtr",
"ret": "ImGuiID",
"signature": "(const void*)",
"stname": ""
}
],
"igGetIO": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetIO",
"defaults": {},
"funcname": "GetIO",
"location": "imgui:300",
"namespace": "ImGui",
"ov_cimguiname": "igGetIO",
"ret": "ImGuiIO*",
"retref": "&",
"signature": "()",
"stname": ""
}
],
"igGetItemRectMax": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetItemRectMax",
"defaults": {},
"funcname": "GetItemRectMax",
"location": "imgui:851",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetItemRectMax",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetItemRectMin": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetItemRectMin",
"defaults": {},
"funcname": "GetItemRectMin",
"location": "imgui:850",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetItemRectMin",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetItemRectSize": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetItemRectSize",
"defaults": {},
"funcname": "GetItemRectSize",
"location": "imgui:852",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetItemRectSize",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetKeyIndex": [
{
"args": "(ImGuiKey imgui_key)",
"argsT": [
{
"name": "imgui_key",
"type": "ImGuiKey"
}
],
"argsoriginal": "(ImGuiKey imgui_key)",
"call_args": "(imgui_key)",
"cimguiname": "igGetKeyIndex",
"defaults": {},
"funcname": "GetKeyIndex",
"location": "imgui:887",
"namespace": "ImGui",
"ov_cimguiname": "igGetKeyIndex",
"ret": "int",
"signature": "(ImGuiKey)",
"stname": ""
}
],
"igGetKeyPressedAmount": [
{
"args": "(int key_index,float repeat_delay,float rate)",
"argsT": [
{
"name": "key_index",
"type": "int"
},
{
"name": "repeat_delay",
"type": "float"
},
{
"name": "rate",
"type": "float"
}
],
"argsoriginal": "(int key_index,float repeat_delay,float rate)",
"call_args": "(key_index,repeat_delay,rate)",
"cimguiname": "igGetKeyPressedAmount",
"defaults": {},
"funcname": "GetKeyPressedAmount",
"location": "imgui:891",
"namespace": "ImGui",
"ov_cimguiname": "igGetKeyPressedAmount",
"ret": "int",
"signature": "(int,float,float)",
"stname": ""
}
],
"igGetMainViewport": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetMainViewport",
"defaults": {},
"funcname": "GetMainViewport",
"location": "imgui:859",
"namespace": "ImGui",
"ov_cimguiname": "igGetMainViewport",
"ret": "ImGuiViewport*",
"signature": "()",
"stname": ""
}
],
"igGetMouseClickedCount": [
{
"args": "(ImGuiMouseButton button)",
"argsT": [
{
"name": "button",
"type": "ImGuiMouseButton"
}
],
"argsoriginal": "(ImGuiMouseButton button)",
"call_args": "(button)",
"cimguiname": "igGetMouseClickedCount",
"defaults": {},
"funcname": "GetMouseClickedCount",
"location": "imgui:902",
"namespace": "ImGui",
"ov_cimguiname": "igGetMouseClickedCount",
"ret": "int",
"signature": "(ImGuiMouseButton)",
"stname": ""
}
],
"igGetMouseCursor": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetMouseCursor",
"defaults": {},
"funcname": "GetMouseCursor",
"location": "imgui:911",
"namespace": "ImGui",
"ov_cimguiname": "igGetMouseCursor",
"ret": "ImGuiMouseCursor",
"signature": "()",
"stname": ""
}
],
"igGetMouseDragDelta": [
{
"args": "(ImVec2 *pOut,ImGuiMouseButton button,float lock_threshold)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
},
{
"name": "button",
"type": "ImGuiMouseButton"
},
{
"name": "lock_threshold",
"type": "float"
}
],
"argsoriginal": "(ImGuiMouseButton button=0,float lock_threshold=-1.0f)",
"call_args": "(button,lock_threshold)",
"cimguiname": "igGetMouseDragDelta",
"defaults": {
"button": "0",
"lock_threshold": "-1.0f"
},
"funcname": "GetMouseDragDelta",
"location": "imgui:909",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetMouseDragDelta",
"ret": "void",
"signature": "(ImGuiMouseButton,float)",
"stname": ""
}
],
"igGetMousePos": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetMousePos",
"defaults": {},
"funcname": "GetMousePos",
"location": "imgui:906",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetMousePos",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetMousePosOnOpeningCurrentPopup": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetMousePosOnOpeningCurrentPopup",
"defaults": {},
"funcname": "GetMousePosOnOpeningCurrentPopup",
"location": "imgui:907",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetMousePosOnOpeningCurrentPopup",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetScrollMaxX": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetScrollMaxX",
"defaults": {},
"funcname": "GetScrollMaxX",
"location": "imgui:394",
"namespace": "ImGui",
"ov_cimguiname": "igGetScrollMaxX",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetScrollMaxY": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetScrollMaxY",
"defaults": {},
"funcname": "GetScrollMaxY",
"location": "imgui:395",
"namespace": "ImGui",
"ov_cimguiname": "igGetScrollMaxY",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetScrollX": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetScrollX",
"defaults": {},
"funcname": "GetScrollX",
"location": "imgui:390",
"namespace": "ImGui",
"ov_cimguiname": "igGetScrollX",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetScrollY": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetScrollY",
"defaults": {},
"funcname": "GetScrollY",
"location": "imgui:391",
"namespace": "ImGui",
"ov_cimguiname": "igGetScrollY",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetStateStorage": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetStateStorage",
"defaults": {},
"funcname": "GetStateStorage",
"location": "imgui:871",
"namespace": "ImGui",
"ov_cimguiname": "igGetStateStorage",
"ret": "ImGuiStorage*",
"signature": "()",
"stname": ""
}
],
"igGetStyle": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetStyle",
"defaults": {},
"funcname": "GetStyle",
"location": "imgui:301",
"namespace": "ImGui",
"ov_cimguiname": "igGetStyle",
"ret": "ImGuiStyle*",
"retref": "&",
"signature": "()",
"stname": ""
}
],
"igGetStyleColorName": [
{
"args": "(ImGuiCol idx)",
"argsT": [
{
"name": "idx",
"type": "ImGuiCol"
}
],
"argsoriginal": "(ImGuiCol idx)",
"call_args": "(idx)",
"cimguiname": "igGetStyleColorName",
"defaults": {},
"funcname": "GetStyleColorName",
"location": "imgui:869",
"namespace": "ImGui",
"ov_cimguiname": "igGetStyleColorName",
"ret": "const char*",
"signature": "(ImGuiCol)",
"stname": ""
}
],
"igGetStyleColorVec4": [
{
"args": "(ImGuiCol idx)",
"argsT": [
{
"name": "idx",
"type": "ImGuiCol"
}
],
"argsoriginal": "(ImGuiCol idx)",
"call_args": "(idx)",
"cimguiname": "igGetStyleColorVec4",
"defaults": {},
"funcname": "GetStyleColorVec4",
"location": "imgui:431",
"namespace": "ImGui",
"ov_cimguiname": "igGetStyleColorVec4",
"ret": "const ImVec4*",
"retref": "&",
"signature": "(ImGuiCol)",
"stname": ""
}
],
"igGetTextLineHeight": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetTextLineHeight",
"defaults": {},
"funcname": "GetTextLineHeight",
"location": "imgui:459",
"namespace": "ImGui",
"ov_cimguiname": "igGetTextLineHeight",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetTextLineHeightWithSpacing": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetTextLineHeightWithSpacing",
"defaults": {},
"funcname": "GetTextLineHeightWithSpacing",
"location": "imgui:460",
"namespace": "ImGui",
"ov_cimguiname": "igGetTextLineHeightWithSpacing",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetTime": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetTime",
"defaults": {},
"funcname": "GetTime",
"location": "imgui:864",
"namespace": "ImGui",
"ov_cimguiname": "igGetTime",
"ret": "double",
"signature": "()",
"stname": ""
}
],
"igGetTreeNodeToLabelSpacing": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetTreeNodeToLabelSpacing",
"defaults": {},
"funcname": "GetTreeNodeToLabelSpacing",
"location": "imgui:613",
"namespace": "ImGui",
"ov_cimguiname": "igGetTreeNodeToLabelSpacing",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetVersion": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetVersion",
"defaults": {},
"funcname": "GetVersion",
"location": "imgui:316",
"namespace": "ImGui",
"ov_cimguiname": "igGetVersion",
"ret": "const char*",
"signature": "()",
"stname": ""
}
],
"igGetWindowContentRegionMax": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetWindowContentRegionMax",
"defaults": {},
"funcname": "GetWindowContentRegionMax",
"location": "imgui:387",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetWindowContentRegionMax",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetWindowContentRegionMin": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetWindowContentRegionMin",
"defaults": {},
"funcname": "GetWindowContentRegionMin",
"location": "imgui:386",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetWindowContentRegionMin",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetWindowDrawList": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetWindowDrawList",
"defaults": {},
"funcname": "GetWindowDrawList",
"location": "imgui:356",
"namespace": "ImGui",
"ov_cimguiname": "igGetWindowDrawList",
"ret": "ImDrawList*",
"signature": "()",
"stname": ""
}
],
"igGetWindowHeight": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetWindowHeight",
"defaults": {},
"funcname": "GetWindowHeight",
"location": "imgui:360",
"namespace": "ImGui",
"ov_cimguiname": "igGetWindowHeight",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igGetWindowPos": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetWindowPos",
"defaults": {},
"funcname": "GetWindowPos",
"location": "imgui:357",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetWindowPos",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetWindowSize": [
{
"args": "(ImVec2 *pOut)",
"argsT": [
{
"name": "pOut",
"type": "ImVec2*"
}
],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetWindowSize",
"defaults": {},
"funcname": "GetWindowSize",
"location": "imgui:358",
"namespace": "ImGui",
"nonUDT": 1,
"ov_cimguiname": "igGetWindowSize",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igGetWindowWidth": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igGetWindowWidth",
"defaults": {},
"funcname": "GetWindowWidth",
"location": "imgui:359",
"namespace": "ImGui",
"ov_cimguiname": "igGetWindowWidth",
"ret": "float",
"signature": "()",
"stname": ""
}
],
"igImage": [
{
"args": "(ImTextureID user_texture_id,const ImVec2 size,const ImVec2 uv0,const ImVec2 uv1,const ImVec4 tint_col,const ImVec4 border_col)",
"argsT": [
{
"name": "user_texture_id",
"type": "ImTextureID"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "uv0",
"type": "const ImVec2"
},
{
"name": "uv1",
"type": "const ImVec2"
},
{
"name": "tint_col",
"type": "const ImVec4"
},
{
"name": "border_col",
"type": "const ImVec4"
}
],
"argsoriginal": "(ImTextureID user_texture_id,const ImVec2& size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),const ImVec4& tint_col=ImVec4(1,1,1,1),const ImVec4& border_col=ImVec4(0,0,0,0))",
"call_args": "(user_texture_id,size,uv0,uv1,tint_col,border_col)",
"cimguiname": "igImage",
"defaults": {
"border_col": "ImVec4(0,0,0,0)",
"tint_col": "ImVec4(1,1,1,1)",
"uv0": "ImVec2(0,0)",
"uv1": "ImVec2(1,1)"
},
"funcname": "Image",
"location": "imgui:506",
"namespace": "ImGui",
"ov_cimguiname": "igImage",
"ret": "void",
"signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,const ImVec4,const ImVec4)",
"stname": ""
}
],
"igImageButton": [
{
"args": "(ImTextureID user_texture_id,const ImVec2 size,const ImVec2 uv0,const ImVec2 uv1,int frame_padding,const ImVec4 bg_col,const ImVec4 tint_col)",
"argsT": [
{
"name": "user_texture_id",
"type": "ImTextureID"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "uv0",
"type": "const ImVec2"
},
{
"name": "uv1",
"type": "const ImVec2"
},
{
"name": "frame_padding",
"type": "int"
},
{
"name": "bg_col",
"type": "const ImVec4"
},
{
"name": "tint_col",
"type": "const ImVec4"
}
],
"argsoriginal": "(ImTextureID user_texture_id,const ImVec2& size,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),int frame_padding=-1,const ImVec4& bg_col=ImVec4(0,0,0,0),const ImVec4& tint_col=ImVec4(1,1,1,1))",
"call_args": "(user_texture_id,size,uv0,uv1,frame_padding,bg_col,tint_col)",
"cimguiname": "igImageButton",
"defaults": {
"bg_col": "ImVec4(0,0,0,0)",
"frame_padding": "-1",
"tint_col": "ImVec4(1,1,1,1)",
"uv0": "ImVec2(0,0)",
"uv1": "ImVec2(1,1)"
},
"funcname": "ImageButton",
"location": "imgui:507",
"namespace": "ImGui",
"ov_cimguiname": "igImageButton",
"ret": "bool",
"signature": "(ImTextureID,const ImVec2,const ImVec2,const ImVec2,int,const ImVec4,const ImVec4)",
"stname": ""
}
],
"igIndent": [
{
"args": "(float indent_w)",
"argsT": [
{
"name": "indent_w",
"type": "float"
}
],
"argsoriginal": "(float indent_w=0.0f)",
"call_args": "(indent_w)",
"cimguiname": "igIndent",
"defaults": {
"indent_w": "0.0f"
},
"funcname": "Indent",
"location": "imgui:445",
"namespace": "ImGui",
"ov_cimguiname": "igIndent",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igInputDouble": [
{
"args": "(const char* label,double* v,double step,double step_fast,const char* format,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "double*"
},
{
"name": "step",
"type": "double"
},
{
"name": "step_fast",
"type": "double"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,double* v,double step=0.0,double step_fast=0.0,const char* format=\"%.6f\",ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,step,step_fast,format,flags)",
"cimguiname": "igInputDouble",
"defaults": {
"flags": "0",
"format": "\"%.6f\"",
"step": "0.0",
"step_fast": "0.0"
},
"funcname": "InputDouble",
"location": "imgui:584",
"namespace": "ImGui",
"ov_cimguiname": "igInputDouble",
"ret": "bool",
"signature": "(const char*,double*,double,double,const char*,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputFloat": [
{
"args": "(const char* label,float* v,float step,float step_fast,const char* format,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float*"
},
{
"name": "step",
"type": "float"
},
{
"name": "step_fast",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,float* v,float step=0.0f,float step_fast=0.0f,const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,step,step_fast,format,flags)",
"cimguiname": "igInputFloat",
"defaults": {
"flags": "0",
"format": "\"%.3f\"",
"step": "0.0f",
"step_fast": "0.0f"
},
"funcname": "InputFloat",
"location": "imgui:576",
"namespace": "ImGui",
"ov_cimguiname": "igInputFloat",
"ret": "bool",
"signature": "(const char*,float*,float,float,const char*,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputFloat2": [
{
"args": "(const char* label,float v[2],const char* format,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[2]"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,float v[2],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,format,flags)",
"cimguiname": "igInputFloat2",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "InputFloat2",
"location": "imgui:577",
"namespace": "ImGui",
"ov_cimguiname": "igInputFloat2",
"ret": "bool",
"signature": "(const char*,float[2],const char*,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputFloat3": [
{
"args": "(const char* label,float v[3],const char* format,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[3]"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,float v[3],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,format,flags)",
"cimguiname": "igInputFloat3",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "InputFloat3",
"location": "imgui:578",
"namespace": "ImGui",
"ov_cimguiname": "igInputFloat3",
"ret": "bool",
"signature": "(const char*,float[3],const char*,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputFloat4": [
{
"args": "(const char* label,float v[4],const char* format,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[4]"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,float v[4],const char* format=\"%.3f\",ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,format,flags)",
"cimguiname": "igInputFloat4",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "InputFloat4",
"location": "imgui:579",
"namespace": "ImGui",
"ov_cimguiname": "igInputFloat4",
"ret": "bool",
"signature": "(const char*,float[4],const char*,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputInt": [
{
"args": "(const char* label,int* v,int step,int step_fast,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int*"
},
{
"name": "step",
"type": "int"
},
{
"name": "step_fast",
"type": "int"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,int* v,int step=1,int step_fast=100,ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,step,step_fast,flags)",
"cimguiname": "igInputInt",
"defaults": {
"flags": "0",
"step": "1",
"step_fast": "100"
},
"funcname": "InputInt",
"location": "imgui:580",
"namespace": "ImGui",
"ov_cimguiname": "igInputInt",
"ret": "bool",
"signature": "(const char*,int*,int,int,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputInt2": [
{
"args": "(const char* label,int v[2],ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[2]"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,int v[2],ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,flags)",
"cimguiname": "igInputInt2",
"defaults": {
"flags": "0"
},
"funcname": "InputInt2",
"location": "imgui:581",
"namespace": "ImGui",
"ov_cimguiname": "igInputInt2",
"ret": "bool",
"signature": "(const char*,int[2],ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputInt3": [
{
"args": "(const char* label,int v[3],ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[3]"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,int v[3],ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,flags)",
"cimguiname": "igInputInt3",
"defaults": {
"flags": "0"
},
"funcname": "InputInt3",
"location": "imgui:582",
"namespace": "ImGui",
"ov_cimguiname": "igInputInt3",
"ret": "bool",
"signature": "(const char*,int[3],ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputInt4": [
{
"args": "(const char* label,int v[4],ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[4]"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,int v[4],ImGuiInputTextFlags flags=0)",
"call_args": "(label,v,flags)",
"cimguiname": "igInputInt4",
"defaults": {
"flags": "0"
},
"funcname": "InputInt4",
"location": "imgui:583",
"namespace": "ImGui",
"ov_cimguiname": "igInputInt4",
"ret": "bool",
"signature": "(const char*,int[4],ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputScalar": [
{
"args": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_step,const void* p_step_fast,const char* format,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "p_step",
"type": "const void*"
},
{
"name": "p_step_fast",
"type": "const void*"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_step=((void*)0),const void* p_step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)",
"call_args": "(label,data_type,p_data,p_step,p_step_fast,format,flags)",
"cimguiname": "igInputScalar",
"defaults": {
"flags": "0",
"format": "NULL",
"p_step": "NULL",
"p_step_fast": "NULL"
},
"funcname": "InputScalar",
"location": "imgui:585",
"namespace": "ImGui",
"ov_cimguiname": "igInputScalar",
"ret": "bool",
"signature": "(const char*,ImGuiDataType,void*,const void*,const void*,const char*,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputScalarN": [
{
"args": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_step,const void* p_step_fast,const char* format,ImGuiInputTextFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "components",
"type": "int"
},
{
"name": "p_step",
"type": "const void*"
},
{
"name": "p_step_fast",
"type": "const void*"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
}
],
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_step=((void*)0),const void* p_step_fast=((void*)0),const char* format=((void*)0),ImGuiInputTextFlags flags=0)",
"call_args": "(label,data_type,p_data,components,p_step,p_step_fast,format,flags)",
"cimguiname": "igInputScalarN",
"defaults": {
"flags": "0",
"format": "NULL",
"p_step": "NULL",
"p_step_fast": "NULL"
},
"funcname": "InputScalarN",
"location": "imgui:586",
"namespace": "ImGui",
"ov_cimguiname": "igInputScalarN",
"ret": "bool",
"signature": "(const char*,ImGuiDataType,void*,int,const void*,const void*,const char*,ImGuiInputTextFlags)",
"stname": ""
}
],
"igInputText": [
{
"args": "(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "buf",
"type": "char*"
},
{
"name": "buf_size",
"type": "size_t"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
},
{
"name": "callback",
"type": "ImGuiInputTextCallback"
},
{
"name": "user_data",
"type": "void*"
}
],
"argsoriginal": "(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))",
"call_args": "(label,buf,buf_size,flags,callback,user_data)",
"cimguiname": "igInputText",
"defaults": {
"callback": "NULL",
"flags": "0",
"user_data": "NULL"
},
"funcname": "InputText",
"location": "imgui:573",
"namespace": "ImGui",
"ov_cimguiname": "igInputText",
"ret": "bool",
"signature": "(const char*,char*,size_t,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)",
"stname": ""
}
],
"igInputTextMultiline": [
{
"args": "(const char* label,char* buf,size_t buf_size,const ImVec2 size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "buf",
"type": "char*"
},
{
"name": "buf_size",
"type": "size_t"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
},
{
"name": "callback",
"type": "ImGuiInputTextCallback"
},
{
"name": "user_data",
"type": "void*"
}
],
"argsoriginal": "(const char* label,char* buf,size_t buf_size,const ImVec2& size=ImVec2(0,0),ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))",
"call_args": "(label,buf,buf_size,size,flags,callback,user_data)",
"cimguiname": "igInputTextMultiline",
"defaults": {
"callback": "NULL",
"flags": "0",
"size": "ImVec2(0,0)",
"user_data": "NULL"
},
"funcname": "InputTextMultiline",
"location": "imgui:574",
"namespace": "ImGui",
"ov_cimguiname": "igInputTextMultiline",
"ret": "bool",
"signature": "(const char*,char*,size_t,const ImVec2,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)",
"stname": ""
}
],
"igInputTextWithHint": [
{
"args": "(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "hint",
"type": "const char*"
},
{
"name": "buf",
"type": "char*"
},
{
"name": "buf_size",
"type": "size_t"
},
{
"name": "flags",
"type": "ImGuiInputTextFlags"
},
{
"name": "callback",
"type": "ImGuiInputTextCallback"
},
{
"name": "user_data",
"type": "void*"
}
],
"argsoriginal": "(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))",
"call_args": "(label,hint,buf,buf_size,flags,callback,user_data)",
"cimguiname": "igInputTextWithHint",
"defaults": {
"callback": "NULL",
"flags": "0",
"user_data": "NULL"
},
"funcname": "InputTextWithHint",
"location": "imgui:575",
"namespace": "ImGui",
"ov_cimguiname": "igInputTextWithHint",
"ret": "bool",
"signature": "(const char*,const char*,char*,size_t,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)",
"stname": ""
}
],
"igInvisibleButton": [
{
"args": "(const char* str_id,const ImVec2 size,ImGuiButtonFlags flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "flags",
"type": "ImGuiButtonFlags"
}
],
"argsoriginal": "(const char* str_id,const ImVec2& size,ImGuiButtonFlags flags=0)",
"call_args": "(str_id,size,flags)",
"cimguiname": "igInvisibleButton",
"defaults": {
"flags": "0"
},
"funcname": "InvisibleButton",
"location": "imgui:504",
"namespace": "ImGui",
"ov_cimguiname": "igInvisibleButton",
"ret": "bool",
"signature": "(const char*,const ImVec2,ImGuiButtonFlags)",
"stname": ""
}
],
"igIsAnyItemActive": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsAnyItemActive",
"defaults": {},
"funcname": "IsAnyItemActive",
"location": "imgui:848",
"namespace": "ImGui",
"ov_cimguiname": "igIsAnyItemActive",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsAnyItemFocused": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsAnyItemFocused",
"defaults": {},
"funcname": "IsAnyItemFocused",
"location": "imgui:849",
"namespace": "ImGui",
"ov_cimguiname": "igIsAnyItemFocused",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsAnyItemHovered": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsAnyItemHovered",
"defaults": {},
"funcname": "IsAnyItemHovered",
"location": "imgui:847",
"namespace": "ImGui",
"ov_cimguiname": "igIsAnyItemHovered",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsAnyMouseDown": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsAnyMouseDown",
"defaults": {},
"funcname": "IsAnyMouseDown",
"location": "imgui:905",
"namespace": "ImGui",
"ov_cimguiname": "igIsAnyMouseDown",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemActivated": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemActivated",
"defaults": {},
"funcname": "IsItemActivated",
"location": "imgui:843",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemActivated",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemActive": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemActive",
"defaults": {},
"funcname": "IsItemActive",
"location": "imgui:838",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemActive",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemClicked": [
{
"args": "(ImGuiMouseButton mouse_button)",
"argsT": [
{
"name": "mouse_button",
"type": "ImGuiMouseButton"
}
],
"argsoriginal": "(ImGuiMouseButton mouse_button=0)",
"call_args": "(mouse_button)",
"cimguiname": "igIsItemClicked",
"defaults": {
"mouse_button": "0"
},
"funcname": "IsItemClicked",
"location": "imgui:840",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemClicked",
"ret": "bool",
"signature": "(ImGuiMouseButton)",
"stname": ""
}
],
"igIsItemDeactivated": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemDeactivated",
"defaults": {},
"funcname": "IsItemDeactivated",
"location": "imgui:844",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemDeactivated",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemDeactivatedAfterEdit": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemDeactivatedAfterEdit",
"defaults": {},
"funcname": "IsItemDeactivatedAfterEdit",
"location": "imgui:845",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemDeactivatedAfterEdit",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemEdited": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemEdited",
"defaults": {},
"funcname": "IsItemEdited",
"location": "imgui:842",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemEdited",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemFocused": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemFocused",
"defaults": {},
"funcname": "IsItemFocused",
"location": "imgui:839",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemFocused",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemHovered": [
{
"args": "(ImGuiHoveredFlags flags)",
"argsT": [
{
"name": "flags",
"type": "ImGuiHoveredFlags"
}
],
"argsoriginal": "(ImGuiHoveredFlags flags=0)",
"call_args": "(flags)",
"cimguiname": "igIsItemHovered",
"defaults": {
"flags": "0"
},
"funcname": "IsItemHovered",
"location": "imgui:837",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemHovered",
"ret": "bool",
"signature": "(ImGuiHoveredFlags)",
"stname": ""
}
],
"igIsItemToggledOpen": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemToggledOpen",
"defaults": {},
"funcname": "IsItemToggledOpen",
"location": "imgui:846",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemToggledOpen",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemVisible": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemVisible",
"defaults": {},
"funcname": "IsItemVisible",
"location": "imgui:841",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemVisible",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsKeyDown": [
{
"args": "(int user_key_index)",
"argsT": [
{
"name": "user_key_index",
"type": "int"
}
],
"argsoriginal": "(int user_key_index)",
"call_args": "(user_key_index)",
"cimguiname": "igIsKeyDown",
"defaults": {},
"funcname": "IsKeyDown",
"location": "imgui:888",
"namespace": "ImGui",
"ov_cimguiname": "igIsKeyDown",
"ret": "bool",
"signature": "(int)",
"stname": ""
}
],
"igIsKeyPressed": [
{
"args": "(int user_key_index,bool repeat)",
"argsT": [
{
"name": "user_key_index",
"type": "int"
},
{
"name": "repeat",
"type": "bool"
}
],
"argsoriginal": "(int user_key_index,bool repeat=true)",
"call_args": "(user_key_index,repeat)",
"cimguiname": "igIsKeyPressed",
"defaults": {
"repeat": "true"
},
"funcname": "IsKeyPressed",
"location": "imgui:889",
"namespace": "ImGui",
"ov_cimguiname": "igIsKeyPressed",
"ret": "bool",
"signature": "(int,bool)",
"stname": ""
}
],
"igIsKeyReleased": [
{
"args": "(int user_key_index)",
"argsT": [
{
"name": "user_key_index",
"type": "int"
}
],
"argsoriginal": "(int user_key_index)",
"call_args": "(user_key_index)",
"cimguiname": "igIsKeyReleased",
"defaults": {},
"funcname": "IsKeyReleased",
"location": "imgui:890",
"namespace": "ImGui",
"ov_cimguiname": "igIsKeyReleased",
"ret": "bool",
"signature": "(int)",
"stname": ""
}
],
"igIsMouseClicked": [
{
"args": "(ImGuiMouseButton button,bool repeat)",
"argsT": [
{
"name": "button",
"type": "ImGuiMouseButton"
},
{
"name": "repeat",
"type": "bool"
}
],
"argsoriginal": "(ImGuiMouseButton button,bool repeat=false)",
"call_args": "(button,repeat)",
"cimguiname": "igIsMouseClicked",
"defaults": {
"repeat": "false"
},
"funcname": "IsMouseClicked",
"location": "imgui:899",
"namespace": "ImGui",
"ov_cimguiname": "igIsMouseClicked",
"ret": "bool",
"signature": "(ImGuiMouseButton,bool)",
"stname": ""
}
],
"igIsMouseDoubleClicked": [
{
"args": "(ImGuiMouseButton button)",
"argsT": [
{
"name": "button",
"type": "ImGuiMouseButton"
}
],
"argsoriginal": "(ImGuiMouseButton button)",
"call_args": "(button)",
"cimguiname": "igIsMouseDoubleClicked",
"defaults": {},
"funcname": "IsMouseDoubleClicked",
"location": "imgui:901",
"namespace": "ImGui",
"ov_cimguiname": "igIsMouseDoubleClicked",
"ret": "bool",
"signature": "(ImGuiMouseButton)",
"stname": ""
}
],
"igIsMouseDown": [
{
"args": "(ImGuiMouseButton button)",
"argsT": [
{
"name": "button",
"type": "ImGuiMouseButton"
}
],
"argsoriginal": "(ImGuiMouseButton button)",
"call_args": "(button)",
"cimguiname": "igIsMouseDown",
"defaults": {},
"funcname": "IsMouseDown",
"location": "imgui:898",
"namespace": "ImGui",
"ov_cimguiname": "igIsMouseDown",
"ret": "bool",
"signature": "(ImGuiMouseButton)",
"stname": ""
}
],
"igIsMouseDragging": [
{
"args": "(ImGuiMouseButton button,float lock_threshold)",
"argsT": [
{
"name": "button",
"type": "ImGuiMouseButton"
},
{
"name": "lock_threshold",
"type": "float"
}
],
"argsoriginal": "(ImGuiMouseButton button,float lock_threshold=-1.0f)",
"call_args": "(button,lock_threshold)",
"cimguiname": "igIsMouseDragging",
"defaults": {
"lock_threshold": "-1.0f"
},
"funcname": "IsMouseDragging",
"location": "imgui:908",
"namespace": "ImGui",
"ov_cimguiname": "igIsMouseDragging",
"ret": "bool",
"signature": "(ImGuiMouseButton,float)",
"stname": ""
}
],
"igIsMouseHoveringRect": [
{
"args": "(const ImVec2 r_min,const ImVec2 r_max,bool clip)",
"argsT": [
{
"name": "r_min",
"type": "const ImVec2"
},
{
"name": "r_max",
"type": "const ImVec2"
},
{
"name": "clip",
"type": "bool"
}
],
"argsoriginal": "(const ImVec2& r_min,const ImVec2& r_max,bool clip=true)",
"call_args": "(r_min,r_max,clip)",
"cimguiname": "igIsMouseHoveringRect",
"defaults": {
"clip": "true"
},
"funcname": "IsMouseHoveringRect",
"location": "imgui:903",
"namespace": "ImGui",
"ov_cimguiname": "igIsMouseHoveringRect",
"ret": "bool",
"signature": "(const ImVec2,const ImVec2,bool)",
"stname": ""
}
],
"igIsMousePosValid": [
{
"args": "(const ImVec2* mouse_pos)",
"argsT": [
{
"name": "mouse_pos",
"type": "const ImVec2*"
}
],
"argsoriginal": "(const ImVec2* mouse_pos=((void*)0))",
"call_args": "(mouse_pos)",
"cimguiname": "igIsMousePosValid",
"defaults": {
"mouse_pos": "NULL"
},
"funcname": "IsMousePosValid",
"location": "imgui:904",
"namespace": "ImGui",
"ov_cimguiname": "igIsMousePosValid",
"ret": "bool",
"signature": "(const ImVec2*)",
"stname": ""
}
],
"igIsMouseReleased": [
{
"args": "(ImGuiMouseButton button)",
"argsT": [
{
"name": "button",
"type": "ImGuiMouseButton"
}
],
"argsoriginal": "(ImGuiMouseButton button)",
"call_args": "(button)",
"cimguiname": "igIsMouseReleased",
"defaults": {},
"funcname": "IsMouseReleased",
"location": "imgui:900",
"namespace": "ImGui",
"ov_cimguiname": "igIsMouseReleased",
"ret": "bool",
"signature": "(ImGuiMouseButton)",
"stname": ""
}
],
"igIsPopupOpen": [
{
"args": "(const char* str_id,ImGuiPopupFlags flags)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(const char* str_id,ImGuiPopupFlags flags=0)",
"call_args": "(str_id,flags)",
"cimguiname": "igIsPopupOpen",
"defaults": {
"flags": "0"
},
"funcname": "IsPopupOpen",
"location": "imgui:711",
"namespace": "ImGui",
"ov_cimguiname": "igIsPopupOpen",
"ret": "bool",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igIsRectVisible": [
{
"args": "(const ImVec2 size)",
"argsT": [
{
"name": "size",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& size)",
"call_args": "(size)",
"cimguiname": "igIsRectVisible",
"defaults": {},
"funcname": "IsRectVisible",
"location": "imgui:862",
"namespace": "ImGui",
"ov_cimguiname": "igIsRectVisibleNil",
"ret": "bool",
"signature": "(const ImVec2)",
"stname": ""
},
{
"args": "(const ImVec2 rect_min,const ImVec2 rect_max)",
"argsT": [
{
"name": "rect_min",
"type": "const ImVec2"
},
{
"name": "rect_max",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& rect_min,const ImVec2& rect_max)",
"call_args": "(rect_min,rect_max)",
"cimguiname": "igIsRectVisible",
"defaults": {},
"funcname": "IsRectVisible",
"location": "imgui:863",
"namespace": "ImGui",
"ov_cimguiname": "igIsRectVisibleVec2",
"ret": "bool",
"signature": "(const ImVec2,const ImVec2)",
"stname": ""
}
],
"igIsWindowAppearing": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsWindowAppearing",
"defaults": {},
"funcname": "IsWindowAppearing",
"location": "imgui:352",
"namespace": "ImGui",
"ov_cimguiname": "igIsWindowAppearing",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsWindowCollapsed": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsWindowCollapsed",
"defaults": {},
"funcname": "IsWindowCollapsed",
"location": "imgui:353",
"namespace": "ImGui",
"ov_cimguiname": "igIsWindowCollapsed",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsWindowFocused": [
{
"args": "(ImGuiFocusedFlags flags)",
"argsT": [
{
"name": "flags",
"type": "ImGuiFocusedFlags"
}
],
"argsoriginal": "(ImGuiFocusedFlags flags=0)",
"call_args": "(flags)",
"cimguiname": "igIsWindowFocused",
"defaults": {
"flags": "0"
},
"funcname": "IsWindowFocused",
"location": "imgui:354",
"namespace": "ImGui",
"ov_cimguiname": "igIsWindowFocused",
"ret": "bool",
"signature": "(ImGuiFocusedFlags)",
"stname": ""
}
],
"igIsWindowHovered": [
{
"args": "(ImGuiHoveredFlags flags)",
"argsT": [
{
"name": "flags",
"type": "ImGuiHoveredFlags"
}
],
"argsoriginal": "(ImGuiHoveredFlags flags=0)",
"call_args": "(flags)",
"cimguiname": "igIsWindowHovered",
"defaults": {
"flags": "0"
},
"funcname": "IsWindowHovered",
"location": "imgui:355",
"namespace": "ImGui",
"ov_cimguiname": "igIsWindowHovered",
"ret": "bool",
"signature": "(ImGuiHoveredFlags)",
"stname": ""
}
],
"igLabelText": [
{
"args": "(const char* label,const char* fmt,...)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* label,const char* fmt,...)",
"call_args": "(label,fmt,...)",
"cimguiname": "igLabelText",
"defaults": {},
"funcname": "LabelText",
"isvararg": "...)",
"location": "imgui:494",
"namespace": "ImGui",
"ov_cimguiname": "igLabelText",
"ret": "void",
"signature": "(const char*,const char*,...)",
"stname": ""
}
],
"igLabelTextV": [
{
"args": "(const char* label,const char* fmt,va_list args)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* label,const char* fmt,va_list args)",
"call_args": "(label,fmt,args)",
"cimguiname": "igLabelTextV",
"defaults": {},
"funcname": "LabelTextV",
"location": "imgui:495",
"namespace": "ImGui",
"ov_cimguiname": "igLabelTextV",
"ret": "void",
"signature": "(const char*,const char*,va_list)",
"stname": ""
}
],
"igListBox": [
{
"args": "(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "current_item",
"type": "int*"
},
{
"name": "items",
"type": "const char* const[]"
},
{
"name": "items_count",
"type": "int"
},
{
"name": "height_in_items",
"type": "int"
}
],
"argsoriginal": "(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items=-1)",
"call_args": "(label,current_item,items,items_count,height_in_items)",
"cimguiname": "igListBox",
"defaults": {
"height_in_items": "-1"
},
"funcname": "ListBox",
"location": "imgui:632",
"namespace": "ImGui",
"ov_cimguiname": "igListBoxStr_arr",
"ret": "bool",
"signature": "(const char*,int*,const char* const[],int,int)",
"stname": ""
},
{
"args": "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int height_in_items)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "current_item",
"type": "int*"
},
{
"name": "items_getter",
"ret": "bool",
"signature": "(void* data,int idx,const char** out_text)",
"type": "bool(*)(void* data,int idx,const char** out_text)"
},
{
"name": "data",
"type": "void*"
},
{
"name": "items_count",
"type": "int"
},
{
"name": "height_in_items",
"type": "int"
}
],
"argsoriginal": "(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int height_in_items=-1)",
"call_args": "(label,current_item,items_getter,data,items_count,height_in_items)",
"cimguiname": "igListBox",
"defaults": {
"height_in_items": "-1"
},
"funcname": "ListBox",
"location": "imgui:633",
"namespace": "ImGui",
"ov_cimguiname": "igListBoxFnBoolPtr",
"ret": "bool",
"signature": "(const char*,int*,bool(*)(void*,int,const char**),void*,int,int)",
"stname": ""
}
],
"igLoadIniSettingsFromDisk": [
{
"args": "(const char* ini_filename)",
"argsT": [
{
"name": "ini_filename",
"type": "const char*"
}
],
"argsoriginal": "(const char* ini_filename)",
"call_args": "(ini_filename)",
"cimguiname": "igLoadIniSettingsFromDisk",
"defaults": {},
"funcname": "LoadIniSettingsFromDisk",
"location": "imgui:924",
"namespace": "ImGui",
"ov_cimguiname": "igLoadIniSettingsFromDisk",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igLoadIniSettingsFromMemory": [
{
"args": "(const char* ini_data,size_t ini_size)",
"argsT": [
{
"name": "ini_data",
"type": "const char*"
},
{
"name": "ini_size",
"type": "size_t"
}
],
"argsoriginal": "(const char* ini_data,size_t ini_size=0)",
"call_args": "(ini_data,ini_size)",
"cimguiname": "igLoadIniSettingsFromMemory",
"defaults": {
"ini_size": "0"
},
"funcname": "LoadIniSettingsFromMemory",
"location": "imgui:925",
"namespace": "ImGui",
"ov_cimguiname": "igLoadIniSettingsFromMemory",
"ret": "void",
"signature": "(const char*,size_t)",
"stname": ""
}
],
"igLogButtons": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igLogButtons",
"defaults": {},
"funcname": "LogButtons",
"location": "imgui:800",
"namespace": "ImGui",
"ov_cimguiname": "igLogButtons",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igLogFinish": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igLogFinish",
"defaults": {},
"funcname": "LogFinish",
"location": "imgui:799",
"namespace": "ImGui",
"ov_cimguiname": "igLogFinish",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igLogText": [
{
"args": "(const char* fmt,...)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* fmt,...)",
"call_args": "(fmt,...)",
"cimguiname": "igLogText",
"defaults": {},
"funcname": "LogText",
"isvararg": "...)",
"location": "imgui:801",
"manual": true,
"namespace": "ImGui",
"ov_cimguiname": "igLogText",
"ret": "void",
"signature": "(const char*,...)",
"stname": ""
}
],
"igLogTextV": [
{
"args": "(const char* fmt,va_list args)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* fmt,va_list args)",
"call_args": "(fmt,args)",
"cimguiname": "igLogTextV",
"defaults": {},
"funcname": "LogTextV",
"location": "imgui:802",
"namespace": "ImGui",
"ov_cimguiname": "igLogTextV",
"ret": "void",
"signature": "(const char*,va_list)",
"stname": ""
}
],
"igLogToClipboard": [
{
"args": "(int auto_open_depth)",
"argsT": [
{
"name": "auto_open_depth",
"type": "int"
}
],
"argsoriginal": "(int auto_open_depth=-1)",
"call_args": "(auto_open_depth)",
"cimguiname": "igLogToClipboard",
"defaults": {
"auto_open_depth": "-1"
},
"funcname": "LogToClipboard",
"location": "imgui:798",
"namespace": "ImGui",
"ov_cimguiname": "igLogToClipboard",
"ret": "void",
"signature": "(int)",
"stname": ""
}
],
"igLogToFile": [
{
"args": "(int auto_open_depth,const char* filename)",
"argsT": [
{
"name": "auto_open_depth",
"type": "int"
},
{
"name": "filename",
"type": "const char*"
}
],
"argsoriginal": "(int auto_open_depth=-1,const char* filename=((void*)0))",
"call_args": "(auto_open_depth,filename)",
"cimguiname": "igLogToFile",
"defaults": {
"auto_open_depth": "-1",
"filename": "NULL"
},
"funcname": "LogToFile",
"location": "imgui:797",
"namespace": "ImGui",
"ov_cimguiname": "igLogToFile",
"ret": "void",
"signature": "(int,const char*)",
"stname": ""
}
],
"igLogToTTY": [
{
"args": "(int auto_open_depth)",
"argsT": [
{
"name": "auto_open_depth",
"type": "int"
}
],
"argsoriginal": "(int auto_open_depth=-1)",
"call_args": "(auto_open_depth)",
"cimguiname": "igLogToTTY",
"defaults": {
"auto_open_depth": "-1"
},
"funcname": "LogToTTY",
"location": "imgui:796",
"namespace": "ImGui",
"ov_cimguiname": "igLogToTTY",
"ret": "void",
"signature": "(int)",
"stname": ""
}
],
"igMemAlloc": [
{
"args": "(size_t size)",
"argsT": [
{
"name": "size",
"type": "size_t"
}
],
"argsoriginal": "(size_t size)",
"call_args": "(size)",
"cimguiname": "igMemAlloc",
"defaults": {},
"funcname": "MemAlloc",
"location": "imgui:939",
"namespace": "ImGui",
"ov_cimguiname": "igMemAlloc",
"ret": "void*",
"signature": "(size_t)",
"stname": ""
}
],
"igMemFree": [
{
"args": "(void* ptr)",
"argsT": [
{
"name": "ptr",
"type": "void*"
}
],
"argsoriginal": "(void* ptr)",
"call_args": "(ptr)",
"cimguiname": "igMemFree",
"defaults": {},
"funcname": "MemFree",
"location": "imgui:940",
"namespace": "ImGui",
"ov_cimguiname": "igMemFree",
"ret": "void",
"signature": "(void*)",
"stname": ""
}
],
"igMenuItem": [
{
"args": "(const char* label,const char* shortcut,bool selected,bool enabled)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "shortcut",
"type": "const char*"
},
{
"name": "selected",
"type": "bool"
},
{
"name": "enabled",
"type": "bool"
}
],
"argsoriginal": "(const char* label,const char* shortcut=((void*)0),bool selected=false,bool enabled=true)",
"call_args": "(label,shortcut,selected,enabled)",
"cimguiname": "igMenuItem",
"defaults": {
"enabled": "true",
"selected": "false",
"shortcut": "NULL"
},
"funcname": "MenuItem",
"location": "imgui:660",
"namespace": "ImGui",
"ov_cimguiname": "igMenuItemBool",
"ret": "bool",
"signature": "(const char*,const char*,bool,bool)",
"stname": ""
},
{
"args": "(const char* label,const char* shortcut,bool* p_selected,bool enabled)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "shortcut",
"type": "const char*"
},
{
"name": "p_selected",
"type": "bool*"
},
{
"name": "enabled",
"type": "bool"
}
],
"argsoriginal": "(const char* label,const char* shortcut,bool* p_selected,bool enabled=true)",
"call_args": "(label,shortcut,p_selected,enabled)",
"cimguiname": "igMenuItem",
"defaults": {
"enabled": "true"
},
"funcname": "MenuItem",
"location": "imgui:661",
"namespace": "ImGui",
"ov_cimguiname": "igMenuItemBoolPtr",
"ret": "bool",
"signature": "(const char*,const char*,bool*,bool)",
"stname": ""
}
],
"igNewFrame": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igNewFrame",
"defaults": {},
"funcname": "NewFrame",
"location": "imgui:302",
"namespace": "ImGui",
"ov_cimguiname": "igNewFrame",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igNewLine": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igNewLine",
"defaults": {},
"funcname": "NewLine",
"location": "imgui:442",
"namespace": "ImGui",
"ov_cimguiname": "igNewLine",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igNextColumn": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igNextColumn",
"defaults": {},
"funcname": "NextColumn",
"location": "imgui:778",
"namespace": "ImGui",
"ov_cimguiname": "igNextColumn",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igOpenPopup": [
{
"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,ImGuiPopupFlags popup_flags=0)",
"call_args": "(str_id,popup_flags)",
"cimguiname": "igOpenPopup",
"defaults": {
"popup_flags": "0"
},
"funcname": "OpenPopup",
"location": "imgui:693",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopupStr",
"ret": "void",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
},
{
"args": "(ImGuiID id,ImGuiPopupFlags popup_flags)",
"argsT": [
{
"name": "id",
"type": "ImGuiID"
},
{
"name": "popup_flags",
"type": "ImGuiPopupFlags"
}
],
"argsoriginal": "(ImGuiID id,ImGuiPopupFlags popup_flags=0)",
"call_args": "(id,popup_flags)",
"cimguiname": "igOpenPopup",
"defaults": {
"popup_flags": "0"
},
"funcname": "OpenPopup",
"location": "imgui:694",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopupID",
"ret": "void",
"signature": "(ImGuiID,ImGuiPopupFlags)",
"stname": ""
}
],
"igOpenPopupOnItemClick": [
{
"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": "igOpenPopupOnItemClick",
"defaults": {
"popup_flags": "1",
"str_id": "NULL"
},
"funcname": "OpenPopupOnItemClick",
"location": "imgui:695",
"namespace": "ImGui",
"ov_cimguiname": "igOpenPopupOnItemClick",
"ret": "void",
"signature": "(const char*,ImGuiPopupFlags)",
"stname": ""
}
],
"igPlotHistogram": [
{
"args": "(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size,int stride)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "values",
"type": "const float*"
},
{
"name": "values_count",
"type": "int"
},
{
"name": "values_offset",
"type": "int"
},
{
"name": "overlay_text",
"type": "const char*"
},
{
"name": "scale_min",
"type": "float"
},
{
"name": "scale_max",
"type": "float"
},
{
"name": "graph_size",
"type": "ImVec2"
},
{
"name": "stride",
"type": "int"
}
],
"argsoriginal": "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))",
"call_args": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)",
"cimguiname": "igPlotHistogram",
"defaults": {
"graph_size": "ImVec2(0,0)",
"overlay_text": "NULL",
"scale_max": "FLT_MAX",
"scale_min": "FLT_MAX",
"stride": "sizeof(float)",
"values_offset": "0"
},
"funcname": "PlotHistogram",
"location": "imgui:639",
"namespace": "ImGui",
"ov_cimguiname": "igPlotHistogramFloatPtr",
"ret": "void",
"signature": "(const char*,const float*,int,int,const char*,float,float,ImVec2,int)",
"stname": ""
},
{
"args": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "values_getter",
"ret": "float",
"signature": "(void* data,int idx)",
"type": "float(*)(void* data,int idx)"
},
{
"name": "data",
"type": "void*"
},
{
"name": "values_count",
"type": "int"
},
{
"name": "values_offset",
"type": "int"
},
{
"name": "overlay_text",
"type": "const char*"
},
{
"name": "scale_min",
"type": "float"
},
{
"name": "scale_max",
"type": "float"
},
{
"name": "graph_size",
"type": "ImVec2"
}
],
"argsoriginal": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0))",
"call_args": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)",
"cimguiname": "igPlotHistogram",
"defaults": {
"graph_size": "ImVec2(0,0)",
"overlay_text": "NULL",
"scale_max": "FLT_MAX",
"scale_min": "FLT_MAX",
"values_offset": "0"
},
"funcname": "PlotHistogram",
"location": "imgui:640",
"namespace": "ImGui",
"ov_cimguiname": "igPlotHistogramFnFloatPtr",
"ret": "void",
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
"stname": ""
}
],
"igPlotLines": [
{
"args": "(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size,int stride)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "values",
"type": "const float*"
},
{
"name": "values_count",
"type": "int"
},
{
"name": "values_offset",
"type": "int"
},
{
"name": "overlay_text",
"type": "const char*"
},
{
"name": "scale_min",
"type": "float"
},
{
"name": "scale_max",
"type": "float"
},
{
"name": "graph_size",
"type": "ImVec2"
},
{
"name": "stride",
"type": "int"
}
],
"argsoriginal": "(const char* label,const float* values,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0),int stride=sizeof(float))",
"call_args": "(label,values,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size,stride)",
"cimguiname": "igPlotLines",
"defaults": {
"graph_size": "ImVec2(0,0)",
"overlay_text": "NULL",
"scale_max": "FLT_MAX",
"scale_min": "FLT_MAX",
"stride": "sizeof(float)",
"values_offset": "0"
},
"funcname": "PlotLines",
"location": "imgui:637",
"namespace": "ImGui",
"ov_cimguiname": "igPlotLinesFloatPtr",
"ret": "void",
"signature": "(const char*,const float*,int,int,const char*,float,float,ImVec2,int)",
"stname": ""
},
{
"args": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "values_getter",
"ret": "float",
"signature": "(void* data,int idx)",
"type": "float(*)(void* data,int idx)"
},
{
"name": "data",
"type": "void*"
},
{
"name": "values_count",
"type": "int"
},
{
"name": "values_offset",
"type": "int"
},
{
"name": "overlay_text",
"type": "const char*"
},
{
"name": "scale_min",
"type": "float"
},
{
"name": "scale_max",
"type": "float"
},
{
"name": "graph_size",
"type": "ImVec2"
}
],
"argsoriginal": "(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset=0,const char* overlay_text=((void*)0),float scale_min=3.40282346638528859811704183484516925e+38F,float scale_max=3.40282346638528859811704183484516925e+38F,ImVec2 graph_size=ImVec2(0,0))",
"call_args": "(label,values_getter,data,values_count,values_offset,overlay_text,scale_min,scale_max,graph_size)",
"cimguiname": "igPlotLines",
"defaults": {
"graph_size": "ImVec2(0,0)",
"overlay_text": "NULL",
"scale_max": "FLT_MAX",
"scale_min": "FLT_MAX",
"values_offset": "0"
},
"funcname": "PlotLines",
"location": "imgui:638",
"namespace": "ImGui",
"ov_cimguiname": "igPlotLinesFnFloatPtr",
"ret": "void",
"signature": "(const char*,float(*)(void*,int),void*,int,int,const char*,float,float,ImVec2)",
"stname": ""
}
],
"igPopAllowKeyboardFocus": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igPopAllowKeyboardFocus",
"defaults": {},
"funcname": "PopAllowKeyboardFocus",
"location": "imgui:411",
"namespace": "ImGui",
"ov_cimguiname": "igPopAllowKeyboardFocus",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igPopButtonRepeat": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igPopButtonRepeat",
"defaults": {},
"funcname": "PopButtonRepeat",
"location": "imgui:413",
"namespace": "ImGui",
"ov_cimguiname": "igPopButtonRepeat",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igPopClipRect": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igPopClipRect",
"defaults": {},
"funcname": "PopClipRect",
"location": "imgui:827",
"namespace": "ImGui",
"ov_cimguiname": "igPopClipRect",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igPopFont": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igPopFont",
"defaults": {},
"funcname": "PopFont",
"location": "imgui:403",
"namespace": "ImGui",
"ov_cimguiname": "igPopFont",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igPopID": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igPopID",
"defaults": {},
"funcname": "PopID",
"location": "imgui:479",
"namespace": "ImGui",
"ov_cimguiname": "igPopID",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igPopItemWidth": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igPopItemWidth",
"defaults": {},
"funcname": "PopItemWidth",
"location": "imgui:417",
"namespace": "ImGui",
"ov_cimguiname": "igPopItemWidth",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igPopStyleColor": [
{
"args": "(int count)",
"argsT": [
{
"name": "count",
"type": "int"
}
],
"argsoriginal": "(int count=1)",
"call_args": "(count)",
"cimguiname": "igPopStyleColor",
"defaults": {
"count": "1"
},
"funcname": "PopStyleColor",
"location": "imgui:406",
"namespace": "ImGui",
"ov_cimguiname": "igPopStyleColor",
"ret": "void",
"signature": "(int)",
"stname": ""
}
],
"igPopStyleVar": [
{
"args": "(int count)",
"argsT": [
{
"name": "count",
"type": "int"
}
],
"argsoriginal": "(int count=1)",
"call_args": "(count)",
"cimguiname": "igPopStyleVar",
"defaults": {
"count": "1"
},
"funcname": "PopStyleVar",
"location": "imgui:409",
"namespace": "ImGui",
"ov_cimguiname": "igPopStyleVar",
"ret": "void",
"signature": "(int)",
"stname": ""
}
],
"igPopTextWrapPos": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igPopTextWrapPos",
"defaults": {},
"funcname": "PopTextWrapPos",
"location": "imgui:421",
"namespace": "ImGui",
"ov_cimguiname": "igPopTextWrapPos",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igProgressBar": [
{
"args": "(float fraction,const ImVec2 size_arg,const char* overlay)",
"argsT": [
{
"name": "fraction",
"type": "float"
},
{
"name": "size_arg",
"type": "const ImVec2"
},
{
"name": "overlay",
"type": "const char*"
}
],
"argsoriginal": "(float fraction,const ImVec2& size_arg=ImVec2(-1.17549435082228750796873653722224568e-38F,0),const char* overlay=((void*)0))",
"call_args": "(fraction,size_arg,overlay)",
"cimguiname": "igProgressBar",
"defaults": {
"overlay": "NULL",
"size_arg": "ImVec2(-FLT_MIN,0)"
},
"funcname": "ProgressBar",
"location": "imgui:513",
"namespace": "ImGui",
"ov_cimguiname": "igProgressBar",
"ret": "void",
"signature": "(float,const ImVec2,const char*)",
"stname": ""
}
],
"igPushAllowKeyboardFocus": [
{
"args": "(bool allow_keyboard_focus)",
"argsT": [
{
"name": "allow_keyboard_focus",
"type": "bool"
}
],
"argsoriginal": "(bool allow_keyboard_focus)",
"call_args": "(allow_keyboard_focus)",
"cimguiname": "igPushAllowKeyboardFocus",
"defaults": {},
"funcname": "PushAllowKeyboardFocus",
"location": "imgui:410",
"namespace": "ImGui",
"ov_cimguiname": "igPushAllowKeyboardFocus",
"ret": "void",
"signature": "(bool)",
"stname": ""
}
],
"igPushButtonRepeat": [
{
"args": "(bool repeat)",
"argsT": [
{
"name": "repeat",
"type": "bool"
}
],
"argsoriginal": "(bool repeat)",
"call_args": "(repeat)",
"cimguiname": "igPushButtonRepeat",
"defaults": {},
"funcname": "PushButtonRepeat",
"location": "imgui:412",
"namespace": "ImGui",
"ov_cimguiname": "igPushButtonRepeat",
"ret": "void",
"signature": "(bool)",
"stname": ""
}
],
"igPushClipRect": [
{
"args": "(const ImVec2 clip_rect_min,const ImVec2 clip_rect_max,bool intersect_with_current_clip_rect)",
"argsT": [
{
"name": "clip_rect_min",
"type": "const ImVec2"
},
{
"name": "clip_rect_max",
"type": "const ImVec2"
},
{
"name": "intersect_with_current_clip_rect",
"type": "bool"
}
],
"argsoriginal": "(const ImVec2& clip_rect_min,const ImVec2& clip_rect_max,bool intersect_with_current_clip_rect)",
"call_args": "(clip_rect_min,clip_rect_max,intersect_with_current_clip_rect)",
"cimguiname": "igPushClipRect",
"defaults": {},
"funcname": "PushClipRect",
"location": "imgui:826",
"namespace": "ImGui",
"ov_cimguiname": "igPushClipRect",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,bool)",
"stname": ""
}
],
"igPushFont": [
{
"args": "(ImFont* font)",
"argsT": [
{
"name": "font",
"type": "ImFont*"
}
],
"argsoriginal": "(ImFont* font)",
"call_args": "(font)",
"cimguiname": "igPushFont",
"defaults": {},
"funcname": "PushFont",
"location": "imgui:402",
"namespace": "ImGui",
"ov_cimguiname": "igPushFont",
"ret": "void",
"signature": "(ImFont*)",
"stname": ""
}
],
"igPushID": [
{
"args": "(const char* str_id)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
}
],
"argsoriginal": "(const char* str_id)",
"call_args": "(str_id)",
"cimguiname": "igPushID",
"defaults": {},
"funcname": "PushID",
"location": "imgui:475",
"namespace": "ImGui",
"ov_cimguiname": "igPushIDStr",
"ret": "void",
"signature": "(const char*)",
"stname": ""
},
{
"args": "(const char* str_id_begin,const char* str_id_end)",
"argsT": [
{
"name": "str_id_begin",
"type": "const char*"
},
{
"name": "str_id_end",
"type": "const char*"
}
],
"argsoriginal": "(const char* str_id_begin,const char* str_id_end)",
"call_args": "(str_id_begin,str_id_end)",
"cimguiname": "igPushID",
"defaults": {},
"funcname": "PushID",
"location": "imgui:476",
"namespace": "ImGui",
"ov_cimguiname": "igPushIDStrStr",
"ret": "void",
"signature": "(const char*,const char*)",
"stname": ""
},
{
"args": "(const void* ptr_id)",
"argsT": [
{
"name": "ptr_id",
"type": "const void*"
}
],
"argsoriginal": "(const void* ptr_id)",
"call_args": "(ptr_id)",
"cimguiname": "igPushID",
"defaults": {},
"funcname": "PushID",
"location": "imgui:477",
"namespace": "ImGui",
"ov_cimguiname": "igPushIDPtr",
"ret": "void",
"signature": "(const void*)",
"stname": ""
},
{
"args": "(int int_id)",
"argsT": [
{
"name": "int_id",
"type": "int"
}
],
"argsoriginal": "(int int_id)",
"call_args": "(int_id)",
"cimguiname": "igPushID",
"defaults": {},
"funcname": "PushID",
"location": "imgui:478",
"namespace": "ImGui",
"ov_cimguiname": "igPushIDInt",
"ret": "void",
"signature": "(int)",
"stname": ""
}
],
"igPushItemWidth": [
{
"args": "(float item_width)",
"argsT": [
{
"name": "item_width",
"type": "float"
}
],
"argsoriginal": "(float item_width)",
"call_args": "(item_width)",
"cimguiname": "igPushItemWidth",
"defaults": {},
"funcname": "PushItemWidth",
"location": "imgui:416",
"namespace": "ImGui",
"ov_cimguiname": "igPushItemWidth",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igPushStyleColor": [
{
"args": "(ImGuiCol idx,ImU32 col)",
"argsT": [
{
"name": "idx",
"type": "ImGuiCol"
},
{
"name": "col",
"type": "ImU32"
}
],
"argsoriginal": "(ImGuiCol idx,ImU32 col)",
"call_args": "(idx,col)",
"cimguiname": "igPushStyleColor",
"defaults": {},
"funcname": "PushStyleColor",
"location": "imgui:404",
"namespace": "ImGui",
"ov_cimguiname": "igPushStyleColorU32",
"ret": "void",
"signature": "(ImGuiCol,ImU32)",
"stname": ""
},
{
"args": "(ImGuiCol idx,const ImVec4 col)",
"argsT": [
{
"name": "idx",
"type": "ImGuiCol"
},
{
"name": "col",
"type": "const ImVec4"
}
],
"argsoriginal": "(ImGuiCol idx,const ImVec4& col)",
"call_args": "(idx,col)",
"cimguiname": "igPushStyleColor",
"defaults": {},
"funcname": "PushStyleColor",
"location": "imgui:405",
"namespace": "ImGui",
"ov_cimguiname": "igPushStyleColorVec4",
"ret": "void",
"signature": "(ImGuiCol,const ImVec4)",
"stname": ""
}
],
"igPushStyleVar": [
{
"args": "(ImGuiStyleVar idx,float val)",
"argsT": [
{
"name": "idx",
"type": "ImGuiStyleVar"
},
{
"name": "val",
"type": "float"
}
],
"argsoriginal": "(ImGuiStyleVar idx,float val)",
"call_args": "(idx,val)",
"cimguiname": "igPushStyleVar",
"defaults": {},
"funcname": "PushStyleVar",
"location": "imgui:407",
"namespace": "ImGui",
"ov_cimguiname": "igPushStyleVarFloat",
"ret": "void",
"signature": "(ImGuiStyleVar,float)",
"stname": ""
},
{
"args": "(ImGuiStyleVar idx,const ImVec2 val)",
"argsT": [
{
"name": "idx",
"type": "ImGuiStyleVar"
},
{
"name": "val",
"type": "const ImVec2"
}
],
"argsoriginal": "(ImGuiStyleVar idx,const ImVec2& val)",
"call_args": "(idx,val)",
"cimguiname": "igPushStyleVar",
"defaults": {},
"funcname": "PushStyleVar",
"location": "imgui:408",
"namespace": "ImGui",
"ov_cimguiname": "igPushStyleVarVec2",
"ret": "void",
"signature": "(ImGuiStyleVar,const ImVec2)",
"stname": ""
}
],
"igPushTextWrapPos": [
{
"args": "(float wrap_local_pos_x)",
"argsT": [
{
"name": "wrap_local_pos_x",
"type": "float"
}
],
"argsoriginal": "(float wrap_local_pos_x=0.0f)",
"call_args": "(wrap_local_pos_x)",
"cimguiname": "igPushTextWrapPos",
"defaults": {
"wrap_local_pos_x": "0.0f"
},
"funcname": "PushTextWrapPos",
"location": "imgui:420",
"namespace": "ImGui",
"ov_cimguiname": "igPushTextWrapPos",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igRadioButton": [
{
"args": "(const char* label,bool active)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "active",
"type": "bool"
}
],
"argsoriginal": "(const char* label,bool active)",
"call_args": "(label,active)",
"cimguiname": "igRadioButton",
"defaults": {},
"funcname": "RadioButton",
"location": "imgui:511",
"namespace": "ImGui",
"ov_cimguiname": "igRadioButtonBool",
"ret": "bool",
"signature": "(const char*,bool)",
"stname": ""
},
{
"args": "(const char* label,int* v,int v_button)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int*"
},
{
"name": "v_button",
"type": "int"
}
],
"argsoriginal": "(const char* label,int* v,int v_button)",
"call_args": "(label,v,v_button)",
"cimguiname": "igRadioButton",
"defaults": {},
"funcname": "RadioButton",
"location": "imgui:512",
"namespace": "ImGui",
"ov_cimguiname": "igRadioButtonIntPtr",
"ret": "bool",
"signature": "(const char*,int*,int)",
"stname": ""
}
],
"igRender": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igRender",
"defaults": {},
"funcname": "Render",
"location": "imgui:304",
"namespace": "ImGui",
"ov_cimguiname": "igRender",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igResetMouseDragDelta": [
{
"args": "(ImGuiMouseButton button)",
"argsT": [
{
"name": "button",
"type": "ImGuiMouseButton"
}
],
"argsoriginal": "(ImGuiMouseButton button=0)",
"call_args": "(button)",
"cimguiname": "igResetMouseDragDelta",
"defaults": {
"button": "0"
},
"funcname": "ResetMouseDragDelta",
"location": "imgui:910",
"namespace": "ImGui",
"ov_cimguiname": "igResetMouseDragDelta",
"ret": "void",
"signature": "(ImGuiMouseButton)",
"stname": ""
}
],
"igSameLine": [
{
"args": "(float offset_from_start_x,float spacing)",
"argsT": [
{
"name": "offset_from_start_x",
"type": "float"
},
{
"name": "spacing",
"type": "float"
}
],
"argsoriginal": "(float offset_from_start_x=0.0f,float spacing=-1.0f)",
"call_args": "(offset_from_start_x,spacing)",
"cimguiname": "igSameLine",
"defaults": {
"offset_from_start_x": "0.0f",
"spacing": "-1.0f"
},
"funcname": "SameLine",
"location": "imgui:441",
"namespace": "ImGui",
"ov_cimguiname": "igSameLine",
"ret": "void",
"signature": "(float,float)",
"stname": ""
}
],
"igSaveIniSettingsToDisk": [
{
"args": "(const char* ini_filename)",
"argsT": [
{
"name": "ini_filename",
"type": "const char*"
}
],
"argsoriginal": "(const char* ini_filename)",
"call_args": "(ini_filename)",
"cimguiname": "igSaveIniSettingsToDisk",
"defaults": {},
"funcname": "SaveIniSettingsToDisk",
"location": "imgui:926",
"namespace": "ImGui",
"ov_cimguiname": "igSaveIniSettingsToDisk",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igSaveIniSettingsToMemory": [
{
"args": "(size_t* out_ini_size)",
"argsT": [
{
"name": "out_ini_size",
"type": "size_t*"
}
],
"argsoriginal": "(size_t* out_ini_size=((void*)0))",
"call_args": "(out_ini_size)",
"cimguiname": "igSaveIniSettingsToMemory",
"defaults": {
"out_ini_size": "NULL"
},
"funcname": "SaveIniSettingsToMemory",
"location": "imgui:927",
"namespace": "ImGui",
"ov_cimguiname": "igSaveIniSettingsToMemory",
"ret": "const char*",
"signature": "(size_t*)",
"stname": ""
}
],
"igSelectable": [
{
"args": "(const char* label,bool selected,ImGuiSelectableFlags flags,const ImVec2 size)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "selected",
"type": "bool"
},
{
"name": "flags",
"type": "ImGuiSelectableFlags"
},
{
"name": "size",
"type": "const ImVec2"
}
],
"argsoriginal": "(const char* label,bool selected=false,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))",
"call_args": "(label,selected,flags,size)",
"cimguiname": "igSelectable",
"defaults": {
"flags": "0",
"selected": "false",
"size": "ImVec2(0,0)"
},
"funcname": "Selectable",
"location": "imgui:621",
"namespace": "ImGui",
"ov_cimguiname": "igSelectableBool",
"ret": "bool",
"signature": "(const char*,bool,ImGuiSelectableFlags,const ImVec2)",
"stname": ""
},
{
"args": "(const char* label,bool* p_selected,ImGuiSelectableFlags flags,const ImVec2 size)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "p_selected",
"type": "bool*"
},
{
"name": "flags",
"type": "ImGuiSelectableFlags"
},
{
"name": "size",
"type": "const ImVec2"
}
],
"argsoriginal": "(const char* label,bool* p_selected,ImGuiSelectableFlags flags=0,const ImVec2& size=ImVec2(0,0))",
"call_args": "(label,p_selected,flags,size)",
"cimguiname": "igSelectable",
"defaults": {
"flags": "0",
"size": "ImVec2(0,0)"
},
"funcname": "Selectable",
"location": "imgui:622",
"namespace": "ImGui",
"ov_cimguiname": "igSelectableBoolPtr",
"ret": "bool",
"signature": "(const char*,bool*,ImGuiSelectableFlags,const ImVec2)",
"stname": ""
}
],
"igSeparator": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igSeparator",
"defaults": {},
"funcname": "Separator",
"location": "imgui:440",
"namespace": "ImGui",
"ov_cimguiname": "igSeparator",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igSetAllocatorFunctions": [
{
"args": "(ImGuiMemAllocFunc alloc_func,ImGuiMemFreeFunc free_func,void* user_data)",
"argsT": [
{
"name": "alloc_func",
"type": "ImGuiMemAllocFunc"
},
{
"name": "free_func",
"type": "ImGuiMemFreeFunc"
},
{
"name": "user_data",
"type": "void*"
}
],
"argsoriginal": "(ImGuiMemAllocFunc alloc_func,ImGuiMemFreeFunc free_func,void* user_data=((void*)0))",
"call_args": "(alloc_func,free_func,user_data)",
"cimguiname": "igSetAllocatorFunctions",
"defaults": {
"user_data": "NULL"
},
"funcname": "SetAllocatorFunctions",
"location": "imgui:937",
"namespace": "ImGui",
"ov_cimguiname": "igSetAllocatorFunctions",
"ret": "void",
"signature": "(ImGuiMemAllocFunc,ImGuiMemFreeFunc,void*)",
"stname": ""
}
],
"igSetClipboardText": [
{
"args": "(const char* text)",
"argsT": [
{
"name": "text",
"type": "const char*"
}
],
"argsoriginal": "(const char* text)",
"call_args": "(text)",
"cimguiname": "igSetClipboardText",
"defaults": {},
"funcname": "SetClipboardText",
"location": "imgui:918",
"namespace": "ImGui",
"ov_cimguiname": "igSetClipboardText",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igSetColorEditOptions": [
{
"args": "(ImGuiColorEditFlags flags)",
"argsT": [
{
"name": "flags",
"type": "ImGuiColorEditFlags"
}
],
"argsoriginal": "(ImGuiColorEditFlags flags)",
"call_args": "(flags)",
"cimguiname": "igSetColorEditOptions",
"defaults": {},
"funcname": "SetColorEditOptions",
"location": "imgui:596",
"namespace": "ImGui",
"ov_cimguiname": "igSetColorEditOptions",
"ret": "void",
"signature": "(ImGuiColorEditFlags)",
"stname": ""
}
],
"igSetColumnOffset": [
{
"args": "(int column_index,float offset_x)",
"argsT": [
{
"name": "column_index",
"type": "int"
},
{
"name": "offset_x",
"type": "float"
}
],
"argsoriginal": "(int column_index,float offset_x)",
"call_args": "(column_index,offset_x)",
"cimguiname": "igSetColumnOffset",
"defaults": {},
"funcname": "SetColumnOffset",
"location": "imgui:783",
"namespace": "ImGui",
"ov_cimguiname": "igSetColumnOffset",
"ret": "void",
"signature": "(int,float)",
"stname": ""
}
],
"igSetColumnWidth": [
{
"args": "(int column_index,float width)",
"argsT": [
{
"name": "column_index",
"type": "int"
},
{
"name": "width",
"type": "float"
}
],
"argsoriginal": "(int column_index,float width)",
"call_args": "(column_index,width)",
"cimguiname": "igSetColumnWidth",
"defaults": {},
"funcname": "SetColumnWidth",
"location": "imgui:781",
"namespace": "ImGui",
"ov_cimguiname": "igSetColumnWidth",
"ret": "void",
"signature": "(int,float)",
"stname": ""
}
],
"igSetCurrentContext": [
{
"args": "(ImGuiContext* ctx)",
"argsT": [
{
"name": "ctx",
"type": "ImGuiContext*"
}
],
"argsoriginal": "(ImGuiContext* ctx)",
"call_args": "(ctx)",
"cimguiname": "igSetCurrentContext",
"defaults": {},
"funcname": "SetCurrentContext",
"location": "imgui:297",
"namespace": "ImGui",
"ov_cimguiname": "igSetCurrentContext",
"ret": "void",
"signature": "(ImGuiContext*)",
"stname": ""
}
],
"igSetCursorPos": [
{
"args": "(const ImVec2 local_pos)",
"argsT": [
{
"name": "local_pos",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& local_pos)",
"call_args": "(local_pos)",
"cimguiname": "igSetCursorPos",
"defaults": {},
"funcname": "SetCursorPos",
"location": "imgui:452",
"namespace": "ImGui",
"ov_cimguiname": "igSetCursorPos",
"ret": "void",
"signature": "(const ImVec2)",
"stname": ""
}
],
"igSetCursorPosX": [
{
"args": "(float local_x)",
"argsT": [
{
"name": "local_x",
"type": "float"
}
],
"argsoriginal": "(float local_x)",
"call_args": "(local_x)",
"cimguiname": "igSetCursorPosX",
"defaults": {},
"funcname": "SetCursorPosX",
"location": "imgui:453",
"namespace": "ImGui",
"ov_cimguiname": "igSetCursorPosX",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetCursorPosY": [
{
"args": "(float local_y)",
"argsT": [
{
"name": "local_y",
"type": "float"
}
],
"argsoriginal": "(float local_y)",
"call_args": "(local_y)",
"cimguiname": "igSetCursorPosY",
"defaults": {},
"funcname": "SetCursorPosY",
"location": "imgui:454",
"namespace": "ImGui",
"ov_cimguiname": "igSetCursorPosY",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetCursorScreenPos": [
{
"args": "(const ImVec2 pos)",
"argsT": [
{
"name": "pos",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& pos)",
"call_args": "(pos)",
"cimguiname": "igSetCursorScreenPos",
"defaults": {},
"funcname": "SetCursorScreenPos",
"location": "imgui:457",
"namespace": "ImGui",
"ov_cimguiname": "igSetCursorScreenPos",
"ret": "void",
"signature": "(const ImVec2)",
"stname": ""
}
],
"igSetDragDropPayload": [
{
"args": "(const char* type,const void* data,size_t sz,ImGuiCond cond)",
"argsT": [
{
"name": "type",
"type": "const char*"
},
{
"name": "data",
"type": "const void*"
},
{
"name": "sz",
"type": "size_t"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(const char* type,const void* data,size_t sz,ImGuiCond cond=0)",
"call_args": "(type,data,sz,cond)",
"cimguiname": "igSetDragDropPayload",
"defaults": {
"cond": "0"
},
"funcname": "SetDragDropPayload",
"location": "imgui:810",
"namespace": "ImGui",
"ov_cimguiname": "igSetDragDropPayload",
"ret": "bool",
"signature": "(const char*,const void*,size_t,ImGuiCond)",
"stname": ""
}
],
"igSetItemAllowOverlap": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igSetItemAllowOverlap",
"defaults": {},
"funcname": "SetItemAllowOverlap",
"location": "imgui:853",
"namespace": "ImGui",
"ov_cimguiname": "igSetItemAllowOverlap",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igSetItemDefaultFocus": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igSetItemDefaultFocus",
"defaults": {},
"funcname": "SetItemDefaultFocus",
"location": "imgui:831",
"namespace": "ImGui",
"ov_cimguiname": "igSetItemDefaultFocus",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igSetKeyboardFocusHere": [
{
"args": "(int offset)",
"argsT": [
{
"name": "offset",
"type": "int"
}
],
"argsoriginal": "(int offset=0)",
"call_args": "(offset)",
"cimguiname": "igSetKeyboardFocusHere",
"defaults": {
"offset": "0"
},
"funcname": "SetKeyboardFocusHere",
"location": "imgui:832",
"namespace": "ImGui",
"ov_cimguiname": "igSetKeyboardFocusHere",
"ret": "void",
"signature": "(int)",
"stname": ""
}
],
"igSetMouseCursor": [
{
"args": "(ImGuiMouseCursor cursor_type)",
"argsT": [
{
"name": "cursor_type",
"type": "ImGuiMouseCursor"
}
],
"argsoriginal": "(ImGuiMouseCursor cursor_type)",
"call_args": "(cursor_type)",
"cimguiname": "igSetMouseCursor",
"defaults": {},
"funcname": "SetMouseCursor",
"location": "imgui:912",
"namespace": "ImGui",
"ov_cimguiname": "igSetMouseCursor",
"ret": "void",
"signature": "(ImGuiMouseCursor)",
"stname": ""
}
],
"igSetNextItemOpen": [
{
"args": "(bool is_open,ImGuiCond cond)",
"argsT": [
{
"name": "is_open",
"type": "bool"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(bool is_open,ImGuiCond cond=0)",
"call_args": "(is_open,cond)",
"cimguiname": "igSetNextItemOpen",
"defaults": {
"cond": "0"
},
"funcname": "SetNextItemOpen",
"location": "imgui:616",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextItemOpen",
"ret": "void",
"signature": "(bool,ImGuiCond)",
"stname": ""
}
],
"igSetNextItemWidth": [
{
"args": "(float item_width)",
"argsT": [
{
"name": "item_width",
"type": "float"
}
],
"argsoriginal": "(float item_width)",
"call_args": "(item_width)",
"cimguiname": "igSetNextItemWidth",
"defaults": {},
"funcname": "SetNextItemWidth",
"location": "imgui:418",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextItemWidth",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetNextWindowBgAlpha": [
{
"args": "(float alpha)",
"argsT": [
{
"name": "alpha",
"type": "float"
}
],
"argsoriginal": "(float alpha)",
"call_args": "(alpha)",
"cimguiname": "igSetNextWindowBgAlpha",
"defaults": {},
"funcname": "SetNextWindowBgAlpha",
"location": "imgui:370",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowBgAlpha",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetNextWindowCollapsed": [
{
"args": "(bool collapsed,ImGuiCond cond)",
"argsT": [
{
"name": "collapsed",
"type": "bool"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(bool collapsed,ImGuiCond cond=0)",
"call_args": "(collapsed,cond)",
"cimguiname": "igSetNextWindowCollapsed",
"defaults": {
"cond": "0"
},
"funcname": "SetNextWindowCollapsed",
"location": "imgui:368",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowCollapsed",
"ret": "void",
"signature": "(bool,ImGuiCond)",
"stname": ""
}
],
"igSetNextWindowContentSize": [
{
"args": "(const ImVec2 size)",
"argsT": [
{
"name": "size",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& size)",
"call_args": "(size)",
"cimguiname": "igSetNextWindowContentSize",
"defaults": {},
"funcname": "SetNextWindowContentSize",
"location": "imgui:367",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowContentSize",
"ret": "void",
"signature": "(const ImVec2)",
"stname": ""
}
],
"igSetNextWindowFocus": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igSetNextWindowFocus",
"defaults": {},
"funcname": "SetNextWindowFocus",
"location": "imgui:369",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowFocus",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igSetNextWindowPos": [
{
"args": "(const ImVec2 pos,ImGuiCond cond,const ImVec2 pivot)",
"argsT": [
{
"name": "pos",
"type": "const ImVec2"
},
{
"name": "cond",
"type": "ImGuiCond"
},
{
"name": "pivot",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& pos,ImGuiCond cond=0,const ImVec2& pivot=ImVec2(0,0))",
"call_args": "(pos,cond,pivot)",
"cimguiname": "igSetNextWindowPos",
"defaults": {
"cond": "0",
"pivot": "ImVec2(0,0)"
},
"funcname": "SetNextWindowPos",
"location": "imgui:364",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowPos",
"ret": "void",
"signature": "(const ImVec2,ImGuiCond,const ImVec2)",
"stname": ""
}
],
"igSetNextWindowSize": [
{
"args": "(const ImVec2 size,ImGuiCond cond)",
"argsT": [
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(const ImVec2& size,ImGuiCond cond=0)",
"call_args": "(size,cond)",
"cimguiname": "igSetNextWindowSize",
"defaults": {
"cond": "0"
},
"funcname": "SetNextWindowSize",
"location": "imgui:365",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowSize",
"ret": "void",
"signature": "(const ImVec2,ImGuiCond)",
"stname": ""
}
],
"igSetNextWindowSizeConstraints": [
{
"args": "(const ImVec2 size_min,const ImVec2 size_max,ImGuiSizeCallback custom_callback,void* custom_callback_data)",
"argsT": [
{
"name": "size_min",
"type": "const ImVec2"
},
{
"name": "size_max",
"type": "const ImVec2"
},
{
"name": "custom_callback",
"type": "ImGuiSizeCallback"
},
{
"name": "custom_callback_data",
"type": "void*"
}
],
"argsoriginal": "(const ImVec2& size_min,const ImVec2& size_max,ImGuiSizeCallback custom_callback=((void*)0),void* custom_callback_data=((void*)0))",
"call_args": "(size_min,size_max,custom_callback,custom_callback_data)",
"cimguiname": "igSetNextWindowSizeConstraints",
"defaults": {
"custom_callback": "NULL",
"custom_callback_data": "NULL"
},
"funcname": "SetNextWindowSizeConstraints",
"location": "imgui:366",
"namespace": "ImGui",
"ov_cimguiname": "igSetNextWindowSizeConstraints",
"ret": "void",
"signature": "(const ImVec2,const ImVec2,ImGuiSizeCallback,void*)",
"stname": ""
}
],
"igSetScrollFromPosX": [
{
"args": "(float local_x,float center_x_ratio)",
"argsT": [
{
"name": "local_x",
"type": "float"
},
{
"name": "center_x_ratio",
"type": "float"
}
],
"argsoriginal": "(float local_x,float center_x_ratio=0.5f)",
"call_args": "(local_x,center_x_ratio)",
"cimguiname": "igSetScrollFromPosX",
"defaults": {
"center_x_ratio": "0.5f"
},
"funcname": "SetScrollFromPosX",
"location": "imgui:398",
"namespace": "ImGui",
"ov_cimguiname": "igSetScrollFromPosX",
"ret": "void",
"signature": "(float,float)",
"stname": ""
}
],
"igSetScrollFromPosY": [
{
"args": "(float local_y,float center_y_ratio)",
"argsT": [
{
"name": "local_y",
"type": "float"
},
{
"name": "center_y_ratio",
"type": "float"
}
],
"argsoriginal": "(float local_y,float center_y_ratio=0.5f)",
"call_args": "(local_y,center_y_ratio)",
"cimguiname": "igSetScrollFromPosY",
"defaults": {
"center_y_ratio": "0.5f"
},
"funcname": "SetScrollFromPosY",
"location": "imgui:399",
"namespace": "ImGui",
"ov_cimguiname": "igSetScrollFromPosY",
"ret": "void",
"signature": "(float,float)",
"stname": ""
}
],
"igSetScrollHereX": [
{
"args": "(float center_x_ratio)",
"argsT": [
{
"name": "center_x_ratio",
"type": "float"
}
],
"argsoriginal": "(float center_x_ratio=0.5f)",
"call_args": "(center_x_ratio)",
"cimguiname": "igSetScrollHereX",
"defaults": {
"center_x_ratio": "0.5f"
},
"funcname": "SetScrollHereX",
"location": "imgui:396",
"namespace": "ImGui",
"ov_cimguiname": "igSetScrollHereX",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetScrollHereY": [
{
"args": "(float center_y_ratio)",
"argsT": [
{
"name": "center_y_ratio",
"type": "float"
}
],
"argsoriginal": "(float center_y_ratio=0.5f)",
"call_args": "(center_y_ratio)",
"cimguiname": "igSetScrollHereY",
"defaults": {
"center_y_ratio": "0.5f"
},
"funcname": "SetScrollHereY",
"location": "imgui:397",
"namespace": "ImGui",
"ov_cimguiname": "igSetScrollHereY",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetScrollX": [
{
"args": "(float scroll_x)",
"argsT": [
{
"name": "scroll_x",
"type": "float"
}
],
"argsoriginal": "(float scroll_x)",
"call_args": "(scroll_x)",
"cimguiname": "igSetScrollX",
"defaults": {},
"funcname": "SetScrollX",
"location": "imgui:392",
"namespace": "ImGui",
"ov_cimguiname": "igSetScrollX",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetScrollY": [
{
"args": "(float scroll_y)",
"argsT": [
{
"name": "scroll_y",
"type": "float"
}
],
"argsoriginal": "(float scroll_y)",
"call_args": "(scroll_y)",
"cimguiname": "igSetScrollY",
"defaults": {},
"funcname": "SetScrollY",
"location": "imgui:393",
"namespace": "ImGui",
"ov_cimguiname": "igSetScrollY",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetStateStorage": [
{
"args": "(ImGuiStorage* storage)",
"argsT": [
{
"name": "storage",
"type": "ImGuiStorage*"
}
],
"argsoriginal": "(ImGuiStorage* storage)",
"call_args": "(storage)",
"cimguiname": "igSetStateStorage",
"defaults": {},
"funcname": "SetStateStorage",
"location": "imgui:870",
"namespace": "ImGui",
"ov_cimguiname": "igSetStateStorage",
"ret": "void",
"signature": "(ImGuiStorage*)",
"stname": ""
}
],
"igSetTabItemClosed": [
{
"args": "(const char* tab_or_docked_window_label)",
"argsT": [
{
"name": "tab_or_docked_window_label",
"type": "const char*"
}
],
"argsoriginal": "(const char* tab_or_docked_window_label)",
"call_args": "(tab_or_docked_window_label)",
"cimguiname": "igSetTabItemClosed",
"defaults": {},
"funcname": "SetTabItemClosed",
"location": "imgui:792",
"namespace": "ImGui",
"ov_cimguiname": "igSetTabItemClosed",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igSetTooltip": [
{
"args": "(const char* fmt,...)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* fmt,...)",
"call_args": "(fmt,...)",
"cimguiname": "igSetTooltip",
"defaults": {},
"funcname": "SetTooltip",
"isvararg": "...)",
"location": "imgui:667",
"namespace": "ImGui",
"ov_cimguiname": "igSetTooltip",
"ret": "void",
"signature": "(const char*,...)",
"stname": ""
}
],
"igSetTooltipV": [
{
"args": "(const char* fmt,va_list args)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* fmt,va_list args)",
"call_args": "(fmt,args)",
"cimguiname": "igSetTooltipV",
"defaults": {},
"funcname": "SetTooltipV",
"location": "imgui:668",
"namespace": "ImGui",
"ov_cimguiname": "igSetTooltipV",
"ret": "void",
"signature": "(const char*,va_list)",
"stname": ""
}
],
"igSetWindowCollapsed": [
{
"args": "(bool collapsed,ImGuiCond cond)",
"argsT": [
{
"name": "collapsed",
"type": "bool"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(bool collapsed,ImGuiCond cond=0)",
"call_args": "(collapsed,cond)",
"cimguiname": "igSetWindowCollapsed",
"defaults": {
"cond": "0"
},
"funcname": "SetWindowCollapsed",
"location": "imgui:373",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowCollapsedBool",
"ret": "void",
"signature": "(bool,ImGuiCond)",
"stname": ""
},
{
"args": "(const char* name,bool collapsed,ImGuiCond cond)",
"argsT": [
{
"name": "name",
"type": "const char*"
},
{
"name": "collapsed",
"type": "bool"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(const char* name,bool collapsed,ImGuiCond cond=0)",
"call_args": "(name,collapsed,cond)",
"cimguiname": "igSetWindowCollapsed",
"defaults": {
"cond": "0"
},
"funcname": "SetWindowCollapsed",
"location": "imgui:378",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowCollapsedStr",
"ret": "void",
"signature": "(const char*,bool,ImGuiCond)",
"stname": ""
}
],
"igSetWindowFocus": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igSetWindowFocus",
"defaults": {},
"funcname": "SetWindowFocus",
"location": "imgui:374",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowFocusNil",
"ret": "void",
"signature": "()",
"stname": ""
},
{
"args": "(const char* name)",
"argsT": [
{
"name": "name",
"type": "const char*"
}
],
"argsoriginal": "(const char* name)",
"call_args": "(name)",
"cimguiname": "igSetWindowFocus",
"defaults": {},
"funcname": "SetWindowFocus",
"location": "imgui:379",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowFocusStr",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igSetWindowFontScale": [
{
"args": "(float scale)",
"argsT": [
{
"name": "scale",
"type": "float"
}
],
"argsoriginal": "(float scale)",
"call_args": "(scale)",
"cimguiname": "igSetWindowFontScale",
"defaults": {},
"funcname": "SetWindowFontScale",
"location": "imgui:375",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowFontScale",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igSetWindowPos": [
{
"args": "(const ImVec2 pos,ImGuiCond cond)",
"argsT": [
{
"name": "pos",
"type": "const ImVec2"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(const ImVec2& pos,ImGuiCond cond=0)",
"call_args": "(pos,cond)",
"cimguiname": "igSetWindowPos",
"defaults": {
"cond": "0"
},
"funcname": "SetWindowPos",
"location": "imgui:371",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowPosVec2",
"ret": "void",
"signature": "(const ImVec2,ImGuiCond)",
"stname": ""
},
{
"args": "(const char* name,const ImVec2 pos,ImGuiCond cond)",
"argsT": [
{
"name": "name",
"type": "const char*"
},
{
"name": "pos",
"type": "const ImVec2"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(const char* name,const ImVec2& pos,ImGuiCond cond=0)",
"call_args": "(name,pos,cond)",
"cimguiname": "igSetWindowPos",
"defaults": {
"cond": "0"
},
"funcname": "SetWindowPos",
"location": "imgui:376",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowPosStr",
"ret": "void",
"signature": "(const char*,const ImVec2,ImGuiCond)",
"stname": ""
}
],
"igSetWindowSize": [
{
"args": "(const ImVec2 size,ImGuiCond cond)",
"argsT": [
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(const ImVec2& size,ImGuiCond cond=0)",
"call_args": "(size,cond)",
"cimguiname": "igSetWindowSize",
"defaults": {
"cond": "0"
},
"funcname": "SetWindowSize",
"location": "imgui:372",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowSizeVec2",
"ret": "void",
"signature": "(const ImVec2,ImGuiCond)",
"stname": ""
},
{
"args": "(const char* name,const ImVec2 size,ImGuiCond cond)",
"argsT": [
{
"name": "name",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "cond",
"type": "ImGuiCond"
}
],
"argsoriginal": "(const char* name,const ImVec2& size,ImGuiCond cond=0)",
"call_args": "(name,size,cond)",
"cimguiname": "igSetWindowSize",
"defaults": {
"cond": "0"
},
"funcname": "SetWindowSize",
"location": "imgui:377",
"namespace": "ImGui",
"ov_cimguiname": "igSetWindowSizeStr",
"ret": "void",
"signature": "(const char*,const ImVec2,ImGuiCond)",
"stname": ""
}
],
"igShowAboutWindow": [
{
"args": "(bool* p_open)",
"argsT": [
{
"name": "p_open",
"type": "bool*"
}
],
"argsoriginal": "(bool* p_open=((void*)0))",
"call_args": "(p_open)",
"cimguiname": "igShowAboutWindow",
"defaults": {
"p_open": "NULL"
},
"funcname": "ShowAboutWindow",
"location": "imgui:311",
"namespace": "ImGui",
"ov_cimguiname": "igShowAboutWindow",
"ret": "void",
"signature": "(bool*)",
"stname": ""
}
],
"igShowDemoWindow": [
{
"args": "(bool* p_open)",
"argsT": [
{
"name": "p_open",
"type": "bool*"
}
],
"argsoriginal": "(bool* p_open=((void*)0))",
"call_args": "(p_open)",
"cimguiname": "igShowDemoWindow",
"defaults": {
"p_open": "NULL"
},
"funcname": "ShowDemoWindow",
"location": "imgui:308",
"namespace": "ImGui",
"ov_cimguiname": "igShowDemoWindow",
"ret": "void",
"signature": "(bool*)",
"stname": ""
}
],
"igShowFontSelector": [
{
"args": "(const char* label)",
"argsT": [
{
"name": "label",
"type": "const char*"
}
],
"argsoriginal": "(const char* label)",
"call_args": "(label)",
"cimguiname": "igShowFontSelector",
"defaults": {},
"funcname": "ShowFontSelector",
"location": "imgui:314",
"namespace": "ImGui",
"ov_cimguiname": "igShowFontSelector",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igShowMetricsWindow": [
{
"args": "(bool* p_open)",
"argsT": [
{
"name": "p_open",
"type": "bool*"
}
],
"argsoriginal": "(bool* p_open=((void*)0))",
"call_args": "(p_open)",
"cimguiname": "igShowMetricsWindow",
"defaults": {
"p_open": "NULL"
},
"funcname": "ShowMetricsWindow",
"location": "imgui:309",
"namespace": "ImGui",
"ov_cimguiname": "igShowMetricsWindow",
"ret": "void",
"signature": "(bool*)",
"stname": ""
}
],
"igShowStackToolWindow": [
{
"args": "(bool* p_open)",
"argsT": [
{
"name": "p_open",
"type": "bool*"
}
],
"argsoriginal": "(bool* p_open=((void*)0))",
"call_args": "(p_open)",
"cimguiname": "igShowStackToolWindow",
"defaults": {
"p_open": "NULL"
},
"funcname": "ShowStackToolWindow",
"location": "imgui:310",
"namespace": "ImGui",
"ov_cimguiname": "igShowStackToolWindow",
"ret": "void",
"signature": "(bool*)",
"stname": ""
}
],
"igShowStyleEditor": [
{
"args": "(ImGuiStyle* ref)",
"argsT": [
{
"name": "ref",
"type": "ImGuiStyle*"
}
],
"argsoriginal": "(ImGuiStyle* ref=((void*)0))",
"call_args": "(ref)",
"cimguiname": "igShowStyleEditor",
"defaults": {
"ref": "NULL"
},
"funcname": "ShowStyleEditor",
"location": "imgui:312",
"namespace": "ImGui",
"ov_cimguiname": "igShowStyleEditor",
"ret": "void",
"signature": "(ImGuiStyle*)",
"stname": ""
}
],
"igShowStyleSelector": [
{
"args": "(const char* label)",
"argsT": [
{
"name": "label",
"type": "const char*"
}
],
"argsoriginal": "(const char* label)",
"call_args": "(label)",
"cimguiname": "igShowStyleSelector",
"defaults": {},
"funcname": "ShowStyleSelector",
"location": "imgui:313",
"namespace": "ImGui",
"ov_cimguiname": "igShowStyleSelector",
"ret": "bool",
"signature": "(const char*)",
"stname": ""
}
],
"igShowUserGuide": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igShowUserGuide",
"defaults": {},
"funcname": "ShowUserGuide",
"location": "imgui:315",
"namespace": "ImGui",
"ov_cimguiname": "igShowUserGuide",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igSliderAngle": [
{
"args": "(const char* label,float* v_rad,float v_degrees_min,float v_degrees_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v_rad",
"type": "float*"
},
{
"name": "v_degrees_min",
"type": "float"
},
{
"name": "v_degrees_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float* v_rad,float v_degrees_min=-360.0f,float v_degrees_max=+360.0f,const char* format=\"%.0f deg\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v_rad,v_degrees_min,v_degrees_max,format,flags)",
"cimguiname": "igSliderAngle",
"defaults": {
"flags": "0",
"format": "\"%.0f deg\"",
"v_degrees_max": "+360.0f",
"v_degrees_min": "-360.0f"
},
"funcname": "SliderAngle",
"location": "imgui:559",
"namespace": "ImGui",
"ov_cimguiname": "igSliderAngle",
"ret": "bool",
"signature": "(const char*,float*,float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderFloat": [
{
"args": "(const char* label,float* v,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float*"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float* v,float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderFloat",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "SliderFloat",
"location": "imgui:555",
"namespace": "ImGui",
"ov_cimguiname": "igSliderFloat",
"ret": "bool",
"signature": "(const char*,float*,float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderFloat2": [
{
"args": "(const char* label,float v[2],float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[2]"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float v[2],float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderFloat2",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "SliderFloat2",
"location": "imgui:556",
"namespace": "ImGui",
"ov_cimguiname": "igSliderFloat2",
"ret": "bool",
"signature": "(const char*,float[2],float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderFloat3": [
{
"args": "(const char* label,float v[3],float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[3]"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float v[3],float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderFloat3",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "SliderFloat3",
"location": "imgui:557",
"namespace": "ImGui",
"ov_cimguiname": "igSliderFloat3",
"ret": "bool",
"signature": "(const char*,float[3],float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderFloat4": [
{
"args": "(const char* label,float v[4],float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "float[4]"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,float v[4],float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderFloat4",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "SliderFloat4",
"location": "imgui:558",
"namespace": "ImGui",
"ov_cimguiname": "igSliderFloat4",
"ret": "bool",
"signature": "(const char*,float[4],float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderInt": [
{
"args": "(const char* label,int* v,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int*"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int* v,int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderInt",
"defaults": {
"flags": "0",
"format": "\"%d\""
},
"funcname": "SliderInt",
"location": "imgui:560",
"namespace": "ImGui",
"ov_cimguiname": "igSliderInt",
"ret": "bool",
"signature": "(const char*,int*,int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderInt2": [
{
"args": "(const char* label,int v[2],int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[2]"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int v[2],int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderInt2",
"defaults": {
"flags": "0",
"format": "\"%d\""
},
"funcname": "SliderInt2",
"location": "imgui:561",
"namespace": "ImGui",
"ov_cimguiname": "igSliderInt2",
"ret": "bool",
"signature": "(const char*,int[2],int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderInt3": [
{
"args": "(const char* label,int v[3],int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[3]"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int v[3],int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderInt3",
"defaults": {
"flags": "0",
"format": "\"%d\""
},
"funcname": "SliderInt3",
"location": "imgui:562",
"namespace": "ImGui",
"ov_cimguiname": "igSliderInt3",
"ret": "bool",
"signature": "(const char*,int[3],int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderInt4": [
{
"args": "(const char* label,int v[4],int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "v",
"type": "int[4]"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,int v[4],int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,v,v_min,v_max,format,flags)",
"cimguiname": "igSliderInt4",
"defaults": {
"flags": "0",
"format": "\"%d\""
},
"funcname": "SliderInt4",
"location": "imgui:563",
"namespace": "ImGui",
"ov_cimguiname": "igSliderInt4",
"ret": "bool",
"signature": "(const char*,int[4],int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderScalar": [
{
"args": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "p_min",
"type": "const void*"
},
{
"name": "p_max",
"type": "const void*"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format=((void*)0),ImGuiSliderFlags flags=0)",
"call_args": "(label,data_type,p_data,p_min,p_max,format,flags)",
"cimguiname": "igSliderScalar",
"defaults": {
"flags": "0",
"format": "NULL"
},
"funcname": "SliderScalar",
"location": "imgui:564",
"namespace": "ImGui",
"ov_cimguiname": "igSliderScalar",
"ret": "bool",
"signature": "(const char*,ImGuiDataType,void*,const void*,const void*,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSliderScalarN": [
{
"args": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "components",
"type": "int"
},
{
"name": "p_min",
"type": "const void*"
},
{
"name": "p_max",
"type": "const void*"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_min,const void* p_max,const char* format=((void*)0),ImGuiSliderFlags flags=0)",
"call_args": "(label,data_type,p_data,components,p_min,p_max,format,flags)",
"cimguiname": "igSliderScalarN",
"defaults": {
"flags": "0",
"format": "NULL"
},
"funcname": "SliderScalarN",
"location": "imgui:565",
"namespace": "ImGui",
"ov_cimguiname": "igSliderScalarN",
"ret": "bool",
"signature": "(const char*,ImGuiDataType,void*,int,const void*,const void*,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igSmallButton": [
{
"args": "(const char* label)",
"argsT": [
{
"name": "label",
"type": "const char*"
}
],
"argsoriginal": "(const char* label)",
"call_args": "(label)",
"cimguiname": "igSmallButton",
"defaults": {},
"funcname": "SmallButton",
"location": "imgui:503",
"namespace": "ImGui",
"ov_cimguiname": "igSmallButton",
"ret": "bool",
"signature": "(const char*)",
"stname": ""
}
],
"igSpacing": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igSpacing",
"defaults": {},
"funcname": "Spacing",
"location": "imgui:443",
"namespace": "ImGui",
"ov_cimguiname": "igSpacing",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igStyleColorsClassic": [
{
"args": "(ImGuiStyle* dst)",
"argsT": [
{
"name": "dst",
"type": "ImGuiStyle*"
}
],
"argsoriginal": "(ImGuiStyle* dst=((void*)0))",
"call_args": "(dst)",
"cimguiname": "igStyleColorsClassic",
"defaults": {
"dst": "NULL"
},
"funcname": "StyleColorsClassic",
"location": "imgui:321",
"namespace": "ImGui",
"ov_cimguiname": "igStyleColorsClassic",
"ret": "void",
"signature": "(ImGuiStyle*)",
"stname": ""
}
],
"igStyleColorsDark": [
{
"args": "(ImGuiStyle* dst)",
"argsT": [
{
"name": "dst",
"type": "ImGuiStyle*"
}
],
"argsoriginal": "(ImGuiStyle* dst=((void*)0))",
"call_args": "(dst)",
"cimguiname": "igStyleColorsDark",
"defaults": {
"dst": "NULL"
},
"funcname": "StyleColorsDark",
"location": "imgui:319",
"namespace": "ImGui",
"ov_cimguiname": "igStyleColorsDark",
"ret": "void",
"signature": "(ImGuiStyle*)",
"stname": ""
}
],
"igStyleColorsLight": [
{
"args": "(ImGuiStyle* dst)",
"argsT": [
{
"name": "dst",
"type": "ImGuiStyle*"
}
],
"argsoriginal": "(ImGuiStyle* dst=((void*)0))",
"call_args": "(dst)",
"cimguiname": "igStyleColorsLight",
"defaults": {
"dst": "NULL"
},
"funcname": "StyleColorsLight",
"location": "imgui:320",
"namespace": "ImGui",
"ov_cimguiname": "igStyleColorsLight",
"ret": "void",
"signature": "(ImGuiStyle*)",
"stname": ""
}
],
"igTabItemButton": [
{
"args": "(const char* label,ImGuiTabItemFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiTabItemFlags"
}
],
"argsoriginal": "(const char* label,ImGuiTabItemFlags flags=0)",
"call_args": "(label,flags)",
"cimguiname": "igTabItemButton",
"defaults": {
"flags": "0"
},
"funcname": "TabItemButton",
"location": "imgui:791",
"namespace": "ImGui",
"ov_cimguiname": "igTabItemButton",
"ret": "bool",
"signature": "(const char*,ImGuiTabItemFlags)",
"stname": ""
}
],
"igTableGetColumnCount": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igTableGetColumnCount",
"defaults": {},
"funcname": "TableGetColumnCount",
"location": "imgui:767",
"namespace": "ImGui",
"ov_cimguiname": "igTableGetColumnCount",
"ret": "int",
"signature": "()",
"stname": ""
}
],
"igTableGetColumnFlags": [
{
"args": "(int column_n)",
"argsT": [
{
"name": "column_n",
"type": "int"
}
],
"argsoriginal": "(int column_n=-1)",
"call_args": "(column_n)",
"cimguiname": "igTableGetColumnFlags",
"defaults": {
"column_n": "-1"
},
"funcname": "TableGetColumnFlags",
"location": "imgui:771",
"namespace": "ImGui",
"ov_cimguiname": "igTableGetColumnFlags",
"ret": "ImGuiTableColumnFlags",
"signature": "(int)",
"stname": ""
}
],
"igTableGetColumnIndex": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igTableGetColumnIndex",
"defaults": {},
"funcname": "TableGetColumnIndex",
"location": "imgui:768",
"namespace": "ImGui",
"ov_cimguiname": "igTableGetColumnIndex",
"ret": "int",
"signature": "()",
"stname": ""
}
],
"igTableGetColumnName": [
{
"args": "(int column_n)",
"argsT": [
{
"name": "column_n",
"type": "int"
}
],
"argsoriginal": "(int column_n=-1)",
"call_args": "(column_n)",
"cimguiname": "igTableGetColumnName",
"defaults": {
"column_n": "-1"
},
"funcname": "TableGetColumnName",
"location": "imgui:770",
"namespace": "ImGui",
"ov_cimguiname": "igTableGetColumnName",
"ret": "const char*",
"signature": "(int)",
"stname": ""
}
],
"igTableGetRowIndex": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igTableGetRowIndex",
"defaults": {},
"funcname": "TableGetRowIndex",
"location": "imgui:769",
"namespace": "ImGui",
"ov_cimguiname": "igTableGetRowIndex",
"ret": "int",
"signature": "()",
"stname": ""
}
],
"igTableGetSortSpecs": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igTableGetSortSpecs",
"defaults": {},
"funcname": "TableGetSortSpecs",
"location": "imgui:763",
"namespace": "ImGui",
"ov_cimguiname": "igTableGetSortSpecs",
"ret": "ImGuiTableSortSpecs*",
"signature": "()",
"stname": ""
}
],
"igTableHeader": [
{
"args": "(const char* label)",
"argsT": [
{
"name": "label",
"type": "const char*"
}
],
"argsoriginal": "(const char* label)",
"call_args": "(label)",
"cimguiname": "igTableHeader",
"defaults": {},
"funcname": "TableHeader",
"location": "imgui:755",
"namespace": "ImGui",
"ov_cimguiname": "igTableHeader",
"ret": "void",
"signature": "(const char*)",
"stname": ""
}
],
"igTableHeadersRow": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igTableHeadersRow",
"defaults": {},
"funcname": "TableHeadersRow",
"location": "imgui:754",
"namespace": "ImGui",
"ov_cimguiname": "igTableHeadersRow",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igTableNextColumn": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igTableNextColumn",
"defaults": {},
"funcname": "TableNextColumn",
"location": "imgui:741",
"namespace": "ImGui",
"ov_cimguiname": "igTableNextColumn",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igTableNextRow": [
{
"args": "(ImGuiTableRowFlags row_flags,float min_row_height)",
"argsT": [
{
"name": "row_flags",
"type": "ImGuiTableRowFlags"
},
{
"name": "min_row_height",
"type": "float"
}
],
"argsoriginal": "(ImGuiTableRowFlags row_flags=0,float min_row_height=0.0f)",
"call_args": "(row_flags,min_row_height)",
"cimguiname": "igTableNextRow",
"defaults": {
"min_row_height": "0.0f",
"row_flags": "0"
},
"funcname": "TableNextRow",
"location": "imgui:740",
"namespace": "ImGui",
"ov_cimguiname": "igTableNextRow",
"ret": "void",
"signature": "(ImGuiTableRowFlags,float)",
"stname": ""
}
],
"igTableSetBgColor": [
{
"args": "(ImGuiTableBgTarget target,ImU32 color,int column_n)",
"argsT": [
{
"name": "target",
"type": "ImGuiTableBgTarget"
},
{
"name": "color",
"type": "ImU32"
},
{
"name": "column_n",
"type": "int"
}
],
"argsoriginal": "(ImGuiTableBgTarget target,ImU32 color,int column_n=-1)",
"call_args": "(target,color,column_n)",
"cimguiname": "igTableSetBgColor",
"defaults": {
"column_n": "-1"
},
"funcname": "TableSetBgColor",
"location": "imgui:773",
"namespace": "ImGui",
"ov_cimguiname": "igTableSetBgColor",
"ret": "void",
"signature": "(ImGuiTableBgTarget,ImU32,int)",
"stname": ""
}
],
"igTableSetColumnEnabled": [
{
"args": "(int column_n,bool v)",
"argsT": [
{
"name": "column_n",
"type": "int"
},
{
"name": "v",
"type": "bool"
}
],
"argsoriginal": "(int column_n,bool v)",
"call_args": "(column_n,v)",
"cimguiname": "igTableSetColumnEnabled",
"defaults": {},
"funcname": "TableSetColumnEnabled",
"location": "imgui:772",
"namespace": "ImGui",
"ov_cimguiname": "igTableSetColumnEnabled",
"ret": "void",
"signature": "(int,bool)",
"stname": ""
}
],
"igTableSetColumnIndex": [
{
"args": "(int column_n)",
"argsT": [
{
"name": "column_n",
"type": "int"
}
],
"argsoriginal": "(int column_n)",
"call_args": "(column_n)",
"cimguiname": "igTableSetColumnIndex",
"defaults": {},
"funcname": "TableSetColumnIndex",
"location": "imgui:742",
"namespace": "ImGui",
"ov_cimguiname": "igTableSetColumnIndex",
"ret": "bool",
"signature": "(int)",
"stname": ""
}
],
"igTableSetupColumn": [
{
"args": "(const char* label,ImGuiTableColumnFlags flags,float init_width_or_weight,ImGuiID user_id)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiTableColumnFlags"
},
{
"name": "init_width_or_weight",
"type": "float"
},
{
"name": "user_id",
"type": "ImGuiID"
}
],
"argsoriginal": "(const char* label,ImGuiTableColumnFlags flags=0,float init_width_or_weight=0.0f,ImGuiID user_id=0)",
"call_args": "(label,flags,init_width_or_weight,user_id)",
"cimguiname": "igTableSetupColumn",
"defaults": {
"flags": "0",
"init_width_or_weight": "0.0f",
"user_id": "0"
},
"funcname": "TableSetupColumn",
"location": "imgui:752",
"namespace": "ImGui",
"ov_cimguiname": "igTableSetupColumn",
"ret": "void",
"signature": "(const char*,ImGuiTableColumnFlags,float,ImGuiID)",
"stname": ""
}
],
"igTableSetupScrollFreeze": [
{
"args": "(int cols,int rows)",
"argsT": [
{
"name": "cols",
"type": "int"
},
{
"name": "rows",
"type": "int"
}
],
"argsoriginal": "(int cols,int rows)",
"call_args": "(cols,rows)",
"cimguiname": "igTableSetupScrollFreeze",
"defaults": {},
"funcname": "TableSetupScrollFreeze",
"location": "imgui:753",
"namespace": "ImGui",
"ov_cimguiname": "igTableSetupScrollFreeze",
"ret": "void",
"signature": "(int,int)",
"stname": ""
}
],
"igText": [
{
"args": "(const char* fmt,...)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* fmt,...)",
"call_args": "(fmt,...)",
"cimguiname": "igText",
"defaults": {},
"funcname": "Text",
"isvararg": "...)",
"location": "imgui:486",
"namespace": "ImGui",
"ov_cimguiname": "igText",
"ret": "void",
"signature": "(const char*,...)",
"stname": ""
}
],
"igTextColored": [
{
"args": "(const ImVec4 col,const char* fmt,...)",
"argsT": [
{
"name": "col",
"type": "const ImVec4"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const ImVec4& col,const char* fmt,...)",
"call_args": "(col,fmt,...)",
"cimguiname": "igTextColored",
"defaults": {},
"funcname": "TextColored",
"isvararg": "...)",
"location": "imgui:488",
"namespace": "ImGui",
"ov_cimguiname": "igTextColored",
"ret": "void",
"signature": "(const ImVec4,const char*,...)",
"stname": ""
}
],
"igTextColoredV": [
{
"args": "(const ImVec4 col,const char* fmt,va_list args)",
"argsT": [
{
"name": "col",
"type": "const ImVec4"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const ImVec4& col,const char* fmt,va_list args)",
"call_args": "(col,fmt,args)",
"cimguiname": "igTextColoredV",
"defaults": {},
"funcname": "TextColoredV",
"location": "imgui:489",
"namespace": "ImGui",
"ov_cimguiname": "igTextColoredV",
"ret": "void",
"signature": "(const ImVec4,const char*,va_list)",
"stname": ""
}
],
"igTextDisabled": [
{
"args": "(const char* fmt,...)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* fmt,...)",
"call_args": "(fmt,...)",
"cimguiname": "igTextDisabled",
"defaults": {},
"funcname": "TextDisabled",
"isvararg": "...)",
"location": "imgui:490",
"namespace": "ImGui",
"ov_cimguiname": "igTextDisabled",
"ret": "void",
"signature": "(const char*,...)",
"stname": ""
}
],
"igTextDisabledV": [
{
"args": "(const char* fmt,va_list args)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* fmt,va_list args)",
"call_args": "(fmt,args)",
"cimguiname": "igTextDisabledV",
"defaults": {},
"funcname": "TextDisabledV",
"location": "imgui:491",
"namespace": "ImGui",
"ov_cimguiname": "igTextDisabledV",
"ret": "void",
"signature": "(const char*,va_list)",
"stname": ""
}
],
"igTextUnformatted": [
{
"args": "(const char* text,const char* text_end)",
"argsT": [
{
"name": "text",
"type": "const char*"
},
{
"name": "text_end",
"type": "const char*"
}
],
"argsoriginal": "(const char* text,const char* text_end=((void*)0))",
"call_args": "(text,text_end)",
"cimguiname": "igTextUnformatted",
"defaults": {
"text_end": "NULL"
},
"funcname": "TextUnformatted",
"location": "imgui:485",
"namespace": "ImGui",
"ov_cimguiname": "igTextUnformatted",
"ret": "void",
"signature": "(const char*,const char*)",
"stname": ""
}
],
"igTextV": [
{
"args": "(const char* fmt,va_list args)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* fmt,va_list args)",
"call_args": "(fmt,args)",
"cimguiname": "igTextV",
"defaults": {},
"funcname": "TextV",
"location": "imgui:487",
"namespace": "ImGui",
"ov_cimguiname": "igTextV",
"ret": "void",
"signature": "(const char*,va_list)",
"stname": ""
}
],
"igTextWrapped": [
{
"args": "(const char* fmt,...)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* fmt,...)",
"call_args": "(fmt,...)",
"cimguiname": "igTextWrapped",
"defaults": {},
"funcname": "TextWrapped",
"isvararg": "...)",
"location": "imgui:492",
"namespace": "ImGui",
"ov_cimguiname": "igTextWrapped",
"ret": "void",
"signature": "(const char*,...)",
"stname": ""
}
],
"igTextWrappedV": [
{
"args": "(const char* fmt,va_list args)",
"argsT": [
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* fmt,va_list args)",
"call_args": "(fmt,args)",
"cimguiname": "igTextWrappedV",
"defaults": {},
"funcname": "TextWrappedV",
"location": "imgui:493",
"namespace": "ImGui",
"ov_cimguiname": "igTextWrappedV",
"ret": "void",
"signature": "(const char*,va_list)",
"stname": ""
}
],
"igTreeNode": [
{
"args": "(const char* label)",
"argsT": [
{
"name": "label",
"type": "const char*"
}
],
"argsoriginal": "(const char* label)",
"call_args": "(label)",
"cimguiname": "igTreeNode",
"defaults": {},
"funcname": "TreeNode",
"location": "imgui:600",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeStr",
"ret": "bool",
"signature": "(const char*)",
"stname": ""
},
{
"args": "(const char* str_id,const char* fmt,...)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* str_id,const char* fmt,...)",
"call_args": "(str_id,fmt,...)",
"cimguiname": "igTreeNode",
"defaults": {},
"funcname": "TreeNode",
"isvararg": "...)",
"location": "imgui:601",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeStrStr",
"ret": "bool",
"signature": "(const char*,const char*,...)",
"stname": ""
},
{
"args": "(const void* ptr_id,const char* fmt,...)",
"argsT": [
{
"name": "ptr_id",
"type": "const void*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const void* ptr_id,const char* fmt,...)",
"call_args": "(ptr_id,fmt,...)",
"cimguiname": "igTreeNode",
"defaults": {},
"funcname": "TreeNode",
"isvararg": "...)",
"location": "imgui:602",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodePtr",
"ret": "bool",
"signature": "(const void*,const char*,...)",
"stname": ""
}
],
"igTreeNodeEx": [
{
"args": "(const char* label,ImGuiTreeNodeFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiTreeNodeFlags"
}
],
"argsoriginal": "(const char* label,ImGuiTreeNodeFlags flags=0)",
"call_args": "(label,flags)",
"cimguiname": "igTreeNodeEx",
"defaults": {
"flags": "0"
},
"funcname": "TreeNodeEx",
"location": "imgui:605",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeExStr",
"ret": "bool",
"signature": "(const char*,ImGuiTreeNodeFlags)",
"stname": ""
},
{
"args": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiTreeNodeFlags"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
"call_args": "(str_id,flags,fmt,...)",
"cimguiname": "igTreeNodeEx",
"defaults": {},
"funcname": "TreeNodeEx",
"isvararg": "...)",
"location": "imgui:606",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeExStrStr",
"ret": "bool",
"signature": "(const char*,ImGuiTreeNodeFlags,const char*,...)",
"stname": ""
},
{
"args": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
"argsT": [
{
"name": "ptr_id",
"type": "const void*"
},
{
"name": "flags",
"type": "ImGuiTreeNodeFlags"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "...",
"type": "..."
}
],
"argsoriginal": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...)",
"call_args": "(ptr_id,flags,fmt,...)",
"cimguiname": "igTreeNodeEx",
"defaults": {},
"funcname": "TreeNodeEx",
"isvararg": "...)",
"location": "imgui:607",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeExPtr",
"ret": "bool",
"signature": "(const void*,ImGuiTreeNodeFlags,const char*,...)",
"stname": ""
}
],
"igTreeNodeExV": [
{
"args": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiTreeNodeFlags"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
"call_args": "(str_id,flags,fmt,args)",
"cimguiname": "igTreeNodeExV",
"defaults": {},
"funcname": "TreeNodeExV",
"location": "imgui:608",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeExVStr",
"ret": "bool",
"signature": "(const char*,ImGuiTreeNodeFlags,const char*,va_list)",
"stname": ""
},
{
"args": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
"argsT": [
{
"name": "ptr_id",
"type": "const void*"
},
{
"name": "flags",
"type": "ImGuiTreeNodeFlags"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args)",
"call_args": "(ptr_id,flags,fmt,args)",
"cimguiname": "igTreeNodeExV",
"defaults": {},
"funcname": "TreeNodeExV",
"location": "imgui:609",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeExVPtr",
"ret": "bool",
"signature": "(const void*,ImGuiTreeNodeFlags,const char*,va_list)",
"stname": ""
}
],
"igTreeNodeV": [
{
"args": "(const char* str_id,const char* fmt,va_list args)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const char* str_id,const char* fmt,va_list args)",
"call_args": "(str_id,fmt,args)",
"cimguiname": "igTreeNodeV",
"defaults": {},
"funcname": "TreeNodeV",
"location": "imgui:603",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeVStr",
"ret": "bool",
"signature": "(const char*,const char*,va_list)",
"stname": ""
},
{
"args": "(const void* ptr_id,const char* fmt,va_list args)",
"argsT": [
{
"name": "ptr_id",
"type": "const void*"
},
{
"name": "fmt",
"type": "const char*"
},
{
"name": "args",
"type": "va_list"
}
],
"argsoriginal": "(const void* ptr_id,const char* fmt,va_list args)",
"call_args": "(ptr_id,fmt,args)",
"cimguiname": "igTreeNodeV",
"defaults": {},
"funcname": "TreeNodeV",
"location": "imgui:604",
"namespace": "ImGui",
"ov_cimguiname": "igTreeNodeVPtr",
"ret": "bool",
"signature": "(const void*,const char*,va_list)",
"stname": ""
}
],
"igTreePop": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igTreePop",
"defaults": {},
"funcname": "TreePop",
"location": "imgui:612",
"namespace": "ImGui",
"ov_cimguiname": "igTreePop",
"ret": "void",
"signature": "()",
"stname": ""
}
],
"igTreePush": [
{
"args": "(const char* str_id)",
"argsT": [
{
"name": "str_id",
"type": "const char*"
}
],
"argsoriginal": "(const char* str_id)",
"call_args": "(str_id)",
"cimguiname": "igTreePush",
"defaults": {},
"funcname": "TreePush",
"location": "imgui:610",
"namespace": "ImGui",
"ov_cimguiname": "igTreePushStr",
"ret": "void",
"signature": "(const char*)",
"stname": ""
},
{
"args": "(const void* ptr_id)",
"argsT": [
{
"name": "ptr_id",
"type": "const void*"
}
],
"argsoriginal": "(const void* ptr_id=((void*)0))",
"call_args": "(ptr_id)",
"cimguiname": "igTreePush",
"defaults": {
"ptr_id": "NULL"
},
"funcname": "TreePush",
"location": "imgui:611",
"namespace": "ImGui",
"ov_cimguiname": "igTreePushPtr",
"ret": "void",
"signature": "(const void*)",
"stname": ""
}
],
"igUnindent": [
{
"args": "(float indent_w)",
"argsT": [
{
"name": "indent_w",
"type": "float"
}
],
"argsoriginal": "(float indent_w=0.0f)",
"call_args": "(indent_w)",
"cimguiname": "igUnindent",
"defaults": {
"indent_w": "0.0f"
},
"funcname": "Unindent",
"location": "imgui:446",
"namespace": "ImGui",
"ov_cimguiname": "igUnindent",
"ret": "void",
"signature": "(float)",
"stname": ""
}
],
"igVSliderFloat": [
{
"args": "(const char* label,const ImVec2 size,float* v,float v_min,float v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "v",
"type": "float*"
},
{
"name": "v_min",
"type": "float"
},
{
"name": "v_max",
"type": "float"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,const ImVec2& size,float* v,float v_min,float v_max,const char* format=\"%.3f\",ImGuiSliderFlags flags=0)",
"call_args": "(label,size,v,v_min,v_max,format,flags)",
"cimguiname": "igVSliderFloat",
"defaults": {
"flags": "0",
"format": "\"%.3f\""
},
"funcname": "VSliderFloat",
"location": "imgui:566",
"namespace": "ImGui",
"ov_cimguiname": "igVSliderFloat",
"ret": "bool",
"signature": "(const char*,const ImVec2,float*,float,float,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igVSliderInt": [
{
"args": "(const char* label,const ImVec2 size,int* v,int v_min,int v_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "v",
"type": "int*"
},
{
"name": "v_min",
"type": "int"
},
{
"name": "v_max",
"type": "int"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,const ImVec2& size,int* v,int v_min,int v_max,const char* format=\"%d\",ImGuiSliderFlags flags=0)",
"call_args": "(label,size,v,v_min,v_max,format,flags)",
"cimguiname": "igVSliderInt",
"defaults": {
"flags": "0",
"format": "\"%d\""
},
"funcname": "VSliderInt",
"location": "imgui:567",
"namespace": "ImGui",
"ov_cimguiname": "igVSliderInt",
"ret": "bool",
"signature": "(const char*,const ImVec2,int*,int,int,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igVSliderScalar": [
{
"args": "(const char* label,const ImVec2 size,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags)",
"argsT": [
{
"name": "label",
"type": "const char*"
},
{
"name": "size",
"type": "const ImVec2"
},
{
"name": "data_type",
"type": "ImGuiDataType"
},
{
"name": "p_data",
"type": "void*"
},
{
"name": "p_min",
"type": "const void*"
},
{
"name": "p_max",
"type": "const void*"
},
{
"name": "format",
"type": "const char*"
},
{
"name": "flags",
"type": "ImGuiSliderFlags"
}
],
"argsoriginal": "(const char* label,const ImVec2& size,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format=((void*)0),ImGuiSliderFlags flags=0)",
"call_args": "(label,size,data_type,p_data,p_min,p_max,format,flags)",
"cimguiname": "igVSliderScalar",
"defaults": {
"flags": "0",
"format": "NULL"
},
"funcname": "VSliderScalar",
"location": "imgui:568",
"namespace": "ImGui",
"ov_cimguiname": "igVSliderScalar",
"ret": "bool",
"signature": "(const char*,const ImVec2,ImGuiDataType,void*,const void*,const void*,const char*,ImGuiSliderFlags)",
"stname": ""
}
],
"igValue": [
{
"args": "(const char* prefix,bool b)",
"argsT": [
{
"name": "prefix",
"type": "const char*"
},
{
"name": "b",
"type": "bool"
}
],
"argsoriginal": "(const char* prefix,bool b)",
"call_args": "(prefix,b)",
"cimguiname": "igValue",
"defaults": {},
"funcname": "Value",
"location": "imgui:644",
"namespace": "ImGui",
"ov_cimguiname": "igValueBool",
"ret": "void",
"signature": "(const char*,bool)",
"stname": ""
},
{
"args": "(const char* prefix,int v)",
"argsT": [
{
"name": "prefix",
"type": "const char*"
},
{
"name": "v",
"type": "int"
}
],
"argsoriginal": "(const char* prefix,int v)",
"call_args": "(prefix,v)",
"cimguiname": "igValue",
"defaults": {},
"funcname": "Value",
"location": "imgui:645",
"namespace": "ImGui",
"ov_cimguiname": "igValueInt",
"ret": "void",
"signature": "(const char*,int)",
"stname": ""
},
{
"args": "(const char* prefix,unsigned int v)",
"argsT": [
{
"name": "prefix",
"type": "const char*"
},
{
"name": "v",
"type": "unsigned int"
}
],
"argsoriginal": "(const char* prefix,unsigned int v)",
"call_args": "(prefix,v)",
"cimguiname": "igValue",
"defaults": {},
"funcname": "Value",
"location": "imgui:646",
"namespace": "ImGui",
"ov_cimguiname": "igValueUint",
"ret": "void",
"signature": "(const char*,unsigned int)",
"stname": ""
},
{
"args": "(const char* prefix,float v,const char* float_format)",
"argsT": [
{
"name": "prefix",
"type": "const char*"
},
{
"name": "v",
"type": "float"
},
{
"name": "float_format",
"type": "const char*"
}
],
"argsoriginal": "(const char* prefix,float v,const char* float_format=((void*)0))",
"call_args": "(prefix,v,float_format)",
"cimguiname": "igValue",
"defaults": {
"float_format": "NULL"
},
"funcname": "Value",
"location": "imgui:647",
"namespace": "ImGui",
"ov_cimguiname": "igValueFloat",
"ret": "void",
"signature": "(const char*,float,const char*)",
"stname": ""
}
]
}