pull docking and generate

This commit is contained in:
Victor Bombi
2020-05-16 16:27:17 +02:00
parent b861387d21
commit da72704aa1
12 changed files with 1417 additions and 927 deletions

View File

@@ -3159,10 +3159,6 @@
}
],
"ImFontAtlasCustomRect": [
{
"name": "ID",
"type": "unsigned int"
},
{
"name": "Width",
"type": "unsigned short"
@@ -3179,6 +3175,10 @@
"name": "Y",
"type": "unsigned short"
},
{
"name": "GlyphID",
"type": "unsigned int"
},
{
"name": "GlyphAdvanceX",
"type": "float"
@@ -3884,6 +3884,14 @@
"name": "NavMoveResultOther",
"type": "ImGuiNavMoveResult"
},
{
"name": "NavWrapRequestWindow",
"type": "ImGuiWindow*"
},
{
"name": "NavWrapRequestFlags",
"type": "ImGuiNavMoveFlags"
},
{
"name": "NavWindowingTarget",
"type": "ImGuiWindow*"
@@ -3893,7 +3901,7 @@
"type": "ImGuiWindow*"
},
{
"name": "NavWindowingList",
"name": "NavWindowingListWindow",
"type": "ImGuiWindow*"
},
{
@@ -4114,7 +4122,7 @@
},
{
"name": "DockContext",
"type": "ImGuiDockContext*"
"type": "ImGuiDockContext"
},
{
"name": "SettingsLoaded",
@@ -4227,6 +4235,33 @@
"type": "const char*"
}
],
"ImGuiDataTypeTempStorage": [
{
"name": "Data[8]",
"size": 8,
"type": "ImU8"
}
],
"ImGuiDockContext": [
{
"name": "Nodes",
"type": "ImGuiStorage"
},
{
"name": "Requests",
"template_type": "ImGuiDockRequest",
"type": "ImVector_ImGuiDockRequest"
},
{
"name": "NodesSettings",
"template_type": "ImGuiDockNodeSettings",
"type": "ImVector_ImGuiDockNodeSettings"
},
{
"name": "WantFullRebuild",
"type": "bool"
}
],
"ImGuiDockNode": [
{
"name": "ID",
@@ -5342,6 +5377,14 @@
"name": "TypeHash",
"type": "ImGuiID"
},
{
"name": "ClearAllFn",
"type": "void(*)(ImGuiContext* ctx,ImGuiSettingsHandler* handler)"
},
{
"name": "ReadInitFn",
"type": "void(*)(ImGuiContext* ctx,ImGuiSettingsHandler* handler)"
},
{
"name": "ReadOpenFn",
"type": "void*(*)(ImGuiContext* ctx,ImGuiSettingsHandler* handler,const char* name)"
@@ -5350,6 +5393,10 @@
"name": "ReadLineFn",
"type": "void(*)(ImGuiContext* ctx,ImGuiSettingsHandler* handler,void* entry,const char* line)"
},
{
"name": "ApplyAllFn",
"type": "void(*)(ImGuiContext* ctx,ImGuiSettingsHandler* handler)"
},
{
"name": "WriteAllFn",
"type": "void(*)(ImGuiContext* ctx,ImGuiSettingsHandler* handler,ImGuiTextBuffer* out_buf)"
@@ -5505,6 +5552,10 @@
"name": "TabBorderSize",
"type": "float"
},
{
"name": "TabMinWidthForUnselectedCloseButton",
"type": "float"
},
{
"name": "ColorButtonPosition",
"type": "ImGuiDir"
@@ -6348,6 +6399,10 @@
{
"name": "Collapsed",
"type": "bool"
},
{
"name": "WantApply",
"type": "bool"
}
],
"ImGuiWindowTempData": [