mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-12 20:58:30 +01:00
pull imgui 1.69 and generate
This commit is contained in:
@@ -524,7 +524,7 @@ defs["ImDrawList_AddCircleFilled"][1]["stname"] = "ImDrawList"
|
||||
defs["ImDrawList_AddCircleFilled"]["(const ImVec2,float,ImU32,int)"] = defs["ImDrawList_AddCircleFilled"][1]
|
||||
defs["ImDrawList_AddConvexPolyFilled"] = {}
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1] = {}
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["args"] = "(ImDrawList* self,const ImVec2* points,const int num_points,ImU32 col)"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["args"] = "(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col)"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"] = {}
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][1] = {}
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][1]["name"] = "self"
|
||||
@@ -534,20 +534,20 @@ defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][2]["name"] = "points"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][2]["type"] = "const ImVec2*"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][3] = {}
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][3]["name"] = "num_points"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][3]["type"] = "const int"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][3]["type"] = "int"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][4] = {}
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][4]["name"] = "col"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsT"][4]["type"] = "ImU32"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsoriginal"] = "(const ImVec2* points,const int num_points,ImU32 col)"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["argsoriginal"] = "(const ImVec2* points,int num_points,ImU32 col)"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["call_args"] = "(points,num_points,col)"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["cimguiname"] = "ImDrawList_AddConvexPolyFilled"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["defaults"] = {}
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["funcname"] = "AddConvexPolyFilled"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["ov_cimguiname"] = "ImDrawList_AddConvexPolyFilled"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["ret"] = "void"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["signature"] = "(const ImVec2*,const int,ImU32)"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["signature"] = "(const ImVec2*,int,ImU32)"
|
||||
defs["ImDrawList_AddConvexPolyFilled"][1]["stname"] = "ImDrawList"
|
||||
defs["ImDrawList_AddConvexPolyFilled"]["(const ImVec2*,const int,ImU32)"] = defs["ImDrawList_AddConvexPolyFilled"][1]
|
||||
defs["ImDrawList_AddConvexPolyFilled"]["(const ImVec2*,int,ImU32)"] = defs["ImDrawList_AddConvexPolyFilled"][1]
|
||||
defs["ImDrawList_AddDrawCmd"] = {}
|
||||
defs["ImDrawList_AddDrawCmd"][1] = {}
|
||||
defs["ImDrawList_AddDrawCmd"][1]["args"] = "(ImDrawList* self)"
|
||||
@@ -729,7 +729,7 @@ defs["ImDrawList_AddLine"][1]["stname"] = "ImDrawList"
|
||||
defs["ImDrawList_AddLine"]["(const ImVec2,const ImVec2,ImU32,float)"] = defs["ImDrawList_AddLine"][1]
|
||||
defs["ImDrawList_AddPolyline"] = {}
|
||||
defs["ImDrawList_AddPolyline"][1] = {}
|
||||
defs["ImDrawList_AddPolyline"][1]["args"] = "(ImDrawList* self,const ImVec2* points,const int num_points,ImU32 col,bool closed,float thickness)"
|
||||
defs["ImDrawList_AddPolyline"][1]["args"] = "(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col,bool closed,float thickness)"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"] = {}
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][1] = {}
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][1]["name"] = "self"
|
||||
@@ -739,7 +739,7 @@ defs["ImDrawList_AddPolyline"][1]["argsT"][2]["name"] = "points"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][2]["type"] = "const ImVec2*"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][3] = {}
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][3]["name"] = "num_points"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][3]["type"] = "const int"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][3]["type"] = "int"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][4] = {}
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][4]["name"] = "col"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][4]["type"] = "ImU32"
|
||||
@@ -749,16 +749,16 @@ defs["ImDrawList_AddPolyline"][1]["argsT"][5]["type"] = "bool"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][6] = {}
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][6]["name"] = "thickness"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsT"][6]["type"] = "float"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsoriginal"] = "(const ImVec2* points,const int num_points,ImU32 col,bool closed,float thickness)"
|
||||
defs["ImDrawList_AddPolyline"][1]["argsoriginal"] = "(const ImVec2* points,int num_points,ImU32 col,bool closed,float thickness)"
|
||||
defs["ImDrawList_AddPolyline"][1]["call_args"] = "(points,num_points,col,closed,thickness)"
|
||||
defs["ImDrawList_AddPolyline"][1]["cimguiname"] = "ImDrawList_AddPolyline"
|
||||
defs["ImDrawList_AddPolyline"][1]["defaults"] = {}
|
||||
defs["ImDrawList_AddPolyline"][1]["funcname"] = "AddPolyline"
|
||||
defs["ImDrawList_AddPolyline"][1]["ov_cimguiname"] = "ImDrawList_AddPolyline"
|
||||
defs["ImDrawList_AddPolyline"][1]["ret"] = "void"
|
||||
defs["ImDrawList_AddPolyline"][1]["signature"] = "(const ImVec2*,const int,ImU32,bool,float)"
|
||||
defs["ImDrawList_AddPolyline"][1]["signature"] = "(const ImVec2*,int,ImU32,bool,float)"
|
||||
defs["ImDrawList_AddPolyline"][1]["stname"] = "ImDrawList"
|
||||
defs["ImDrawList_AddPolyline"]["(const ImVec2*,const int,ImU32,bool,float)"] = defs["ImDrawList_AddPolyline"][1]
|
||||
defs["ImDrawList_AddPolyline"]["(const ImVec2*,int,ImU32,bool,float)"] = defs["ImDrawList_AddPolyline"][1]
|
||||
defs["ImDrawList_AddQuad"] = {}
|
||||
defs["ImDrawList_AddQuad"][1] = {}
|
||||
defs["ImDrawList_AddQuad"][1]["args"] = "(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,const ImVec2 d,ImU32 col,float thickness)"
|
||||
@@ -2359,6 +2359,23 @@ defs["ImFontAtlas_GetGlyphRangesThai"][1]["ret"] = "const ImWchar*"
|
||||
defs["ImFontAtlas_GetGlyphRangesThai"][1]["signature"] = "()"
|
||||
defs["ImFontAtlas_GetGlyphRangesThai"][1]["stname"] = "ImFontAtlas"
|
||||
defs["ImFontAtlas_GetGlyphRangesThai"]["()"] = defs["ImFontAtlas_GetGlyphRangesThai"][1]
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"] = {}
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1] = {}
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["args"] = "(ImFontAtlas* self)"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["argsT"] = {}
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["argsT"][1] = {}
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["argsT"][1]["name"] = "self"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["argsT"][1]["type"] = "ImFontAtlas*"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["argsoriginal"] = "()"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["call_args"] = "()"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["cimguiname"] = "ImFontAtlas_GetGlyphRangesVietnamese"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["defaults"] = {}
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["funcname"] = "GetGlyphRangesVietnamese"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["ov_cimguiname"] = "ImFontAtlas_GetGlyphRangesVietnamese"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["ret"] = "const ImWchar*"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["signature"] = "()"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]["stname"] = "ImFontAtlas"
|
||||
defs["ImFontAtlas_GetGlyphRangesVietnamese"]["()"] = defs["ImFontAtlas_GetGlyphRangesVietnamese"][1]
|
||||
defs["ImFontAtlas_GetMouseCursorTexData"] = {}
|
||||
defs["ImFontAtlas_GetMouseCursorTexData"][1] = {}
|
||||
defs["ImFontAtlas_GetMouseCursorTexData"][1]["args"] = "(ImFontAtlas* self,ImGuiMouseCursor cursor,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2])"
|
||||
@@ -16349,6 +16366,21 @@ defs["igEndTooltip"][1]["ret"] = "void"
|
||||
defs["igEndTooltip"][1]["signature"] = "()"
|
||||
defs["igEndTooltip"][1]["stname"] = ""
|
||||
defs["igEndTooltip"]["()"] = defs["igEndTooltip"][1]
|
||||
defs["igGetBackgroundDrawList"] = {}
|
||||
defs["igGetBackgroundDrawList"][1] = {}
|
||||
defs["igGetBackgroundDrawList"][1]["args"] = "()"
|
||||
defs["igGetBackgroundDrawList"][1]["argsT"] = {}
|
||||
defs["igGetBackgroundDrawList"][1]["argsoriginal"] = "()"
|
||||
defs["igGetBackgroundDrawList"][1]["call_args"] = "()"
|
||||
defs["igGetBackgroundDrawList"][1]["cimguiname"] = "igGetBackgroundDrawList"
|
||||
defs["igGetBackgroundDrawList"][1]["defaults"] = {}
|
||||
defs["igGetBackgroundDrawList"][1]["funcname"] = "GetBackgroundDrawList"
|
||||
defs["igGetBackgroundDrawList"][1]["namespace"] = "ImGui"
|
||||
defs["igGetBackgroundDrawList"][1]["ov_cimguiname"] = "igGetBackgroundDrawList"
|
||||
defs["igGetBackgroundDrawList"][1]["ret"] = "ImDrawList*"
|
||||
defs["igGetBackgroundDrawList"][1]["signature"] = "()"
|
||||
defs["igGetBackgroundDrawList"][1]["stname"] = ""
|
||||
defs["igGetBackgroundDrawList"]["()"] = defs["igGetBackgroundDrawList"][1]
|
||||
defs["igGetClipboardText"] = {}
|
||||
defs["igGetClipboardText"][1] = {}
|
||||
defs["igGetClipboardText"][1]["args"] = "()"
|
||||
@@ -16917,6 +16949,21 @@ defs["igGetFontTexUvWhitePixel"][3]["stname"] = ""
|
||||
defs["igGetFontTexUvWhitePixel"]["()"] = defs["igGetFontTexUvWhitePixel"][1]
|
||||
defs["igGetFontTexUvWhitePixel"]["()nonUDT"] = defs["igGetFontTexUvWhitePixel"][2]
|
||||
defs["igGetFontTexUvWhitePixel"]["()nonUDT2"] = defs["igGetFontTexUvWhitePixel"][3]
|
||||
defs["igGetForegroundDrawList"] = {}
|
||||
defs["igGetForegroundDrawList"][1] = {}
|
||||
defs["igGetForegroundDrawList"][1]["args"] = "()"
|
||||
defs["igGetForegroundDrawList"][1]["argsT"] = {}
|
||||
defs["igGetForegroundDrawList"][1]["argsoriginal"] = "()"
|
||||
defs["igGetForegroundDrawList"][1]["call_args"] = "()"
|
||||
defs["igGetForegroundDrawList"][1]["cimguiname"] = "igGetForegroundDrawList"
|
||||
defs["igGetForegroundDrawList"][1]["defaults"] = {}
|
||||
defs["igGetForegroundDrawList"][1]["funcname"] = "GetForegroundDrawList"
|
||||
defs["igGetForegroundDrawList"][1]["namespace"] = "ImGui"
|
||||
defs["igGetForegroundDrawList"][1]["ov_cimguiname"] = "igGetForegroundDrawList"
|
||||
defs["igGetForegroundDrawList"][1]["ret"] = "ImDrawList*"
|
||||
defs["igGetForegroundDrawList"][1]["signature"] = "()"
|
||||
defs["igGetForegroundDrawList"][1]["stname"] = ""
|
||||
defs["igGetForegroundDrawList"]["()"] = defs["igGetForegroundDrawList"][1]
|
||||
defs["igGetFrameCount"] = {}
|
||||
defs["igGetFrameCount"][1] = {}
|
||||
defs["igGetFrameCount"][1]["args"] = "()"
|
||||
@@ -17404,21 +17451,6 @@ defs["igGetMousePosOnOpeningCurrentPopup"][3]["stname"] = ""
|
||||
defs["igGetMousePosOnOpeningCurrentPopup"]["()"] = defs["igGetMousePosOnOpeningCurrentPopup"][1]
|
||||
defs["igGetMousePosOnOpeningCurrentPopup"]["()nonUDT"] = defs["igGetMousePosOnOpeningCurrentPopup"][2]
|
||||
defs["igGetMousePosOnOpeningCurrentPopup"]["()nonUDT2"] = defs["igGetMousePosOnOpeningCurrentPopup"][3]
|
||||
defs["igGetOverlayDrawList"] = {}
|
||||
defs["igGetOverlayDrawList"][1] = {}
|
||||
defs["igGetOverlayDrawList"][1]["args"] = "()"
|
||||
defs["igGetOverlayDrawList"][1]["argsT"] = {}
|
||||
defs["igGetOverlayDrawList"][1]["argsoriginal"] = "()"
|
||||
defs["igGetOverlayDrawList"][1]["call_args"] = "()"
|
||||
defs["igGetOverlayDrawList"][1]["cimguiname"] = "igGetOverlayDrawList"
|
||||
defs["igGetOverlayDrawList"][1]["defaults"] = {}
|
||||
defs["igGetOverlayDrawList"][1]["funcname"] = "GetOverlayDrawList"
|
||||
defs["igGetOverlayDrawList"][1]["namespace"] = "ImGui"
|
||||
defs["igGetOverlayDrawList"][1]["ov_cimguiname"] = "igGetOverlayDrawList"
|
||||
defs["igGetOverlayDrawList"][1]["ret"] = "ImDrawList*"
|
||||
defs["igGetOverlayDrawList"][1]["signature"] = "()"
|
||||
defs["igGetOverlayDrawList"][1]["stname"] = ""
|
||||
defs["igGetOverlayDrawList"]["()"] = defs["igGetOverlayDrawList"][1]
|
||||
defs["igGetScrollMaxX"] = {}
|
||||
defs["igGetScrollMaxX"][1] = {}
|
||||
defs["igGetScrollMaxX"][1]["args"] = "()"
|
||||
@@ -18403,6 +18435,45 @@ defs["igInputTextMultiline"][1]["ret"] = "bool"
|
||||
defs["igInputTextMultiline"][1]["signature"] = "(const char*,char*,size_t,const ImVec2,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)"
|
||||
defs["igInputTextMultiline"][1]["stname"] = ""
|
||||
defs["igInputTextMultiline"]["(const char*,char*,size_t,const ImVec2,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)"] = defs["igInputTextMultiline"][1]
|
||||
defs["igInputTextWithHint"] = {}
|
||||
defs["igInputTextWithHint"][1] = {}
|
||||
defs["igInputTextWithHint"][1]["args"] = "(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data)"
|
||||
defs["igInputTextWithHint"][1]["argsT"] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][1] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][1]["name"] = "label"
|
||||
defs["igInputTextWithHint"][1]["argsT"][1]["type"] = "const char*"
|
||||
defs["igInputTextWithHint"][1]["argsT"][2] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][2]["name"] = "hint"
|
||||
defs["igInputTextWithHint"][1]["argsT"][2]["type"] = "const char*"
|
||||
defs["igInputTextWithHint"][1]["argsT"][3] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][3]["name"] = "buf"
|
||||
defs["igInputTextWithHint"][1]["argsT"][3]["type"] = "char*"
|
||||
defs["igInputTextWithHint"][1]["argsT"][4] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][4]["name"] = "buf_size"
|
||||
defs["igInputTextWithHint"][1]["argsT"][4]["type"] = "size_t"
|
||||
defs["igInputTextWithHint"][1]["argsT"][5] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][5]["name"] = "flags"
|
||||
defs["igInputTextWithHint"][1]["argsT"][5]["type"] = "ImGuiInputTextFlags"
|
||||
defs["igInputTextWithHint"][1]["argsT"][6] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][6]["name"] = "callback"
|
||||
defs["igInputTextWithHint"][1]["argsT"][6]["type"] = "ImGuiInputTextCallback"
|
||||
defs["igInputTextWithHint"][1]["argsT"][7] = {}
|
||||
defs["igInputTextWithHint"][1]["argsT"][7]["name"] = "user_data"
|
||||
defs["igInputTextWithHint"][1]["argsT"][7]["type"] = "void*"
|
||||
defs["igInputTextWithHint"][1]["argsoriginal"] = "(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags=0,ImGuiInputTextCallback callback=((void*)0),void* user_data=((void*)0))"
|
||||
defs["igInputTextWithHint"][1]["call_args"] = "(label,hint,buf,buf_size,flags,callback,user_data)"
|
||||
defs["igInputTextWithHint"][1]["cimguiname"] = "igInputTextWithHint"
|
||||
defs["igInputTextWithHint"][1]["defaults"] = {}
|
||||
defs["igInputTextWithHint"][1]["defaults"]["callback"] = "((void*)0)"
|
||||
defs["igInputTextWithHint"][1]["defaults"]["flags"] = "0"
|
||||
defs["igInputTextWithHint"][1]["defaults"]["user_data"] = "((void*)0)"
|
||||
defs["igInputTextWithHint"][1]["funcname"] = "InputTextWithHint"
|
||||
defs["igInputTextWithHint"][1]["namespace"] = "ImGui"
|
||||
defs["igInputTextWithHint"][1]["ov_cimguiname"] = "igInputTextWithHint"
|
||||
defs["igInputTextWithHint"][1]["ret"] = "bool"
|
||||
defs["igInputTextWithHint"][1]["signature"] = "(const char*,const char*,char*,size_t,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)"
|
||||
defs["igInputTextWithHint"][1]["stname"] = ""
|
||||
defs["igInputTextWithHint"]["(const char*,const char*,char*,size_t,ImGuiInputTextFlags,ImGuiInputTextCallback,void*)"] = defs["igInputTextWithHint"][1]
|
||||
defs["igInvisibleButton"] = {}
|
||||
defs["igInvisibleButton"][1] = {}
|
||||
defs["igInvisibleButton"][1]["args"] = "(const char* str_id,const ImVec2 size)"
|
||||
@@ -19223,16 +19294,16 @@ defs["igLogText"][1]["stname"] = ""
|
||||
defs["igLogText"]["(const char*,...)"] = defs["igLogText"][1]
|
||||
defs["igLogToClipboard"] = {}
|
||||
defs["igLogToClipboard"][1] = {}
|
||||
defs["igLogToClipboard"][1]["args"] = "(int max_depth)"
|
||||
defs["igLogToClipboard"][1]["args"] = "(int auto_open_depth)"
|
||||
defs["igLogToClipboard"][1]["argsT"] = {}
|
||||
defs["igLogToClipboard"][1]["argsT"][1] = {}
|
||||
defs["igLogToClipboard"][1]["argsT"][1]["name"] = "max_depth"
|
||||
defs["igLogToClipboard"][1]["argsT"][1]["name"] = "auto_open_depth"
|
||||
defs["igLogToClipboard"][1]["argsT"][1]["type"] = "int"
|
||||
defs["igLogToClipboard"][1]["argsoriginal"] = "(int max_depth=-1)"
|
||||
defs["igLogToClipboard"][1]["call_args"] = "(max_depth)"
|
||||
defs["igLogToClipboard"][1]["argsoriginal"] = "(int auto_open_depth=-1)"
|
||||
defs["igLogToClipboard"][1]["call_args"] = "(auto_open_depth)"
|
||||
defs["igLogToClipboard"][1]["cimguiname"] = "igLogToClipboard"
|
||||
defs["igLogToClipboard"][1]["defaults"] = {}
|
||||
defs["igLogToClipboard"][1]["defaults"]["max_depth"] = "-1"
|
||||
defs["igLogToClipboard"][1]["defaults"]["auto_open_depth"] = "-1"
|
||||
defs["igLogToClipboard"][1]["funcname"] = "LogToClipboard"
|
||||
defs["igLogToClipboard"][1]["namespace"] = "ImGui"
|
||||
defs["igLogToClipboard"][1]["ov_cimguiname"] = "igLogToClipboard"
|
||||
@@ -19242,20 +19313,20 @@ defs["igLogToClipboard"][1]["stname"] = ""
|
||||
defs["igLogToClipboard"]["(int)"] = defs["igLogToClipboard"][1]
|
||||
defs["igLogToFile"] = {}
|
||||
defs["igLogToFile"][1] = {}
|
||||
defs["igLogToFile"][1]["args"] = "(int max_depth,const char* filename)"
|
||||
defs["igLogToFile"][1]["args"] = "(int auto_open_depth,const char* filename)"
|
||||
defs["igLogToFile"][1]["argsT"] = {}
|
||||
defs["igLogToFile"][1]["argsT"][1] = {}
|
||||
defs["igLogToFile"][1]["argsT"][1]["name"] = "max_depth"
|
||||
defs["igLogToFile"][1]["argsT"][1]["name"] = "auto_open_depth"
|
||||
defs["igLogToFile"][1]["argsT"][1]["type"] = "int"
|
||||
defs["igLogToFile"][1]["argsT"][2] = {}
|
||||
defs["igLogToFile"][1]["argsT"][2]["name"] = "filename"
|
||||
defs["igLogToFile"][1]["argsT"][2]["type"] = "const char*"
|
||||
defs["igLogToFile"][1]["argsoriginal"] = "(int max_depth=-1,const char* filename=((void*)0))"
|
||||
defs["igLogToFile"][1]["call_args"] = "(max_depth,filename)"
|
||||
defs["igLogToFile"][1]["argsoriginal"] = "(int auto_open_depth=-1,const char* filename=((void*)0))"
|
||||
defs["igLogToFile"][1]["call_args"] = "(auto_open_depth,filename)"
|
||||
defs["igLogToFile"][1]["cimguiname"] = "igLogToFile"
|
||||
defs["igLogToFile"][1]["defaults"] = {}
|
||||
defs["igLogToFile"][1]["defaults"]["auto_open_depth"] = "-1"
|
||||
defs["igLogToFile"][1]["defaults"]["filename"] = "((void*)0)"
|
||||
defs["igLogToFile"][1]["defaults"]["max_depth"] = "-1"
|
||||
defs["igLogToFile"][1]["funcname"] = "LogToFile"
|
||||
defs["igLogToFile"][1]["namespace"] = "ImGui"
|
||||
defs["igLogToFile"][1]["ov_cimguiname"] = "igLogToFile"
|
||||
@@ -19265,16 +19336,16 @@ defs["igLogToFile"][1]["stname"] = ""
|
||||
defs["igLogToFile"]["(int,const char*)"] = defs["igLogToFile"][1]
|
||||
defs["igLogToTTY"] = {}
|
||||
defs["igLogToTTY"][1] = {}
|
||||
defs["igLogToTTY"][1]["args"] = "(int max_depth)"
|
||||
defs["igLogToTTY"][1]["args"] = "(int auto_open_depth)"
|
||||
defs["igLogToTTY"][1]["argsT"] = {}
|
||||
defs["igLogToTTY"][1]["argsT"][1] = {}
|
||||
defs["igLogToTTY"][1]["argsT"][1]["name"] = "max_depth"
|
||||
defs["igLogToTTY"][1]["argsT"][1]["name"] = "auto_open_depth"
|
||||
defs["igLogToTTY"][1]["argsT"][1]["type"] = "int"
|
||||
defs["igLogToTTY"][1]["argsoriginal"] = "(int max_depth=-1)"
|
||||
defs["igLogToTTY"][1]["call_args"] = "(max_depth)"
|
||||
defs["igLogToTTY"][1]["argsoriginal"] = "(int auto_open_depth=-1)"
|
||||
defs["igLogToTTY"][1]["call_args"] = "(auto_open_depth)"
|
||||
defs["igLogToTTY"][1]["cimguiname"] = "igLogToTTY"
|
||||
defs["igLogToTTY"][1]["defaults"] = {}
|
||||
defs["igLogToTTY"][1]["defaults"]["max_depth"] = "-1"
|
||||
defs["igLogToTTY"][1]["defaults"]["auto_open_depth"] = "-1"
|
||||
defs["igLogToTTY"][1]["funcname"] = "LogToTTY"
|
||||
defs["igLogToTTY"][1]["namespace"] = "ImGui"
|
||||
defs["igLogToTTY"][1]["ov_cimguiname"] = "igLogToTTY"
|
||||
@@ -20501,7 +20572,7 @@ defs["igSetCursorScreenPos"][1]["stname"] = ""
|
||||
defs["igSetCursorScreenPos"]["(const ImVec2)"] = defs["igSetCursorScreenPos"][1]
|
||||
defs["igSetDragDropPayload"] = {}
|
||||
defs["igSetDragDropPayload"][1] = {}
|
||||
defs["igSetDragDropPayload"][1]["args"] = "(const char* type,const void* data,size_t size,ImGuiCond cond)"
|
||||
defs["igSetDragDropPayload"][1]["args"] = "(const char* type,const void* data,size_t sz,ImGuiCond cond)"
|
||||
defs["igSetDragDropPayload"][1]["argsT"] = {}
|
||||
defs["igSetDragDropPayload"][1]["argsT"][1] = {}
|
||||
defs["igSetDragDropPayload"][1]["argsT"][1]["name"] = "type"
|
||||
@@ -20510,13 +20581,13 @@ defs["igSetDragDropPayload"][1]["argsT"][2] = {}
|
||||
defs["igSetDragDropPayload"][1]["argsT"][2]["name"] = "data"
|
||||
defs["igSetDragDropPayload"][1]["argsT"][2]["type"] = "const void*"
|
||||
defs["igSetDragDropPayload"][1]["argsT"][3] = {}
|
||||
defs["igSetDragDropPayload"][1]["argsT"][3]["name"] = "size"
|
||||
defs["igSetDragDropPayload"][1]["argsT"][3]["name"] = "sz"
|
||||
defs["igSetDragDropPayload"][1]["argsT"][3]["type"] = "size_t"
|
||||
defs["igSetDragDropPayload"][1]["argsT"][4] = {}
|
||||
defs["igSetDragDropPayload"][1]["argsT"][4]["name"] = "cond"
|
||||
defs["igSetDragDropPayload"][1]["argsT"][4]["type"] = "ImGuiCond"
|
||||
defs["igSetDragDropPayload"][1]["argsoriginal"] = "(const char* type,const void* data,size_t size,ImGuiCond cond=0)"
|
||||
defs["igSetDragDropPayload"][1]["call_args"] = "(type,data,size,cond)"
|
||||
defs["igSetDragDropPayload"][1]["argsoriginal"] = "(const char* type,const void* data,size_t sz,ImGuiCond cond=0)"
|
||||
defs["igSetDragDropPayload"][1]["call_args"] = "(type,data,sz,cond)"
|
||||
defs["igSetDragDropPayload"][1]["cimguiname"] = "igSetDragDropPayload"
|
||||
defs["igSetDragDropPayload"][1]["defaults"] = {}
|
||||
defs["igSetDragDropPayload"][1]["defaults"]["cond"] = "0"
|
||||
|
Reference in New Issue
Block a user