diff --git a/src/CodeGenerator/definitions/cimguizmo/definitions.json b/src/CodeGenerator/definitions/cimguizmo/definitions.json new file mode 100644 index 0000000..f42ce9e --- /dev/null +++ b/src/CodeGenerator/definitions/cimguizmo/definitions.json @@ -0,0 +1,430 @@ +{ + "ImGuizmo_BeginFrame": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuizmo_BeginFrame", + "defaults": {}, + "funcname": "BeginFrame", + "location": "ImGuizmo:121", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_BeginFrame", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImGuizmo_DecomposeMatrixToComponents": [ + { + "args": "(const float* matrix,float* translation,float* rotation,float* scale)", + "argsT": [ + { + "name": "matrix", + "type": "const float*" + }, + { + "name": "translation", + "type": "float*" + }, + { + "name": "rotation", + "type": "float*" + }, + { + "name": "scale", + "type": "float*" + } + ], + "argsoriginal": "(const float* matrix,float* translation,float* rotation,float* scale)", + "call_args": "(matrix,translation,rotation,scale)", + "cimguiname": "ImGuizmo_DecomposeMatrixToComponents", + "defaults": {}, + "funcname": "DecomposeMatrixToComponents", + "location": "ImGuizmo:145", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_DecomposeMatrixToComponents", + "ret": "void", + "signature": "(const float*,float*,float*,float*)", + "stname": "" + } + ], + "ImGuizmo_DrawCubes": [ + { + "args": "(const float* view,const float* projection,const float* matrices,int matrixCount)", + "argsT": [ + { + "name": "view", + "type": "const float*" + }, + { + "name": "projection", + "type": "const float*" + }, + { + "name": "matrices", + "type": "const float*" + }, + { + "name": "matrixCount", + "type": "int" + } + ], + "argsoriginal": "(const float* view,const float* projection,const float* matrices,int matrixCount)", + "call_args": "(view,projection,matrices,matrixCount)", + "cimguiname": "ImGuizmo_DrawCubes", + "defaults": {}, + "funcname": "DrawCubes", + "location": "ImGuizmo:153", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_DrawCubes", + "ret": "void", + "signature": "(const float*,const float*,const float*,int)", + "stname": "" + } + ], + "ImGuizmo_DrawGrid": [ + { + "args": "(const float* view,const float* projection,const float* matrix,const float gridSize)", + "argsT": [ + { + "name": "view", + "type": "const float*" + }, + { + "name": "projection", + "type": "const float*" + }, + { + "name": "matrix", + "type": "const float*" + }, + { + "name": "gridSize", + "type": "const float" + } + ], + "argsoriginal": "(const float* view,const float* projection,const float* matrix,const float gridSize)", + "call_args": "(view,projection,matrix,gridSize)", + "cimguiname": "ImGuizmo_DrawGrid", + "defaults": {}, + "funcname": "DrawGrid", + "location": "ImGuizmo:154", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_DrawGrid", + "ret": "void", + "signature": "(const float*,const float*,const float*,const float)", + "stname": "" + } + ], + "ImGuizmo_Enable": [ + { + "args": "(bool enable)", + "argsT": [ + { + "name": "enable", + "type": "bool" + } + ], + "argsoriginal": "(bool enable)", + "call_args": "(enable)", + "cimguiname": "ImGuizmo_Enable", + "defaults": {}, + "funcname": "Enable", + "location": "ImGuizmo:131", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_Enable", + "ret": "void", + "signature": "(bool)", + "stname": "" + } + ], + "ImGuizmo_IsOver": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuizmo_IsOver", + "defaults": {}, + "funcname": "IsOver", + "location": "ImGuizmo:124", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_IsOverNil", + "ret": "bool", + "signature": "()", + "stname": "" + }, + { + "args": "(OPERATION op)", + "argsT": [ + { + "name": "op", + "type": "OPERATION" + } + ], + "argsoriginal": "(OPERATION op)", + "call_args": "(op)", + "cimguiname": "ImGuizmo_IsOver", + "defaults": {}, + "funcname": "IsOver", + "location": "ImGuizmo:185", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_IsOverOPERATION", + "ret": "bool", + "signature": "(OPERATION)", + "stname": "" + } + ], + "ImGuizmo_IsUsing": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImGuizmo_IsUsing", + "defaults": {}, + "funcname": "IsUsing", + "location": "ImGuizmo:127", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_IsUsing", + "ret": "bool", + "signature": "()", + "stname": "" + } + ], + "ImGuizmo_Manipulate": [ + { + "args": "(const float* view,const float* projection,OPERATION operation,MODE mode,float* matrix,float* deltaMatrix,float* snap,float* localBounds,float* boundsSnap)", + "argsT": [ + { + "name": "view", + "type": "const float*" + }, + { + "name": "projection", + "type": "const float*" + }, + { + "name": "operation", + "type": "OPERATION" + }, + { + "name": "mode", + "type": "MODE" + }, + { + "name": "matrix", + "type": "float*" + }, + { + "name": "deltaMatrix", + "type": "float*" + }, + { + "name": "snap", + "type": "float*" + }, + { + "name": "localBounds", + "type": "float*" + }, + { + "name": "boundsSnap", + "type": "float*" + } + ], + "argsoriginal": "(const float* view,const float* projection,OPERATION operation,MODE mode,float* matrix,float* deltaMatrix=NULL,float* snap=NULL,float* localBounds=NULL,float* boundsSnap=NULL)", + "call_args": "(view,projection,operation,mode,matrix,deltaMatrix,snap,localBounds,boundsSnap)", + "cimguiname": "ImGuizmo_Manipulate", + "defaults": { + "boundsSnap": "NULL", + "deltaMatrix": "NULL", + "localBounds": "NULL", + "snap": "NULL" + }, + "funcname": "Manipulate", + "location": "ImGuizmo:174", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_Manipulate", + "ret": "bool", + "signature": "(const float*,const float*,OPERATION,MODE,float*,float*,float*,float*,float*)", + "stname": "" + } + ], + "ImGuizmo_RecomposeMatrixFromComponents": [ + { + "args": "(const float* translation,const float* rotation,const float* scale,float* matrix)", + "argsT": [ + { + "name": "translation", + "type": "const float*" + }, + { + "name": "rotation", + "type": "const float*" + }, + { + "name": "scale", + "type": "const float*" + }, + { + "name": "matrix", + "type": "float*" + } + ], + "argsoriginal": "(const float* translation,const float* rotation,const float* scale,float* matrix)", + "call_args": "(translation,rotation,scale,matrix)", + "cimguiname": "ImGuizmo_RecomposeMatrixFromComponents", + "defaults": {}, + "funcname": "RecomposeMatrixFromComponents", + "location": "ImGuizmo:146", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_RecomposeMatrixFromComponents", + "ret": "void", + "signature": "(const float*,const float*,const float*,float*)", + "stname": "" + } + ], + "ImGuizmo_SetDrawlist": [ + { + "args": "(ImDrawList* drawlist)", + "argsT": [ + { + "name": "drawlist", + "type": "ImDrawList*" + } + ], + "argsoriginal": "(ImDrawList* drawlist=nullptr)", + "call_args": "(drawlist)", + "cimguiname": "ImGuizmo_SetDrawlist", + "defaults": { + "drawlist": "nullptr" + }, + "funcname": "SetDrawlist", + "location": "ImGuizmo:118", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_SetDrawlist", + "ret": "void", + "signature": "(ImDrawList*)", + "stname": "" + } + ], + "ImGuizmo_SetID": [ + { + "args": "(int id)", + "argsT": [ + { + "name": "id", + "type": "int" + } + ], + "argsoriginal": "(int id)", + "call_args": "(id)", + "cimguiname": "ImGuizmo_SetID", + "defaults": {}, + "funcname": "SetID", + "location": "ImGuizmo:182", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_SetID", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "ImGuizmo_SetOrthographic": [ + { + "args": "(bool isOrthographic)", + "argsT": [ + { + "name": "isOrthographic", + "type": "bool" + } + ], + "argsoriginal": "(bool isOrthographic)", + "call_args": "(isOrthographic)", + "cimguiname": "ImGuizmo_SetOrthographic", + "defaults": {}, + "funcname": "SetOrthographic", + "location": "ImGuizmo:150", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_SetOrthographic", + "ret": "void", + "signature": "(bool)", + "stname": "" + } + ], + "ImGuizmo_SetRect": [ + { + "args": "(float x,float y,float width,float height)", + "argsT": [ + { + "name": "x", + "type": "float" + }, + { + "name": "y", + "type": "float" + }, + { + "name": "width", + "type": "float" + }, + { + "name": "height", + "type": "float" + } + ], + "argsoriginal": "(float x,float y,float width,float height)", + "call_args": "(x,y,width,height)", + "cimguiname": "ImGuizmo_SetRect", + "defaults": {}, + "funcname": "SetRect", + "location": "ImGuizmo:148", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_SetRect", + "ret": "void", + "signature": "(float,float,float,float)", + "stname": "" + } + ], + "ImGuizmo_ViewManipulate": [ + { + "args": "(float* view,float length,ImVec2 position,ImVec2 size,ImU32 backgroundColor)", + "argsT": [ + { + "name": "view", + "type": "float*" + }, + { + "name": "length", + "type": "float" + }, + { + "name": "position", + "type": "ImVec2" + }, + { + "name": "size", + "type": "ImVec2" + }, + { + "name": "backgroundColor", + "type": "ImU32" + } + ], + "argsoriginal": "(float* view,float length,ImVec2 position,ImVec2 size,ImU32 backgroundColor)", + "call_args": "(view,length,position,size,backgroundColor)", + "cimguiname": "ImGuizmo_ViewManipulate", + "defaults": {}, + "funcname": "ViewManipulate", + "location": "ImGuizmo:180", + "namespace": "ImGuizmo", + "ov_cimguiname": "ImGuizmo_ViewManipulate", + "ret": "void", + "signature": "(float*,float,ImVec2,ImVec2,ImU32)", + "stname": "" + } + ] +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimguizmo/structs_and_enums.json b/src/CodeGenerator/definitions/cimguizmo/structs_and_enums.json new file mode 100644 index 0000000..f783c55 --- /dev/null +++ b/src/CodeGenerator/definitions/cimguizmo/structs_and_enums.json @@ -0,0 +1,43 @@ +{ + "enums": { + "MODE": [ + { + "calc_value": 0, + "name": "LOCAL", + "value": "0" + }, + { + "calc_value": 1, + "name": "WORLD", + "value": "1" + } + ], + "OPERATION": [ + { + "calc_value": 0, + "name": "TRANSLATE", + "value": "0" + }, + { + "calc_value": 1, + "name": "ROTATE", + "value": "1" + }, + { + "calc_value": 2, + "name": "SCALE", + "value": "2" + }, + { + "calc_value": 3, + "name": "BOUNDS", + "value": "3" + } + ] + }, + "locations": { + "MODE": "ImGuizmo:168", + "OPERATION": "ImGuizmo:160" + }, + "structs": [] +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimguizmo/variants.json b/src/CodeGenerator/definitions/cimguizmo/variants.json new file mode 100644 index 0000000..8593c62 --- /dev/null +++ b/src/CodeGenerator/definitions/cimguizmo/variants.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimnodes/definitions.json b/src/CodeGenerator/definitions/cimnodes/definitions.json new file mode 100644 index 0000000..43d05a4 --- /dev/null +++ b/src/CodeGenerator/definitions/cimnodes/definitions.json @@ -0,0 +1,1577 @@ +{ + "EmulateThreeButtonMouse_EmulateThreeButtonMouse": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "EmulateThreeButtonMouse_EmulateThreeButtonMouse", + "constructor": true, + "defaults": {}, + "funcname": "EmulateThreeButtonMouse", + "location": "imnodes:86", + "ov_cimguiname": "EmulateThreeButtonMouse_EmulateThreeButtonMouse", + "signature": "()", + "stname": "EmulateThreeButtonMouse" + } + ], + "EmulateThreeButtonMouse_destroy": [ + { + "args": "(EmulateThreeButtonMouse* self)", + "argsT": [ + { + "name": "self", + "type": "EmulateThreeButtonMouse*" + } + ], + "call_args": "(self)", + "cimguiname": "EmulateThreeButtonMouse_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "EmulateThreeButtonMouse_destroy", + "ret": "void", + "signature": "(EmulateThreeButtonMouse*)", + "stname": "EmulateThreeButtonMouse" + } + ], + "IO_IO": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "IO_IO", + "constructor": true, + "defaults": {}, + "funcname": "IO", + "location": "imnodes:108", + "ov_cimguiname": "IO_IO", + "signature": "()", + "stname": "IO" + } + ], + "IO_destroy": [ + { + "args": "(IO* self)", + "argsT": [ + { + "name": "self", + "type": "IO*" + } + ], + "call_args": "(self)", + "cimguiname": "IO_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "IO_destroy", + "ret": "void", + "signature": "(IO*)", + "stname": "IO" + } + ], + "LinkDetachWithModifierClick_LinkDetachWithModifierClick": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "LinkDetachWithModifierClick_LinkDetachWithModifierClick", + "constructor": true, + "defaults": {}, + "funcname": "LinkDetachWithModifierClick", + "location": "imnodes:96", + "ov_cimguiname": "LinkDetachWithModifierClick_LinkDetachWithModifierClick", + "signature": "()", + "stname": "LinkDetachWithModifierClick" + } + ], + "LinkDetachWithModifierClick_destroy": [ + { + "args": "(LinkDetachWithModifierClick* self)", + "argsT": [ + { + "name": "self", + "type": "LinkDetachWithModifierClick*" + } + ], + "call_args": "(self)", + "cimguiname": "LinkDetachWithModifierClick_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "LinkDetachWithModifierClick_destroy", + "ret": "void", + "signature": "(LinkDetachWithModifierClick*)", + "stname": "LinkDetachWithModifierClick" + } + ], + "Style_Style": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "Style_Style", + "constructor": true, + "defaults": {}, + "funcname": "Style", + "location": "imnodes:148", + "ov_cimguiname": "Style_Style", + "signature": "()", + "stname": "Style" + } + ], + "Style_destroy": [ + { + "args": "(Style* self)", + "argsT": [ + { + "name": "self", + "type": "Style*" + } + ], + "call_args": "(self)", + "cimguiname": "Style_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "Style_destroy", + "ret": "void", + "signature": "(Style*)", + "stname": "Style" + } + ], + "imnodes_BeginInputAttribute": [ + { + "args": "(int id,PinShape shape)", + "argsT": [ + { + "name": "id", + "type": "int" + }, + { + "name": "shape", + "type": "PinShape" + } + ], + "argsoriginal": "(int id,PinShape shape=PinShape_CircleFilled)", + "call_args": "(id,shape)", + "cimguiname": "imnodes_BeginInputAttribute", + "defaults": { + "shape": "PinShape_CircleFilled" + }, + "funcname": "BeginInputAttribute", + "location": "imnodes:210", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_BeginInputAttribute", + "ret": "void", + "signature": "(int,PinShape)", + "stname": "" + } + ], + "imnodes_BeginNode": [ + { + "args": "(int id)", + "argsT": [ + { + "name": "id", + "type": "int" + } + ], + "argsoriginal": "(int id)", + "call_args": "(id)", + "cimguiname": "imnodes_BeginNode", + "defaults": {}, + "funcname": "BeginNode", + "location": "imnodes:189", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_BeginNode", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "imnodes_BeginNodeEditor": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_BeginNodeEditor", + "defaults": {}, + "funcname": "BeginNodeEditor", + "location": "imnodes:180", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_BeginNodeEditor", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_BeginNodeTitleBar": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_BeginNodeTitleBar", + "defaults": {}, + "funcname": "BeginNodeTitleBar", + "location": "imnodes:197", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_BeginNodeTitleBar", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_BeginOutputAttribute": [ + { + "args": "(int id,PinShape shape)", + "argsT": [ + { + "name": "id", + "type": "int" + }, + { + "name": "shape", + "type": "PinShape" + } + ], + "argsoriginal": "(int id,PinShape shape=PinShape_CircleFilled)", + "call_args": "(id,shape)", + "cimguiname": "imnodes_BeginOutputAttribute", + "defaults": { + "shape": "PinShape_CircleFilled" + }, + "funcname": "BeginOutputAttribute", + "location": "imnodes:213", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_BeginOutputAttribute", + "ret": "void", + "signature": "(int,PinShape)", + "stname": "" + } + ], + "imnodes_BeginStaticAttribute": [ + { + "args": "(int id)", + "argsT": [ + { + "name": "id", + "type": "int" + } + ], + "argsoriginal": "(int id)", + "call_args": "(id)", + "cimguiname": "imnodes_BeginStaticAttribute", + "defaults": {}, + "funcname": "BeginStaticAttribute", + "location": "imnodes:218", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_BeginStaticAttribute", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "imnodes_ClearLinkSelection": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_ClearLinkSelection", + "defaults": {}, + "funcname": "ClearLinkSelection", + "location": "imnodes:272", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_ClearLinkSelection", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_ClearNodeSelection": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_ClearNodeSelection", + "defaults": {}, + "funcname": "ClearNodeSelection", + "location": "imnodes:271", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_ClearNodeSelection", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_EditorContextCreate": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EditorContextCreate", + "defaults": {}, + "funcname": "EditorContextCreate", + "location": "imnodes:158", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EditorContextCreate", + "ret": "EditorContext*", + "signature": "()", + "stname": "" + } + ], + "imnodes_EditorContextFree": [ + { + "args": "(EditorContext* noname1)", + "argsT": [ + { + "name": "noname1", + "type": "EditorContext*" + } + ], + "argsoriginal": "(EditorContext*)", + "call_args": "(noname1)", + "cimguiname": "imnodes_EditorContextFree", + "defaults": {}, + "funcname": "EditorContextFree", + "location": "imnodes:159", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EditorContextFree", + "ret": "void", + "signature": "(EditorContext*)", + "stname": "" + } + ], + "imnodes_EditorContextGetPanning": [ + { + "args": "(ImVec2 *pOut)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + } + ], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EditorContextGetPanning", + "defaults": {}, + "funcname": "EditorContextGetPanning", + "location": "imnodes:161", + "namespace": "imnodes", + "nonUDT": 1, + "ov_cimguiname": "imnodes_EditorContextGetPanning", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_EditorContextMoveToNode": [ + { + "args": "(const int node_id)", + "argsT": [ + { + "name": "node_id", + "type": "const int" + } + ], + "argsoriginal": "(const int node_id)", + "call_args": "(node_id)", + "cimguiname": "imnodes_EditorContextMoveToNode", + "defaults": {}, + "funcname": "EditorContextMoveToNode", + "location": "imnodes:163", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EditorContextMoveToNode", + "ret": "void", + "signature": "(const int)", + "stname": "" + } + ], + "imnodes_EditorContextResetPanning": [ + { + "args": "(const ImVec2 pos)", + "argsT": [ + { + "name": "pos", + "type": "const ImVec2" + } + ], + "argsoriginal": "(const ImVec2& pos)", + "call_args": "(pos)", + "cimguiname": "imnodes_EditorContextResetPanning", + "defaults": {}, + "funcname": "EditorContextResetPanning", + "location": "imnodes:162", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EditorContextResetPanning", + "ret": "void", + "signature": "(const ImVec2)", + "stname": "" + } + ], + "imnodes_EditorContextSet": [ + { + "args": "(EditorContext* noname1)", + "argsT": [ + { + "name": "noname1", + "type": "EditorContext*" + } + ], + "argsoriginal": "(EditorContext*)", + "call_args": "(noname1)", + "cimguiname": "imnodes_EditorContextSet", + "defaults": {}, + "funcname": "EditorContextSet", + "location": "imnodes:160", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EditorContextSet", + "ret": "void", + "signature": "(EditorContext*)", + "stname": "" + } + ], + "imnodes_EndInputAttribute": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EndInputAttribute", + "defaults": {}, + "funcname": "EndInputAttribute", + "location": "imnodes:211", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EndInputAttribute", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_EndNode": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EndNode", + "defaults": {}, + "funcname": "EndNode", + "location": "imnodes:190", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EndNode", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_EndNodeEditor": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EndNodeEditor", + "defaults": {}, + "funcname": "EndNodeEditor", + "location": "imnodes:181", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EndNodeEditor", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_EndNodeTitleBar": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EndNodeTitleBar", + "defaults": {}, + "funcname": "EndNodeTitleBar", + "location": "imnodes:198", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EndNodeTitleBar", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_EndOutputAttribute": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EndOutputAttribute", + "defaults": {}, + "funcname": "EndOutputAttribute", + "location": "imnodes:214", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EndOutputAttribute", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_EndStaticAttribute": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_EndStaticAttribute", + "defaults": {}, + "funcname": "EndStaticAttribute", + "location": "imnodes:219", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_EndStaticAttribute", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_GetIO": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_GetIO", + "defaults": {}, + "funcname": "GetIO", + "location": "imnodes:169", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_GetIO", + "ret": "IO*", + "retref": "&", + "signature": "()", + "stname": "" + } + ], + "imnodes_GetNodeDimensions": [ + { + "args": "(ImVec2 *pOut,int id)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "id", + "type": "int" + } + ], + "argsoriginal": "(int id)", + "call_args": "(id)", + "cimguiname": "imnodes_GetNodeDimensions", + "defaults": {}, + "funcname": "GetNodeDimensions", + "location": "imnodes:192", + "namespace": "imnodes", + "nonUDT": 1, + "ov_cimguiname": "imnodes_GetNodeDimensions", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "imnodes_GetNodeEditorSpacePos": [ + { + "args": "(ImVec2 *pOut,const int node_id)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "node_id", + "type": "const int" + } + ], + "argsoriginal": "(const int node_id)", + "call_args": "(node_id)", + "cimguiname": "imnodes_GetNodeEditorSpacePos", + "defaults": {}, + "funcname": "GetNodeEditorSpacePos", + "location": "imnodes:247", + "namespace": "imnodes", + "nonUDT": 1, + "ov_cimguiname": "imnodes_GetNodeEditorSpacePos", + "ret": "void", + "signature": "(const int)", + "stname": "" + } + ], + "imnodes_GetNodeGridSpacePos": [ + { + "args": "(ImVec2 *pOut,const int node_id)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "node_id", + "type": "const int" + } + ], + "argsoriginal": "(const int node_id)", + "call_args": "(node_id)", + "cimguiname": "imnodes_GetNodeGridSpacePos", + "defaults": {}, + "funcname": "GetNodeGridSpacePos", + "location": "imnodes:248", + "namespace": "imnodes", + "nonUDT": 1, + "ov_cimguiname": "imnodes_GetNodeGridSpacePos", + "ret": "void", + "signature": "(const int)", + "stname": "" + } + ], + "imnodes_GetNodeScreenSpacePos": [ + { + "args": "(ImVec2 *pOut,const int node_id)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "node_id", + "type": "const int" + } + ], + "argsoriginal": "(const int node_id)", + "call_args": "(node_id)", + "cimguiname": "imnodes_GetNodeScreenSpacePos", + "defaults": {}, + "funcname": "GetNodeScreenSpacePos", + "location": "imnodes:246", + "namespace": "imnodes", + "nonUDT": 1, + "ov_cimguiname": "imnodes_GetNodeScreenSpacePos", + "ret": "void", + "signature": "(const int)", + "stname": "" + } + ], + "imnodes_GetSelectedLinks": [ + { + "args": "(int* link_ids)", + "argsT": [ + { + "name": "link_ids", + "type": "int*" + } + ], + "argsoriginal": "(int* link_ids)", + "call_args": "(link_ids)", + "cimguiname": "imnodes_GetSelectedLinks", + "defaults": {}, + "funcname": "GetSelectedLinks", + "location": "imnodes:268", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_GetSelectedLinks", + "ret": "void", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_GetSelectedNodes": [ + { + "args": "(int* node_ids)", + "argsT": [ + { + "name": "node_ids", + "type": "int*" + } + ], + "argsoriginal": "(int* node_ids)", + "call_args": "(node_ids)", + "cimguiname": "imnodes_GetSelectedNodes", + "defaults": {}, + "funcname": "GetSelectedNodes", + "location": "imnodes:267", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_GetSelectedNodes", + "ret": "void", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_GetStyle": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_GetStyle", + "defaults": {}, + "funcname": "GetStyle", + "location": "imnodes:172", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_GetStyle", + "ret": "Style*", + "retref": "&", + "signature": "()", + "stname": "" + } + ], + "imnodes_Initialize": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_Initialize", + "defaults": {}, + "funcname": "Initialize", + "location": "imnodes:166", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_Initialize", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_IsAnyAttributeActive": [ + { + "args": "(int* attribute_id)", + "argsT": [ + { + "name": "attribute_id", + "type": "int*" + } + ], + "argsoriginal": "(int* attribute_id=((void*)0))", + "call_args": "(attribute_id)", + "cimguiname": "imnodes_IsAnyAttributeActive", + "defaults": { + "attribute_id": "((void*)0)" + }, + "funcname": "IsAnyAttributeActive", + "location": "imnodes:278", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsAnyAttributeActive", + "ret": "bool", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_IsAttributeActive": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_IsAttributeActive", + "defaults": {}, + "funcname": "IsAttributeActive", + "location": "imnodes:276", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsAttributeActive", + "ret": "bool", + "signature": "()", + "stname": "" + } + ], + "imnodes_IsEditorHovered": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_IsEditorHovered", + "defaults": {}, + "funcname": "IsEditorHovered", + "location": "imnodes:252", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsEditorHovered", + "ret": "bool", + "signature": "()", + "stname": "" + } + ], + "imnodes_IsLinkCreated": [ + { + "args": "(int* started_at_attribute_id,int* ended_at_attribute_id,bool* created_from_snap)", + "argsT": [ + { + "name": "started_at_attribute_id", + "type": "int*" + }, + { + "name": "ended_at_attribute_id", + "type": "int*" + }, + { + "name": "created_from_snap", + "type": "bool*" + } + ], + "argsoriginal": "(int* started_at_attribute_id,int* ended_at_attribute_id,bool* created_from_snap=((void*)0))", + "call_args": "(started_at_attribute_id,ended_at_attribute_id,created_from_snap)", + "cimguiname": "imnodes_IsLinkCreated", + "defaults": { + "created_from_snap": "((void*)0)" + }, + "funcname": "IsLinkCreated", + "location": "imnodes:293", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsLinkCreatedBoolPtr", + "ret": "bool", + "signature": "(int*,int*,bool*)", + "stname": "" + }, + { + "args": "(int* started_at_node_id,int* started_at_attribute_id,int* ended_at_node_id,int* ended_at_attribute_id,bool* created_from_snap)", + "argsT": [ + { + "name": "started_at_node_id", + "type": "int*" + }, + { + "name": "started_at_attribute_id", + "type": "int*" + }, + { + "name": "ended_at_node_id", + "type": "int*" + }, + { + "name": "ended_at_attribute_id", + "type": "int*" + }, + { + "name": "created_from_snap", + "type": "bool*" + } + ], + "argsoriginal": "(int* started_at_node_id,int* started_at_attribute_id,int* ended_at_node_id,int* ended_at_attribute_id,bool* created_from_snap=((void*)0))", + "call_args": "(started_at_node_id,started_at_attribute_id,ended_at_node_id,ended_at_attribute_id,created_from_snap)", + "cimguiname": "imnodes_IsLinkCreated", + "defaults": { + "created_from_snap": "((void*)0)" + }, + "funcname": "IsLinkCreated", + "location": "imnodes:297", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsLinkCreatedIntPtr", + "ret": "bool", + "signature": "(int*,int*,int*,int*,bool*)", + "stname": "" + } + ], + "imnodes_IsLinkDestroyed": [ + { + "args": "(int* link_id)", + "argsT": [ + { + "name": "link_id", + "type": "int*" + } + ], + "argsoriginal": "(int* link_id)", + "call_args": "(link_id)", + "cimguiname": "imnodes_IsLinkDestroyed", + "defaults": {}, + "funcname": "IsLinkDestroyed", + "location": "imnodes:306", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsLinkDestroyed", + "ret": "bool", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_IsLinkDropped": [ + { + "args": "(int* started_at_attribute_id,bool including_detached_links)", + "argsT": [ + { + "name": "started_at_attribute_id", + "type": "int*" + }, + { + "name": "including_detached_links", + "type": "bool" + } + ], + "argsoriginal": "(int* started_at_attribute_id=((void*)0),bool including_detached_links=true)", + "call_args": "(started_at_attribute_id,including_detached_links)", + "cimguiname": "imnodes_IsLinkDropped", + "defaults": { + "including_detached_links": "true", + "started_at_attribute_id": "((void*)0)" + }, + "funcname": "IsLinkDropped", + "location": "imnodes:291", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsLinkDropped", + "ret": "bool", + "signature": "(int*,bool)", + "stname": "" + } + ], + "imnodes_IsLinkHovered": [ + { + "args": "(int* link_id)", + "argsT": [ + { + "name": "link_id", + "type": "int*" + } + ], + "argsoriginal": "(int* link_id)", + "call_args": "(link_id)", + "cimguiname": "imnodes_IsLinkHovered", + "defaults": {}, + "funcname": "IsLinkHovered", + "location": "imnodes:257", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsLinkHovered", + "ret": "bool", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_IsLinkStarted": [ + { + "args": "(int* started_at_attribute_id)", + "argsT": [ + { + "name": "started_at_attribute_id", + "type": "int*" + } + ], + "argsoriginal": "(int* started_at_attribute_id)", + "call_args": "(started_at_attribute_id)", + "cimguiname": "imnodes_IsLinkStarted", + "defaults": {}, + "funcname": "IsLinkStarted", + "location": "imnodes:284", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsLinkStarted", + "ret": "bool", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_IsNodeHovered": [ + { + "args": "(int* node_id)", + "argsT": [ + { + "name": "node_id", + "type": "int*" + } + ], + "argsoriginal": "(int* node_id)", + "call_args": "(node_id)", + "cimguiname": "imnodes_IsNodeHovered", + "defaults": {}, + "funcname": "IsNodeHovered", + "location": "imnodes:256", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsNodeHovered", + "ret": "bool", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_IsPinHovered": [ + { + "args": "(int* attribute_id)", + "argsT": [ + { + "name": "attribute_id", + "type": "int*" + } + ], + "argsoriginal": "(int* attribute_id)", + "call_args": "(attribute_id)", + "cimguiname": "imnodes_IsPinHovered", + "defaults": {}, + "funcname": "IsPinHovered", + "location": "imnodes:258", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_IsPinHovered", + "ret": "bool", + "signature": "(int*)", + "stname": "" + } + ], + "imnodes_Link": [ + { + "args": "(int id,int start_attribute_id,int end_attribute_id)", + "argsT": [ + { + "name": "id", + "type": "int" + }, + { + "name": "start_attribute_id", + "type": "int" + }, + { + "name": "end_attribute_id", + "type": "int" + } + ], + "argsoriginal": "(int id,int start_attribute_id,int end_attribute_id)", + "call_args": "(id,start_attribute_id,end_attribute_id)", + "cimguiname": "imnodes_Link", + "defaults": {}, + "funcname": "Link", + "location": "imnodes:228", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_Link", + "ret": "void", + "signature": "(int,int,int)", + "stname": "" + } + ], + "imnodes_LoadCurrentEditorStateFromIniFile": [ + { + "args": "(const char* file_name)", + "argsT": [ + { + "name": "file_name", + "type": "const char*" + } + ], + "argsoriginal": "(const char* file_name)", + "call_args": "(file_name)", + "cimguiname": "imnodes_LoadCurrentEditorStateFromIniFile", + "defaults": {}, + "funcname": "LoadCurrentEditorStateFromIniFile", + "location": "imnodes:320", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_LoadCurrentEditorStateFromIniFile", + "ret": "void", + "signature": "(const char*)", + "stname": "" + } + ], + "imnodes_LoadCurrentEditorStateFromIniString": [ + { + "args": "(const char* data,size_t data_size)", + "argsT": [ + { + "name": "data", + "type": "const char*" + }, + { + "name": "data_size", + "type": "size_t" + } + ], + "argsoriginal": "(const char* data,size_t data_size)", + "call_args": "(data,data_size)", + "cimguiname": "imnodes_LoadCurrentEditorStateFromIniString", + "defaults": {}, + "funcname": "LoadCurrentEditorStateFromIniString", + "location": "imnodes:314", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_LoadCurrentEditorStateFromIniString", + "ret": "void", + "signature": "(const char*,size_t)", + "stname": "" + } + ], + "imnodes_LoadEditorStateFromIniFile": [ + { + "args": "(EditorContext* editor,const char* file_name)", + "argsT": [ + { + "name": "editor", + "type": "EditorContext*" + }, + { + "name": "file_name", + "type": "const char*" + } + ], + "argsoriginal": "(EditorContext* editor,const char* file_name)", + "call_args": "(editor,file_name)", + "cimguiname": "imnodes_LoadEditorStateFromIniFile", + "defaults": {}, + "funcname": "LoadEditorStateFromIniFile", + "location": "imnodes:321", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_LoadEditorStateFromIniFile", + "ret": "void", + "signature": "(EditorContext*,const char*)", + "stname": "" + } + ], + "imnodes_LoadEditorStateFromIniString": [ + { + "args": "(EditorContext* editor,const char* data,size_t data_size)", + "argsT": [ + { + "name": "editor", + "type": "EditorContext*" + }, + { + "name": "data", + "type": "const char*" + }, + { + "name": "data_size", + "type": "size_t" + } + ], + "argsoriginal": "(EditorContext* editor,const char* data,size_t data_size)", + "call_args": "(editor,data,data_size)", + "cimguiname": "imnodes_LoadEditorStateFromIniString", + "defaults": {}, + "funcname": "LoadEditorStateFromIniString", + "location": "imnodes:315", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_LoadEditorStateFromIniString", + "ret": "void", + "signature": "(EditorContext*,const char*,size_t)", + "stname": "" + } + ], + "imnodes_NumSelectedLinks": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_NumSelectedLinks", + "defaults": {}, + "funcname": "NumSelectedLinks", + "location": "imnodes:263", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_NumSelectedLinks", + "ret": "int", + "signature": "()", + "stname": "" + } + ], + "imnodes_NumSelectedNodes": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_NumSelectedNodes", + "defaults": {}, + "funcname": "NumSelectedNodes", + "location": "imnodes:262", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_NumSelectedNodes", + "ret": "int", + "signature": "()", + "stname": "" + } + ], + "imnodes_PopAttributeFlag": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_PopAttributeFlag", + "defaults": {}, + "funcname": "PopAttributeFlag", + "location": "imnodes:223", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_PopAttributeFlag", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_PopColorStyle": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_PopColorStyle", + "defaults": {}, + "funcname": "PopColorStyle", + "location": "imnodes:185", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_PopColorStyle", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_PopStyleVar": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_PopStyleVar", + "defaults": {}, + "funcname": "PopStyleVar", + "location": "imnodes:187", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_PopStyleVar", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_PushAttributeFlag": [ + { + "args": "(AttributeFlags flag)", + "argsT": [ + { + "name": "flag", + "type": "AttributeFlags" + } + ], + "argsoriginal": "(AttributeFlags flag)", + "call_args": "(flag)", + "cimguiname": "imnodes_PushAttributeFlag", + "defaults": {}, + "funcname": "PushAttributeFlag", + "location": "imnodes:222", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_PushAttributeFlag", + "ret": "void", + "signature": "(AttributeFlags)", + "stname": "" + } + ], + "imnodes_PushColorStyle": [ + { + "args": "(ColorStyle item,unsigned int color)", + "argsT": [ + { + "name": "item", + "type": "ColorStyle" + }, + { + "name": "color", + "type": "unsigned int" + } + ], + "argsoriginal": "(ColorStyle item,unsigned int color)", + "call_args": "(item,color)", + "cimguiname": "imnodes_PushColorStyle", + "defaults": {}, + "funcname": "PushColorStyle", + "location": "imnodes:184", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_PushColorStyle", + "ret": "void", + "signature": "(ColorStyle,unsigned int)", + "stname": "" + } + ], + "imnodes_PushStyleVar": [ + { + "args": "(StyleVar style_item,float value)", + "argsT": [ + { + "name": "style_item", + "type": "StyleVar" + }, + { + "name": "value", + "type": "float" + } + ], + "argsoriginal": "(StyleVar style_item,float value)", + "call_args": "(style_item,value)", + "cimguiname": "imnodes_PushStyleVar", + "defaults": {}, + "funcname": "PushStyleVar", + "location": "imnodes:186", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_PushStyleVar", + "ret": "void", + "signature": "(StyleVar,float)", + "stname": "" + } + ], + "imnodes_SaveCurrentEditorStateToIniFile": [ + { + "args": "(const char* file_name)", + "argsT": [ + { + "name": "file_name", + "type": "const char*" + } + ], + "argsoriginal": "(const char* file_name)", + "call_args": "(file_name)", + "cimguiname": "imnodes_SaveCurrentEditorStateToIniFile", + "defaults": {}, + "funcname": "SaveCurrentEditorStateToIniFile", + "location": "imnodes:317", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SaveCurrentEditorStateToIniFile", + "ret": "void", + "signature": "(const char*)", + "stname": "" + } + ], + "imnodes_SaveCurrentEditorStateToIniString": [ + { + "args": "(size_t* data_size)", + "argsT": [ + { + "name": "data_size", + "type": "size_t*" + } + ], + "argsoriginal": "(size_t* data_size=((void*)0))", + "call_args": "(data_size)", + "cimguiname": "imnodes_SaveCurrentEditorStateToIniString", + "defaults": { + "data_size": "((void*)0)" + }, + "funcname": "SaveCurrentEditorStateToIniString", + "location": "imnodes:311", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SaveCurrentEditorStateToIniString", + "ret": "const char*", + "signature": "(size_t*)", + "stname": "" + } + ], + "imnodes_SaveEditorStateToIniFile": [ + { + "args": "(const EditorContext* editor,const char* file_name)", + "argsT": [ + { + "name": "editor", + "type": "const EditorContext*" + }, + { + "name": "file_name", + "type": "const char*" + } + ], + "argsoriginal": "(const EditorContext* editor,const char* file_name)", + "call_args": "(editor,file_name)", + "cimguiname": "imnodes_SaveEditorStateToIniFile", + "defaults": {}, + "funcname": "SaveEditorStateToIniFile", + "location": "imnodes:318", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SaveEditorStateToIniFile", + "ret": "void", + "signature": "(const EditorContext*,const char*)", + "stname": "" + } + ], + "imnodes_SaveEditorStateToIniString": [ + { + "args": "(const EditorContext* editor,size_t* data_size)", + "argsT": [ + { + "name": "editor", + "type": "const EditorContext*" + }, + { + "name": "data_size", + "type": "size_t*" + } + ], + "argsoriginal": "(const EditorContext* editor,size_t* data_size=((void*)0))", + "call_args": "(editor,data_size)", + "cimguiname": "imnodes_SaveEditorStateToIniString", + "defaults": { + "data_size": "((void*)0)" + }, + "funcname": "SaveEditorStateToIniString", + "location": "imnodes:312", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SaveEditorStateToIniString", + "ret": "const char*", + "signature": "(const EditorContext*,size_t*)", + "stname": "" + } + ], + "imnodes_SetNodeDraggable": [ + { + "args": "(int node_id,const bool draggable)", + "argsT": [ + { + "name": "node_id", + "type": "int" + }, + { + "name": "draggable", + "type": "const bool" + } + ], + "argsoriginal": "(int node_id,const bool draggable)", + "call_args": "(node_id,draggable)", + "cimguiname": "imnodes_SetNodeDraggable", + "defaults": {}, + "funcname": "SetNodeDraggable", + "location": "imnodes:231", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SetNodeDraggable", + "ret": "void", + "signature": "(int,const bool)", + "stname": "" + } + ], + "imnodes_SetNodeEditorSpacePos": [ + { + "args": "(int node_id,const ImVec2 editor_space_pos)", + "argsT": [ + { + "name": "node_id", + "type": "int" + }, + { + "name": "editor_space_pos", + "type": "const ImVec2" + } + ], + "argsoriginal": "(int node_id,const ImVec2& editor_space_pos)", + "call_args": "(node_id,editor_space_pos)", + "cimguiname": "imnodes_SetNodeEditorSpacePos", + "defaults": {}, + "funcname": "SetNodeEditorSpacePos", + "location": "imnodes:243", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SetNodeEditorSpacePos", + "ret": "void", + "signature": "(int,const ImVec2)", + "stname": "" + } + ], + "imnodes_SetNodeGridSpacePos": [ + { + "args": "(int node_id,const ImVec2 grid_pos)", + "argsT": [ + { + "name": "node_id", + "type": "int" + }, + { + "name": "grid_pos", + "type": "const ImVec2" + } + ], + "argsoriginal": "(int node_id,const ImVec2& grid_pos)", + "call_args": "(node_id,grid_pos)", + "cimguiname": "imnodes_SetNodeGridSpacePos", + "defaults": {}, + "funcname": "SetNodeGridSpacePos", + "location": "imnodes:244", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SetNodeGridSpacePos", + "ret": "void", + "signature": "(int,const ImVec2)", + "stname": "" + } + ], + "imnodes_SetNodeScreenSpacePos": [ + { + "args": "(int node_id,const ImVec2 screen_space_pos)", + "argsT": [ + { + "name": "node_id", + "type": "int" + }, + { + "name": "screen_space_pos", + "type": "const ImVec2" + } + ], + "argsoriginal": "(int node_id,const ImVec2& screen_space_pos)", + "call_args": "(node_id,screen_space_pos)", + "cimguiname": "imnodes_SetNodeScreenSpacePos", + "defaults": {}, + "funcname": "SetNodeScreenSpacePos", + "location": "imnodes:242", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_SetNodeScreenSpacePos", + "ret": "void", + "signature": "(int,const ImVec2)", + "stname": "" + } + ], + "imnodes_Shutdown": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_Shutdown", + "defaults": {}, + "funcname": "Shutdown", + "location": "imnodes:167", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_Shutdown", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_StyleColorsClassic": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_StyleColorsClassic", + "defaults": {}, + "funcname": "StyleColorsClassic", + "location": "imnodes:175", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_StyleColorsClassic", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_StyleColorsDark": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_StyleColorsDark", + "defaults": {}, + "funcname": "StyleColorsDark", + "location": "imnodes:174", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_StyleColorsDark", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "imnodes_StyleColorsLight": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "imnodes_StyleColorsLight", + "defaults": {}, + "funcname": "StyleColorsLight", + "location": "imnodes:176", + "namespace": "imnodes", + "ov_cimguiname": "imnodes_StyleColorsLight", + "ret": "void", + "signature": "()", + "stname": "" + } + ] +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimnodes/structs_and_enums.json b/src/CodeGenerator/definitions/cimnodes/structs_and_enums.json new file mode 100644 index 0000000..3956589 --- /dev/null +++ b/src/CodeGenerator/definitions/cimnodes/structs_and_enums.json @@ -0,0 +1,335 @@ +{ + "enums": { + "AttributeFlags": [ + { + "calc_value": 0, + "name": "AttributeFlags_None", + "value": "0" + }, + { + "calc_value": 1, + "name": "AttributeFlags_EnableLinkDetachWithDragClick", + "value": "1 << 0" + }, + { + "calc_value": 2, + "name": "AttributeFlags_EnableLinkCreationOnSnap", + "value": "1 << 1" + } + ], + "ColorStyle": [ + { + "calc_value": 0, + "name": "ColorStyle_NodeBackground", + "value": "0" + }, + { + "calc_value": 1, + "name": "ColorStyle_NodeBackgroundHovered", + "value": "1" + }, + { + "calc_value": 2, + "name": "ColorStyle_NodeBackgroundSelected", + "value": "2" + }, + { + "calc_value": 3, + "name": "ColorStyle_NodeOutline", + "value": "3" + }, + { + "calc_value": 4, + "name": "ColorStyle_TitleBar", + "value": "4" + }, + { + "calc_value": 5, + "name": "ColorStyle_TitleBarHovered", + "value": "5" + }, + { + "calc_value": 6, + "name": "ColorStyle_TitleBarSelected", + "value": "6" + }, + { + "calc_value": 7, + "name": "ColorStyle_Link", + "value": "7" + }, + { + "calc_value": 8, + "name": "ColorStyle_LinkHovered", + "value": "8" + }, + { + "calc_value": 9, + "name": "ColorStyle_LinkSelected", + "value": "9" + }, + { + "calc_value": 10, + "name": "ColorStyle_Pin", + "value": "10" + }, + { + "calc_value": 11, + "name": "ColorStyle_PinHovered", + "value": "11" + }, + { + "calc_value": 12, + "name": "ColorStyle_BoxSelector", + "value": "12" + }, + { + "calc_value": 13, + "name": "ColorStyle_BoxSelectorOutline", + "value": "13" + }, + { + "calc_value": 14, + "name": "ColorStyle_GridBackground", + "value": "14" + }, + { + "calc_value": 15, + "name": "ColorStyle_GridLine", + "value": "15" + }, + { + "calc_value": 16, + "name": "ColorStyle_Count", + "value": "16" + } + ], + "PinShape": [ + { + "calc_value": 0, + "name": "PinShape_Circle", + "value": "0" + }, + { + "calc_value": 1, + "name": "PinShape_CircleFilled", + "value": "1" + }, + { + "calc_value": 2, + "name": "PinShape_Triangle", + "value": "2" + }, + { + "calc_value": 3, + "name": "PinShape_TriangleFilled", + "value": "3" + }, + { + "calc_value": 4, + "name": "PinShape_Quad", + "value": "4" + }, + { + "calc_value": 5, + "name": "PinShape_QuadFilled", + "value": "5" + } + ], + "StyleFlags": [ + { + "calc_value": 0, + "name": "StyleFlags_None", + "value": "0" + }, + { + "calc_value": 1, + "name": "StyleFlags_NodeOutline", + "value": "1 << 0" + }, + { + "calc_value": 4, + "name": "StyleFlags_GridLines", + "value": "1 << 2" + } + ], + "StyleVar": [ + { + "calc_value": 0, + "name": "StyleVar_GridSpacing", + "value": "0" + }, + { + "calc_value": 1, + "name": "StyleVar_NodeCornerRounding", + "value": "1" + }, + { + "calc_value": 2, + "name": "StyleVar_NodePaddingHorizontal", + "value": "2" + }, + { + "calc_value": 3, + "name": "StyleVar_NodePaddingVertical", + "value": "3" + }, + { + "calc_value": 4, + "name": "StyleVar_NodeBorderThickness", + "value": "4" + }, + { + "calc_value": 5, + "name": "StyleVar_LinkThickness", + "value": "5" + }, + { + "calc_value": 6, + "name": "StyleVar_LinkLineSegmentsPerLength", + "value": "6" + }, + { + "calc_value": 7, + "name": "StyleVar_LinkHoverDistance", + "value": "7" + }, + { + "calc_value": 8, + "name": "StyleVar_PinCircleRadius", + "value": "8" + }, + { + "calc_value": 9, + "name": "StyleVar_PinQuadSideLength", + "value": "9" + }, + { + "calc_value": 10, + "name": "StyleVar_PinTriangleSideLength", + "value": "10" + }, + { + "calc_value": 11, + "name": "StyleVar_PinLineThickness", + "value": "11" + }, + { + "calc_value": 12, + "name": "StyleVar_PinHoverRadius", + "value": "12" + }, + { + "calc_value": 13, + "name": "StyleVar_PinOffset", + "value": "13" + } + ] + }, + "locations": { + "AttributeFlags": "imnodes:67", + "ColorStyle": "imnodes:9", + "EmulateThreeButtonMouse": "imnodes:84", + "IO": "imnodes:82", + "LinkDetachWithModifierClick": "imnodes:94", + "PinShape": "imnodes:56", + "Style": "imnodes:111", + "StyleFlags": "imnodes:48", + "StyleVar": "imnodes:30" + }, + "structs": { + "EmulateThreeButtonMouse": [ + { + "name": "enabled", + "type": "bool" + }, + { + "name": "modifier", + "type": "const bool*" + } + ], + "IO": [ + { + "name": "emulate_three_button_mouse", + "type": "EmulateThreeButtonMouse" + }, + { + "name": "link_detach_with_modifier_click", + "type": "LinkDetachWithModifierClick" + } + ], + "LinkDetachWithModifierClick": [ + { + "name": "modifier", + "type": "const bool*" + } + ], + "Style": [ + { + "name": "grid_spacing", + "type": "float" + }, + { + "name": "node_corner_rounding", + "type": "float" + }, + { + "name": "node_padding_horizontal", + "type": "float" + }, + { + "name": "node_padding_vertical", + "type": "float" + }, + { + "name": "node_border_thickness", + "type": "float" + }, + { + "name": "link_thickness", + "type": "float" + }, + { + "name": "link_line_segments_per_length", + "type": "float" + }, + { + "name": "link_hover_distance", + "type": "float" + }, + { + "name": "pin_circle_radius", + "type": "float" + }, + { + "name": "pin_quad_side_length", + "type": "float" + }, + { + "name": "pin_triangle_side_length", + "type": "float" + }, + { + "name": "pin_line_thickness", + "type": "float" + }, + { + "name": "pin_hover_radius", + "type": "float" + }, + { + "name": "pin_offset", + "type": "float" + }, + { + "name": "flags", + "type": "StyleFlags" + }, + { + "name": "colors[ColorStyle_Count]", + "size": 16, + "type": "unsigned int" + } + ] + } +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimnodes/variants.json b/src/CodeGenerator/definitions/cimnodes/variants.json new file mode 100644 index 0000000..8593c62 --- /dev/null +++ b/src/CodeGenerator/definitions/cimnodes/variants.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimplot/definitions.json b/src/CodeGenerator/definitions/cimplot/definitions.json new file mode 100644 index 0000000..ec7b83e --- /dev/null +++ b/src/CodeGenerator/definitions/cimplot/definitions.json @@ -0,0 +1,13974 @@ +{ + "ImPlotInputMap_ImPlotInputMap": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlotInputMap_ImPlotInputMap", + "constructor": true, + "defaults": {}, + "funcname": "ImPlotInputMap", + "location": "implot:303", + "ov_cimguiname": "ImPlotInputMap_ImPlotInputMap", + "signature": "()", + "stname": "ImPlotInputMap" + } + ], + "ImPlotInputMap_destroy": [ + { + "args": "(ImPlotInputMap* self)", + "argsT": [ + { + "name": "self", + "type": "ImPlotInputMap*" + } + ], + "call_args": "(self)", + "cimguiname": "ImPlotInputMap_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImPlotInputMap_destroy", + "ret": "void", + "signature": "(ImPlotInputMap*)", + "stname": "ImPlotInputMap" + } + ], + "ImPlotLimits_Contains": [ + { + "args": "(ImPlotLimits* self,const ImPlotPoint p)", + "argsT": [ + { + "name": "self", + "type": "ImPlotLimits*" + }, + { + "name": "p", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const ImPlotPoint& p)", + "call_args": "(p)", + "cimguiname": "ImPlotLimits_Contains", + "defaults": {}, + "funcname": "Contains", + "location": "implot:245", + "ov_cimguiname": "ImPlotLimits_ContainsPlotPoInt", + "ret": "bool", + "signature": "(const ImPlotPoint)const", + "stname": "ImPlotLimits" + }, + { + "args": "(ImPlotLimits* self,double x,double y)", + "argsT": [ + { + "name": "self", + "type": "ImPlotLimits*" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + } + ], + "argsoriginal": "(double x,double y)", + "call_args": "(x,y)", + "cimguiname": "ImPlotLimits_Contains", + "defaults": {}, + "funcname": "Contains", + "location": "implot:246", + "ov_cimguiname": "ImPlotLimits_Containsdouble", + "ret": "bool", + "signature": "(double,double)const", + "stname": "ImPlotLimits" + } + ], + "ImPlotPoint_ImPlotPoint": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlotPoint_ImPlotPoint", + "constructor": true, + "defaults": {}, + "funcname": "ImPlotPoint", + "location": "implot:222", + "ov_cimguiname": "ImPlotPoint_ImPlotPointNil", + "signature": "()", + "stname": "ImPlotPoint" + }, + { + "args": "(double _x,double _y)", + "argsT": [ + { + "name": "_x", + "type": "double" + }, + { + "name": "_y", + "type": "double" + } + ], + "argsoriginal": "(double _x,double _y)", + "call_args": "(_x,_y)", + "cimguiname": "ImPlotPoint_ImPlotPoint", + "constructor": true, + "defaults": {}, + "funcname": "ImPlotPoint", + "location": "implot:223", + "ov_cimguiname": "ImPlotPoint_ImPlotPointdouble", + "signature": "(double,double)", + "stname": "ImPlotPoint" + }, + { + "args": "(const ImVec2 p)", + "argsT": [ + { + "name": "p", + "type": "const ImVec2" + } + ], + "argsoriginal": "(const ImVec2& p)", + "call_args": "(p)", + "cimguiname": "ImPlotPoint_ImPlotPoint", + "constructor": true, + "defaults": {}, + "funcname": "ImPlotPoint", + "location": "implot:224", + "ov_cimguiname": "ImPlotPoint_ImPlotPointVec2", + "signature": "(const ImVec2)", + "stname": "ImPlotPoint" + } + ], + "ImPlotPoint_destroy": [ + { + "args": "(ImPlotPoint* self)", + "argsT": [ + { + "name": "self", + "type": "ImPlotPoint*" + } + ], + "call_args": "(self)", + "cimguiname": "ImPlotPoint_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImPlotPoint_destroy", + "ret": "void", + "signature": "(ImPlotPoint*)", + "stname": "ImPlotPoint" + } + ], + "ImPlotRange_Contains": [ + { + "args": "(ImPlotRange* self,double value)", + "argsT": [ + { + "name": "self", + "type": "ImPlotRange*" + }, + { + "name": "value", + "type": "double" + } + ], + "argsoriginal": "(double value)", + "call_args": "(value)", + "cimguiname": "ImPlotRange_Contains", + "defaults": {}, + "funcname": "Contains", + "location": "implot:238", + "ov_cimguiname": "ImPlotRange_Contains", + "ret": "bool", + "signature": "(double)const", + "stname": "ImPlotRange" + } + ], + "ImPlotRange_ImPlotRange": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlotRange_ImPlotRange", + "constructor": true, + "defaults": {}, + "funcname": "ImPlotRange", + "location": "implot:236", + "ov_cimguiname": "ImPlotRange_ImPlotRangeNil", + "signature": "()", + "stname": "ImPlotRange" + }, + { + "args": "(double _min,double _max)", + "argsT": [ + { + "name": "_min", + "type": "double" + }, + { + "name": "_max", + "type": "double" + } + ], + "argsoriginal": "(double _min,double _max)", + "call_args": "(_min,_max)", + "cimguiname": "ImPlotRange_ImPlotRange", + "constructor": true, + "defaults": {}, + "funcname": "ImPlotRange", + "location": "implot:237", + "ov_cimguiname": "ImPlotRange_ImPlotRangedouble", + "signature": "(double,double)", + "stname": "ImPlotRange" + } + ], + "ImPlotRange_Size": [ + { + "args": "(ImPlotRange* self)", + "argsT": [ + { + "name": "self", + "type": "ImPlotRange*" + } + ], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlotRange_Size", + "defaults": {}, + "funcname": "Size", + "location": "implot:239", + "ov_cimguiname": "ImPlotRange_Size", + "ret": "double", + "signature": "()const", + "stname": "ImPlotRange" + } + ], + "ImPlotRange_destroy": [ + { + "args": "(ImPlotRange* self)", + "argsT": [ + { + "name": "self", + "type": "ImPlotRange*" + } + ], + "call_args": "(self)", + "cimguiname": "ImPlotRange_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImPlotRange_destroy", + "ret": "void", + "signature": "(ImPlotRange*)", + "stname": "ImPlotRange" + } + ], + "ImPlotStyle_ImPlotStyle": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlotStyle_ImPlotStyle", + "constructor": true, + "defaults": {}, + "funcname": "ImPlotStyle", + "location": "implot:286", + "ov_cimguiname": "ImPlotStyle_ImPlotStyle", + "signature": "()", + "stname": "ImPlotStyle" + } + ], + "ImPlotStyle_destroy": [ + { + "args": "(ImPlotStyle* self)", + "argsT": [ + { + "name": "self", + "type": "ImPlotStyle*" + } + ], + "call_args": "(self)", + "cimguiname": "ImPlotStyle_destroy", + "defaults": {}, + "destructor": true, + "ov_cimguiname": "ImPlotStyle_destroy", + "ret": "void", + "signature": "(ImPlotStyle*)", + "stname": "ImPlotStyle" + } + ], + "ImPlot_Annotate": [ + { + "args": "(double x,double y,const ImVec2 pix_offset,const char* fmt,...)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "...", + "type": "..." + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const char* fmt,...)", + "call_args": "(x,y,pix_offset,fmt,...)", + "cimguiname": "ImPlot_Annotate", + "defaults": {}, + "funcname": "Annotate", + "isvararg": "...)", + "location": "implot:514", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateStr", + "ret": "void", + "signature": "(double,double,const ImVec2,const char*,...)", + "stname": "" + }, + { + "args": "(double x,double y,const ImVec2 pix_offset,const ImVec4 color,const char* fmt,...)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "color", + "type": "const ImVec4" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "...", + "type": "..." + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const ImVec4& color,const char* fmt,...)", + "call_args": "(x,y,pix_offset,color,fmt,...)", + "cimguiname": "ImPlot_Annotate", + "defaults": {}, + "funcname": "Annotate", + "isvararg": "...)", + "location": "implot:515", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateVec4", + "ret": "void", + "signature": "(double,double,const ImVec2,const ImVec4,const char*,...)", + "stname": "" + } + ], + "ImPlot_AnnotateClamped": [ + { + "args": "(double x,double y,const ImVec2 pix_offset,const char* fmt,...)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "...", + "type": "..." + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const char* fmt,...)", + "call_args": "(x,y,pix_offset,fmt,...)", + "cimguiname": "ImPlot_AnnotateClamped", + "defaults": {}, + "funcname": "AnnotateClamped", + "isvararg": "...)", + "location": "implot:520", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateClampedStr", + "ret": "void", + "signature": "(double,double,const ImVec2,const char*,...)", + "stname": "" + }, + { + "args": "(double x,double y,const ImVec2 pix_offset,const ImVec4 color,const char* fmt,...)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "color", + "type": "const ImVec4" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "...", + "type": "..." + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const ImVec4& color,const char* fmt,...)", + "call_args": "(x,y,pix_offset,color,fmt,...)", + "cimguiname": "ImPlot_AnnotateClamped", + "defaults": {}, + "funcname": "AnnotateClamped", + "isvararg": "...)", + "location": "implot:521", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateClampedVec4", + "ret": "void", + "signature": "(double,double,const ImVec2,const ImVec4,const char*,...)", + "stname": "" + } + ], + "ImPlot_AnnotateClampedV": [ + { + "args": "(double x,double y,const ImVec2 pix_offset,const char* fmt,va_list args)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "args", + "type": "va_list" + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const char* fmt,va_list args)", + "call_args": "(x,y,pix_offset,fmt,args)", + "cimguiname": "ImPlot_AnnotateClampedV", + "defaults": {}, + "funcname": "AnnotateClampedV", + "location": "implot:522", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateClampedVStr", + "ret": "void", + "signature": "(double,double,const ImVec2,const char*,va_list)", + "stname": "" + }, + { + "args": "(double x,double y,const ImVec2 pix_offset,const ImVec4 color,const char* fmt,va_list args)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "color", + "type": "const ImVec4" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "args", + "type": "va_list" + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const ImVec4& color,const char* fmt,va_list args)", + "call_args": "(x,y,pix_offset,color,fmt,args)", + "cimguiname": "ImPlot_AnnotateClampedV", + "defaults": {}, + "funcname": "AnnotateClampedV", + "location": "implot:523", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateClampedVVec4", + "ret": "void", + "signature": "(double,double,const ImVec2,const ImVec4,const char*,va_list)", + "stname": "" + } + ], + "ImPlot_AnnotateV": [ + { + "args": "(double x,double y,const ImVec2 pix_offset,const char* fmt,va_list args)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "args", + "type": "va_list" + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const char* fmt,va_list args)", + "call_args": "(x,y,pix_offset,fmt,args)", + "cimguiname": "ImPlot_AnnotateV", + "defaults": {}, + "funcname": "AnnotateV", + "location": "implot:516", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateVStr", + "ret": "void", + "signature": "(double,double,const ImVec2,const char*,va_list)", + "stname": "" + }, + { + "args": "(double x,double y,const ImVec2 pix_offset,const ImVec4 color,const char* fmt,va_list args)", + "argsT": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + }, + { + "name": "color", + "type": "const ImVec4" + }, + { + "name": "fmt", + "type": "const char*" + }, + { + "name": "args", + "type": "va_list" + } + ], + "argsoriginal": "(double x,double y,const ImVec2& pix_offset,const ImVec4& color,const char* fmt,va_list args)", + "call_args": "(x,y,pix_offset,color,fmt,args)", + "cimguiname": "ImPlot_AnnotateV", + "defaults": {}, + "funcname": "AnnotateV", + "location": "implot:517", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_AnnotateVVec4", + "ret": "void", + "signature": "(double,double,const ImVec2,const ImVec4,const char*,va_list)", + "stname": "" + } + ], + "ImPlot_BeginLegendDragDropSource": [ + { + "args": "(const char* label_id,ImGuiDragDropFlags flags)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "flags", + "type": "ImGuiDragDropFlags" + } + ], + "argsoriginal": "(const char* label_id,ImGuiDragDropFlags flags=0)", + "call_args": "(label_id,flags)", + "cimguiname": "ImPlot_BeginLegendDragDropSource", + "defaults": { + "flags": "0" + }, + "funcname": "BeginLegendDragDropSource", + "location": "implot:545", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_BeginLegendDragDropSource", + "ret": "bool", + "signature": "(const char*,ImGuiDragDropFlags)", + "stname": "" + } + ], + "ImPlot_BeginLegendPopup": [ + { + "args": "(const char* label_id,ImGuiMouseButton mouse_button)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "mouse_button", + "type": "ImGuiMouseButton" + } + ], + "argsoriginal": "(const char* label_id,ImGuiMouseButton mouse_button=1)", + "call_args": "(label_id,mouse_button)", + "cimguiname": "ImPlot_BeginLegendPopup", + "defaults": { + "mouse_button": "1" + }, + "funcname": "BeginLegendPopup", + "location": "implot:549", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_BeginLegendPopup", + "ret": "bool", + "signature": "(const char*,ImGuiMouseButton)", + "stname": "" + } + ], + "ImPlot_BeginPlot": [ + { + "args": "(const char* title_id,const char* x_label,const char* y_label,const ImVec2 size,ImPlotFlags flags,ImPlotAxisFlags x_flags,ImPlotAxisFlags y_flags,ImPlotAxisFlags y2_flags,ImPlotAxisFlags y3_flags)", + "argsT": [ + { + "name": "title_id", + "type": "const char*" + }, + { + "name": "x_label", + "type": "const char*" + }, + { + "name": "y_label", + "type": "const char*" + }, + { + "name": "size", + "type": "const ImVec2" + }, + { + "name": "flags", + "type": "ImPlotFlags" + }, + { + "name": "x_flags", + "type": "ImPlotAxisFlags" + }, + { + "name": "y_flags", + "type": "ImPlotAxisFlags" + }, + { + "name": "y2_flags", + "type": "ImPlotAxisFlags" + }, + { + "name": "y3_flags", + "type": "ImPlotAxisFlags" + } + ], + "argsoriginal": "(const char* title_id,const char* x_label=((void*)0),const char* y_label=((void*)0),const ImVec2& size=ImVec2(-1,0),ImPlotFlags flags=ImPlotFlags_None,ImPlotAxisFlags x_flags=ImPlotAxisFlags_None,ImPlotAxisFlags y_flags=ImPlotAxisFlags_None,ImPlotAxisFlags y2_flags=ImPlotAxisFlags_NoGridLines,ImPlotAxisFlags y3_flags=ImPlotAxisFlags_NoGridLines)", + "call_args": "(title_id,x_label,y_label,size,flags,x_flags,y_flags,y2_flags,y3_flags)", + "cimguiname": "ImPlot_BeginPlot", + "defaults": { + "flags": "ImPlotFlags_None", + "size": "ImVec2(-1,0)", + "x_flags": "ImPlotAxisFlags_None", + "x_label": "((void*)0)", + "y2_flags": "ImPlotAxisFlags_NoGridLines", + "y3_flags": "ImPlotAxisFlags_NoGridLines", + "y_flags": "ImPlotAxisFlags_None", + "y_label": "((void*)0)" + }, + "funcname": "BeginPlot", + "location": "implot:334", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_BeginPlot", + "ret": "bool", + "signature": "(const char*,const char*,const char*,const ImVec2,ImPlotFlags,ImPlotAxisFlags,ImPlotAxisFlags,ImPlotAxisFlags,ImPlotAxisFlags)", + "stname": "" + } + ], + "ImPlot_CreateContext": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_CreateContext", + "defaults": {}, + "funcname": "CreateContext", + "location": "implot:317", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_CreateContext", + "ret": "ImPlotContext*", + "signature": "()", + "stname": "" + } + ], + "ImPlot_DestroyContext": [ + { + "args": "(ImPlotContext* ctx)", + "argsT": [ + { + "name": "ctx", + "type": "ImPlotContext*" + } + ], + "argsoriginal": "(ImPlotContext* ctx=((void*)0))", + "call_args": "(ctx)", + "cimguiname": "ImPlot_DestroyContext", + "defaults": { + "ctx": "((void*)0)" + }, + "funcname": "DestroyContext", + "location": "implot:319", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_DestroyContext", + "ret": "void", + "signature": "(ImPlotContext*)", + "stname": "" + } + ], + "ImPlot_DragLineX": [ + { + "args": "(const char* id,double* x_value,bool show_label,const ImVec4 col,float thickness)", + "argsT": [ + { + "name": "id", + "type": "const char*" + }, + { + "name": "x_value", + "type": "double*" + }, + { + "name": "show_label", + "type": "bool" + }, + { + "name": "col", + "type": "const ImVec4" + }, + { + "name": "thickness", + "type": "float" + } + ], + "argsoriginal": "(const char* id,double* x_value,bool show_label=true,const ImVec4& col=ImVec4(0,0,0,-1),float thickness=1)", + "call_args": "(id,x_value,show_label,col,thickness)", + "cimguiname": "ImPlot_DragLineX", + "defaults": { + "col": "ImVec4(0,0,0,-1)", + "show_label": "true", + "thickness": "1" + }, + "funcname": "DragLineX", + "location": "implot:526", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_DragLineX", + "ret": "bool", + "signature": "(const char*,double*,bool,const ImVec4,float)", + "stname": "" + } + ], + "ImPlot_DragLineY": [ + { + "args": "(const char* id,double* y_value,bool show_label,const ImVec4 col,float thickness)", + "argsT": [ + { + "name": "id", + "type": "const char*" + }, + { + "name": "y_value", + "type": "double*" + }, + { + "name": "show_label", + "type": "bool" + }, + { + "name": "col", + "type": "const ImVec4" + }, + { + "name": "thickness", + "type": "float" + } + ], + "argsoriginal": "(const char* id,double* y_value,bool show_label=true,const ImVec4& col=ImVec4(0,0,0,-1),float thickness=1)", + "call_args": "(id,y_value,show_label,col,thickness)", + "cimguiname": "ImPlot_DragLineY", + "defaults": { + "col": "ImVec4(0,0,0,-1)", + "show_label": "true", + "thickness": "1" + }, + "funcname": "DragLineY", + "location": "implot:528", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_DragLineY", + "ret": "bool", + "signature": "(const char*,double*,bool,const ImVec4,float)", + "stname": "" + } + ], + "ImPlot_DragPoint": [ + { + "args": "(const char* id,double* x,double* y,bool show_label,const ImVec4 col,float radius)", + "argsT": [ + { + "name": "id", + "type": "const char*" + }, + { + "name": "x", + "type": "double*" + }, + { + "name": "y", + "type": "double*" + }, + { + "name": "show_label", + "type": "bool" + }, + { + "name": "col", + "type": "const ImVec4" + }, + { + "name": "radius", + "type": "float" + } + ], + "argsoriginal": "(const char* id,double* x,double* y,bool show_label=true,const ImVec4& col=ImVec4(0,0,0,-1),float radius=4)", + "call_args": "(id,x,y,show_label,col,radius)", + "cimguiname": "ImPlot_DragPoint", + "defaults": { + "col": "ImVec4(0,0,0,-1)", + "radius": "4", + "show_label": "true" + }, + "funcname": "DragPoint", + "location": "implot:530", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_DragPoint", + "ret": "bool", + "signature": "(const char*,double*,double*,bool,const ImVec4,float)", + "stname": "" + } + ], + "ImPlot_EndLegendDragDropSource": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_EndLegendDragDropSource", + "defaults": {}, + "funcname": "EndLegendDragDropSource", + "location": "implot:547", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_EndLegendDragDropSource", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_EndLegendPopup": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_EndLegendPopup", + "defaults": {}, + "funcname": "EndLegendPopup", + "location": "implot:551", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_EndLegendPopup", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_EndPlot": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_EndPlot", + "defaults": {}, + "funcname": "EndPlot", + "location": "implot:346", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_EndPlot", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_FitNextPlotAxes": [ + { + "args": "(bool x,bool y,bool y2,bool y3)", + "argsT": [ + { + "name": "x", + "type": "bool" + }, + { + "name": "y", + "type": "bool" + }, + { + "name": "y2", + "type": "bool" + }, + { + "name": "y3", + "type": "bool" + } + ], + "argsoriginal": "(bool x=true,bool y=true,bool y2=true,bool y3=true)", + "call_args": "(x,y,y2,y3)", + "cimguiname": "ImPlot_FitNextPlotAxes", + "defaults": { + "x": "true", + "y": "true", + "y2": "true", + "y3": "true" + }, + "funcname": "FitNextPlotAxes", + "location": "implot:464", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_FitNextPlotAxes", + "ret": "void", + "signature": "(bool,bool,bool,bool)", + "stname": "" + } + ], + "ImPlot_GetColormapColor": [ + { + "args": "(ImVec4 *pOut,int index)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec4*" + }, + { + "name": "index", + "type": "int" + } + ], + "argsoriginal": "(int index)", + "call_args": "(index)", + "cimguiname": "ImPlot_GetColormapColor", + "defaults": {}, + "funcname": "GetColormapColor", + "location": "implot:638", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_GetColormapColor", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "ImPlot_GetColormapName": [ + { + "args": "(ImPlotColormap colormap)", + "argsT": [ + { + "name": "colormap", + "type": "ImPlotColormap" + } + ], + "argsoriginal": "(ImPlotColormap colormap)", + "call_args": "(colormap)", + "cimguiname": "ImPlot_GetColormapName", + "defaults": {}, + "funcname": "GetColormapName", + "location": "implot:648", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetColormapName", + "ret": "const char*", + "signature": "(ImPlotColormap)", + "stname": "" + } + ], + "ImPlot_GetColormapSize": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetColormapSize", + "defaults": {}, + "funcname": "GetColormapSize", + "location": "implot:636", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetColormapSize", + "ret": "int", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetCurrentContext": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetCurrentContext", + "defaults": {}, + "funcname": "GetCurrentContext", + "location": "implot:321", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetCurrentContext", + "ret": "ImPlotContext*", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetInputMap": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetInputMap", + "defaults": {}, + "funcname": "GetInputMap", + "location": "implot:655", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetInputMap", + "ret": "ImPlotInputMap*", + "retref": "&", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetLastItemColor": [ + { + "args": "(ImVec4 *pOut)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec4*" + } + ], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetLastItemColor", + "defaults": {}, + "funcname": "GetLastItemColor", + "location": "implot:603", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_GetLastItemColor", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetMarkerName": [ + { + "args": "(ImPlotMarker idx)", + "argsT": [ + { + "name": "idx", + "type": "ImPlotMarker" + } + ], + "argsoriginal": "(ImPlotMarker idx)", + "call_args": "(idx)", + "cimguiname": "ImPlot_GetMarkerName", + "defaults": {}, + "funcname": "GetMarkerName", + "location": "implot:608", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetMarkerName", + "ret": "const char*", + "signature": "(ImPlotMarker)", + "stname": "" + } + ], + "ImPlot_GetPlotDrawList": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetPlotDrawList", + "defaults": {}, + "funcname": "GetPlotDrawList", + "location": "implot:658", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetPlotDrawList", + "ret": "ImDrawList*", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetPlotLimits": [ + { + "args": "(ImPlotLimits *pOut,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "pOut", + "type": "ImPlotLimits*" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(ImPlotYAxis y_axis=-1)", + "call_args": "(y_axis)", + "cimguiname": "ImPlot_GetPlotLimits", + "defaults": { + "y_axis": "-1" + }, + "funcname": "GetPlotLimits", + "location": "implot:500", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_GetPlotLimits", + "ret": "void", + "signature": "(ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_GetPlotMousePos": [ + { + "args": "(ImPlotPoint *pOut,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "pOut", + "type": "ImPlotPoint*" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(ImPlotYAxis y_axis=-1)", + "call_args": "(y_axis)", + "cimguiname": "ImPlot_GetPlotMousePos", + "defaults": { + "y_axis": "-1" + }, + "funcname": "GetPlotMousePos", + "location": "implot:498", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_GetPlotMousePos", + "ret": "void", + "signature": "(ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_GetPlotPos": [ + { + "args": "(ImVec2 *pOut)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + } + ], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetPlotPos", + "defaults": {}, + "funcname": "GetPlotPos", + "location": "implot:488", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_GetPlotPos", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetPlotQuery": [ + { + "args": "(ImPlotLimits *pOut,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "pOut", + "type": "ImPlotLimits*" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(ImPlotYAxis y_axis=-1)", + "call_args": "(y_axis)", + "cimguiname": "ImPlot_GetPlotQuery", + "defaults": { + "y_axis": "-1" + }, + "funcname": "GetPlotQuery", + "location": "implot:505", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_GetPlotQuery", + "ret": "void", + "signature": "(ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_GetPlotSize": [ + { + "args": "(ImVec2 *pOut)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + } + ], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetPlotSize", + "defaults": {}, + "funcname": "GetPlotSize", + "location": "implot:490", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_GetPlotSize", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetStyle": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_GetStyle", + "defaults": {}, + "funcname": "GetStyle", + "location": "implot:558", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetStyle", + "ret": "ImPlotStyle*", + "retref": "&", + "signature": "()", + "stname": "" + } + ], + "ImPlot_GetStyleColorName": [ + { + "args": "(ImPlotCol idx)", + "argsT": [ + { + "name": "idx", + "type": "ImPlotCol" + } + ], + "argsoriginal": "(ImPlotCol idx)", + "call_args": "(idx)", + "cimguiname": "ImPlot_GetStyleColorName", + "defaults": {}, + "funcname": "GetStyleColorName", + "location": "implot:606", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_GetStyleColorName", + "ret": "const char*", + "signature": "(ImPlotCol)", + "stname": "" + } + ], + "ImPlot_HideNextItem": [ + { + "args": "(bool hidden,ImGuiCond cond)", + "argsT": [ + { + "name": "hidden", + "type": "bool" + }, + { + "name": "cond", + "type": "ImGuiCond" + } + ], + "argsoriginal": "(bool hidden=true,ImGuiCond cond=ImGuiCond_Once)", + "call_args": "(hidden,cond)", + "cimguiname": "ImPlot_HideNextItem", + "defaults": { + "cond": "ImGuiCond_Once", + "hidden": "true" + }, + "funcname": "HideNextItem", + "location": "implot:479", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_HideNextItem", + "ret": "void", + "signature": "(bool,ImGuiCond)", + "stname": "" + } + ], + "ImPlot_IsLegendEntryHovered": [ + { + "args": "(const char* label_id)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + } + ], + "argsoriginal": "(const char* label_id)", + "call_args": "(label_id)", + "cimguiname": "ImPlot_IsLegendEntryHovered", + "defaults": {}, + "funcname": "IsLegendEntryHovered", + "location": "implot:543", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_IsLegendEntryHovered", + "ret": "bool", + "signature": "(const char*)", + "stname": "" + } + ], + "ImPlot_IsPlotHovered": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_IsPlotHovered", + "defaults": {}, + "funcname": "IsPlotHovered", + "location": "implot:492", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_IsPlotHovered", + "ret": "bool", + "signature": "()", + "stname": "" + } + ], + "ImPlot_IsPlotQueried": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_IsPlotQueried", + "defaults": {}, + "funcname": "IsPlotQueried", + "location": "implot:503", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_IsPlotQueried", + "ret": "bool", + "signature": "()", + "stname": "" + } + ], + "ImPlot_IsPlotXAxisHovered": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_IsPlotXAxisHovered", + "defaults": {}, + "funcname": "IsPlotXAxisHovered", + "location": "implot:494", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_IsPlotXAxisHovered", + "ret": "bool", + "signature": "()", + "stname": "" + } + ], + "ImPlot_IsPlotYAxisHovered": [ + { + "args": "(ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(ImPlotYAxis y_axis=0)", + "call_args": "(y_axis)", + "cimguiname": "ImPlot_IsPlotYAxisHovered", + "defaults": { + "y_axis": "0" + }, + "funcname": "IsPlotYAxisHovered", + "location": "implot:496", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_IsPlotYAxisHovered", + "ret": "bool", + "signature": "(ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_LerpColormap": [ + { + "args": "(ImVec4 *pOut,float t)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec4*" + }, + { + "name": "t", + "type": "float" + } + ], + "argsoriginal": "(float t)", + "call_args": "(t)", + "cimguiname": "ImPlot_LerpColormap", + "defaults": {}, + "funcname": "LerpColormap", + "location": "implot:640", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_LerpColormap", + "ret": "void", + "signature": "(float)", + "stname": "" + } + ], + "ImPlot_LinkNextPlotLimits": [ + { + "args": "(double* xmin,double* xmax,double* ymin,double* ymax,double* ymin2,double* ymax2,double* ymin3,double* ymax3)", + "argsT": [ + { + "name": "xmin", + "type": "double*" + }, + { + "name": "xmax", + "type": "double*" + }, + { + "name": "ymin", + "type": "double*" + }, + { + "name": "ymax", + "type": "double*" + }, + { + "name": "ymin2", + "type": "double*" + }, + { + "name": "ymax2", + "type": "double*" + }, + { + "name": "ymin3", + "type": "double*" + }, + { + "name": "ymax3", + "type": "double*" + } + ], + "argsoriginal": "(double* xmin,double* xmax,double* ymin,double* ymax,double* ymin2=((void*)0),double* ymax2=((void*)0),double* ymin3=((void*)0),double* ymax3=((void*)0))", + "call_args": "(xmin,xmax,ymin,ymax,ymin2,ymax2,ymin3,ymax3)", + "cimguiname": "ImPlot_LinkNextPlotLimits", + "defaults": { + "ymax2": "((void*)0)", + "ymax3": "((void*)0)", + "ymin2": "((void*)0)", + "ymin3": "((void*)0)" + }, + "funcname": "LinkNextPlotLimits", + "location": "implot:462", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_LinkNextPlotLimits", + "ret": "void", + "signature": "(double*,double*,double*,double*,double*,double*,double*,double*)", + "stname": "" + } + ], + "ImPlot_NextColormapColor": [ + { + "args": "(ImVec4 *pOut)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec4*" + } + ], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_NextColormapColor", + "defaults": {}, + "funcname": "NextColormapColor", + "location": "implot:642", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_NextColormapColor", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_PixelsToPlot": [ + { + "args": "(ImPlotPoint *pOut,const ImVec2 pix,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "pOut", + "type": "ImPlotPoint*" + }, + { + "name": "pix", + "type": "const ImVec2" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(const ImVec2& pix,ImPlotYAxis y_axis=-1)", + "call_args": "(pix,y_axis)", + "cimguiname": "ImPlot_PixelsToPlot", + "defaults": { + "y_axis": "-1" + }, + "funcname": "PixelsToPlot", + "location": "implot:482", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_PixelsToPlotVec2", + "ret": "void", + "signature": "(const ImVec2,ImPlotYAxis)", + "stname": "" + }, + { + "args": "(ImPlotPoint *pOut,float x,float y,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "pOut", + "type": "ImPlotPoint*" + }, + { + "name": "x", + "type": "float" + }, + { + "name": "y", + "type": "float" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(float x,float y,ImPlotYAxis y_axis=-1)", + "call_args": "(x,y,y_axis)", + "cimguiname": "ImPlot_PixelsToPlot", + "defaults": { + "y_axis": "-1" + }, + "funcname": "PixelsToPlot", + "location": "implot:483", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_PixelsToPlotFloat", + "ret": "void", + "signature": "(float,float,ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_PlotBars": [ + { + "args": "(const char* label_id,const float* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(float)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(double)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsdoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS8)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU8)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS16)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU16)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS32)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU32)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS64)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int count,double width,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int count,double width=0.67,double shift=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,values,count,width,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU64)", + "width": "0.67" + }, + "funcname": "PlotBars", + "location": "implot:409", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,double width,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,double width,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double width,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double width,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double width,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double width,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double width,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double width,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double width,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double width,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double width,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,width,offset,stride)", + "cimguiname": "ImPlot_PlotBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotBars", + "location": "implot:410", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,double,int,int)", + "stname": "" + } + ], + "ImPlot_PlotBarsG": [ + { + "args": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,double width,int offset)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "getter", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data", + "type": "void*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "width", + "type": "double" + }, + { + "name": "offset", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,double width,int offset=0)", + "call_args": "(label_id,getter,data,count,width,offset)", + "cimguiname": "ImPlot_PlotBarsG", + "defaults": { + "offset": "0" + }, + "funcname": "PlotBarsG", + "location": "implot:411", + "manual": true, + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsG", + "ret": "void", + "signature": "(const char*,ImPlotPoint(*)(void*,int),void*,int,double,int)", + "stname": "" + } + ], + "ImPlot_PlotBarsH": [ + { + "args": "(const char* label_id,const float* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHdoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int count,double height,double shift,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "shift", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int count,double height=0.67,double shift=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,values,count,height,shift,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "height": "0.67", + "offset": "0", + "shift": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotBarsH", + "location": "implot:414", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,double height,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,double height,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double height,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double height,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double height,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double height,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double height,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double height,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double height,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double height,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double height,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,height,offset,stride)", + "cimguiname": "ImPlot_PlotBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotBarsH", + "location": "implot:415", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,double,int,int)", + "stname": "" + } + ], + "ImPlot_PlotBarsHG": [ + { + "args": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,double height,int offset)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "getter", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data", + "type": "void*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "height", + "type": "double" + }, + { + "name": "offset", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,double height,int offset=0)", + "call_args": "(label_id,getter,data,count,height,offset)", + "cimguiname": "ImPlot_PlotBarsHG", + "defaults": { + "offset": "0" + }, + "funcname": "PlotBarsHG", + "location": "implot:416", + "manual": true, + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotBarsHG", + "ret": "void", + "signature": "(const char*,ImPlotPoint(*)(void*,int),void*,int,double,int)", + "stname": "" + } + ], + "ImPlot_PlotDigital": [ + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitaldoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotDigital", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotDigital", + "location": "implot:437", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + } + ], + "ImPlot_PlotDigitalG": [ + { + "args": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "getter", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data", + "type": "void*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset=0)", + "call_args": "(label_id,getter,data,count,offset)", + "cimguiname": "ImPlot_PlotDigitalG", + "defaults": { + "offset": "0" + }, + "funcname": "PlotDigitalG", + "location": "implot:438", + "manual": true, + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDigitalG", + "ret": "void", + "signature": "(const char*,ImPlotPoint(*)(void*,int),void*,int,int)", + "stname": "" + } + ], + "ImPlot_PlotDummy": [ + { + "args": "(const char* label_id)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + } + ], + "argsoriginal": "(const char* label_id)", + "call_args": "(label_id)", + "cimguiname": "ImPlot_PlotDummy", + "defaults": {}, + "funcname": "PlotDummy", + "location": "implot:447", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotDummy", + "ret": "void", + "signature": "(const char*)", + "stname": "" + } + ], + "ImPlot_PlotErrorBars": [ + { + "args": "(const char* label_id,const float* xs,const float* ys,const float* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "err", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,const float* err,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,const double* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "err", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,const double* err,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "err", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* err,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "err", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* err,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "err", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* err,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "err", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* err,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "err", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* err,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "err", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* err,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "err", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* err,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "err", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* err,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotErrorBars", + "location": "implot:419", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,const float* neg,const float* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "neg", + "type": "const float*" + }, + { + "name": "pos", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,const float* neg,const float* pos,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsFloatPtrFloatPtrFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,const double* neg,const double* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "neg", + "type": "const double*" + }, + { + "name": "pos", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,const double* neg,const double* pos,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsdoublePtrdoublePtrdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* neg,const ImS8* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "neg", + "type": "const ImS8*" + }, + { + "name": "pos", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* neg,const ImS8* pos,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS8PtrS8PtrS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* neg,const ImU8* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "neg", + "type": "const ImU8*" + }, + { + "name": "pos", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* neg,const ImU8* pos,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU8PtrU8PtrU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* neg,const ImS16* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "neg", + "type": "const ImS16*" + }, + { + "name": "pos", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* neg,const ImS16* pos,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS16PtrS16PtrS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* neg,const ImU16* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "neg", + "type": "const ImU16*" + }, + { + "name": "pos", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* neg,const ImU16* pos,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU16PtrU16PtrU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* neg,const ImS32* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "neg", + "type": "const ImS32*" + }, + { + "name": "pos", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* neg,const ImS32* pos,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS32PtrS32PtrS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* neg,const ImU32* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "neg", + "type": "const ImU32*" + }, + { + "name": "pos", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* neg,const ImU32* pos,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU32PtrU32PtrU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* neg,const ImS64* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "neg", + "type": "const ImS64*" + }, + { + "name": "pos", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* neg,const ImS64* pos,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsS64PtrS64PtrS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* neg,const ImU64* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "neg", + "type": "const ImU64*" + }, + { + "name": "pos", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* neg,const ImU64* pos,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBars", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotErrorBars", + "location": "implot:420", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsU64PtrU64PtrU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + } + ], + "ImPlot_PlotErrorBarsH": [ + { + "args": "(const char* label_id,const float* xs,const float* ys,const float* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "err", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,const float* err,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,const double* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "err", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,const double* err,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "err", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* err,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "err", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* err,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "err", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* err,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "err", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* err,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "err", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* err,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "err", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* err,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "err", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* err,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* err,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "err", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* err,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,err,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:423", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,const float* neg,const float* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "neg", + "type": "const float*" + }, + { + "name": "pos", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,const float* neg,const float* pos,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHFloatPtrFloatPtrFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,const double* neg,const double* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "neg", + "type": "const double*" + }, + { + "name": "pos", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,const double* neg,const double* pos,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHdoublePtrdoublePtrdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* neg,const ImS8* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "neg", + "type": "const ImS8*" + }, + { + "name": "pos", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,const ImS8* neg,const ImS8* pos,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS8PtrS8PtrS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* neg,const ImU8* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "neg", + "type": "const ImU8*" + }, + { + "name": "pos", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,const ImU8* neg,const ImU8* pos,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU8PtrU8PtrU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* neg,const ImS16* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "neg", + "type": "const ImS16*" + }, + { + "name": "pos", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,const ImS16* neg,const ImS16* pos,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS16PtrS16PtrS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* neg,const ImU16* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "neg", + "type": "const ImU16*" + }, + { + "name": "pos", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,const ImU16* neg,const ImU16* pos,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU16PtrU16PtrU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* neg,const ImS32* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "neg", + "type": "const ImS32*" + }, + { + "name": "pos", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,const ImS32* neg,const ImS32* pos,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS32PtrS32PtrS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* neg,const ImU32* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "neg", + "type": "const ImU32*" + }, + { + "name": "pos", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,const ImU32* neg,const ImU32* pos,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU32PtrU32PtrU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* neg,const ImS64* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "neg", + "type": "const ImS64*" + }, + { + "name": "pos", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,const ImS64* neg,const ImS64* pos,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHS64PtrS64PtrS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* neg,const ImU64* pos,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "neg", + "type": "const ImU64*" + }, + { + "name": "pos", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,const ImU64* neg,const ImU64* pos,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,neg,pos,count,offset,stride)", + "cimguiname": "ImPlot_PlotErrorBarsH", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotErrorBarsH", + "location": "implot:424", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotErrorBarsHU64PtrU64PtrU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + } + ], + "ImPlot_PlotHeatmap": [ + { + "args": "(const char* label_id,const float* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "rows", + "type": "int" + }, + { + "name": "cols", + "type": "int" + }, + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int rows,int cols,double scale_min,double scale_max,const char* label_fmt=\"%.1f\",const ImPlotPoint& bounds_min=ImPlotPoint(0,0),const ImPlotPoint& bounds_max=ImPlotPoint(1,1))", + "call_args": "(label_id,values,rows,cols,scale_min,scale_max,label_fmt,bounds_min,bounds_max)", + "cimguiname": "ImPlot_PlotHeatmap", + "defaults": { + "bounds_max": "ImPlotPoint(1,1)", + "bounds_min": "ImPlotPoint(0,0)", + "label_fmt": "\"%.1f\"" + }, + "funcname": "PlotHeatmap", + "location": "implot:434", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotHeatmapU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,int,int,double,double,const char*,const ImPlotPoint,const ImPlotPoint)", + "stname": "" + } + ], + "ImPlot_PlotImage": [ + { + "args": "(const char* label_id,ImTextureID user_texture_id,const ImPlotPoint bounds_min,const ImPlotPoint bounds_max,const ImVec2 uv0,const ImVec2 uv1,const ImVec4 tint_col)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "user_texture_id", + "type": "ImTextureID" + }, + { + "name": "bounds_min", + "type": "const ImPlotPoint" + }, + { + "name": "bounds_max", + "type": "const ImPlotPoint" + }, + { + "name": "uv0", + "type": "const ImVec2" + }, + { + "name": "uv1", + "type": "const ImVec2" + }, + { + "name": "tint_col", + "type": "const ImVec4" + } + ], + "argsoriginal": "(const char* label_id,ImTextureID user_texture_id,const ImPlotPoint& bounds_min,const ImPlotPoint& bounds_max,const ImVec2& uv0=ImVec2(0,0),const ImVec2& uv1=ImVec2(1,1),const ImVec4& tint_col=ImVec4(1,1,1,1))", + "call_args": "(label_id,user_texture_id,bounds_min,bounds_max,uv0,uv1,tint_col)", + "cimguiname": "ImPlot_PlotImage", + "defaults": { + "tint_col": "ImVec4(1,1,1,1)", + "uv0": "ImVec2(0,0)", + "uv1": "ImVec2(1,1)" + }, + "funcname": "PlotImage", + "location": "implot:441", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotImage", + "ret": "void", + "signature": "(const char*,ImTextureID,const ImPlotPoint,const ImPlotPoint,const ImVec2,const ImVec2,const ImVec4)", + "stname": "" + } + ], + "ImPlot_PlotLine": [ + { + "args": "(const char* label_id,const float* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(float)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(double)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLinedoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotLine", + "location": "implot:388", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLinedoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotLine", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotLine", + "location": "implot:389", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + } + ], + "ImPlot_PlotLineG": [ + { + "args": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "getter", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data", + "type": "void*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset=0)", + "call_args": "(label_id,getter,data,count,offset)", + "cimguiname": "ImPlot_PlotLineG", + "defaults": { + "offset": "0" + }, + "funcname": "PlotLineG", + "location": "implot:390", + "manual": true, + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotLineG", + "ret": "void", + "signature": "(const char*,ImPlotPoint(*)(void*,int),void*,int,int)", + "stname": "" + } + ], + "ImPlot_PlotPieChart": [ + { + "args": "(const char* const label_ids[],const float* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const float* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartFloatPtr", + "ret": "void", + "signature": "(const char* const[],const float*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const double* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const double* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartdoublePtr", + "ret": "void", + "signature": "(const char* const[],const double*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImS8* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImS8* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartS8Ptr", + "ret": "void", + "signature": "(const char* const[],const ImS8*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImU8* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImU8* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartU8Ptr", + "ret": "void", + "signature": "(const char* const[],const ImU8*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImS16* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImS16* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartS16Ptr", + "ret": "void", + "signature": "(const char* const[],const ImS16*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImU16* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImU16* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartU16Ptr", + "ret": "void", + "signature": "(const char* const[],const ImU16*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImS32* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImS32* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartS32Ptr", + "ret": "void", + "signature": "(const char* const[],const ImS32*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImU32* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImU32* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartU32Ptr", + "ret": "void", + "signature": "(const char* const[],const ImU32*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImS64* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImS64* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartS64Ptr", + "ret": "void", + "signature": "(const char* const[],const ImS64*,int,double,double,double,bool,const char*,double)", + "stname": "" + }, + { + "args": "(const char* const label_ids[],const ImU64* values,int count,double x,double y,double radius,bool normalize,const char* label_fmt,double angle0)", + "argsT": [ + { + "name": "label_ids", + "type": "const char* const[]" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "radius", + "type": "double" + }, + { + "name": "normalize", + "type": "bool" + }, + { + "name": "label_fmt", + "type": "const char*" + }, + { + "name": "angle0", + "type": "double" + } + ], + "argsoriginal": "(const char* const label_ids[],const ImU64* values,int count,double x,double y,double radius,bool normalize=false,const char* label_fmt=\"%.1f\",double angle0=90)", + "call_args": "(label_ids,values,count,x,y,radius,normalize,label_fmt,angle0)", + "cimguiname": "ImPlot_PlotPieChart", + "defaults": { + "angle0": "90", + "label_fmt": "\"%.1f\"", + "normalize": "false" + }, + "funcname": "PlotPieChart", + "location": "implot:431", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotPieChartU64Ptr", + "ret": "void", + "signature": "(const char* const[],const ImU64*,int,double,double,double,bool,const char*,double)", + "stname": "" + } + ], + "ImPlot_PlotScatter": [ + { + "args": "(const char* label_id,const float* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(float)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(double)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterdoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotScatter", + "location": "implot:393", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotScatter", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotScatter", + "location": "implot:394", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + } + ], + "ImPlot_PlotScatterG": [ + { + "args": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "getter", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data", + "type": "void*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset=0)", + "call_args": "(label_id,getter,data,count,offset)", + "cimguiname": "ImPlot_PlotScatterG", + "defaults": { + "offset": "0" + }, + "funcname": "PlotScatterG", + "location": "implot:395", + "manual": true, + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotScatterG", + "ret": "void", + "signature": "(const char*,ImPlotPoint(*)(void*,int),void*,int,int)", + "stname": "" + } + ], + "ImPlot_PlotShaded": [ + { + "args": "(const char* label_id,const float* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(float)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedFloatPtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const float*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(double)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadeddoublePtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const double*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS8PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImS8*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU8PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImU8*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS16PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImS16*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU16PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImU16*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS32PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImS32*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU32PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImU32*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS64PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImS64*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:403", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU64PtrIntdoubledoubleInt", + "ret": "void", + "signature": "(const char*,const ImU64*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(float)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedFloatPtrFloatPtrIntInt", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(double)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadeddoublePtrdoublePtrIntInt", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS8PtrS8PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU8PtrU8PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS16PtrS16PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU16PtrU16PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS32PtrS32PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU32PtrU32PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS64PtrS64PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)", + "y_ref": "0" + }, + "funcname": "PlotShaded", + "location": "implot:404", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU64PtrU64PtrIntInt", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys1,const float* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys1", + "type": "const float*" + }, + { + "name": "ys2", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys1,const float* ys2,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedFloatPtrFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys1,const double* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys1", + "type": "const double*" + }, + { + "name": "ys2", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys1,const double* ys2,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadeddoublePtrdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys1,const ImS8* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys1", + "type": "const ImS8*" + }, + { + "name": "ys2", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys1,const ImS8* ys2,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS8PtrS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys1,const ImU8* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys1", + "type": "const ImU8*" + }, + { + "name": "ys2", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys1,const ImU8* ys2,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU8PtrU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys1,const ImS16* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys1", + "type": "const ImS16*" + }, + { + "name": "ys2", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys1,const ImS16* ys2,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS16PtrS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys1,const ImU16* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys1", + "type": "const ImU16*" + }, + { + "name": "ys2", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys1,const ImU16* ys2,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU16PtrU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys1,const ImS32* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys1", + "type": "const ImS32*" + }, + { + "name": "ys2", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys1,const ImS32* ys2,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS32PtrS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys1,const ImU32* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys1", + "type": "const ImU32*" + }, + { + "name": "ys2", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys1,const ImU32* ys2,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU32PtrU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys1,const ImS64* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys1", + "type": "const ImS64*" + }, + { + "name": "ys2", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys1,const ImS64* ys2,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedS64PtrS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys1,const ImU64* ys2,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys1", + "type": "const ImU64*" + }, + { + "name": "ys2", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys1,const ImU64* ys2,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys1,ys2,count,offset,stride)", + "cimguiname": "ImPlot_PlotShaded", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotShaded", + "location": "implot:405", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedU64PtrU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + } + ], + "ImPlot_PlotShadedG": [ + { + "args": "(const char* label_id,ImPlotPoint(*getter1)(void* data,int idx),void* data1,ImPlotPoint(*getter2)(void* data,int idx),void* data2,int count,int offset)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "getter1", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data1", + "type": "void*" + }, + { + "name": "getter2", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data2", + "type": "void*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,ImPlotPoint(*getter1)(void* data,int idx),void* data1,ImPlotPoint(*getter2)(void* data,int idx),void* data2,int count,int offset=0)", + "call_args": "(label_id,getter1,data1,getter2,data2,count,offset)", + "cimguiname": "ImPlot_PlotShadedG", + "defaults": { + "offset": "0" + }, + "funcname": "PlotShadedG", + "location": "implot:406", + "manual": true, + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotShadedG", + "ret": "void", + "signature": "(const char*,ImPlotPoint(*)(void*,int),void*,ImPlotPoint(*)(void*,int),void*,int,int)", + "stname": "" + } + ], + "ImPlot_PlotStairs": [ + { + "args": "(const char* label_id,const float* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(float)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(double)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsdoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int count,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int count,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,values,count,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)", + "x0": "0", + "xscale": "1" + }, + "funcname": "PlotStairs", + "location": "implot:398", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,int,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(float)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(double)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,offset,stride)", + "cimguiname": "ImPlot_PlotStairs", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)" + }, + "funcname": "PlotStairs", + "location": "implot:399", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,int,int)", + "stname": "" + } + ], + "ImPlot_PlotStairsG": [ + { + "args": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "getter", + "ret": "ImPlotPoint", + "signature": "(void* data,int idx)", + "type": "ImPlotPoint(*)(void* data,int idx)" + }, + { + "name": "data", + "type": "void*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "offset", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,ImPlotPoint(*getter)(void* data,int idx),void* data,int count,int offset=0)", + "call_args": "(label_id,getter,data,count,offset)", + "cimguiname": "ImPlot_PlotStairsG", + "defaults": { + "offset": "0" + }, + "funcname": "PlotStairsG", + "location": "implot:400", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStairsG", + "ret": "void", + "signature": "(const char*,ImPlotPoint(*)(void*,int),void*,int,int)", + "stname": "" + } + ], + "ImPlot_PlotStems": [ + { + "args": "(const char* label_id,const float* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(float)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsFloatPtrInt", + "ret": "void", + "signature": "(const char*,const float*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(double)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsdoublePtrInt", + "ret": "void", + "signature": "(const char*,const double*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS8PtrInt", + "ret": "void", + "signature": "(const char*,const ImS8*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU8PtrInt", + "ret": "void", + "signature": "(const char*,const ImU8*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS16PtrInt", + "ret": "void", + "signature": "(const char*,const ImS16*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU16PtrInt", + "ret": "void", + "signature": "(const char*,const ImU16*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS32PtrInt", + "ret": "void", + "signature": "(const char*,const ImS32*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU32PtrInt", + "ret": "void", + "signature": "(const char*,const ImU32*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS64PtrInt", + "ret": "void", + "signature": "(const char*,const ImS64*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* values,int count,double y_ref,double xscale,double x0,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "values", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "xscale", + "type": "double" + }, + { + "name": "x0", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* values,int count,double y_ref=0,double xscale=1,double x0=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,values,count,y_ref,xscale,x0,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)", + "x0": "0", + "xscale": "1", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:427", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU64PtrInt", + "ret": "void", + "signature": "(const char*,const ImU64*,int,double,double,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const float* xs,const float* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const float*" + }, + { + "name": "ys", + "type": "const float*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const float* xs,const float* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(float))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(float)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsFloatPtrFloatPtr", + "ret": "void", + "signature": "(const char*,const float*,const float*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const double* xs,const double* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const double*" + }, + { + "name": "ys", + "type": "const double*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const double* xs,const double* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(double))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(double)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsdoublePtrdoublePtr", + "ret": "void", + "signature": "(const char*,const double*,const double*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS8*" + }, + { + "name": "ys", + "type": "const ImS8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS8* xs,const ImS8* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS8))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS8)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS8PtrS8Ptr", + "ret": "void", + "signature": "(const char*,const ImS8*,const ImS8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU8*" + }, + { + "name": "ys", + "type": "const ImU8*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU8* xs,const ImU8* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU8))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU8)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU8PtrU8Ptr", + "ret": "void", + "signature": "(const char*,const ImU8*,const ImU8*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS16*" + }, + { + "name": "ys", + "type": "const ImS16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS16* xs,const ImS16* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS16))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS16)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS16PtrS16Ptr", + "ret": "void", + "signature": "(const char*,const ImS16*,const ImS16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU16*" + }, + { + "name": "ys", + "type": "const ImU16*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU16* xs,const ImU16* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU16))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU16)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU16PtrU16Ptr", + "ret": "void", + "signature": "(const char*,const ImU16*,const ImU16*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS32*" + }, + { + "name": "ys", + "type": "const ImS32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS32* xs,const ImS32* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS32))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS32)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS32PtrS32Ptr", + "ret": "void", + "signature": "(const char*,const ImS32*,const ImS32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU32*" + }, + { + "name": "ys", + "type": "const ImU32*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU32* xs,const ImU32* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU32))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU32)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU32PtrU32Ptr", + "ret": "void", + "signature": "(const char*,const ImU32*,const ImU32*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImS64*" + }, + { + "name": "ys", + "type": "const ImS64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImS64* xs,const ImS64* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImS64))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImS64)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsS64PtrS64Ptr", + "ret": "void", + "signature": "(const char*,const ImS64*,const ImS64*,int,double,int,int)", + "stname": "" + }, + { + "args": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double y_ref,int offset,int stride)", + "argsT": [ + { + "name": "label_id", + "type": "const char*" + }, + { + "name": "xs", + "type": "const ImU64*" + }, + { + "name": "ys", + "type": "const ImU64*" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "y_ref", + "type": "double" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "stride", + "type": "int" + } + ], + "argsoriginal": "(const char* label_id,const ImU64* xs,const ImU64* ys,int count,double y_ref=0,int offset=0,int stride=sizeof(ImU64))", + "call_args": "(label_id,xs,ys,count,y_ref,offset,stride)", + "cimguiname": "ImPlot_PlotStems", + "defaults": { + "offset": "0", + "stride": "sizeof(ImU64)", + "y_ref": "0" + }, + "funcname": "PlotStems", + "location": "implot:428", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotStemsU64PtrU64Ptr", + "ret": "void", + "signature": "(const char*,const ImU64*,const ImU64*,int,double,int,int)", + "stname": "" + } + ], + "ImPlot_PlotText": [ + { + "args": "(const char* text,double x,double y,bool vertical,const ImVec2 pix_offset)", + "argsT": [ + { + "name": "text", + "type": "const char*" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "vertical", + "type": "bool" + }, + { + "name": "pix_offset", + "type": "const ImVec2" + } + ], + "argsoriginal": "(const char* text,double x,double y,bool vertical=false,const ImVec2& pix_offset=ImVec2(0,0))", + "call_args": "(text,x,y,vertical,pix_offset)", + "cimguiname": "ImPlot_PlotText", + "defaults": { + "pix_offset": "ImVec2(0,0)", + "vertical": "false" + }, + "funcname": "PlotText", + "location": "implot:444", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PlotText", + "ret": "void", + "signature": "(const char*,double,double,bool,const ImVec2)", + "stname": "" + } + ], + "ImPlot_PlotToPixels": [ + { + "args": "(ImVec2 *pOut,const ImPlotPoint plt,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "plt", + "type": "const ImPlotPoint" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(const ImPlotPoint& plt,ImPlotYAxis y_axis=-1)", + "call_args": "(plt,y_axis)", + "cimguiname": "ImPlot_PlotToPixels", + "defaults": { + "y_axis": "-1" + }, + "funcname": "PlotToPixels", + "location": "implot:485", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_PlotToPixelsPlotPoInt", + "ret": "void", + "signature": "(const ImPlotPoint,ImPlotYAxis)", + "stname": "" + }, + { + "args": "(ImVec2 *pOut,double x,double y,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "pOut", + "type": "ImVec2*" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(double x,double y,ImPlotYAxis y_axis=-1)", + "call_args": "(x,y,y_axis)", + "cimguiname": "ImPlot_PlotToPixels", + "defaults": { + "y_axis": "-1" + }, + "funcname": "PlotToPixels", + "location": "implot:486", + "namespace": "ImPlot", + "nonUDT": 1, + "ov_cimguiname": "ImPlot_PlotToPixelsdouble", + "ret": "void", + "signature": "(double,double,ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_PopColormap": [ + { + "args": "(int count)", + "argsT": [ + { + "name": "count", + "type": "int" + } + ], + "argsoriginal": "(int count=1)", + "call_args": "(count)", + "cimguiname": "ImPlot_PopColormap", + "defaults": { + "count": "1" + }, + "funcname": "PopColormap", + "location": "implot:628", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PopColormap", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "ImPlot_PopPlotClipRect": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_PopPlotClipRect", + "defaults": {}, + "funcname": "PopPlotClipRect", + "location": "implot:662", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PopPlotClipRect", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_PopStyleColor": [ + { + "args": "(int count)", + "argsT": [ + { + "name": "count", + "type": "int" + } + ], + "argsoriginal": "(int count=1)", + "call_args": "(count)", + "cimguiname": "ImPlot_PopStyleColor", + "defaults": { + "count": "1" + }, + "funcname": "PopStyleColor", + "location": "implot:577", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PopStyleColor", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "ImPlot_PopStyleVar": [ + { + "args": "(int count)", + "argsT": [ + { + "name": "count", + "type": "int" + } + ], + "argsoriginal": "(int count=1)", + "call_args": "(count)", + "cimguiname": "ImPlot_PopStyleVar", + "defaults": { + "count": "1" + }, + "funcname": "PopStyleVar", + "location": "implot:586", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PopStyleVar", + "ret": "void", + "signature": "(int)", + "stname": "" + } + ], + "ImPlot_PushColormap": [ + { + "args": "(ImPlotColormap colormap)", + "argsT": [ + { + "name": "colormap", + "type": "ImPlotColormap" + } + ], + "argsoriginal": "(ImPlotColormap colormap)", + "call_args": "(colormap)", + "cimguiname": "ImPlot_PushColormap", + "defaults": {}, + "funcname": "PushColormap", + "location": "implot:624", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushColormapPlotColormap", + "ret": "void", + "signature": "(ImPlotColormap)", + "stname": "" + }, + { + "args": "(const ImVec4* colormap,int size)", + "argsT": [ + { + "name": "colormap", + "type": "const ImVec4*" + }, + { + "name": "size", + "type": "int" + } + ], + "argsoriginal": "(const ImVec4* colormap,int size)", + "call_args": "(colormap,size)", + "cimguiname": "ImPlot_PushColormap", + "defaults": {}, + "funcname": "PushColormap", + "location": "implot:626", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushColormapVec4Ptr", + "ret": "void", + "signature": "(const ImVec4*,int)", + "stname": "" + } + ], + "ImPlot_PushPlotClipRect": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_PushPlotClipRect", + "defaults": {}, + "funcname": "PushPlotClipRect", + "location": "implot:660", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushPlotClipRect", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_PushStyleColor": [ + { + "args": "(ImPlotCol idx,ImU32 col)", + "argsT": [ + { + "name": "idx", + "type": "ImPlotCol" + }, + { + "name": "col", + "type": "ImU32" + } + ], + "argsoriginal": "(ImPlotCol idx,ImU32 col)", + "call_args": "(idx,col)", + "cimguiname": "ImPlot_PushStyleColor", + "defaults": {}, + "funcname": "PushStyleColor", + "location": "implot:574", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushStyleColorU32", + "ret": "void", + "signature": "(ImPlotCol,ImU32)", + "stname": "" + }, + { + "args": "(ImPlotCol idx,const ImVec4 col)", + "argsT": [ + { + "name": "idx", + "type": "ImPlotCol" + }, + { + "name": "col", + "type": "const ImVec4" + } + ], + "argsoriginal": "(ImPlotCol idx,const ImVec4& col)", + "call_args": "(idx,col)", + "cimguiname": "ImPlot_PushStyleColor", + "defaults": {}, + "funcname": "PushStyleColor", + "location": "implot:575", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushStyleColorVec4", + "ret": "void", + "signature": "(ImPlotCol,const ImVec4)", + "stname": "" + } + ], + "ImPlot_PushStyleVar": [ + { + "args": "(ImPlotStyleVar idx,float val)", + "argsT": [ + { + "name": "idx", + "type": "ImPlotStyleVar" + }, + { + "name": "val", + "type": "float" + } + ], + "argsoriginal": "(ImPlotStyleVar idx,float val)", + "call_args": "(idx,val)", + "cimguiname": "ImPlot_PushStyleVar", + "defaults": {}, + "funcname": "PushStyleVar", + "location": "implot:580", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushStyleVarFloat", + "ret": "void", + "signature": "(ImPlotStyleVar,float)", + "stname": "" + }, + { + "args": "(ImPlotStyleVar idx,int val)", + "argsT": [ + { + "name": "idx", + "type": "ImPlotStyleVar" + }, + { + "name": "val", + "type": "int" + } + ], + "argsoriginal": "(ImPlotStyleVar idx,int val)", + "call_args": "(idx,val)", + "cimguiname": "ImPlot_PushStyleVar", + "defaults": {}, + "funcname": "PushStyleVar", + "location": "implot:582", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushStyleVarInt", + "ret": "void", + "signature": "(ImPlotStyleVar,int)", + "stname": "" + }, + { + "args": "(ImPlotStyleVar idx,const ImVec2 val)", + "argsT": [ + { + "name": "idx", + "type": "ImPlotStyleVar" + }, + { + "name": "val", + "type": "const ImVec2" + } + ], + "argsoriginal": "(ImPlotStyleVar idx,const ImVec2& val)", + "call_args": "(idx,val)", + "cimguiname": "ImPlot_PushStyleVar", + "defaults": {}, + "funcname": "PushStyleVar", + "location": "implot:584", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_PushStyleVarVec2", + "ret": "void", + "signature": "(ImPlotStyleVar,const ImVec2)", + "stname": "" + } + ], + "ImPlot_SetColormap": [ + { + "args": "(const ImVec4* colormap,int size)", + "argsT": [ + { + "name": "colormap", + "type": "const ImVec4*" + }, + { + "name": "size", + "type": "int" + } + ], + "argsoriginal": "(const ImVec4* colormap,int size)", + "call_args": "(colormap,size)", + "cimguiname": "ImPlot_SetColormap", + "defaults": {}, + "funcname": "SetColormap", + "location": "implot:631", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetColormapVec4Ptr", + "ret": "void", + "signature": "(const ImVec4*,int)", + "stname": "" + }, + { + "args": "(ImPlotColormap colormap,int samples)", + "argsT": [ + { + "name": "colormap", + "type": "ImPlotColormap" + }, + { + "name": "samples", + "type": "int" + } + ], + "argsoriginal": "(ImPlotColormap colormap,int samples=0)", + "call_args": "(colormap,samples)", + "cimguiname": "ImPlot_SetColormap", + "defaults": { + "samples": "0" + }, + "funcname": "SetColormap", + "location": "implot:633", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetColormapPlotColormap", + "ret": "void", + "signature": "(ImPlotColormap,int)", + "stname": "" + } + ], + "ImPlot_SetCurrentContext": [ + { + "args": "(ImPlotContext* ctx)", + "argsT": [ + { + "name": "ctx", + "type": "ImPlotContext*" + } + ], + "argsoriginal": "(ImPlotContext* ctx)", + "call_args": "(ctx)", + "cimguiname": "ImPlot_SetCurrentContext", + "defaults": {}, + "funcname": "SetCurrentContext", + "location": "implot:323", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetCurrentContext", + "ret": "void", + "signature": "(ImPlotContext*)", + "stname": "" + } + ], + "ImPlot_SetImGuiContext": [ + { + "args": "(ImGuiContext* ctx)", + "argsT": [ + { + "name": "ctx", + "type": "ImGuiContext*" + } + ], + "argsoriginal": "(ImGuiContext* ctx)", + "call_args": "(ctx)", + "cimguiname": "ImPlot_SetImGuiContext", + "defaults": {}, + "funcname": "SetImGuiContext", + "location": "implot:679", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetImGuiContext", + "ret": "void", + "signature": "(ImGuiContext*)", + "stname": "" + } + ], + "ImPlot_SetLegendLocation": [ + { + "args": "(ImPlotLocation location,ImPlotOrientation orientation,bool outside)", + "argsT": [ + { + "name": "location", + "type": "ImPlotLocation" + }, + { + "name": "orientation", + "type": "ImPlotOrientation" + }, + { + "name": "outside", + "type": "bool" + } + ], + "argsoriginal": "(ImPlotLocation location,ImPlotOrientation orientation=ImPlotOrientation_Vertical,bool outside=false)", + "call_args": "(location,orientation,outside)", + "cimguiname": "ImPlot_SetLegendLocation", + "defaults": { + "orientation": "ImPlotOrientation_Vertical", + "outside": "false" + }, + "funcname": "SetLegendLocation", + "location": "implot:539", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetLegendLocation", + "ret": "void", + "signature": "(ImPlotLocation,ImPlotOrientation,bool)", + "stname": "" + } + ], + "ImPlot_SetMousePosLocation": [ + { + "args": "(ImPlotLocation location)", + "argsT": [ + { + "name": "location", + "type": "ImPlotLocation" + } + ], + "argsoriginal": "(ImPlotLocation location)", + "call_args": "(location)", + "cimguiname": "ImPlot_SetMousePosLocation", + "defaults": {}, + "funcname": "SetMousePosLocation", + "location": "implot:541", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetMousePosLocation", + "ret": "void", + "signature": "(ImPlotLocation)", + "stname": "" + } + ], + "ImPlot_SetNextErrorBarStyle": [ + { + "args": "(const ImVec4 col,float size,float weight)", + "argsT": [ + { + "name": "col", + "type": "const ImVec4" + }, + { + "name": "size", + "type": "float" + }, + { + "name": "weight", + "type": "float" + } + ], + "argsoriginal": "(const ImVec4& col=ImVec4(0,0,0,-1),float size=-1,float weight=-1)", + "call_args": "(col,size,weight)", + "cimguiname": "ImPlot_SetNextErrorBarStyle", + "defaults": { + "col": "ImVec4(0,0,0,-1)", + "size": "-1", + "weight": "-1" + }, + "funcname": "SetNextErrorBarStyle", + "location": "implot:600", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextErrorBarStyle", + "ret": "void", + "signature": "(const ImVec4,float,float)", + "stname": "" + } + ], + "ImPlot_SetNextFillStyle": [ + { + "args": "(const ImVec4 col,float alpha_mod)", + "argsT": [ + { + "name": "col", + "type": "const ImVec4" + }, + { + "name": "alpha_mod", + "type": "float" + } + ], + "argsoriginal": "(const ImVec4& col=ImVec4(0,0,0,-1),float alpha_mod=-1)", + "call_args": "(col,alpha_mod)", + "cimguiname": "ImPlot_SetNextFillStyle", + "defaults": { + "alpha_mod": "-1", + "col": "ImVec4(0,0,0,-1)" + }, + "funcname": "SetNextFillStyle", + "location": "implot:596", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextFillStyle", + "ret": "void", + "signature": "(const ImVec4,float)", + "stname": "" + } + ], + "ImPlot_SetNextLineStyle": [ + { + "args": "(const ImVec4 col,float weight)", + "argsT": [ + { + "name": "col", + "type": "const ImVec4" + }, + { + "name": "weight", + "type": "float" + } + ], + "argsoriginal": "(const ImVec4& col=ImVec4(0,0,0,-1),float weight=-1)", + "call_args": "(col,weight)", + "cimguiname": "ImPlot_SetNextLineStyle", + "defaults": { + "col": "ImVec4(0,0,0,-1)", + "weight": "-1" + }, + "funcname": "SetNextLineStyle", + "location": "implot:594", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextLineStyle", + "ret": "void", + "signature": "(const ImVec4,float)", + "stname": "" + } + ], + "ImPlot_SetNextMarkerStyle": [ + { + "args": "(ImPlotMarker marker,float size,const ImVec4 fill,float weight,const ImVec4 outline)", + "argsT": [ + { + "name": "marker", + "type": "ImPlotMarker" + }, + { + "name": "size", + "type": "float" + }, + { + "name": "fill", + "type": "const ImVec4" + }, + { + "name": "weight", + "type": "float" + }, + { + "name": "outline", + "type": "const ImVec4" + } + ], + "argsoriginal": "(ImPlotMarker marker=-1,float size=-1,const ImVec4& fill=ImVec4(0,0,0,-1),float weight=-1,const ImVec4& outline=ImVec4(0,0,0,-1))", + "call_args": "(marker,size,fill,weight,outline)", + "cimguiname": "ImPlot_SetNextMarkerStyle", + "defaults": { + "fill": "ImVec4(0,0,0,-1)", + "marker": "-1", + "outline": "ImVec4(0,0,0,-1)", + "size": "-1", + "weight": "-1" + }, + "funcname": "SetNextMarkerStyle", + "location": "implot:598", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextMarkerStyle", + "ret": "void", + "signature": "(ImPlotMarker,float,const ImVec4,float,const ImVec4)", + "stname": "" + } + ], + "ImPlot_SetNextPlotLimits": [ + { + "args": "(double xmin,double xmax,double ymin,double ymax,ImGuiCond cond)", + "argsT": [ + { + "name": "xmin", + "type": "double" + }, + { + "name": "xmax", + "type": "double" + }, + { + "name": "ymin", + "type": "double" + }, + { + "name": "ymax", + "type": "double" + }, + { + "name": "cond", + "type": "ImGuiCond" + } + ], + "argsoriginal": "(double xmin,double xmax,double ymin,double ymax,ImGuiCond cond=ImGuiCond_Once)", + "call_args": "(xmin,xmax,ymin,ymax,cond)", + "cimguiname": "ImPlot_SetNextPlotLimits", + "defaults": { + "cond": "ImGuiCond_Once" + }, + "funcname": "SetNextPlotLimits", + "location": "implot:456", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextPlotLimits", + "ret": "void", + "signature": "(double,double,double,double,ImGuiCond)", + "stname": "" + } + ], + "ImPlot_SetNextPlotLimitsX": [ + { + "args": "(double xmin,double xmax,ImGuiCond cond)", + "argsT": [ + { + "name": "xmin", + "type": "double" + }, + { + "name": "xmax", + "type": "double" + }, + { + "name": "cond", + "type": "ImGuiCond" + } + ], + "argsoriginal": "(double xmin,double xmax,ImGuiCond cond=ImGuiCond_Once)", + "call_args": "(xmin,xmax,cond)", + "cimguiname": "ImPlot_SetNextPlotLimitsX", + "defaults": { + "cond": "ImGuiCond_Once" + }, + "funcname": "SetNextPlotLimitsX", + "location": "implot:458", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextPlotLimitsX", + "ret": "void", + "signature": "(double,double,ImGuiCond)", + "stname": "" + } + ], + "ImPlot_SetNextPlotLimitsY": [ + { + "args": "(double ymin,double ymax,ImGuiCond cond,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "ymin", + "type": "double" + }, + { + "name": "ymax", + "type": "double" + }, + { + "name": "cond", + "type": "ImGuiCond" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(double ymin,double ymax,ImGuiCond cond=ImGuiCond_Once,ImPlotYAxis y_axis=0)", + "call_args": "(ymin,ymax,cond,y_axis)", + "cimguiname": "ImPlot_SetNextPlotLimitsY", + "defaults": { + "cond": "ImGuiCond_Once", + "y_axis": "0" + }, + "funcname": "SetNextPlotLimitsY", + "location": "implot:460", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextPlotLimitsY", + "ret": "void", + "signature": "(double,double,ImGuiCond,ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_SetNextPlotTicksX": [ + { + "args": "(const double* values,int n_ticks,const char* const labels[],bool show_default)", + "argsT": [ + { + "name": "values", + "type": "const double*" + }, + { + "name": "n_ticks", + "type": "int" + }, + { + "name": "labels", + "type": "const char* const[]" + }, + { + "name": "show_default", + "type": "bool" + } + ], + "argsoriginal": "(const double* values,int n_ticks,const char* const labels[]=((void*)0),bool show_default=false)", + "call_args": "(values,n_ticks,labels,show_default)", + "cimguiname": "ImPlot_SetNextPlotTicksX", + "defaults": { + "labels": "((void*)0)", + "show_default": "false" + }, + "funcname": "SetNextPlotTicksX", + "location": "implot:467", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextPlotTicksXdoublePtr", + "ret": "void", + "signature": "(const double*,int,const char* const[],bool)", + "stname": "" + }, + { + "args": "(double x_min,double x_max,int n_ticks,const char* const labels[],bool show_default)", + "argsT": [ + { + "name": "x_min", + "type": "double" + }, + { + "name": "x_max", + "type": "double" + }, + { + "name": "n_ticks", + "type": "int" + }, + { + "name": "labels", + "type": "const char* const[]" + }, + { + "name": "show_default", + "type": "bool" + } + ], + "argsoriginal": "(double x_min,double x_max,int n_ticks,const char* const labels[]=((void*)0),bool show_default=false)", + "call_args": "(x_min,x_max,n_ticks,labels,show_default)", + "cimguiname": "ImPlot_SetNextPlotTicksX", + "defaults": { + "labels": "((void*)0)", + "show_default": "false" + }, + "funcname": "SetNextPlotTicksX", + "location": "implot:468", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextPlotTicksXdouble", + "ret": "void", + "signature": "(double,double,int,const char* const[],bool)", + "stname": "" + } + ], + "ImPlot_SetNextPlotTicksY": [ + { + "args": "(const double* values,int n_ticks,const char* const labels[],bool show_default,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "values", + "type": "const double*" + }, + { + "name": "n_ticks", + "type": "int" + }, + { + "name": "labels", + "type": "const char* const[]" + }, + { + "name": "show_default", + "type": "bool" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(const double* values,int n_ticks,const char* const labels[]=((void*)0),bool show_default=false,ImPlotYAxis y_axis=0)", + "call_args": "(values,n_ticks,labels,show_default,y_axis)", + "cimguiname": "ImPlot_SetNextPlotTicksY", + "defaults": { + "labels": "((void*)0)", + "show_default": "false", + "y_axis": "0" + }, + "funcname": "SetNextPlotTicksY", + "location": "implot:471", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextPlotTicksYdoublePtr", + "ret": "void", + "signature": "(const double*,int,const char* const[],bool,ImPlotYAxis)", + "stname": "" + }, + { + "args": "(double y_min,double y_max,int n_ticks,const char* const labels[],bool show_default,ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "y_min", + "type": "double" + }, + { + "name": "y_max", + "type": "double" + }, + { + "name": "n_ticks", + "type": "int" + }, + { + "name": "labels", + "type": "const char* const[]" + }, + { + "name": "show_default", + "type": "bool" + }, + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(double y_min,double y_max,int n_ticks,const char* const labels[]=((void*)0),bool show_default=false,ImPlotYAxis y_axis=0)", + "call_args": "(y_min,y_max,n_ticks,labels,show_default,y_axis)", + "cimguiname": "ImPlot_SetNextPlotTicksY", + "defaults": { + "labels": "((void*)0)", + "show_default": "false", + "y_axis": "0" + }, + "funcname": "SetNextPlotTicksY", + "location": "implot:472", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetNextPlotTicksYdouble", + "ret": "void", + "signature": "(double,double,int,const char* const[],bool,ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_SetPlotYAxis": [ + { + "args": "(ImPlotYAxis y_axis)", + "argsT": [ + { + "name": "y_axis", + "type": "ImPlotYAxis" + } + ], + "argsoriginal": "(ImPlotYAxis y_axis)", + "call_args": "(y_axis)", + "cimguiname": "ImPlot_SetPlotYAxis", + "defaults": {}, + "funcname": "SetPlotYAxis", + "location": "implot:477", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_SetPlotYAxis", + "ret": "void", + "signature": "(ImPlotYAxis)", + "stname": "" + } + ], + "ImPlot_ShowColormapScale": [ + { + "args": "(double scale_min,double scale_max,float height)", + "argsT": [ + { + "name": "scale_min", + "type": "double" + }, + { + "name": "scale_max", + "type": "double" + }, + { + "name": "height", + "type": "float" + } + ], + "argsoriginal": "(double scale_min,double scale_max,float height)", + "call_args": "(scale_min,scale_max,height)", + "cimguiname": "ImPlot_ShowColormapScale", + "defaults": {}, + "funcname": "ShowColormapScale", + "location": "implot:645", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_ShowColormapScale", + "ret": "void", + "signature": "(double,double,float)", + "stname": "" + } + ], + "ImPlot_ShowColormapSelector": [ + { + "args": "(const char* label)", + "argsT": [ + { + "name": "label", + "type": "const char*" + } + ], + "argsoriginal": "(const char* label)", + "call_args": "(label)", + "cimguiname": "ImPlot_ShowColormapSelector", + "defaults": {}, + "funcname": "ShowColormapSelector", + "location": "implot:667", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_ShowColormapSelector", + "ret": "bool", + "signature": "(const char*)", + "stname": "" + } + ], + "ImPlot_ShowDemoWindow": [ + { + "args": "(bool* p_open)", + "argsT": [ + { + "name": "p_open", + "type": "bool*" + } + ], + "argsoriginal": "(bool* p_open=((void*)0))", + "call_args": "(p_open)", + "cimguiname": "ImPlot_ShowDemoWindow", + "defaults": { + "p_open": "((void*)0)" + }, + "funcname": "ShowDemoWindow", + "location": "implot:686", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_ShowDemoWindow", + "ret": "void", + "signature": "(bool*)", + "stname": "" + } + ], + "ImPlot_ShowMetricsWindow": [ + { + "args": "(bool* p_popen)", + "argsT": [ + { + "name": "p_popen", + "type": "bool*" + } + ], + "argsoriginal": "(bool* p_popen=((void*)0))", + "call_args": "(p_popen)", + "cimguiname": "ImPlot_ShowMetricsWindow", + "defaults": { + "p_popen": "((void*)0)" + }, + "funcname": "ShowMetricsWindow", + "location": "implot:673", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_ShowMetricsWindow", + "ret": "void", + "signature": "(bool*)", + "stname": "" + } + ], + "ImPlot_ShowStyleEditor": [ + { + "args": "(ImPlotStyle* ref)", + "argsT": [ + { + "name": "ref", + "type": "ImPlotStyle*" + } + ], + "argsoriginal": "(ImPlotStyle* ref=((void*)0))", + "call_args": "(ref)", + "cimguiname": "ImPlot_ShowStyleEditor", + "defaults": { + "ref": "((void*)0)" + }, + "funcname": "ShowStyleEditor", + "location": "implot:669", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_ShowStyleEditor", + "ret": "void", + "signature": "(ImPlotStyle*)", + "stname": "" + } + ], + "ImPlot_ShowStyleSelector": [ + { + "args": "(const char* label)", + "argsT": [ + { + "name": "label", + "type": "const char*" + } + ], + "argsoriginal": "(const char* label)", + "call_args": "(label)", + "cimguiname": "ImPlot_ShowStyleSelector", + "defaults": {}, + "funcname": "ShowStyleSelector", + "location": "implot:665", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_ShowStyleSelector", + "ret": "bool", + "signature": "(const char*)", + "stname": "" + } + ], + "ImPlot_ShowUserGuide": [ + { + "args": "()", + "argsT": [], + "argsoriginal": "()", + "call_args": "()", + "cimguiname": "ImPlot_ShowUserGuide", + "defaults": {}, + "funcname": "ShowUserGuide", + "location": "implot:671", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_ShowUserGuide", + "ret": "void", + "signature": "()", + "stname": "" + } + ], + "ImPlot_StyleColorsAuto": [ + { + "args": "(ImPlotStyle* dst)", + "argsT": [ + { + "name": "dst", + "type": "ImPlotStyle*" + } + ], + "argsoriginal": "(ImPlotStyle* dst=((void*)0))", + "call_args": "(dst)", + "cimguiname": "ImPlot_StyleColorsAuto", + "defaults": { + "dst": "((void*)0)" + }, + "funcname": "StyleColorsAuto", + "location": "implot:561", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_StyleColorsAuto", + "ret": "void", + "signature": "(ImPlotStyle*)", + "stname": "" + } + ], + "ImPlot_StyleColorsClassic": [ + { + "args": "(ImPlotStyle* dst)", + "argsT": [ + { + "name": "dst", + "type": "ImPlotStyle*" + } + ], + "argsoriginal": "(ImPlotStyle* dst=((void*)0))", + "call_args": "(dst)", + "cimguiname": "ImPlot_StyleColorsClassic", + "defaults": { + "dst": "((void*)0)" + }, + "funcname": "StyleColorsClassic", + "location": "implot:563", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_StyleColorsClassic", + "ret": "void", + "signature": "(ImPlotStyle*)", + "stname": "" + } + ], + "ImPlot_StyleColorsDark": [ + { + "args": "(ImPlotStyle* dst)", + "argsT": [ + { + "name": "dst", + "type": "ImPlotStyle*" + } + ], + "argsoriginal": "(ImPlotStyle* dst=((void*)0))", + "call_args": "(dst)", + "cimguiname": "ImPlot_StyleColorsDark", + "defaults": { + "dst": "((void*)0)" + }, + "funcname": "StyleColorsDark", + "location": "implot:565", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_StyleColorsDark", + "ret": "void", + "signature": "(ImPlotStyle*)", + "stname": "" + } + ], + "ImPlot_StyleColorsLight": [ + { + "args": "(ImPlotStyle* dst)", + "argsT": [ + { + "name": "dst", + "type": "ImPlotStyle*" + } + ], + "argsoriginal": "(ImPlotStyle* dst=((void*)0))", + "call_args": "(dst)", + "cimguiname": "ImPlot_StyleColorsLight", + "defaults": { + "dst": "((void*)0)" + }, + "funcname": "StyleColorsLight", + "location": "implot:567", + "namespace": "ImPlot", + "ov_cimguiname": "ImPlot_StyleColorsLight", + "ret": "void", + "signature": "(ImPlotStyle*)", + "stname": "" + } + ] +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimplot/structs_and_enums.json b/src/CodeGenerator/definitions/cimplot/structs_and_enums.json new file mode 100644 index 0000000..ef35187 --- /dev/null +++ b/src/CodeGenerator/definitions/cimplot/structs_and_enums.json @@ -0,0 +1,817 @@ +{ + "enums": { + "ImPlotAxisFlags_": [ + { + "calc_value": 0, + "name": "ImPlotAxisFlags_None", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotAxisFlags_NoGridLines", + "value": "1 << 0" + }, + { + "calc_value": 2, + "name": "ImPlotAxisFlags_NoTickMarks", + "value": "1 << 1" + }, + { + "calc_value": 4, + "name": "ImPlotAxisFlags_NoTickLabels", + "value": "1 << 2" + }, + { + "calc_value": 8, + "name": "ImPlotAxisFlags_LogScale", + "value": "1 << 3" + }, + { + "calc_value": 16, + "name": "ImPlotAxisFlags_Time", + "value": "1 << 4" + }, + { + "calc_value": 32, + "name": "ImPlotAxisFlags_Invert", + "value": "1 << 5" + }, + { + "calc_value": 64, + "name": "ImPlotAxisFlags_LockMin", + "value": "1 << 6" + }, + { + "calc_value": 128, + "name": "ImPlotAxisFlags_LockMax", + "value": "1 << 7" + }, + { + "calc_value": 192, + "name": "ImPlotAxisFlags_Lock", + "value": "ImPlotAxisFlags_LockMin | ImPlotAxisFlags_LockMax" + }, + { + "calc_value": 7, + "name": "ImPlotAxisFlags_NoDecorations", + "value": "ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_NoTickMarks | ImPlotAxisFlags_NoTickLabels" + } + ], + "ImPlotCol_": [ + { + "calc_value": 0, + "name": "ImPlotCol_Line", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotCol_Fill", + "value": "1" + }, + { + "calc_value": 2, + "name": "ImPlotCol_MarkerOutline", + "value": "2" + }, + { + "calc_value": 3, + "name": "ImPlotCol_MarkerFill", + "value": "3" + }, + { + "calc_value": 4, + "name": "ImPlotCol_ErrorBar", + "value": "4" + }, + { + "calc_value": 5, + "name": "ImPlotCol_FrameBg", + "value": "5" + }, + { + "calc_value": 6, + "name": "ImPlotCol_PlotBg", + "value": "6" + }, + { + "calc_value": 7, + "name": "ImPlotCol_PlotBorder", + "value": "7" + }, + { + "calc_value": 8, + "name": "ImPlotCol_LegendBg", + "value": "8" + }, + { + "calc_value": 9, + "name": "ImPlotCol_LegendBorder", + "value": "9" + }, + { + "calc_value": 10, + "name": "ImPlotCol_LegendText", + "value": "10" + }, + { + "calc_value": 11, + "name": "ImPlotCol_TitleText", + "value": "11" + }, + { + "calc_value": 12, + "name": "ImPlotCol_InlayText", + "value": "12" + }, + { + "calc_value": 13, + "name": "ImPlotCol_XAxis", + "value": "13" + }, + { + "calc_value": 14, + "name": "ImPlotCol_XAxisGrid", + "value": "14" + }, + { + "calc_value": 15, + "name": "ImPlotCol_YAxis", + "value": "15" + }, + { + "calc_value": 16, + "name": "ImPlotCol_YAxisGrid", + "value": "16" + }, + { + "calc_value": 17, + "name": "ImPlotCol_YAxis2", + "value": "17" + }, + { + "calc_value": 18, + "name": "ImPlotCol_YAxisGrid2", + "value": "18" + }, + { + "calc_value": 19, + "name": "ImPlotCol_YAxis3", + "value": "19" + }, + { + "calc_value": 20, + "name": "ImPlotCol_YAxisGrid3", + "value": "20" + }, + { + "calc_value": 21, + "name": "ImPlotCol_Selection", + "value": "21" + }, + { + "calc_value": 22, + "name": "ImPlotCol_Query", + "value": "22" + }, + { + "calc_value": 23, + "name": "ImPlotCol_Crosshairs", + "value": "23" + }, + { + "calc_value": 24, + "name": "ImPlotCol_COUNT", + "value": "24" + } + ], + "ImPlotColormap_": [ + { + "calc_value": 0, + "name": "ImPlotColormap_Default", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotColormap_Deep", + "value": "1" + }, + { + "calc_value": 2, + "name": "ImPlotColormap_Dark", + "value": "2" + }, + { + "calc_value": 3, + "name": "ImPlotColormap_Pastel", + "value": "3" + }, + { + "calc_value": 4, + "name": "ImPlotColormap_Paired", + "value": "4" + }, + { + "calc_value": 5, + "name": "ImPlotColormap_Viridis", + "value": "5" + }, + { + "calc_value": 6, + "name": "ImPlotColormap_Plasma", + "value": "6" + }, + { + "calc_value": 7, + "name": "ImPlotColormap_Hot", + "value": "7" + }, + { + "calc_value": 8, + "name": "ImPlotColormap_Cool", + "value": "8" + }, + { + "calc_value": 9, + "name": "ImPlotColormap_Pink", + "value": "9" + }, + { + "calc_value": 10, + "name": "ImPlotColormap_Jet", + "value": "10" + }, + { + "calc_value": 11, + "name": "ImPlotColormap_COUNT", + "value": "11" + } + ], + "ImPlotFlags_": [ + { + "calc_value": 0, + "name": "ImPlotFlags_None", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotFlags_NoLegend", + "value": "1 << 0" + }, + { + "calc_value": 2, + "name": "ImPlotFlags_NoMenus", + "value": "1 << 1" + }, + { + "calc_value": 4, + "name": "ImPlotFlags_NoBoxSelect", + "value": "1 << 2" + }, + { + "calc_value": 8, + "name": "ImPlotFlags_NoMousePos", + "value": "1 << 3" + }, + { + "calc_value": 16, + "name": "ImPlotFlags_NoHighlight", + "value": "1 << 4" + }, + { + "calc_value": 32, + "name": "ImPlotFlags_NoChild", + "value": "1 << 5" + }, + { + "calc_value": 64, + "name": "ImPlotFlags_YAxis2", + "value": "1 << 6" + }, + { + "calc_value": 128, + "name": "ImPlotFlags_YAxis3", + "value": "1 << 7" + }, + { + "calc_value": 256, + "name": "ImPlotFlags_Query", + "value": "1 << 8" + }, + { + "calc_value": 512, + "name": "ImPlotFlags_Crosshairs", + "value": "1 << 9" + }, + { + "calc_value": 1024, + "name": "ImPlotFlags_AntiAliased", + "value": "1 << 10" + }, + { + "calc_value": 15, + "name": "ImPlotFlags_CanvasOnly", + "value": "ImPlotFlags_NoLegend | ImPlotFlags_NoMenus | ImPlotFlags_NoBoxSelect | ImPlotFlags_NoMousePos" + } + ], + "ImPlotLocation_": [ + { + "calc_value": 0, + "name": "ImPlotLocation_Center", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotLocation_North", + "value": "1 << 0" + }, + { + "calc_value": 2, + "name": "ImPlotLocation_South", + "value": "1 << 1" + }, + { + "calc_value": 4, + "name": "ImPlotLocation_West", + "value": "1 << 2" + }, + { + "calc_value": 8, + "name": "ImPlotLocation_East", + "value": "1 << 3" + }, + { + "calc_value": 5, + "name": "ImPlotLocation_NorthWest", + "value": "ImPlotLocation_North | ImPlotLocation_West" + }, + { + "calc_value": 9, + "name": "ImPlotLocation_NorthEast", + "value": "ImPlotLocation_North | ImPlotLocation_East" + }, + { + "calc_value": 6, + "name": "ImPlotLocation_SouthWest", + "value": "ImPlotLocation_South | ImPlotLocation_West" + }, + { + "calc_value": 10, + "name": "ImPlotLocation_SouthEast", + "value": "ImPlotLocation_South | ImPlotLocation_East" + } + ], + "ImPlotMarker_": [ + { + "calc_value": -1, + "name": "ImPlotMarker_None", + "value": "-1" + }, + { + "calc_value": 0, + "name": "ImPlotMarker_Circle", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotMarker_Square", + "value": "1" + }, + { + "calc_value": 2, + "name": "ImPlotMarker_Diamond", + "value": "2" + }, + { + "calc_value": 3, + "name": "ImPlotMarker_Up", + "value": "3" + }, + { + "calc_value": 4, + "name": "ImPlotMarker_Down", + "value": "4" + }, + { + "calc_value": 5, + "name": "ImPlotMarker_Left", + "value": "5" + }, + { + "calc_value": 6, + "name": "ImPlotMarker_Right", + "value": "6" + }, + { + "calc_value": 7, + "name": "ImPlotMarker_Cross", + "value": "7" + }, + { + "calc_value": 8, + "name": "ImPlotMarker_Plus", + "value": "8" + }, + { + "calc_value": 9, + "name": "ImPlotMarker_Asterisk", + "value": "9" + }, + { + "calc_value": 10, + "name": "ImPlotMarker_COUNT", + "value": "10" + } + ], + "ImPlotOrientation_": [ + { + "calc_value": 0, + "name": "ImPlotOrientation_Horizontal", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotOrientation_Vertical", + "value": "1" + } + ], + "ImPlotStyleVar_": [ + { + "calc_value": 0, + "name": "ImPlotStyleVar_LineWeight", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotStyleVar_Marker", + "value": "1" + }, + { + "calc_value": 2, + "name": "ImPlotStyleVar_MarkerSize", + "value": "2" + }, + { + "calc_value": 3, + "name": "ImPlotStyleVar_MarkerWeight", + "value": "3" + }, + { + "calc_value": 4, + "name": "ImPlotStyleVar_FillAlpha", + "value": "4" + }, + { + "calc_value": 5, + "name": "ImPlotStyleVar_ErrorBarSize", + "value": "5" + }, + { + "calc_value": 6, + "name": "ImPlotStyleVar_ErrorBarWeight", + "value": "6" + }, + { + "calc_value": 7, + "name": "ImPlotStyleVar_DigitalBitHeight", + "value": "7" + }, + { + "calc_value": 8, + "name": "ImPlotStyleVar_DigitalBitGap", + "value": "8" + }, + { + "calc_value": 9, + "name": "ImPlotStyleVar_PlotBorderSize", + "value": "9" + }, + { + "calc_value": 10, + "name": "ImPlotStyleVar_MinorAlpha", + "value": "10" + }, + { + "calc_value": 11, + "name": "ImPlotStyleVar_MajorTickLen", + "value": "11" + }, + { + "calc_value": 12, + "name": "ImPlotStyleVar_MinorTickLen", + "value": "12" + }, + { + "calc_value": 13, + "name": "ImPlotStyleVar_MajorTickSize", + "value": "13" + }, + { + "calc_value": 14, + "name": "ImPlotStyleVar_MinorTickSize", + "value": "14" + }, + { + "calc_value": 15, + "name": "ImPlotStyleVar_MajorGridSize", + "value": "15" + }, + { + "calc_value": 16, + "name": "ImPlotStyleVar_MinorGridSize", + "value": "16" + }, + { + "calc_value": 17, + "name": "ImPlotStyleVar_PlotPadding", + "value": "17" + }, + { + "calc_value": 18, + "name": "ImPlotStyleVar_LabelPadding", + "value": "18" + }, + { + "calc_value": 19, + "name": "ImPlotStyleVar_LegendPadding", + "value": "19" + }, + { + "calc_value": 20, + "name": "ImPlotStyleVar_LegendInnerPadding", + "value": "20" + }, + { + "calc_value": 21, + "name": "ImPlotStyleVar_LegendSpacing", + "value": "21" + }, + { + "calc_value": 22, + "name": "ImPlotStyleVar_MousePosPadding", + "value": "22" + }, + { + "calc_value": 23, + "name": "ImPlotStyleVar_AnnotationPadding", + "value": "23" + }, + { + "calc_value": 24, + "name": "ImPlotStyleVar_PlotDefaultSize", + "value": "24" + }, + { + "calc_value": 25, + "name": "ImPlotStyleVar_PlotMinSize", + "value": "25" + }, + { + "calc_value": 26, + "name": "ImPlotStyleVar_COUNT", + "value": "26" + } + ], + "ImPlotYAxis_": [ + { + "calc_value": 0, + "name": "ImPlotYAxis_1", + "value": "0" + }, + { + "calc_value": 1, + "name": "ImPlotYAxis_2", + "value": "1" + }, + { + "calc_value": 2, + "name": "ImPlotYAxis_3", + "value": "2" + } + ] + }, + "locations": { + "ImPlotAxisFlags_": "implot:83", + "ImPlotCol_": "implot:98", + "ImPlotColormap_": "implot:178", + "ImPlotFlags_": "implot:66", + "ImPlotInputMap": "implot:290", + "ImPlotLimits": "implot:243", + "ImPlotLocation_": "implot:194", + "ImPlotMarker_": "implot:162", + "ImPlotOrientation_": "implot:207", + "ImPlotPoint": "implot:220", + "ImPlotRange": "implot:234", + "ImPlotStyle": "implot:250", + "ImPlotStyleVar_": "implot:129", + "ImPlotYAxis_": "implot:213" + }, + "structs": { + "ImPlotInputMap": [ + { + "name": "PanButton", + "type": "ImGuiMouseButton" + }, + { + "name": "PanMod", + "type": "ImGuiKeyModFlags" + }, + { + "name": "FitButton", + "type": "ImGuiMouseButton" + }, + { + "name": "ContextMenuButton", + "type": "ImGuiMouseButton" + }, + { + "name": "BoxSelectButton", + "type": "ImGuiMouseButton" + }, + { + "name": "BoxSelectMod", + "type": "ImGuiKeyModFlags" + }, + { + "name": "BoxSelectCancelButton", + "type": "ImGuiMouseButton" + }, + { + "name": "QueryButton", + "type": "ImGuiMouseButton" + }, + { + "name": "QueryMod", + "type": "ImGuiKeyModFlags" + }, + { + "name": "QueryToggleMod", + "type": "ImGuiKeyModFlags" + }, + { + "name": "HorizontalMod", + "type": "ImGuiKeyModFlags" + }, + { + "name": "VerticalMod", + "type": "ImGuiKeyModFlags" + } + ], + "ImPlotLimits": [ + { + "name": "X", + "type": "ImPlotRange" + }, + { + "name": "Y", + "type": "ImPlotRange" + } + ], + "ImPlotPoint": [ + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + } + ], + "ImPlotRange": [ + { + "name": "Min", + "type": "double" + }, + { + "name": "Max", + "type": "double" + } + ], + "ImPlotStyle": [ + { + "name": "LineWeight", + "type": "float" + }, + { + "name": "Marker", + "type": "int" + }, + { + "name": "MarkerSize", + "type": "float" + }, + { + "name": "MarkerWeight", + "type": "float" + }, + { + "name": "FillAlpha", + "type": "float" + }, + { + "name": "ErrorBarSize", + "type": "float" + }, + { + "name": "ErrorBarWeight", + "type": "float" + }, + { + "name": "DigitalBitHeight", + "type": "float" + }, + { + "name": "DigitalBitGap", + "type": "float" + }, + { + "name": "PlotBorderSize", + "type": "float" + }, + { + "name": "MinorAlpha", + "type": "float" + }, + { + "name": "MajorTickLen", + "type": "ImVec2" + }, + { + "name": "MinorTickLen", + "type": "ImVec2" + }, + { + "name": "MajorTickSize", + "type": "ImVec2" + }, + { + "name": "MinorTickSize", + "type": "ImVec2" + }, + { + "name": "MajorGridSize", + "type": "ImVec2" + }, + { + "name": "MinorGridSize", + "type": "ImVec2" + }, + { + "name": "PlotPadding", + "type": "ImVec2" + }, + { + "name": "LabelPadding", + "type": "ImVec2" + }, + { + "name": "LegendPadding", + "type": "ImVec2" + }, + { + "name": "LegendInnerPadding", + "type": "ImVec2" + }, + { + "name": "LegendSpacing", + "type": "ImVec2" + }, + { + "name": "MousePosPadding", + "type": "ImVec2" + }, + { + "name": "AnnotationPadding", + "type": "ImVec2" + }, + { + "name": "PlotDefaultSize", + "type": "ImVec2" + }, + { + "name": "PlotMinSize", + "type": "ImVec2" + }, + { + "name": "Colors[ImPlotCol_COUNT]", + "size": 24, + "type": "ImVec4" + }, + { + "name": "AntiAliasedLines", + "type": "bool" + }, + { + "name": "UseLocalTime", + "type": "bool" + }, + { + "name": "UseISO8601", + "type": "bool" + }, + { + "name": "Use24HourClock", + "type": "bool" + } + ] + } +} \ No newline at end of file diff --git a/src/CodeGenerator/definitions/cimplot/variants.json b/src/CodeGenerator/definitions/cimplot/variants.json new file mode 100644 index 0000000..8593c62 --- /dev/null +++ b/src/CodeGenerator/definitions/cimplot/variants.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/src/ImGui.NET.sln b/src/ImGui.NET.sln index e3857dc..3f507de 100644 --- a/src/ImGui.NET.sln +++ b/src/ImGui.NET.sln @@ -10,6 +10,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImGui.NET.SampleProgram.XNA EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator", "CodeGenerator\CodeGenerator.csproj", "{62A4CFE3-C5F5-45F5-AD18-3F7E6739BD09}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImPlot.NET", "ImPlot.NET\ImPlot.NET.csproj", "{817A9820-E750-43AB-B89E-FD51E58ACBF4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImNodes.NET", "ImNodes.NET\ImNodes.NET.csproj", "{2786BF48-AE57-44EE-9E28-401AE88E972D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImGuizmo.NET", "ImGuizmo.NET\ImGuizmo.NET.csproj", "{760568AB-DCC9-443E-ADFA-2B06B2E2B421}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -68,6 +74,42 @@ Global {62A4CFE3-C5F5-45F5-AD18-3F7E6739BD09}.Release|x64.Build.0 = Release|Any CPU {62A4CFE3-C5F5-45F5-AD18-3F7E6739BD09}.Release|x86.ActiveCfg = Release|Any CPU {62A4CFE3-C5F5-45F5-AD18-3F7E6739BD09}.Release|x86.Build.0 = Release|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Debug|x64.ActiveCfg = Debug|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Debug|x64.Build.0 = Debug|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Debug|x86.ActiveCfg = Debug|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Debug|x86.Build.0 = Debug|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Release|Any CPU.Build.0 = Release|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Release|x64.ActiveCfg = Release|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Release|x64.Build.0 = Release|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Release|x86.ActiveCfg = Release|Any CPU + {817A9820-E750-43AB-B89E-FD51E58ACBF4}.Release|x86.Build.0 = Release|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Debug|x64.ActiveCfg = Debug|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Debug|x64.Build.0 = Debug|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Debug|x86.ActiveCfg = Debug|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Debug|x86.Build.0 = Debug|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Release|Any CPU.Build.0 = Release|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Release|x64.ActiveCfg = Release|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Release|x64.Build.0 = Release|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Release|x86.ActiveCfg = Release|Any CPU + {2786BF48-AE57-44EE-9E28-401AE88E972D}.Release|x86.Build.0 = Release|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Debug|Any CPU.Build.0 = Debug|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Debug|x64.ActiveCfg = Debug|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Debug|x64.Build.0 = Debug|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Debug|x86.ActiveCfg = Debug|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Debug|x86.Build.0 = Debug|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Release|Any CPU.ActiveCfg = Release|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Release|Any CPU.Build.0 = Release|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Release|x64.ActiveCfg = Release|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Release|x64.Build.0 = Release|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Release|x86.ActiveCfg = Release|Any CPU + {760568AB-DCC9-443E-ADFA-2B06B2E2B421}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/ImGui.NET/ImGui.NET.csproj b/src/ImGui.NET/ImGui.NET.csproj index 26b507d..7ca9342 100644 --- a/src/ImGui.NET/ImGui.NET.csproj +++ b/src/ImGui.NET/ImGui.NET.csproj @@ -20,6 +20,14 @@ + + + <_Parameter1>ImPlot.NET + + + <_Parameter1>ImNodes.NET + + runtimes/win-x86/native diff --git a/src/ImGuizmo.NET/ImGuizmo.NET.csproj b/src/ImGuizmo.NET/ImGuizmo.NET.csproj new file mode 100644 index 0000000..855bebe --- /dev/null +++ b/src/ImGuizmo.NET/ImGuizmo.NET.csproj @@ -0,0 +1,26 @@ + + + A .NET wrapper for the ImGuizmo library. + 1.61.0 + Eric Mellino + netstandard2.0 + true + portable + ImGuizmo.NET + ImGuizmo.NET + + $(AssemblyVersion)$(PackagePrereleaseIdentifier) + ImGuizmo ImGui ImGui.NET Immediate Mode GUI + https://github.com/mellinoe/imgui.net + $(OutputPath)\ImGuizmo.NET.xml + ImPlotNET + + + + + + + + + + diff --git a/src/ImNodes.NET/ImNodes.NET.csproj b/src/ImNodes.NET/ImNodes.NET.csproj new file mode 100644 index 0000000..8371cfc --- /dev/null +++ b/src/ImNodes.NET/ImNodes.NET.csproj @@ -0,0 +1,26 @@ + + + A .NET wrapper for the ImNodes library. + 0.3.0 + Eric Mellino + netstandard2.0 + true + portable + ImNodes.NET + ImNodes.NET + + $(AssemblyVersion)$(PackagePrereleaseIdentifier) + ImNodes ImGui ImGui.NET Immediate Mode GUI + https://github.com/mellinoe/imgui.net + $(OutputPath)\ImNodes.NET.xml + ImNodesNET + + + + + + + + + + diff --git a/src/ImPlot.NET/ImPlot.NET.csproj b/src/ImPlot.NET/ImPlot.NET.csproj new file mode 100644 index 0000000..eb0d612 --- /dev/null +++ b/src/ImPlot.NET/ImPlot.NET.csproj @@ -0,0 +1,32 @@ + + + A .NET wrapper for the ImPlot library. + 0.8.0 + Eric Mellino + netstandard2.0 + true + portable + ImPlot.NET + ImPlot.NET + + $(AssemblyVersion)$(PackagePrereleaseIdentifier) + ImPlot ImGui ImGui.NET Immediate Mode GUI + https://github.com/mellinoe/imgui.net + $(OutputPath)\ImPlot.NET.xml + ImPlotNET + + + + + + + + + + + + + + + +