mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-12 04:38:30 +01:00
Merge branch 'docking_inter'
This commit is contained in:
@@ -6,6 +6,7 @@ struct GLFWwindow;
|
||||
struct SDL_Window;
|
||||
typedef union SDL_Event SDL_Event;CIMGUI_API bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window,bool install_callbacks);
|
||||
CIMGUI_API bool ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window,bool install_callbacks);
|
||||
CIMGUI_API bool ImGui_ImplGlfw_InitForOther(GLFWwindow* window,bool install_callbacks);
|
||||
CIMGUI_API void ImGui_ImplGlfw_Shutdown();
|
||||
CIMGUI_API void ImGui_ImplGlfw_NewFrame();
|
||||
CIMGUI_API void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window,int button,int action,int mods);
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_CharCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_CharCallback",
|
||||
"location": "imgui_impl_glfw:35",
|
||||
"location": "imgui_impl_glfw:36",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_CharCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,unsigned int)",
|
||||
@@ -49,6 +49,31 @@
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplGlfw_InitForOther": [
|
||||
{
|
||||
"args": "(GLFWwindow* window,bool install_callbacks)",
|
||||
"argsT": [
|
||||
{
|
||||
"name": "window",
|
||||
"type": "GLFWwindow*"
|
||||
},
|
||||
{
|
||||
"name": "install_callbacks",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"argsoriginal": "(GLFWwindow* window,bool install_callbacks)",
|
||||
"call_args": "(window,install_callbacks)",
|
||||
"cimguiname": "ImGui_ImplGlfw_InitForOther",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_InitForOther",
|
||||
"location": "imgui_impl_glfw:26",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_InitForOther",
|
||||
"ret": "bool",
|
||||
"signature": "(GLFWwindow*,bool)",
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplGlfw_InitForVulkan": [
|
||||
{
|
||||
"args": "(GLFWwindow* window,bool install_callbacks)",
|
||||
@@ -104,7 +129,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"location": "imgui_impl_glfw:34",
|
||||
"location": "imgui_impl_glfw:35",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int,int,int,int)",
|
||||
@@ -137,7 +162,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"location": "imgui_impl_glfw:32",
|
||||
"location": "imgui_impl_glfw:33",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int,int,int)",
|
||||
@@ -153,7 +178,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_NewFrame",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_NewFrame",
|
||||
"location": "imgui_impl_glfw:27",
|
||||
"location": "imgui_impl_glfw:28",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_NewFrame",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -182,7 +207,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"location": "imgui_impl_glfw:33",
|
||||
"location": "imgui_impl_glfw:34",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,double,double)",
|
||||
@@ -198,7 +223,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_Shutdown",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_Shutdown",
|
||||
"location": "imgui_impl_glfw:26",
|
||||
"location": "imgui_impl_glfw:27",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_Shutdown",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
|
@@ -14,7 +14,7 @@ defs["ImGui_ImplGlfw_CharCallback"][1]["call_args"] = "(window,c)"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_CharCallback"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["funcname"] = "ImGui_ImplGlfw_CharCallback"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["location"] = "imgui_impl_glfw:35"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["location"] = "imgui_impl_glfw:36"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_CharCallback"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["signature"] = "(GLFWwindow*,unsigned int)"
|
||||
@@ -41,6 +41,27 @@ defs["ImGui_ImplGlfw_InitForOpenGL"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["signature"] = "(GLFWwindow*,bool)"
|
||||
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["stname"] = ""
|
||||
defs["ImGui_ImplGlfw_InitForOpenGL"]["(GLFWwindow*,bool)"] = defs["ImGui_ImplGlfw_InitForOpenGL"][1]
|
||||
defs["ImGui_ImplGlfw_InitForOther"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["args"] = "(GLFWwindow* window,bool install_callbacks)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][1] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][1]["name"] = "window"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][1]["type"] = "GLFWwindow*"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][2] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][2]["name"] = "install_callbacks"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][2]["type"] = "bool"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsoriginal"] = "(GLFWwindow* window,bool install_callbacks)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["call_args"] = "(window,install_callbacks)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["cimguiname"] = "ImGui_ImplGlfw_InitForOther"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["funcname"] = "ImGui_ImplGlfw_InitForOther"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["location"] = "imgui_impl_glfw:26"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_InitForOther"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["signature"] = "(GLFWwindow*,bool)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["stname"] = ""
|
||||
defs["ImGui_ImplGlfw_InitForOther"]["(GLFWwindow*,bool)"] = defs["ImGui_ImplGlfw_InitForOther"][1]
|
||||
defs["ImGui_ImplGlfw_InitForVulkan"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForVulkan"][1] = {}
|
||||
defs["ImGui_ImplGlfw_InitForVulkan"][1]["args"] = "(GLFWwindow* window,bool install_callbacks)"
|
||||
@@ -86,7 +107,7 @@ defs["ImGui_ImplGlfw_KeyCallback"][1]["call_args"] = "(window,key,scancode,actio
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_KeyCallback"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["funcname"] = "ImGui_ImplGlfw_KeyCallback"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["location"] = "imgui_impl_glfw:34"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["location"] = "imgui_impl_glfw:35"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_KeyCallback"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["signature"] = "(GLFWwindow*,int,int,int,int)"
|
||||
@@ -113,7 +134,7 @@ defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["call_args"] = "(window,button,act
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["funcname"] = "ImGui_ImplGlfw_MouseButtonCallback"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["location"] = "imgui_impl_glfw:32"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["location"] = "imgui_impl_glfw:33"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["signature"] = "(GLFWwindow*,int,int,int)"
|
||||
@@ -128,7 +149,7 @@ defs["ImGui_ImplGlfw_NewFrame"][1]["call_args"] = "()"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["cimguiname"] = "ImGui_ImplGlfw_NewFrame"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["funcname"] = "ImGui_ImplGlfw_NewFrame"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["location"] = "imgui_impl_glfw:27"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["location"] = "imgui_impl_glfw:28"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_NewFrame"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["signature"] = "()"
|
||||
@@ -152,7 +173,7 @@ defs["ImGui_ImplGlfw_ScrollCallback"][1]["call_args"] = "(window,xoffset,yoffset
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_ScrollCallback"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["funcname"] = "ImGui_ImplGlfw_ScrollCallback"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["location"] = "imgui_impl_glfw:33"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["location"] = "imgui_impl_glfw:34"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_ScrollCallback"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["signature"] = "(GLFWwindow*,double,double)"
|
||||
@@ -167,7 +188,7 @@ defs["ImGui_ImplGlfw_Shutdown"][1]["call_args"] = "()"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["cimguiname"] = "ImGui_ImplGlfw_Shutdown"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["funcname"] = "ImGui_ImplGlfw_Shutdown"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["location"] = "imgui_impl_glfw:26"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["location"] = "imgui_impl_glfw:27"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_Shutdown"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["signature"] = "()"
|
||||
|
@@ -112,13 +112,17 @@ igCombo 3
|
||||
1 bool igComboStr_arr (const char*,int*,const char* const[],int,int)
|
||||
2 bool igComboStr (const char*,int*,const char*,int)
|
||||
3 bool igComboFnBoolPtr (const char*,int*,bool(*)(void*,int,const char**),void*,int,int)
|
||||
igGetBackgroundDrawList 2
|
||||
1 ImDrawList* igGetBackgroundDrawListNil ()
|
||||
2 ImDrawList* igGetBackgroundDrawListViewportPtr (ImGuiViewport*)
|
||||
igGetColorU32 3
|
||||
1 ImU32 igGetColorU32Col (ImGuiCol,float)
|
||||
2 ImU32 igGetColorU32Vec4 (const ImVec4)
|
||||
3 ImU32 igGetColorU32U32 (ImU32)
|
||||
igGetForegroundDrawList 2
|
||||
igGetForegroundDrawList 3
|
||||
1 ImDrawList* igGetForegroundDrawListNil ()
|
||||
2 ImDrawList* igGetForegroundDrawListWindowPtr (ImGuiWindow*)
|
||||
3 ImDrawList* igGetForegroundDrawListViewportPtr (ImGuiViewport*)
|
||||
igGetID 3
|
||||
1 ImGuiID igGetIDStr (const char*)
|
||||
2 ImGuiID igGetIDStrStr (const char*,const char*)
|
||||
@@ -160,9 +164,6 @@ igItemSize 2
|
||||
igListBox 2
|
||||
1 bool igListBoxStr_arr (const char*,int*,const char* const[],int,int)
|
||||
2 bool igListBoxFnBoolPtr (const char*,int*,bool(*)(void*,int,const char**),void*,int,int)
|
||||
igListBoxHeader 2
|
||||
1 bool igListBoxHeaderVec2 (const char*,const ImVec2)
|
||||
2 bool igListBoxHeaderInt (const char*,int,int)
|
||||
igMarkIniSettingsDirty 2
|
||||
1 void igMarkIniSettingsDirtyNil ()
|
||||
2 void igMarkIniSettingsDirtyWindowPtr (ImGuiWindow*)
|
||||
@@ -244,4 +245,4 @@ igValue 4
|
||||
2 void igValueInt (const char*,int)
|
||||
3 void igValueUint (const char*,unsigned int)
|
||||
4 void igValueFloat (const char*,float,const char*)
|
||||
172 overloaded
|
||||
173 overloaded
|
@@ -844,6 +844,11 @@
|
||||
"calc_value": 6,
|
||||
"name": "ImGuiContextHookType_Shutdown",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"calc_value": 7,
|
||||
"name": "ImGuiContextHookType_PendingRemoval_",
|
||||
"value": "7"
|
||||
}
|
||||
],
|
||||
"ImGuiDataTypePrivate_": [
|
||||
@@ -2917,6 +2922,28 @@
|
||||
"value": "ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog"
|
||||
}
|
||||
],
|
||||
"ImGuiViewportFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImGuiViewportFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiViewportFlags_IsPlatformWindow",
|
||||
"value": "1 << 0"
|
||||
},
|
||||
{
|
||||
"calc_value": 2,
|
||||
"name": "ImGuiViewportFlags_IsPlatformMonitor",
|
||||
"value": "1 << 1"
|
||||
},
|
||||
{
|
||||
"calc_value": 4,
|
||||
"name": "ImGuiViewportFlags_OwnedByApp",
|
||||
"value": "1 << 2"
|
||||
}
|
||||
],
|
||||
"ImGuiWindowFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
@@ -3072,135 +3099,139 @@
|
||||
},
|
||||
"enumtypes": [],
|
||||
"locations": {
|
||||
"ImBitVector": "imgui_internal:499",
|
||||
"ImColor": "imgui:2179",
|
||||
"ImDrawChannel": "imgui:2273",
|
||||
"ImDrawCmd": "imgui:2228",
|
||||
"ImDrawCmdHeader": "imgui:2265",
|
||||
"ImDrawCornerFlags_": "imgui:2297",
|
||||
"ImDrawData": "imgui:2452",
|
||||
"ImDrawDataBuilder": "imgui_internal:643",
|
||||
"ImDrawList": "imgui:2330",
|
||||
"ImDrawListFlags_": "imgui:2313",
|
||||
"ImDrawListSharedData": "imgui_internal:624",
|
||||
"ImDrawListSplitter": "imgui:2282",
|
||||
"ImDrawVert": "imgui:2250",
|
||||
"ImFont": "imgui:2663",
|
||||
"ImFontAtlas": "imgui:2568",
|
||||
"ImFontAtlasCustomRect": "imgui:2530",
|
||||
"ImFontAtlasFlags_": "imgui:2543",
|
||||
"ImFontConfig": "imgui:2475",
|
||||
"ImFontGlyph": "imgui:2504",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2515",
|
||||
"ImGuiAxis": "imgui_internal:780",
|
||||
"ImGuiBackendFlags_": "imgui:1355",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:694",
|
||||
"ImGuiButtonFlags_": "imgui:1461",
|
||||
"ImGuiCol_": "imgui:1365",
|
||||
"ImGuiColorEditFlags_": "imgui:1474",
|
||||
"ImGuiColorMod": "imgui_internal:887",
|
||||
"ImGuiComboFlags_": "imgui:994",
|
||||
"ImGuiCond_": "imgui:1566",
|
||||
"ImGuiConfigFlags_": "imgui:1339",
|
||||
"ImGuiContext": "imgui_internal:1241",
|
||||
"ImGuiContextHook": "imgui_internal:1227",
|
||||
"ImGuiContextHookType": "imgui_internal:1225",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:870",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:879",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:864",
|
||||
"ImGuiDataType_": "imgui:1231",
|
||||
"ImGuiDir_": "imgui:1247",
|
||||
"ImGuiDragDropFlags_": "imgui:1209",
|
||||
"ImGuiFocusedFlags_": "imgui:1181",
|
||||
"ImGuiGroupData": "imgui_internal:904",
|
||||
"ImGuiHoveredFlags_": "imgui:1193",
|
||||
"ImGuiIO": "imgui:1726",
|
||||
"ImGuiInputReadMode": "imgui_internal:804",
|
||||
"ImGuiInputSource": "imgui_internal:793",
|
||||
"ImGuiInputTextCallbackData": "imgui:1868",
|
||||
"ImGuiInputTextFlags_": "imgui:909",
|
||||
"ImGuiInputTextState": "imgui_internal:933",
|
||||
"ImGuiItemFlags_": "imgui_internal:658",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:673",
|
||||
"ImGuiKeyModFlags_": "imgui:1294",
|
||||
"ImGuiKey_": "imgui:1266",
|
||||
"ImGuiLastItemDataBackup": "imgui_internal:1804",
|
||||
"ImGuiLayoutType_": "imgui_internal:764",
|
||||
"ImGuiListClipper": "imgui:2130",
|
||||
"ImGuiLogType": "imgui_internal:770",
|
||||
"ImGuiMenuColumns": "imgui_internal:919",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1183",
|
||||
"ImGuiMouseButton_": "imgui:1538",
|
||||
"ImGuiMouseCursor_": "imgui:1548",
|
||||
"ImGuiNavDirSourceFlags_": "imgui_internal:823",
|
||||
"ImGuiNavForward": "imgui_internal:843",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:814",
|
||||
"ImGuiNavInput_": "imgui:1307",
|
||||
"ImGuiNavLayer": "imgui_internal:850",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:831",
|
||||
"ImGuiNavMoveResult": "imgui_internal:981",
|
||||
"ImGuiNextItemData": "imgui_internal:1038",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1031",
|
||||
"ImGuiNextWindowData": "imgui_internal:1009",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:995",
|
||||
"ImGuiOldColumnData": "imgui_internal:1090",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1070",
|
||||
"ImGuiOldColumns": "imgui_internal:1100",
|
||||
"ImGuiOnceUponAFrame": "imgui:2008",
|
||||
"ImGuiPayload": "imgui:1908",
|
||||
"ImGuiPlotType": "imgui_internal:787",
|
||||
"ImGuiPopupData": "imgui_internal:968",
|
||||
"ImGuiPopupFlags_": "imgui:967",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:857",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1056",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:724",
|
||||
"ImGuiSelectableFlags_": "imgui:983",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:742",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1164",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1050",
|
||||
"ImGuiSizeCallbackData": "imgui:1899",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:717",
|
||||
"ImGuiSliderFlags_": "imgui:1521",
|
||||
"ImGuiSortDirection_": "imgui:1258",
|
||||
"ImGuiStackSizes": "imgui_internal:1205",
|
||||
"ImGuiStorage": "imgui:2070",
|
||||
"ImGuiStoragePair": "imgui:2073",
|
||||
"ImGuiStyle": "imgui:1672",
|
||||
"ImGuiStyleMod": "imgui_internal:894",
|
||||
"ImGuiStyleVar_": "imgui:1430",
|
||||
"ImGuiTabBar": "imgui_internal:1854",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:1821",
|
||||
"ImGuiTabBarFlags_": "imgui:1008",
|
||||
"ImGuiTabItem": "imgui_internal:1836",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:1829",
|
||||
"ImGuiTabItemFlags_": "imgui:1024",
|
||||
"ImGuiTable": "imgui_internal:1980",
|
||||
"ImGuiTableBgTarget_": "imgui:1172",
|
||||
"ImGuiTableCellData": "imgui_internal:1973",
|
||||
"ImGuiTableColumn": "imgui_internal:1915",
|
||||
"ImGuiTableColumnFlags_": "imgui:1117",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2098",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:1930",
|
||||
"ImGuiTableFlags_": "imgui:1060",
|
||||
"ImGuiTableRowFlags_": "imgui:1157",
|
||||
"ImGuiTableSettings": "imgui_internal:2122",
|
||||
"ImGuiTableSortSpecs": "imgui:1944",
|
||||
"ImGuiTextBuffer": "imgui:2043",
|
||||
"ImGuiTextFilter": "imgui:2016",
|
||||
"ImGuiTextFlags_": "imgui_internal:750",
|
||||
"ImGuiTextRange": "imgui:2026",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:756",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:737",
|
||||
"ImGuiTreeNodeFlags_": "imgui:938",
|
||||
"ImGuiWindow": "imgui_internal:1692",
|
||||
"ImGuiWindowFlags_": "imgui:869",
|
||||
"ImGuiWindowSettings": "imgui_internal:1152",
|
||||
"ImGuiWindowTempData": "imgui_internal:1636",
|
||||
"ImRect": "imgui_internal:430",
|
||||
"ImVec1": "imgui_internal:412",
|
||||
"ImVec2": "imgui:223",
|
||||
"ImVec2ih": "imgui_internal:420",
|
||||
"ImVec4": "imgui:236",
|
||||
"ImBitVector": "imgui_internal:506",
|
||||
"ImColor": "imgui:2197",
|
||||
"ImDrawChannel": "imgui:2291",
|
||||
"ImDrawCmd": "imgui:2246",
|
||||
"ImDrawCmdHeader": "imgui:2283",
|
||||
"ImDrawCornerFlags_": "imgui:2315",
|
||||
"ImDrawData": "imgui:2471",
|
||||
"ImDrawDataBuilder": "imgui_internal:651",
|
||||
"ImDrawList": "imgui:2349",
|
||||
"ImDrawListFlags_": "imgui:2331",
|
||||
"ImDrawListSharedData": "imgui_internal:632",
|
||||
"ImDrawListSplitter": "imgui:2300",
|
||||
"ImDrawVert": "imgui:2268",
|
||||
"ImFont": "imgui:2686",
|
||||
"ImFontAtlas": "imgui:2587",
|
||||
"ImFontAtlasCustomRect": "imgui:2549",
|
||||
"ImFontAtlasFlags_": "imgui:2562",
|
||||
"ImFontBuilderIO": "imgui_internal:2525",
|
||||
"ImFontConfig": "imgui:2493",
|
||||
"ImFontGlyph": "imgui:2522",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2534",
|
||||
"ImGuiAxis": "imgui_internal:789",
|
||||
"ImGuiBackendFlags_": "imgui:1369",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:703",
|
||||
"ImGuiButtonFlags_": "imgui:1475",
|
||||
"ImGuiCol_": "imgui:1379",
|
||||
"ImGuiColorEditFlags_": "imgui:1488",
|
||||
"ImGuiColorMod": "imgui_internal:896",
|
||||
"ImGuiComboFlags_": "imgui:1008",
|
||||
"ImGuiCond_": "imgui:1580",
|
||||
"ImGuiConfigFlags_": "imgui:1353",
|
||||
"ImGuiContext": "imgui_internal:1268",
|
||||
"ImGuiContextHook": "imgui_internal:1253",
|
||||
"ImGuiContextHookType": "imgui_internal:1251",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:879",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:888",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:873",
|
||||
"ImGuiDataType_": "imgui:1245",
|
||||
"ImGuiDir_": "imgui:1261",
|
||||
"ImGuiDragDropFlags_": "imgui:1223",
|
||||
"ImGuiFocusedFlags_": "imgui:1195",
|
||||
"ImGuiGroupData": "imgui_internal:913",
|
||||
"ImGuiHoveredFlags_": "imgui:1207",
|
||||
"ImGuiIO": "imgui:1740",
|
||||
"ImGuiInputReadMode": "imgui_internal:813",
|
||||
"ImGuiInputSource": "imgui_internal:802",
|
||||
"ImGuiInputTextCallbackData": "imgui:1882",
|
||||
"ImGuiInputTextFlags_": "imgui:923",
|
||||
"ImGuiInputTextState": "imgui_internal:942",
|
||||
"ImGuiItemFlags_": "imgui_internal:667",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:682",
|
||||
"ImGuiKeyModFlags_": "imgui:1308",
|
||||
"ImGuiKey_": "imgui:1280",
|
||||
"ImGuiLastItemDataBackup": "imgui_internal:1833",
|
||||
"ImGuiLayoutType_": "imgui_internal:773",
|
||||
"ImGuiListClipper": "imgui:2148",
|
||||
"ImGuiLogType": "imgui_internal:779",
|
||||
"ImGuiMenuColumns": "imgui_internal:928",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1209",
|
||||
"ImGuiMouseButton_": "imgui:1552",
|
||||
"ImGuiMouseCursor_": "imgui:1562",
|
||||
"ImGuiNavDirSourceFlags_": "imgui_internal:832",
|
||||
"ImGuiNavForward": "imgui_internal:852",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:823",
|
||||
"ImGuiNavInput_": "imgui:1321",
|
||||
"ImGuiNavLayer": "imgui_internal:859",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:840",
|
||||
"ImGuiNavMoveResult": "imgui_internal:990",
|
||||
"ImGuiNextItemData": "imgui_internal:1047",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1040",
|
||||
"ImGuiNextWindowData": "imgui_internal:1018",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1004",
|
||||
"ImGuiOldColumnData": "imgui_internal:1099",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1079",
|
||||
"ImGuiOldColumns": "imgui_internal:1109",
|
||||
"ImGuiOnceUponAFrame": "imgui:2026",
|
||||
"ImGuiPayload": "imgui:1922",
|
||||
"ImGuiPlotType": "imgui_internal:796",
|
||||
"ImGuiPopupData": "imgui_internal:977",
|
||||
"ImGuiPopupFlags_": "imgui:981",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:866",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1065",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:733",
|
||||
"ImGuiSelectableFlags_": "imgui:997",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:751",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1190",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1059",
|
||||
"ImGuiSizeCallbackData": "imgui:1913",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:726",
|
||||
"ImGuiSliderFlags_": "imgui:1535",
|
||||
"ImGuiSortDirection_": "imgui:1272",
|
||||
"ImGuiStackSizes": "imgui_internal:1231",
|
||||
"ImGuiStorage": "imgui:2088",
|
||||
"ImGuiStoragePair": "imgui:2091",
|
||||
"ImGuiStyle": "imgui:1686",
|
||||
"ImGuiStyleMod": "imgui_internal:903",
|
||||
"ImGuiStyleVar_": "imgui:1444",
|
||||
"ImGuiTabBar": "imgui_internal:1883",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:1850",
|
||||
"ImGuiTabBarFlags_": "imgui:1022",
|
||||
"ImGuiTabItem": "imgui_internal:1865",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:1858",
|
||||
"ImGuiTabItemFlags_": "imgui:1038",
|
||||
"ImGuiTable": "imgui_internal:2009",
|
||||
"ImGuiTableBgTarget_": "imgui:1186",
|
||||
"ImGuiTableCellData": "imgui_internal:2002",
|
||||
"ImGuiTableColumn": "imgui_internal:1944",
|
||||
"ImGuiTableColumnFlags_": "imgui:1131",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2127",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:1944",
|
||||
"ImGuiTableFlags_": "imgui:1074",
|
||||
"ImGuiTableRowFlags_": "imgui:1171",
|
||||
"ImGuiTableSettings": "imgui_internal:2151",
|
||||
"ImGuiTableSortSpecs": "imgui:1958",
|
||||
"ImGuiTextBuffer": "imgui:2061",
|
||||
"ImGuiTextFilter": "imgui:2034",
|
||||
"ImGuiTextFlags_": "imgui_internal:759",
|
||||
"ImGuiTextRange": "imgui:2044",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:765",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:746",
|
||||
"ImGuiTreeNodeFlags_": "imgui:952",
|
||||
"ImGuiViewport": "imgui:2757",
|
||||
"ImGuiViewportFlags_": "imgui:2742",
|
||||
"ImGuiViewportP": "imgui_internal:1152",
|
||||
"ImGuiWindow": "imgui_internal:1721",
|
||||
"ImGuiWindowFlags_": "imgui:883",
|
||||
"ImGuiWindowSettings": "imgui_internal:1178",
|
||||
"ImGuiWindowTempData": "imgui_internal:1665",
|
||||
"ImRect": "imgui_internal:437",
|
||||
"ImVec1": "imgui_internal:419",
|
||||
"ImVec2": "imgui:227",
|
||||
"ImVec2ih": "imgui_internal:427",
|
||||
"ImVec4": "imgui:240",
|
||||
"STB_TexteditState": "imstb_textedit:317",
|
||||
"StbTexteditRow": "imstb_textedit:364",
|
||||
"StbUndoRecord": "imstb_textedit:299",
|
||||
@@ -3281,10 +3312,6 @@
|
||||
"name": "Valid",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "CmdLists",
|
||||
"type": "ImDrawList**"
|
||||
},
|
||||
{
|
||||
"name": "CmdListsCount",
|
||||
"type": "int"
|
||||
@@ -3297,6 +3324,10 @@
|
||||
"name": "TotalVtxCount",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "CmdLists",
|
||||
"type": "ImDrawList**"
|
||||
},
|
||||
{
|
||||
"name": "DisplayPos",
|
||||
"type": "ImVec2"
|
||||
@@ -3598,6 +3629,14 @@
|
||||
"size": 64,
|
||||
"type": "ImVec4"
|
||||
},
|
||||
{
|
||||
"name": "FontBuilderIO",
|
||||
"type": "const ImFontBuilderIO*"
|
||||
},
|
||||
{
|
||||
"name": "FontBuilderFlags",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"name": "PackIdMouseCursors",
|
||||
"type": "int"
|
||||
@@ -3641,6 +3680,12 @@
|
||||
"type": "ImFont*"
|
||||
}
|
||||
],
|
||||
"ImFontBuilderIO": [
|
||||
{
|
||||
"name": "FontBuilder_Build",
|
||||
"type": "bool(*)(ImFontAtlas* atlas)"
|
||||
}
|
||||
],
|
||||
"ImFontConfig": [
|
||||
{
|
||||
"name": "FontData",
|
||||
@@ -3699,7 +3744,7 @@
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "RasterizerFlags",
|
||||
"name": "FontBuilderFlags",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
@@ -3722,8 +3767,8 @@
|
||||
],
|
||||
"ImFontGlyph": [
|
||||
{
|
||||
"bitfield": "31",
|
||||
"name": "Codepoint",
|
||||
"bitfield": "1",
|
||||
"name": "Colored",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
@@ -3731,6 +3776,11 @@
|
||||
"name": "Visible",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"bitfield": "30",
|
||||
"name": "Codepoint",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"name": "AdvanceX",
|
||||
"type": "float"
|
||||
@@ -4094,6 +4144,11 @@
|
||||
"template_type": "ImGuiPopupData",
|
||||
"type": "ImVector_ImGuiPopupData"
|
||||
},
|
||||
{
|
||||
"name": "Viewports",
|
||||
"template_type": "ImGuiViewportP*",
|
||||
"type": "ImVector_ImGuiViewportPPtr"
|
||||
},
|
||||
{
|
||||
"name": "NavWindow",
|
||||
"type": "ImGuiWindow*"
|
||||
@@ -4298,26 +4353,10 @@
|
||||
"name": "FocusTabPressed",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "DrawData",
|
||||
"type": "ImDrawData"
|
||||
},
|
||||
{
|
||||
"name": "DrawDataBuilder",
|
||||
"type": "ImDrawDataBuilder"
|
||||
},
|
||||
{
|
||||
"name": "DimBgRatio",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "BackgroundDrawList",
|
||||
"type": "ImDrawList"
|
||||
},
|
||||
{
|
||||
"name": "ForegroundDrawList",
|
||||
"type": "ImDrawList"
|
||||
},
|
||||
{
|
||||
"name": "MouseCursor",
|
||||
"type": "ImGuiMouseCursor"
|
||||
@@ -4558,6 +4597,10 @@
|
||||
"template_type": "ImGuiContextHook",
|
||||
"type": "ImVector_ImGuiContextHook"
|
||||
},
|
||||
{
|
||||
"name": "HookIdNext",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "LogEnabled",
|
||||
"type": "bool"
|
||||
@@ -4574,6 +4617,14 @@
|
||||
"name": "LogBuffer",
|
||||
"type": "ImGuiTextBuffer"
|
||||
},
|
||||
{
|
||||
"name": "LogNextPrefix",
|
||||
"type": "const char*"
|
||||
},
|
||||
{
|
||||
"name": "LogNextSuffix",
|
||||
"type": "const char*"
|
||||
},
|
||||
{
|
||||
"name": "LogLinePosY",
|
||||
"type": "float"
|
||||
@@ -4638,6 +4689,10 @@
|
||||
}
|
||||
],
|
||||
"ImGuiContextHook": [
|
||||
{
|
||||
"name": "HookId",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "Type",
|
||||
"type": "ImGuiContextHookType"
|
||||
@@ -6785,6 +6840,68 @@
|
||||
"type": "const char*"
|
||||
}
|
||||
],
|
||||
"ImGuiViewport": [
|
||||
{
|
||||
"name": "Flags",
|
||||
"type": "ImGuiViewportFlags"
|
||||
},
|
||||
{
|
||||
"name": "Pos",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "Size",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WorkPos",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WorkSize",
|
||||
"type": "ImVec2"
|
||||
}
|
||||
],
|
||||
"ImGuiViewportP": [
|
||||
{
|
||||
"name": "_ImGuiViewport",
|
||||
"type": "ImGuiViewport"
|
||||
},
|
||||
{
|
||||
"name": "DrawListsLastFrame[2]",
|
||||
"size": 2,
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "DrawLists[2]",
|
||||
"size": 2,
|
||||
"type": "ImDrawList*"
|
||||
},
|
||||
{
|
||||
"name": "DrawDataP",
|
||||
"type": "ImDrawData"
|
||||
},
|
||||
{
|
||||
"name": "DrawDataBuilder",
|
||||
"type": "ImDrawDataBuilder"
|
||||
},
|
||||
{
|
||||
"name": "WorkOffsetMin",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WorkOffsetMax",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "CurrWorkOffsetMin",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "CurrWorkOffsetMax",
|
||||
"type": "ImVec2"
|
||||
}
|
||||
],
|
||||
"ImGuiWindow": [
|
||||
{
|
||||
"name": "Name",
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,7 @@
|
||||
"ImFontAtlas": "struct ImFontAtlas",
|
||||
"ImFontAtlasCustomRect": "struct ImFontAtlasCustomRect",
|
||||
"ImFontAtlasFlags": "int",
|
||||
"ImFontBuilderIO": "struct ImFontBuilderIO",
|
||||
"ImFontConfig": "struct ImFontConfig",
|
||||
"ImFontGlyph": "struct ImFontGlyph",
|
||||
"ImFontGlyphRangesBuilder": "struct ImFontGlyphRangesBuilder",
|
||||
@@ -114,6 +115,9 @@
|
||||
"ImGuiTextRange": "struct ImGuiTextRange",
|
||||
"ImGuiTooltipFlags": "int",
|
||||
"ImGuiTreeNodeFlags": "int",
|
||||
"ImGuiViewport": "struct ImGuiViewport",
|
||||
"ImGuiViewportFlags": "int",
|
||||
"ImGuiViewportP": "struct ImGuiViewportP",
|
||||
"ImGuiWindow": "struct ImGuiWindow",
|
||||
"ImGuiWindowFlags": "int",
|
||||
"ImGuiWindowSettings": "struct ImGuiWindowSettings",
|
||||
|
@@ -19,6 +19,7 @@ defs["ImFont"] = "struct ImFont"
|
||||
defs["ImFontAtlas"] = "struct ImFontAtlas"
|
||||
defs["ImFontAtlasCustomRect"] = "struct ImFontAtlasCustomRect"
|
||||
defs["ImFontAtlasFlags"] = "int"
|
||||
defs["ImFontBuilderIO"] = "struct ImFontBuilderIO"
|
||||
defs["ImFontConfig"] = "struct ImFontConfig"
|
||||
defs["ImFontGlyph"] = "struct ImFontGlyph"
|
||||
defs["ImFontGlyphRangesBuilder"] = "struct ImFontGlyphRangesBuilder"
|
||||
@@ -114,6 +115,9 @@ defs["ImGuiTextFlags"] = "int"
|
||||
defs["ImGuiTextRange"] = "struct ImGuiTextRange"
|
||||
defs["ImGuiTooltipFlags"] = "int"
|
||||
defs["ImGuiTreeNodeFlags"] = "int"
|
||||
defs["ImGuiViewport"] = "struct ImGuiViewport"
|
||||
defs["ImGuiViewportFlags"] = "int"
|
||||
defs["ImGuiViewportP"] = "struct ImGuiViewportP"
|
||||
defs["ImGuiWindow"] = "struct ImGuiWindow"
|
||||
defs["ImGuiWindowFlags"] = "int"
|
||||
defs["ImGuiWindowSettings"] = "struct ImGuiWindowSettings"
|
||||
|
Reference in New Issue
Block a user