{
"ImPlotInputMap_ImPlotInputMap": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "ImPlotInputMap_ImPlotInputMap",
"constructor": true,
"defaults": {},
"funcname": "ImPlotInputMap",
"location": "implot:307",
"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:248",
"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:249",
"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:225",
"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:226",
"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:227",
"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:241",
"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:239",
"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:240",
"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:242",
"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:290",
"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:518",
"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:519",
"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:524",
"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:525",
"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:526",
"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:527",
"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:520",
"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:521",
"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:549",
"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:553",
"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:338",
"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:321",
"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:323",
"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:530",
"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:532",
"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:534",
"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:551",
"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:555",
"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:350",
"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:468",
"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:642",
"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:652",
"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:640",
"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:325",
"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:659",
"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:607",
"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:612",
"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:662",
"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:504",
"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:502",
"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:492",
"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:509",
"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:494",
"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:562",
"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:610",
"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:483",
"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:547",
"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:496",
"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:507",
"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:498",
"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:500",
"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:644",
"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:466",
"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:646",
"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:486",
"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:487",
"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:413",
"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:413",
"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:413",
"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:413",
"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:413",
"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:413",
"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:413",
"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:413",
"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:413",
"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:413",
"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:414",
"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:414",
"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:414",
"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:414",
"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:414",
"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:414",
"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:414",
"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:414",
"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:414",
"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:414",
"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:415",
"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:418",
"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:418",
"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:418",
"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:418",
"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:418",
"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:418",
"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:418",
"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:418",
"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:418",
"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:418",
"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:419",
"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:419",
"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:419",
"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:419",
"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:419",
"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:419",
"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:419",
"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:419",
"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:419",
"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:419",
"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:420",
"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:441",
"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:441",
"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:441",
"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:441",
"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:441",
"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:441",
"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:441",
"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:441",
"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:441",
"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:441",
"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:442",
"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:451",
"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:423",
"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:423",
"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:423",
"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:423",
"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:423",
"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:423",
"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:423",
"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:423",
"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:423",
"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:423",
"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:424",
"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:424",
"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:424",
"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:424",
"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:424",
"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:424",
"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:424",
"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:424",
"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:424",
"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:424",
"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:427",
"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:427",
"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:427",
"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:427",
"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:427",
"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:427",
"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:427",
"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:427",
"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:427",
"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:427",
"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:428",
"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:428",
"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:428",
"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:428",
"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:428",
"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:428",
"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:428",
"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:428",
"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:428",
"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:428",
"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:438",
"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:438",
"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:438",
"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:438",
"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:438",
"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:438",
"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:438",
"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:438",
"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:438",
"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:438",
"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:445",
"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:392",
"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:392",
"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:392",
"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:392",
"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:392",
"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:392",
"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:392",
"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:392",
"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:392",
"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:392",
"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:393",
"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:393",
"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:393",
"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:393",
"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:393",
"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:393",
"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:393",
"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:393",
"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:393",
"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:393",
"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:394",
"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:435",
"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:435",
"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:435",
"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:435",
"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:435",
"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:435",
"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:435",
"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:435",
"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:435",
"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:435",
"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:397",
"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:397",
"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:397",
"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:397",
"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:397",
"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:397",
"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:397",
"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:397",
"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:397",
"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:397",
"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:398",
"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:398",
"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:398",
"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:398",
"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:398",
"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:398",
"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:398",
"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:398",
"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:398",
"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:398",
"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:399",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedFloatPtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadeddoublePtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS8PtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU8PtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS16PtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU16PtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS32PtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU32PtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS64PtrInt",
"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:407",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU64PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedFloatPtrFloatPtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadeddoublePtrdoublePtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS8PtrS8PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU8PtrU8PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS16PtrS16PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU16PtrU16PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS32PtrS32PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU32PtrU32PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedS64PtrS64PtrInt",
"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:408",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_PlotShadedU64PtrU64PtrInt",
"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:409",
"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:409",
"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:409",
"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:409",
"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:409",
"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:409",
"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:409",
"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:409",
"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:409",
"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:409",
"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:410",
"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:402",
"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:402",
"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:402",
"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:402",
"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:402",
"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:402",
"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:402",
"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:402",
"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:402",
"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:402",
"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:403",
"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:403",
"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:403",
"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:403",
"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:403",
"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:403",
"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:403",
"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:403",
"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:403",
"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:403",
"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:404",
"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:431",
"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:431",
"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:431",
"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:431",
"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:431",
"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:431",
"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:431",
"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:431",
"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:431",
"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:431",
"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:432",
"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:432",
"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:432",
"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:432",
"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:432",
"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:432",
"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:432",
"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:432",
"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:432",
"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:432",
"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:448",
"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:489",
"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:490",
"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:632",
"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:666",
"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:581",
"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:590",
"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:628",
"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:630",
"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:664",
"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:578",
"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:579",
"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:584",
"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:586",
"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:588",
"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:635",
"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:637",
"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:327",
"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:683",
"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:543",
"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:545",
"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:604",
"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:600",
"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:598",
"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:602",
"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:460",
"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:462",
"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:464",
"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:471",
"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:472",
"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:475",
"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:476",
"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:481",
"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:649",
"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:671",
"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:690",
"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:677",
"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:673",
"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:669",
"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:675",
"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:565",
"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:567",
"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:569",
"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:571",
"namespace": "ImPlot",
"ov_cimguiname": "ImPlot_StyleColorsLight",
"ret": "void",
"signature": "(ImPlotStyle*)",
"stname": ""
}
]
}