mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
6064 lines
128 KiB
JSON
6064 lines
128 KiB
JSON
{
|
|
"enums": {
|
|
"ImDrawCornerFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImDrawCornerFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImDrawCornerFlags_TopLeft",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImDrawCornerFlags_TopRight",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImDrawCornerFlags_BotLeft",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImDrawCornerFlags_BotRight",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImDrawCornerFlags_Top",
|
|
"value": "ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_TopRight"
|
|
},
|
|
{
|
|
"calc_value": 12,
|
|
"name": "ImDrawCornerFlags_Bot",
|
|
"value": "ImDrawCornerFlags_BotLeft | ImDrawCornerFlags_BotRight"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImDrawCornerFlags_Left",
|
|
"value": "ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_BotLeft"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImDrawCornerFlags_Right",
|
|
"value": "ImDrawCornerFlags_TopRight | ImDrawCornerFlags_BotRight"
|
|
},
|
|
{
|
|
"calc_value": 15,
|
|
"name": "ImDrawCornerFlags_All",
|
|
"value": "0xF"
|
|
}
|
|
],
|
|
"ImDrawListFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImDrawListFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImDrawListFlags_AntiAliasedLines",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImDrawListFlags_AntiAliasedLinesUseTex",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImDrawListFlags_AntiAliasedFill",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImDrawListFlags_AllowVtxOffset",
|
|
"value": "1 << 3"
|
|
}
|
|
],
|
|
"ImFontAtlasFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImFontAtlasFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImFontAtlasFlags_NoPowerOfTwoHeight",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImFontAtlasFlags_NoMouseCursors",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImFontAtlasFlags_NoBakedLines",
|
|
"value": "1 << 2"
|
|
}
|
|
],
|
|
"ImGuiAxis": [
|
|
{
|
|
"calc_value": -1,
|
|
"name": "ImGuiAxis_None",
|
|
"value": "-1"
|
|
},
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiAxis_X",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiAxis_Y",
|
|
"value": "1"
|
|
}
|
|
],
|
|
"ImGuiBackendFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiBackendFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiBackendFlags_HasGamepad",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiBackendFlags_HasMouseCursors",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiBackendFlags_HasSetMousePos",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiBackendFlags_RendererHasVtxOffset",
|
|
"value": "1 << 3"
|
|
}
|
|
],
|
|
"ImGuiButtonFlagsPrivate_": [
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiButtonFlags_PressedOnClick",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiButtonFlags_PressedOnClickRelease",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiButtonFlags_PressedOnClickReleaseAnywhere",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiButtonFlags_PressedOnRelease",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiButtonFlags_PressedOnDoubleClick",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiButtonFlags_PressedOnDragDropHold",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiButtonFlags_Repeat",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiButtonFlags_FlattenChildren",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiButtonFlags_AllowItemOverlap",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiButtonFlags_DontClosePopups",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiButtonFlags_Disabled",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiButtonFlags_AlignTextBaseLine",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiButtonFlags_NoKeyModifiers",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiButtonFlags_NoHoldingActiveId",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiButtonFlags_NoNavFocus",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 524288,
|
|
"name": "ImGuiButtonFlags_NoHoveredOnFocus",
|
|
"value": "1 << 19"
|
|
},
|
|
{
|
|
"calc_value": 1008,
|
|
"name": "ImGuiButtonFlags_PressedOnMask_",
|
|
"value": "ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnClickReleaseAnywhere | ImGuiButtonFlags_PressedOnRelease | ImGuiButtonFlags_PressedOnDoubleClick | ImGuiButtonFlags_PressedOnDragDropHold"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiButtonFlags_PressedOnDefault_",
|
|
"value": "ImGuiButtonFlags_PressedOnClickRelease"
|
|
}
|
|
],
|
|
"ImGuiButtonFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiButtonFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiButtonFlags_MouseButtonLeft",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiButtonFlags_MouseButtonRight",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiButtonFlags_MouseButtonMiddle",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiButtonFlags_MouseButtonMask_",
|
|
"value": "ImGuiButtonFlags_MouseButtonLeft | ImGuiButtonFlags_MouseButtonRight | ImGuiButtonFlags_MouseButtonMiddle"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiButtonFlags_MouseButtonDefault_",
|
|
"value": "ImGuiButtonFlags_MouseButtonLeft"
|
|
}
|
|
],
|
|
"ImGuiCol_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiCol_Text",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiCol_TextDisabled",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiCol_WindowBg",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiCol_ChildBg",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiCol_PopupBg",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiCol_Border",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiCol_BorderShadow",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiCol_FrameBg",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiCol_FrameBgHovered",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiCol_FrameBgActive",
|
|
"value": "9"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImGuiCol_TitleBg",
|
|
"value": "10"
|
|
},
|
|
{
|
|
"calc_value": 11,
|
|
"name": "ImGuiCol_TitleBgActive",
|
|
"value": "11"
|
|
},
|
|
{
|
|
"calc_value": 12,
|
|
"name": "ImGuiCol_TitleBgCollapsed",
|
|
"value": "12"
|
|
},
|
|
{
|
|
"calc_value": 13,
|
|
"name": "ImGuiCol_MenuBarBg",
|
|
"value": "13"
|
|
},
|
|
{
|
|
"calc_value": 14,
|
|
"name": "ImGuiCol_ScrollbarBg",
|
|
"value": "14"
|
|
},
|
|
{
|
|
"calc_value": 15,
|
|
"name": "ImGuiCol_ScrollbarGrab",
|
|
"value": "15"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiCol_ScrollbarGrabHovered",
|
|
"value": "16"
|
|
},
|
|
{
|
|
"calc_value": 17,
|
|
"name": "ImGuiCol_ScrollbarGrabActive",
|
|
"value": "17"
|
|
},
|
|
{
|
|
"calc_value": 18,
|
|
"name": "ImGuiCol_CheckMark",
|
|
"value": "18"
|
|
},
|
|
{
|
|
"calc_value": 19,
|
|
"name": "ImGuiCol_SliderGrab",
|
|
"value": "19"
|
|
},
|
|
{
|
|
"calc_value": 20,
|
|
"name": "ImGuiCol_SliderGrabActive",
|
|
"value": "20"
|
|
},
|
|
{
|
|
"calc_value": 21,
|
|
"name": "ImGuiCol_Button",
|
|
"value": "21"
|
|
},
|
|
{
|
|
"calc_value": 22,
|
|
"name": "ImGuiCol_ButtonHovered",
|
|
"value": "22"
|
|
},
|
|
{
|
|
"calc_value": 23,
|
|
"name": "ImGuiCol_ButtonActive",
|
|
"value": "23"
|
|
},
|
|
{
|
|
"calc_value": 24,
|
|
"name": "ImGuiCol_Header",
|
|
"value": "24"
|
|
},
|
|
{
|
|
"calc_value": 25,
|
|
"name": "ImGuiCol_HeaderHovered",
|
|
"value": "25"
|
|
},
|
|
{
|
|
"calc_value": 26,
|
|
"name": "ImGuiCol_HeaderActive",
|
|
"value": "26"
|
|
},
|
|
{
|
|
"calc_value": 27,
|
|
"name": "ImGuiCol_Separator",
|
|
"value": "27"
|
|
},
|
|
{
|
|
"calc_value": 28,
|
|
"name": "ImGuiCol_SeparatorHovered",
|
|
"value": "28"
|
|
},
|
|
{
|
|
"calc_value": 29,
|
|
"name": "ImGuiCol_SeparatorActive",
|
|
"value": "29"
|
|
},
|
|
{
|
|
"calc_value": 30,
|
|
"name": "ImGuiCol_ResizeGrip",
|
|
"value": "30"
|
|
},
|
|
{
|
|
"calc_value": 31,
|
|
"name": "ImGuiCol_ResizeGripHovered",
|
|
"value": "31"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiCol_ResizeGripActive",
|
|
"value": "32"
|
|
},
|
|
{
|
|
"calc_value": 33,
|
|
"name": "ImGuiCol_Tab",
|
|
"value": "33"
|
|
},
|
|
{
|
|
"calc_value": 34,
|
|
"name": "ImGuiCol_TabHovered",
|
|
"value": "34"
|
|
},
|
|
{
|
|
"calc_value": 35,
|
|
"name": "ImGuiCol_TabActive",
|
|
"value": "35"
|
|
},
|
|
{
|
|
"calc_value": 36,
|
|
"name": "ImGuiCol_TabUnfocused",
|
|
"value": "36"
|
|
},
|
|
{
|
|
"calc_value": 37,
|
|
"name": "ImGuiCol_TabUnfocusedActive",
|
|
"value": "37"
|
|
},
|
|
{
|
|
"calc_value": 38,
|
|
"name": "ImGuiCol_PlotLines",
|
|
"value": "38"
|
|
},
|
|
{
|
|
"calc_value": 39,
|
|
"name": "ImGuiCol_PlotLinesHovered",
|
|
"value": "39"
|
|
},
|
|
{
|
|
"calc_value": 40,
|
|
"name": "ImGuiCol_PlotHistogram",
|
|
"value": "40"
|
|
},
|
|
{
|
|
"calc_value": 41,
|
|
"name": "ImGuiCol_PlotHistogramHovered",
|
|
"value": "41"
|
|
},
|
|
{
|
|
"calc_value": 42,
|
|
"name": "ImGuiCol_TextSelectedBg",
|
|
"value": "42"
|
|
},
|
|
{
|
|
"calc_value": 43,
|
|
"name": "ImGuiCol_DragDropTarget",
|
|
"value": "43"
|
|
},
|
|
{
|
|
"calc_value": 44,
|
|
"name": "ImGuiCol_NavHighlight",
|
|
"value": "44"
|
|
},
|
|
{
|
|
"calc_value": 45,
|
|
"name": "ImGuiCol_NavWindowingHighlight",
|
|
"value": "45"
|
|
},
|
|
{
|
|
"calc_value": 46,
|
|
"name": "ImGuiCol_NavWindowingDimBg",
|
|
"value": "46"
|
|
},
|
|
{
|
|
"calc_value": 47,
|
|
"name": "ImGuiCol_ModalWindowDimBg",
|
|
"value": "47"
|
|
},
|
|
{
|
|
"calc_value": 48,
|
|
"name": "ImGuiCol_COUNT",
|
|
"value": "48"
|
|
}
|
|
],
|
|
"ImGuiColorEditFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiColorEditFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiColorEditFlags_NoAlpha",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiColorEditFlags_NoPicker",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiColorEditFlags_NoOptions",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiColorEditFlags_NoSmallPreview",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiColorEditFlags_NoInputs",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiColorEditFlags_NoTooltip",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiColorEditFlags_NoLabel",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiColorEditFlags_NoSidePreview",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiColorEditFlags_NoDragDrop",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiColorEditFlags_NoBorder",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiColorEditFlags_AlphaBar",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiColorEditFlags_AlphaPreview",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiColorEditFlags_AlphaPreviewHalf",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 524288,
|
|
"name": "ImGuiColorEditFlags_HDR",
|
|
"value": "1 << 19"
|
|
},
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiColorEditFlags_DisplayRGB",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiColorEditFlags_DisplayHSV",
|
|
"value": "1 << 21"
|
|
},
|
|
{
|
|
"calc_value": 4194304,
|
|
"name": "ImGuiColorEditFlags_DisplayHex",
|
|
"value": "1 << 22"
|
|
},
|
|
{
|
|
"calc_value": 8388608,
|
|
"name": "ImGuiColorEditFlags_Uint8",
|
|
"value": "1 << 23"
|
|
},
|
|
{
|
|
"calc_value": 16777216,
|
|
"name": "ImGuiColorEditFlags_Float",
|
|
"value": "1 << 24"
|
|
},
|
|
{
|
|
"calc_value": 33554432,
|
|
"name": "ImGuiColorEditFlags_PickerHueBar",
|
|
"value": "1 << 25"
|
|
},
|
|
{
|
|
"calc_value": 67108864,
|
|
"name": "ImGuiColorEditFlags_PickerHueWheel",
|
|
"value": "1 << 26"
|
|
},
|
|
{
|
|
"calc_value": 134217728,
|
|
"name": "ImGuiColorEditFlags_InputRGB",
|
|
"value": "1 << 27"
|
|
},
|
|
{
|
|
"calc_value": 268435456,
|
|
"name": "ImGuiColorEditFlags_InputHSV",
|
|
"value": "1 << 28"
|
|
},
|
|
{
|
|
"calc_value": 177209344,
|
|
"name": "ImGuiColorEditFlags__OptionsDefault",
|
|
"value": "ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_PickerHueBar"
|
|
},
|
|
{
|
|
"calc_value": 7340032,
|
|
"name": "ImGuiColorEditFlags__DisplayMask",
|
|
"value": "ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_DisplayHSV | ImGuiColorEditFlags_DisplayHex"
|
|
},
|
|
{
|
|
"calc_value": 25165824,
|
|
"name": "ImGuiColorEditFlags__DataTypeMask",
|
|
"value": "ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_Float"
|
|
},
|
|
{
|
|
"calc_value": 100663296,
|
|
"name": "ImGuiColorEditFlags__PickerMask",
|
|
"value": "ImGuiColorEditFlags_PickerHueWheel | ImGuiColorEditFlags_PickerHueBar"
|
|
},
|
|
{
|
|
"calc_value": 402653184,
|
|
"name": "ImGuiColorEditFlags__InputMask",
|
|
"value": "ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_InputHSV"
|
|
}
|
|
],
|
|
"ImGuiColumnsFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiColumnsFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiColumnsFlags_NoBorder",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiColumnsFlags_NoResize",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiColumnsFlags_NoPreserveWidths",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiColumnsFlags_NoForceWithinWindow",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiColumnsFlags_GrowParentContentsSize",
|
|
"value": "1 << 4"
|
|
}
|
|
],
|
|
"ImGuiComboFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiComboFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiComboFlags_PopupAlignLeft",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiComboFlags_HeightSmall",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiComboFlags_HeightRegular",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiComboFlags_HeightLarge",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiComboFlags_HeightLargest",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiComboFlags_NoArrowButton",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiComboFlags_NoPreview",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 30,
|
|
"name": "ImGuiComboFlags_HeightMask_",
|
|
"value": "ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest"
|
|
}
|
|
],
|
|
"ImGuiCond_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiCond_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiCond_Always",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiCond_Once",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiCond_FirstUseEver",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiCond_Appearing",
|
|
"value": "1 << 3"
|
|
}
|
|
],
|
|
"ImGuiConfigFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiConfigFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiConfigFlags_NavEnableKeyboard",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiConfigFlags_NavEnableGamepad",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiConfigFlags_NavEnableSetMousePos",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiConfigFlags_NavNoCaptureKeyboard",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiConfigFlags_NoMouse",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiConfigFlags_NoMouseCursorChange",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiConfigFlags_IsSRGB",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiConfigFlags_IsTouchScreen",
|
|
"value": "1 << 21"
|
|
}
|
|
],
|
|
"ImGuiDataTypePrivate_": [
|
|
{
|
|
"calc_value": 11,
|
|
"name": "ImGuiDataType_String",
|
|
"value": "ImGuiDataType_COUNT + 1"
|
|
},
|
|
{
|
|
"calc_value": 12,
|
|
"name": "ImGuiDataType_Pointer",
|
|
"value": "ImGuiDataType_COUNT + 1+1"
|
|
},
|
|
{
|
|
"calc_value": 13,
|
|
"name": "ImGuiDataType_ID",
|
|
"value": "ImGuiDataType_COUNT + 1+1+1"
|
|
}
|
|
],
|
|
"ImGuiDataType_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiDataType_S8",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiDataType_U8",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiDataType_S16",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiDataType_U16",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiDataType_S32",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiDataType_U32",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiDataType_S64",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiDataType_U64",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiDataType_Float",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiDataType_Double",
|
|
"value": "9"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImGuiDataType_COUNT",
|
|
"value": "10"
|
|
}
|
|
],
|
|
"ImGuiDir_": [
|
|
{
|
|
"calc_value": -1,
|
|
"name": "ImGuiDir_None",
|
|
"value": "-1"
|
|
},
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiDir_Left",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiDir_Right",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiDir_Up",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiDir_Down",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiDir_COUNT",
|
|
"value": "4"
|
|
}
|
|
],
|
|
"ImGuiDragDropFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiDragDropFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiDragDropFlags_SourceNoPreviewTooltip",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiDragDropFlags_SourceNoDisableHover",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiDragDropFlags_SourceNoHoldToOpenOthers",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiDragDropFlags_SourceAllowNullID",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiDragDropFlags_SourceExtern",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiDragDropFlags_SourceAutoExpirePayload",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiDragDropFlags_AcceptBeforeDelivery",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiDragDropFlags_AcceptNoDrawDefaultRect",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiDragDropFlags_AcceptNoPreviewTooltip",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 3072,
|
|
"name": "ImGuiDragDropFlags_AcceptPeekOnly",
|
|
"value": "ImGuiDragDropFlags_AcceptBeforeDelivery | ImGuiDragDropFlags_AcceptNoDrawDefaultRect"
|
|
}
|
|
],
|
|
"ImGuiFocusedFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiFocusedFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiFocusedFlags_ChildWindows",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiFocusedFlags_RootWindow",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiFocusedFlags_AnyWindow",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiFocusedFlags_RootAndChildWindows",
|
|
"value": "ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows"
|
|
}
|
|
],
|
|
"ImGuiHoveredFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiHoveredFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiHoveredFlags_ChildWindows",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiHoveredFlags_RootWindow",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiHoveredFlags_AnyWindow",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiHoveredFlags_AllowWhenBlockedByPopup",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiHoveredFlags_AllowWhenBlockedByActiveItem",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiHoveredFlags_AllowWhenOverlapped",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiHoveredFlags_AllowWhenDisabled",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 104,
|
|
"name": "ImGuiHoveredFlags_RectOnly",
|
|
"value": "ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiHoveredFlags_RootAndChildWindows",
|
|
"value": "ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows"
|
|
}
|
|
],
|
|
"ImGuiInputReadMode": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiInputReadMode_Down",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiInputReadMode_Pressed",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiInputReadMode_Released",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiInputReadMode_Repeat",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiInputReadMode_RepeatSlow",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiInputReadMode_RepeatFast",
|
|
"value": "5"
|
|
}
|
|
],
|
|
"ImGuiInputSource": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiInputSource_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiInputSource_Mouse",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiInputSource_Nav",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiInputSource_NavKeyboard",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiInputSource_NavGamepad",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiInputSource_COUNT",
|
|
"value": "5"
|
|
}
|
|
],
|
|
"ImGuiInputTextFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiInputTextFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiInputTextFlags_CharsDecimal",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiInputTextFlags_CharsHexadecimal",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiInputTextFlags_CharsUppercase",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiInputTextFlags_CharsNoBlank",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiInputTextFlags_AutoSelectAll",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiInputTextFlags_EnterReturnsTrue",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiInputTextFlags_CallbackCompletion",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiInputTextFlags_CallbackHistory",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiInputTextFlags_CallbackAlways",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiInputTextFlags_CallbackCharFilter",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiInputTextFlags_AllowTabInput",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiInputTextFlags_CtrlEnterForNewLine",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiInputTextFlags_NoHorizontalScroll",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiInputTextFlags_AlwaysInsertMode",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiInputTextFlags_ReadOnly",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiInputTextFlags_Password",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiInputTextFlags_NoUndoRedo",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiInputTextFlags_CharsScientific",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiInputTextFlags_CallbackResize",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiInputTextFlags_Multiline",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiInputTextFlags_NoMarkEdited",
|
|
"value": "1 << 21"
|
|
}
|
|
],
|
|
"ImGuiItemFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiItemFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiItemFlags_NoTabStop",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiItemFlags_ButtonRepeat",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiItemFlags_Disabled",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiItemFlags_NoNav",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiItemFlags_NoNavDefaultFocus",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiItemFlags_SelectableDontClosePopup",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiItemFlags_MixedValue",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiItemFlags_ReadOnly",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiItemFlags_Default_",
|
|
"value": "0"
|
|
}
|
|
],
|
|
"ImGuiItemStatusFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiItemStatusFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiItemStatusFlags_HoveredRect",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiItemStatusFlags_HasDisplayRect",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiItemStatusFlags_Edited",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiItemStatusFlags_ToggledSelection",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiItemStatusFlags_ToggledOpen",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiItemStatusFlags_HasDeactivated",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiItemStatusFlags_Deactivated",
|
|
"value": "1 << 6"
|
|
}
|
|
],
|
|
"ImGuiKeyModFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiKeyModFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiKeyModFlags_Ctrl",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiKeyModFlags_Shift",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiKeyModFlags_Alt",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiKeyModFlags_Super",
|
|
"value": "1 << 3"
|
|
}
|
|
],
|
|
"ImGuiKey_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiKey_Tab",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiKey_LeftArrow",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiKey_RightArrow",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiKey_UpArrow",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiKey_DownArrow",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiKey_PageUp",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiKey_PageDown",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiKey_Home",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiKey_End",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiKey_Insert",
|
|
"value": "9"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImGuiKey_Delete",
|
|
"value": "10"
|
|
},
|
|
{
|
|
"calc_value": 11,
|
|
"name": "ImGuiKey_Backspace",
|
|
"value": "11"
|
|
},
|
|
{
|
|
"calc_value": 12,
|
|
"name": "ImGuiKey_Space",
|
|
"value": "12"
|
|
},
|
|
{
|
|
"calc_value": 13,
|
|
"name": "ImGuiKey_Enter",
|
|
"value": "13"
|
|
},
|
|
{
|
|
"calc_value": 14,
|
|
"name": "ImGuiKey_Escape",
|
|
"value": "14"
|
|
},
|
|
{
|
|
"calc_value": 15,
|
|
"name": "ImGuiKey_KeyPadEnter",
|
|
"value": "15"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiKey_A",
|
|
"value": "16"
|
|
},
|
|
{
|
|
"calc_value": 17,
|
|
"name": "ImGuiKey_C",
|
|
"value": "17"
|
|
},
|
|
{
|
|
"calc_value": 18,
|
|
"name": "ImGuiKey_V",
|
|
"value": "18"
|
|
},
|
|
{
|
|
"calc_value": 19,
|
|
"name": "ImGuiKey_X",
|
|
"value": "19"
|
|
},
|
|
{
|
|
"calc_value": 20,
|
|
"name": "ImGuiKey_Y",
|
|
"value": "20"
|
|
},
|
|
{
|
|
"calc_value": 21,
|
|
"name": "ImGuiKey_Z",
|
|
"value": "21"
|
|
},
|
|
{
|
|
"calc_value": 22,
|
|
"name": "ImGuiKey_COUNT",
|
|
"value": "22"
|
|
}
|
|
],
|
|
"ImGuiLayoutType_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiLayoutType_Horizontal",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiLayoutType_Vertical",
|
|
"value": "1"
|
|
}
|
|
],
|
|
"ImGuiLogType": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiLogType_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiLogType_TTY",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiLogType_File",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiLogType_Buffer",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiLogType_Clipboard",
|
|
"value": "4"
|
|
}
|
|
],
|
|
"ImGuiMouseButton_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiMouseButton_Left",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiMouseButton_Right",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiMouseButton_Middle",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiMouseButton_COUNT",
|
|
"value": "5"
|
|
}
|
|
],
|
|
"ImGuiMouseCursor_": [
|
|
{
|
|
"calc_value": -1,
|
|
"name": "ImGuiMouseCursor_None",
|
|
"value": "-1"
|
|
},
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiMouseCursor_Arrow",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiMouseCursor_TextInput",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiMouseCursor_ResizeAll",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiMouseCursor_ResizeNS",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiMouseCursor_ResizeEW",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiMouseCursor_ResizeNESW",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiMouseCursor_ResizeNWSE",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiMouseCursor_Hand",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiMouseCursor_NotAllowed",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiMouseCursor_COUNT",
|
|
"value": "9"
|
|
}
|
|
],
|
|
"ImGuiNavDirSourceFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNavDirSourceFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNavDirSourceFlags_Keyboard",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNavDirSourceFlags_PadDPad",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiNavDirSourceFlags_PadLStick",
|
|
"value": "1 << 2"
|
|
}
|
|
],
|
|
"ImGuiNavForward": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNavForward_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNavForward_ForwardQueued",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNavForward_ForwardActive",
|
|
"value": "2"
|
|
}
|
|
],
|
|
"ImGuiNavHighlightFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNavHighlightFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNavHighlightFlags_TypeDefault",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNavHighlightFlags_TypeThin",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiNavHighlightFlags_AlwaysDraw",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiNavHighlightFlags_NoRounding",
|
|
"value": "1 << 3"
|
|
}
|
|
],
|
|
"ImGuiNavInput_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNavInput_Activate",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNavInput_Cancel",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNavInput_Input",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiNavInput_Menu",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiNavInput_DpadLeft",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiNavInput_DpadRight",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiNavInput_DpadUp",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiNavInput_DpadDown",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiNavInput_LStickLeft",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiNavInput_LStickRight",
|
|
"value": "9"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImGuiNavInput_LStickUp",
|
|
"value": "10"
|
|
},
|
|
{
|
|
"calc_value": 11,
|
|
"name": "ImGuiNavInput_LStickDown",
|
|
"value": "11"
|
|
},
|
|
{
|
|
"calc_value": 12,
|
|
"name": "ImGuiNavInput_FocusPrev",
|
|
"value": "12"
|
|
},
|
|
{
|
|
"calc_value": 13,
|
|
"name": "ImGuiNavInput_FocusNext",
|
|
"value": "13"
|
|
},
|
|
{
|
|
"calc_value": 14,
|
|
"name": "ImGuiNavInput_TweakSlow",
|
|
"value": "14"
|
|
},
|
|
{
|
|
"calc_value": 15,
|
|
"name": "ImGuiNavInput_TweakFast",
|
|
"value": "15"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiNavInput_KeyMenu_",
|
|
"value": "16"
|
|
},
|
|
{
|
|
"calc_value": 17,
|
|
"name": "ImGuiNavInput_KeyLeft_",
|
|
"value": "17"
|
|
},
|
|
{
|
|
"calc_value": 18,
|
|
"name": "ImGuiNavInput_KeyRight_",
|
|
"value": "18"
|
|
},
|
|
{
|
|
"calc_value": 19,
|
|
"name": "ImGuiNavInput_KeyUp_",
|
|
"value": "19"
|
|
},
|
|
{
|
|
"calc_value": 20,
|
|
"name": "ImGuiNavInput_KeyDown_",
|
|
"value": "20"
|
|
},
|
|
{
|
|
"calc_value": 21,
|
|
"name": "ImGuiNavInput_COUNT",
|
|
"value": "21"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiNavInput_InternalStart_",
|
|
"value": "ImGuiNavInput_KeyMenu_"
|
|
}
|
|
],
|
|
"ImGuiNavLayer": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNavLayer_Main",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNavLayer_Menu",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNavLayer_COUNT",
|
|
"value": "2"
|
|
}
|
|
],
|
|
"ImGuiNavMoveFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNavMoveFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNavMoveFlags_LoopX",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNavMoveFlags_LoopY",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiNavMoveFlags_WrapX",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiNavMoveFlags_WrapY",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiNavMoveFlags_AllowCurrentNavId",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiNavMoveFlags_AlsoScoreVisibleSet",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiNavMoveFlags_ScrollToEdge",
|
|
"value": "1 << 6"
|
|
}
|
|
],
|
|
"ImGuiNextItemDataFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNextItemDataFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNextItemDataFlags_HasWidth",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNextItemDataFlags_HasOpen",
|
|
"value": "1 << 1"
|
|
}
|
|
],
|
|
"ImGuiNextWindowDataFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiNextWindowDataFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiNextWindowDataFlags_HasPos",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiNextWindowDataFlags_HasSize",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiNextWindowDataFlags_HasContentSize",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiNextWindowDataFlags_HasCollapsed",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiNextWindowDataFlags_HasSizeConstraint",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiNextWindowDataFlags_HasFocus",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiNextWindowDataFlags_HasBgAlpha",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiNextWindowDataFlags_HasScroll",
|
|
"value": "1 << 7"
|
|
}
|
|
],
|
|
"ImGuiPlotType": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiPlotType_Lines",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiPlotType_Histogram",
|
|
"value": "1"
|
|
}
|
|
],
|
|
"ImGuiPopupFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiPopupFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiPopupFlags_MouseButtonLeft",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiPopupFlags_MouseButtonRight",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiPopupFlags_MouseButtonMiddle",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 31,
|
|
"name": "ImGuiPopupFlags_MouseButtonMask_",
|
|
"value": "0x1F"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiPopupFlags_MouseButtonDefault_",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiPopupFlags_NoOpenOverExistingPopup",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiPopupFlags_NoOpenOverItems",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiPopupFlags_AnyPopupId",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiPopupFlags_AnyPopupLevel",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 384,
|
|
"name": "ImGuiPopupFlags_AnyPopup",
|
|
"value": "ImGuiPopupFlags_AnyPopupId | ImGuiPopupFlags_AnyPopupLevel"
|
|
}
|
|
],
|
|
"ImGuiPopupPositionPolicy": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiPopupPositionPolicy_Default",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiPopupPositionPolicy_ComboBox",
|
|
"value": "1"
|
|
}
|
|
],
|
|
"ImGuiSelectableFlagsPrivate_": [
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiSelectableFlags_NoHoldingActiveID",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiSelectableFlags_SelectOnClick",
|
|
"value": "1 << 21"
|
|
},
|
|
{
|
|
"calc_value": 4194304,
|
|
"name": "ImGuiSelectableFlags_SelectOnRelease",
|
|
"value": "1 << 22"
|
|
},
|
|
{
|
|
"calc_value": 8388608,
|
|
"name": "ImGuiSelectableFlags_SpanAvailWidth",
|
|
"value": "1 << 23"
|
|
},
|
|
{
|
|
"calc_value": 16777216,
|
|
"name": "ImGuiSelectableFlags_DrawHoveredWhenHeld",
|
|
"value": "1 << 24"
|
|
},
|
|
{
|
|
"calc_value": 33554432,
|
|
"name": "ImGuiSelectableFlags_SetNavIdOnHover",
|
|
"value": "1 << 25"
|
|
}
|
|
],
|
|
"ImGuiSelectableFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiSelectableFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiSelectableFlags_DontClosePopups",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiSelectableFlags_SpanAllColumns",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiSelectableFlags_AllowDoubleClick",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiSelectableFlags_Disabled",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiSelectableFlags_AllowItemOverlap",
|
|
"value": "1 << 4"
|
|
}
|
|
],
|
|
"ImGuiSeparatorFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiSeparatorFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiSeparatorFlags_Horizontal",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiSeparatorFlags_Vertical",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiSeparatorFlags_SpanAllColumns",
|
|
"value": "1 << 2"
|
|
}
|
|
],
|
|
"ImGuiSliderFlagsPrivate_": [
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiSliderFlags_Vertical",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiSliderFlags_ReadOnly",
|
|
"value": "1 << 21"
|
|
}
|
|
],
|
|
"ImGuiSliderFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiSliderFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiSliderFlags_ClampOnInput",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiSliderFlags_Logarithmic",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiSliderFlags_NoRoundToFormat",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiSliderFlags_NoInput",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 1879048207,
|
|
"name": "ImGuiSliderFlags_InvalidMask_",
|
|
"value": "0x7000000F"
|
|
}
|
|
],
|
|
"ImGuiStyleVar_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiStyleVar_Alpha",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiStyleVar_WindowPadding",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiStyleVar_WindowRounding",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiStyleVar_WindowBorderSize",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiStyleVar_WindowMinSize",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiStyleVar_WindowTitleAlign",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiStyleVar_ChildRounding",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiStyleVar_ChildBorderSize",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiStyleVar_PopupRounding",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiStyleVar_PopupBorderSize",
|
|
"value": "9"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImGuiStyleVar_FramePadding",
|
|
"value": "10"
|
|
},
|
|
{
|
|
"calc_value": 11,
|
|
"name": "ImGuiStyleVar_FrameRounding",
|
|
"value": "11"
|
|
},
|
|
{
|
|
"calc_value": 12,
|
|
"name": "ImGuiStyleVar_FrameBorderSize",
|
|
"value": "12"
|
|
},
|
|
{
|
|
"calc_value": 13,
|
|
"name": "ImGuiStyleVar_ItemSpacing",
|
|
"value": "13"
|
|
},
|
|
{
|
|
"calc_value": 14,
|
|
"name": "ImGuiStyleVar_ItemInnerSpacing",
|
|
"value": "14"
|
|
},
|
|
{
|
|
"calc_value": 15,
|
|
"name": "ImGuiStyleVar_IndentSpacing",
|
|
"value": "15"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiStyleVar_ScrollbarSize",
|
|
"value": "16"
|
|
},
|
|
{
|
|
"calc_value": 17,
|
|
"name": "ImGuiStyleVar_ScrollbarRounding",
|
|
"value": "17"
|
|
},
|
|
{
|
|
"calc_value": 18,
|
|
"name": "ImGuiStyleVar_GrabMinSize",
|
|
"value": "18"
|
|
},
|
|
{
|
|
"calc_value": 19,
|
|
"name": "ImGuiStyleVar_GrabRounding",
|
|
"value": "19"
|
|
},
|
|
{
|
|
"calc_value": 20,
|
|
"name": "ImGuiStyleVar_TabRounding",
|
|
"value": "20"
|
|
},
|
|
{
|
|
"calc_value": 21,
|
|
"name": "ImGuiStyleVar_ButtonTextAlign",
|
|
"value": "21"
|
|
},
|
|
{
|
|
"calc_value": 22,
|
|
"name": "ImGuiStyleVar_SelectableTextAlign",
|
|
"value": "22"
|
|
},
|
|
{
|
|
"calc_value": 23,
|
|
"name": "ImGuiStyleVar_COUNT",
|
|
"value": "23"
|
|
}
|
|
],
|
|
"ImGuiTabBarFlagsPrivate_": [
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiTabBarFlags_DockNode",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiTabBarFlags_IsFocused",
|
|
"value": "1 << 21"
|
|
},
|
|
{
|
|
"calc_value": 4194304,
|
|
"name": "ImGuiTabBarFlags_SaveSettings",
|
|
"value": "1 << 22"
|
|
}
|
|
],
|
|
"ImGuiTabBarFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTabBarFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTabBarFlags_Reorderable",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTabBarFlags_AutoSelectNewTabs",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiTabBarFlags_TabListPopupButton",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiTabBarFlags_NoCloseWithMiddleMouseButton",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiTabBarFlags_NoTabListScrollingButtons",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiTabBarFlags_NoTooltip",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyResizeDown",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyScroll",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 192,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyMask_",
|
|
"value": "ImGuiTabBarFlags_FittingPolicyResizeDown | ImGuiTabBarFlags_FittingPolicyScroll"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyDefault_",
|
|
"value": "ImGuiTabBarFlags_FittingPolicyResizeDown"
|
|
}
|
|
],
|
|
"ImGuiTabItemFlagsPrivate_": [
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiTabItemFlags_NoCloseButton",
|
|
"value": "1 << 20"
|
|
}
|
|
],
|
|
"ImGuiTabItemFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTabItemFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTabItemFlags_UnsavedDocument",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTabItemFlags_SetSelected",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiTabItemFlags_NoCloseWithMiddleMouseButton",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiTabItemFlags_NoPushId",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiTabItemFlags_NoTooltip",
|
|
"value": "1 << 4"
|
|
}
|
|
],
|
|
"ImGuiTextFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTextFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTextFlags_NoWidthForLargeClippedText",
|
|
"value": "1 << 0"
|
|
}
|
|
],
|
|
"ImGuiTooltipFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTooltipFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTooltipFlags_OverridePreviousTooltip",
|
|
"value": "1 << 0"
|
|
}
|
|
],
|
|
"ImGuiTreeNodeFlagsPrivate_": [
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiTreeNodeFlags_ClipLabelForTrailingButton",
|
|
"value": "1 << 20"
|
|
}
|
|
],
|
|
"ImGuiTreeNodeFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTreeNodeFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTreeNodeFlags_Selected",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTreeNodeFlags_Framed",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiTreeNodeFlags_AllowItemOverlap",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiTreeNodeFlags_NoTreePushOnOpen",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiTreeNodeFlags_NoAutoOpenOnLog",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiTreeNodeFlags_DefaultOpen",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiTreeNodeFlags_OpenOnDoubleClick",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiTreeNodeFlags_OpenOnArrow",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiTreeNodeFlags_Leaf",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiTreeNodeFlags_Bullet",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiTreeNodeFlags_FramePadding",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiTreeNodeFlags_SpanAvailWidth",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiTreeNodeFlags_SpanFullWidth",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiTreeNodeFlags_NavLeftJumpsBackHere",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 26,
|
|
"name": "ImGuiTreeNodeFlags_CollapsingHeader",
|
|
"value": "ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog"
|
|
}
|
|
],
|
|
"ImGuiWindowFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiWindowFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiWindowFlags_NoTitleBar",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiWindowFlags_NoResize",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiWindowFlags_NoMove",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiWindowFlags_NoScrollbar",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiWindowFlags_NoScrollWithMouse",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiWindowFlags_NoCollapse",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiWindowFlags_AlwaysAutoResize",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiWindowFlags_NoBackground",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiWindowFlags_NoSavedSettings",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiWindowFlags_NoMouseInputs",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiWindowFlags_MenuBar",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiWindowFlags_HorizontalScrollbar",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiWindowFlags_NoFocusOnAppearing",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiWindowFlags_NoBringToFrontOnFocus",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiWindowFlags_AlwaysVerticalScrollbar",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiWindowFlags_AlwaysHorizontalScrollbar",
|
|
"value": "1<< 15"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiWindowFlags_AlwaysUseWindowPadding",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiWindowFlags_NoNavInputs",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 524288,
|
|
"name": "ImGuiWindowFlags_NoNavFocus",
|
|
"value": "1 << 19"
|
|
},
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiWindowFlags_UnsavedDocument",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 786432,
|
|
"name": "ImGuiWindowFlags_NoNav",
|
|
"value": "ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus"
|
|
},
|
|
{
|
|
"calc_value": 43,
|
|
"name": "ImGuiWindowFlags_NoDecoration",
|
|
"value": "ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse"
|
|
},
|
|
{
|
|
"calc_value": 786944,
|
|
"name": "ImGuiWindowFlags_NoInputs",
|
|
"value": "ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus"
|
|
},
|
|
{
|
|
"calc_value": 8388608,
|
|
"name": "ImGuiWindowFlags_NavFlattened",
|
|
"value": "1 << 23"
|
|
},
|
|
{
|
|
"calc_value": 16777216,
|
|
"name": "ImGuiWindowFlags_ChildWindow",
|
|
"value": "1 << 24"
|
|
},
|
|
{
|
|
"calc_value": 33554432,
|
|
"name": "ImGuiWindowFlags_Tooltip",
|
|
"value": "1 << 25"
|
|
},
|
|
{
|
|
"calc_value": 67108864,
|
|
"name": "ImGuiWindowFlags_Popup",
|
|
"value": "1 << 26"
|
|
},
|
|
{
|
|
"calc_value": 134217728,
|
|
"name": "ImGuiWindowFlags_Modal",
|
|
"value": "1 << 27"
|
|
},
|
|
{
|
|
"calc_value": 268435456,
|
|
"name": "ImGuiWindowFlags_ChildMenu",
|
|
"value": "1 << 28"
|
|
}
|
|
]
|
|
},
|
|
"locations": {
|
|
"ImBitVector": "imgui_internal:468",
|
|
"ImColor": "imgui:1927",
|
|
"ImDrawChannel": "imgui:2013",
|
|
"ImDrawCmd": "imgui:1976",
|
|
"ImDrawCornerFlags_": "imgui:2036",
|
|
"ImDrawData": "imgui:2183",
|
|
"ImDrawDataBuilder": "imgui_internal:561",
|
|
"ImDrawList": "imgui:2069",
|
|
"ImDrawListFlags_": "imgui:2052",
|
|
"ImDrawListSharedData": "imgui_internal:542",
|
|
"ImDrawListSplitter": "imgui:2021",
|
|
"ImDrawVert": "imgui:1998",
|
|
"ImFont": "imgui:2394",
|
|
"ImFontAtlas": "imgui:2299",
|
|
"ImFontAtlasCustomRect": "imgui:2261",
|
|
"ImFontAtlasFlags_": "imgui:2274",
|
|
"ImFontConfig": "imgui:2206",
|
|
"ImFontGlyph": "imgui:2235",
|
|
"ImFontGlyphRangesBuilder": "imgui:2246",
|
|
"ImGuiAxis": "imgui_internal:697",
|
|
"ImGuiBackendFlags_": "imgui:1124",
|
|
"ImGuiButtonFlagsPrivate_": "imgui_internal:612",
|
|
"ImGuiButtonFlags_": "imgui:1235",
|
|
"ImGuiCol_": "imgui:1134",
|
|
"ImGuiColorEditFlags_": "imgui:1248",
|
|
"ImGuiColorMod": "imgui_internal:802",
|
|
"ImGuiColumnData": "imgui_internal:993",
|
|
"ImGuiColumns": "imgui_internal:1003",
|
|
"ImGuiColumnsFlags_": "imgui_internal:982",
|
|
"ImGuiComboFlags_": "imgui:917",
|
|
"ImGuiCond_": "imgui:1340",
|
|
"ImGuiConfigFlags_": "imgui:1108",
|
|
"ImGuiContext": "imgui_internal:1100",
|
|
"ImGuiDataTypeInfo": "imgui_internal:786",
|
|
"ImGuiDataTypePrivate_": "imgui_internal:794",
|
|
"ImGuiDataTypeTempStorage": "imgui_internal:780",
|
|
"ImGuiDataType_": "imgui:1008",
|
|
"ImGuiDir_": "imgui:1024",
|
|
"ImGuiDragDropFlags_": "imgui:986",
|
|
"ImGuiFocusedFlags_": "imgui:958",
|
|
"ImGuiGroupData": "imgui_internal:819",
|
|
"ImGuiHoveredFlags_": "imgui:970",
|
|
"ImGuiIO": "imgui:1493",
|
|
"ImGuiInputReadMode": "imgui_internal:721",
|
|
"ImGuiInputSource": "imgui_internal:710",
|
|
"ImGuiInputTextCallbackData": "imgui:1642",
|
|
"ImGuiInputTextFlags_": "imgui:835",
|
|
"ImGuiInputTextState": "imgui_internal:847",
|
|
"ImGuiItemFlags_": "imgui_internal:576",
|
|
"ImGuiItemStatusFlags_": "imgui_internal:591",
|
|
"ImGuiKeyModFlags_": "imgui:1063",
|
|
"ImGuiKey_": "imgui:1035",
|
|
"ImGuiLastItemDataBackup": "imgui_internal:1672",
|
|
"ImGuiLayoutType_": "imgui_internal:681",
|
|
"ImGuiListClipper": "imgui:1883",
|
|
"ImGuiLogType": "imgui_internal:687",
|
|
"ImGuiMenuColumns": "imgui_internal:833",
|
|
"ImGuiMouseButton_": "imgui:1307",
|
|
"ImGuiMouseCursor_": "imgui:1317",
|
|
"ImGuiNavDirSourceFlags_": "imgui_internal:740",
|
|
"ImGuiNavForward": "imgui_internal:760",
|
|
"ImGuiNavHighlightFlags_": "imgui_internal:731",
|
|
"ImGuiNavInput_": "imgui:1076",
|
|
"ImGuiNavLayer": "imgui_internal:767",
|
|
"ImGuiNavMoveFlags_": "imgui_internal:748",
|
|
"ImGuiNavMoveResult": "imgui_internal:894",
|
|
"ImGuiNextItemData": "imgui_internal:951",
|
|
"ImGuiNextItemDataFlags_": "imgui_internal:944",
|
|
"ImGuiNextWindowData": "imgui_internal:922",
|
|
"ImGuiNextWindowDataFlags_": "imgui_internal:908",
|
|
"ImGuiOnceUponAFrame": "imgui:1765",
|
|
"ImGuiPayload": "imgui:1680",
|
|
"ImGuiPlotType": "imgui_internal:704",
|
|
"ImGuiPopupData": "imgui_internal:881",
|
|
"ImGuiPopupFlags_": "imgui:890",
|
|
"ImGuiPopupPositionPolicy": "imgui_internal:774",
|
|
"ImGuiPtrOrIndex": "imgui_internal:969",
|
|
"ImGuiSelectableFlagsPrivate_": "imgui_internal:642",
|
|
"ImGuiSelectableFlags_": "imgui:906",
|
|
"ImGuiSeparatorFlags_": "imgui_internal:659",
|
|
"ImGuiSettingsHandler": "imgui_internal:1081",
|
|
"ImGuiShrinkWidthItem": "imgui_internal:963",
|
|
"ImGuiSizeCallbackData": "imgui:1671",
|
|
"ImGuiSliderFlagsPrivate_": "imgui_internal:635",
|
|
"ImGuiSliderFlags_": "imgui:1295",
|
|
"ImGuiStorage": "imgui:1827",
|
|
"ImGuiStoragePair": "imgui:1830",
|
|
"ImGuiStyle": "imgui:1441",
|
|
"ImGuiStyleMod": "imgui_internal:809",
|
|
"ImGuiStyleVar_": "imgui:1200",
|
|
"ImGuiTabBar": "imgui_internal:1719",
|
|
"ImGuiTabBarFlagsPrivate_": "imgui_internal:1689",
|
|
"ImGuiTabBarFlags_": "imgui:931",
|
|
"ImGuiTabItem": "imgui_internal:1703",
|
|
"ImGuiTabItemFlagsPrivate_": "imgui_internal:1697",
|
|
"ImGuiTabItemFlags_": "imgui:947",
|
|
"ImGuiTextBuffer": "imgui:1800",
|
|
"ImGuiTextFilter": "imgui:1773",
|
|
"ImGuiTextFlags_": "imgui_internal:667",
|
|
"ImGuiTextRange": "imgui:1783",
|
|
"ImGuiTooltipFlags_": "imgui_internal:673",
|
|
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:654",
|
|
"ImGuiTreeNodeFlags_": "imgui:863",
|
|
"ImGuiWindow": "imgui_internal:1563",
|
|
"ImGuiWindowFlags_": "imgui:794",
|
|
"ImGuiWindowSettings": "imgui_internal:1069",
|
|
"ImGuiWindowTempData": "imgui_internal:1471",
|
|
"ImRect": "imgui_internal:415",
|
|
"ImVec1": "imgui_internal:397",
|
|
"ImVec2": "imgui:211",
|
|
"ImVec2ih": "imgui_internal:405",
|
|
"ImVec4": "imgui:224",
|
|
"STB_TexteditState": "imstb_textedit:319",
|
|
"StbTexteditRow": "imstb_textedit:362",
|
|
"StbUndoRecord": "imstb_textedit:301",
|
|
"StbUndoState": "imstb_textedit:310"
|
|
},
|
|
"structs": {
|
|
"ImBitVector": [
|
|
{
|
|
"name": "Storage",
|
|
"template_type": "ImU32",
|
|
"type": "ImVector_ImU32"
|
|
}
|
|
],
|
|
"ImColor": [
|
|
{
|
|
"name": "Value",
|
|
"type": "ImVec4"
|
|
}
|
|
],
|
|
"ImDrawChannel": [
|
|
{
|
|
"name": "_CmdBuffer",
|
|
"template_type": "ImDrawCmd",
|
|
"type": "ImVector_ImDrawCmd"
|
|
},
|
|
{
|
|
"name": "_IdxBuffer",
|
|
"template_type": "ImDrawIdx",
|
|
"type": "ImVector_ImDrawIdx"
|
|
}
|
|
],
|
|
"ImDrawCmd": [
|
|
{
|
|
"name": "ClipRect",
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "TextureId",
|
|
"type": "ImTextureID"
|
|
},
|
|
{
|
|
"name": "VtxOffset",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "IdxOffset",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "ElemCount",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "UserCallback",
|
|
"type": "ImDrawCallback"
|
|
},
|
|
{
|
|
"name": "UserCallbackData",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"ImDrawData": [
|
|
{
|
|
"name": "Valid",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "CmdLists",
|
|
"type": "ImDrawList**"
|
|
},
|
|
{
|
|
"name": "CmdListsCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TotalIdxCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TotalVtxCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DisplayPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DisplaySize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "FramebufferScale",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"ImDrawDataBuilder": [
|
|
{
|
|
"name": "Layers[2]",
|
|
"size": 2,
|
|
"template_type": "ImDrawList*",
|
|
"type": "ImVector_ImDrawListPtr"
|
|
}
|
|
],
|
|
"ImDrawList": [
|
|
{
|
|
"name": "CmdBuffer",
|
|
"template_type": "ImDrawCmd",
|
|
"type": "ImVector_ImDrawCmd"
|
|
},
|
|
{
|
|
"name": "IdxBuffer",
|
|
"template_type": "ImDrawIdx",
|
|
"type": "ImVector_ImDrawIdx"
|
|
},
|
|
{
|
|
"name": "VtxBuffer",
|
|
"template_type": "ImDrawVert",
|
|
"type": "ImVector_ImDrawVert"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImDrawListFlags"
|
|
},
|
|
{
|
|
"name": "_Data",
|
|
"type": "const ImDrawListSharedData*"
|
|
},
|
|
{
|
|
"name": "_OwnerName",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "_VtxCurrentIdx",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "_VtxWritePtr",
|
|
"type": "ImDrawVert*"
|
|
},
|
|
{
|
|
"name": "_IdxWritePtr",
|
|
"type": "ImDrawIdx*"
|
|
},
|
|
{
|
|
"name": "_ClipRectStack",
|
|
"template_type": "ImVec4",
|
|
"type": "ImVector_ImVec4"
|
|
},
|
|
{
|
|
"name": "_TextureIdStack",
|
|
"template_type": "ImTextureID",
|
|
"type": "ImVector_ImTextureID"
|
|
},
|
|
{
|
|
"name": "_Path",
|
|
"template_type": "ImVec2",
|
|
"type": "ImVector_ImVec2"
|
|
},
|
|
{
|
|
"name": "_CmdHeader",
|
|
"type": "ImDrawCmd"
|
|
},
|
|
{
|
|
"name": "_Splitter",
|
|
"type": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImDrawListSharedData": [
|
|
{
|
|
"name": "TexUvWhitePixel",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "FontSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "CurveTessellationTol",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "CircleSegmentMaxError",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ClipRectFullscreen",
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "InitialFlags",
|
|
"type": "ImDrawListFlags"
|
|
},
|
|
{
|
|
"name": "ArcFastVtx[12*1]",
|
|
"size": 12,
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CircleSegmentCounts[64]",
|
|
"size": 64,
|
|
"type": "ImU8"
|
|
},
|
|
{
|
|
"name": "TexUvLines",
|
|
"type": "const ImVec4*"
|
|
}
|
|
],
|
|
"ImDrawListSplitter": [
|
|
{
|
|
"name": "_Current",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "_Count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "_Channels",
|
|
"template_type": "ImDrawChannel",
|
|
"type": "ImVector_ImDrawChannel"
|
|
}
|
|
],
|
|
"ImDrawVert": [
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "uv",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"ImFont": [
|
|
{
|
|
"name": "IndexAdvanceX",
|
|
"template_type": "float",
|
|
"type": "ImVector_float"
|
|
},
|
|
{
|
|
"name": "FallbackAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FontSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "IndexLookup",
|
|
"template_type": "ImWchar",
|
|
"type": "ImVector_ImWchar"
|
|
},
|
|
{
|
|
"name": "Glyphs",
|
|
"template_type": "ImFontGlyph",
|
|
"type": "ImVector_ImFontGlyph"
|
|
},
|
|
{
|
|
"name": "FallbackGlyph",
|
|
"type": "const ImFontGlyph*"
|
|
},
|
|
{
|
|
"name": "DisplayOffset",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ContainerAtlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "ConfigData",
|
|
"type": "const ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "ConfigDataCount",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "FallbackChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "EllipsisChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "DirtyLookupTables",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Scale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Ascent",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Descent",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MetricsTotalSurface",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Used4kPagesMap[(0xFFFF+1)/4096/8]",
|
|
"size": 2,
|
|
"type": "ImU8"
|
|
}
|
|
],
|
|
"ImFontAtlas": [
|
|
{
|
|
"name": "Locked",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImFontAtlasFlags"
|
|
},
|
|
{
|
|
"name": "TexID",
|
|
"type": "ImTextureID"
|
|
},
|
|
{
|
|
"name": "TexDesiredWidth",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TexGlyphPadding",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TexPixelsAlpha8",
|
|
"type": "unsigned char*"
|
|
},
|
|
{
|
|
"name": "TexPixelsRGBA32",
|
|
"type": "unsigned int*"
|
|
},
|
|
{
|
|
"name": "TexWidth",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TexHeight",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TexUvScale",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "TexUvWhitePixel",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Fonts",
|
|
"template_type": "ImFont*",
|
|
"type": "ImVector_ImFontPtr"
|
|
},
|
|
{
|
|
"name": "CustomRects",
|
|
"template_type": "ImFontAtlasCustomRect",
|
|
"type": "ImVector_ImFontAtlasCustomRect"
|
|
},
|
|
{
|
|
"name": "ConfigData",
|
|
"template_type": "ImFontConfig",
|
|
"type": "ImVector_ImFontConfig"
|
|
},
|
|
{
|
|
"name": "TexUvLines[(63)+1]",
|
|
"size": 64,
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "PackIdMouseCursors",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "PackIdLines",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImFontAtlasCustomRect": [
|
|
{
|
|
"name": "Width",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "Height",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "X",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "Y",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "GlyphID",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "GlyphAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GlyphOffset",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Font",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"ImFontConfig": [
|
|
{
|
|
"name": "FontData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "FontDataSize",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FontDataOwnedByAtlas",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "FontNo",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SizePixels",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "OversampleH",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "OversampleV",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "PixelSnapH",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "GlyphExtraSpacing",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "GlyphOffset",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "GlyphRanges",
|
|
"type": "const ImWchar*"
|
|
},
|
|
{
|
|
"name": "GlyphMinAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GlyphMaxAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MergeMode",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "RasterizerFlags",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "RasterizerMultiply",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "EllipsisChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "Name[40]",
|
|
"size": 40,
|
|
"type": "char"
|
|
},
|
|
{
|
|
"name": "DstFont",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"ImFontGlyph": [
|
|
{
|
|
"bitfield": "31",
|
|
"name": "Codepoint",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"bitfield": "1",
|
|
"name": "Visible",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "AdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "X0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Y0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "X1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Y1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "U0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "V0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "U1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "V1",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder": [
|
|
{
|
|
"name": "UsedChars",
|
|
"template_type": "ImU32",
|
|
"type": "ImVector_ImU32"
|
|
}
|
|
],
|
|
"ImGuiColorMod": [
|
|
{
|
|
"name": "Col",
|
|
"type": "ImGuiCol"
|
|
},
|
|
{
|
|
"name": "BackupValue",
|
|
"type": "ImVec4"
|
|
}
|
|
],
|
|
"ImGuiColumnData": [
|
|
{
|
|
"name": "OffsetNorm",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "OffsetNormBeforeResize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiColumnsFlags"
|
|
},
|
|
{
|
|
"name": "ClipRect",
|
|
"type": "ImRect"
|
|
}
|
|
],
|
|
"ImGuiColumns": [
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiColumnsFlags"
|
|
},
|
|
{
|
|
"name": "IsFirstFrame",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "IsBeingResized",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Current",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "OffMinX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "OffMaxX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "LineMinY",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "LineMaxY",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HostCursorPosY",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HostCursorMaxPosX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HostInitialClipRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "HostBackupClipRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "HostBackupParentWorkRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "Columns",
|
|
"template_type": "ImGuiColumnData",
|
|
"type": "ImVector_ImGuiColumnData"
|
|
},
|
|
{
|
|
"name": "Splitter",
|
|
"type": "ImDrawListSplitter"
|
|
}
|
|
],
|
|
"ImGuiContext": [
|
|
{
|
|
"name": "Initialized",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "FontAtlasOwnedByContext",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "IO",
|
|
"type": "ImGuiIO"
|
|
},
|
|
{
|
|
"name": "Style",
|
|
"type": "ImGuiStyle"
|
|
},
|
|
{
|
|
"name": "Font",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "FontSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FontBaseSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DrawListSharedData",
|
|
"type": "ImDrawListSharedData"
|
|
},
|
|
{
|
|
"name": "Time",
|
|
"type": "double"
|
|
},
|
|
{
|
|
"name": "FrameCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FrameCountEnded",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FrameCountRendered",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "WithinFrameScope",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WithinFrameScopeWithImplicitWindow",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WithinEndChild",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "TestEngineHookItems",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "TestEngineHookIdInfo",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "TestEngine",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Windows",
|
|
"template_type": "ImGuiWindow*",
|
|
"type": "ImVector_ImGuiWindowPtr"
|
|
},
|
|
{
|
|
"name": "WindowsFocusOrder",
|
|
"template_type": "ImGuiWindow*",
|
|
"type": "ImVector_ImGuiWindowPtr"
|
|
},
|
|
{
|
|
"name": "WindowsTempSortBuffer",
|
|
"template_type": "ImGuiWindow*",
|
|
"type": "ImVector_ImGuiWindowPtr"
|
|
},
|
|
{
|
|
"name": "CurrentWindowStack",
|
|
"template_type": "ImGuiWindow*",
|
|
"type": "ImVector_ImGuiWindowPtr"
|
|
},
|
|
{
|
|
"name": "WindowsById",
|
|
"type": "ImGuiStorage"
|
|
},
|
|
{
|
|
"name": "WindowsActiveCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "CurrentWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "HoveredWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "HoveredRootWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "HoveredWindowUnderMovingWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "MovingWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "WheelingWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "WheelingWindowRefMousePos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WheelingWindowTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HoveredId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "HoveredIdPreviousFrame",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "HoveredIdAllowOverlap",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "HoveredIdDisabled",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "HoveredIdTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HoveredIdNotActiveTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ActiveId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ActiveIdIsAlive",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ActiveIdTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ActiveIdIsJustActivated",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdAllowOverlap",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdNoClearOnFocusLoss",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdHasBeenPressedBefore",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdHasBeenEditedBefore",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdHasBeenEditedThisFrame",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdUsingNavDirMask",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "ActiveIdUsingNavInputMask",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "ActiveIdUsingKeyInputMask",
|
|
"type": "ImU64"
|
|
},
|
|
{
|
|
"name": "ActiveIdClickOffset",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ActiveIdWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "ActiveIdSource",
|
|
"type": "ImGuiInputSource"
|
|
},
|
|
{
|
|
"name": "ActiveIdMouseButton",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ActiveIdPreviousFrame",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ActiveIdPreviousFrameIsAlive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdPreviousFrameHasBeenEditedBefore",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ActiveIdPreviousFrameWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "LastActiveId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "LastActiveIdTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NextWindowData",
|
|
"type": "ImGuiNextWindowData"
|
|
},
|
|
{
|
|
"name": "NextItemData",
|
|
"type": "ImGuiNextItemData"
|
|
},
|
|
{
|
|
"name": "ColorModifiers",
|
|
"template_type": "ImGuiColorMod",
|
|
"type": "ImVector_ImGuiColorMod"
|
|
},
|
|
{
|
|
"name": "StyleModifiers",
|
|
"template_type": "ImGuiStyleMod",
|
|
"type": "ImVector_ImGuiStyleMod"
|
|
},
|
|
{
|
|
"name": "FontStack",
|
|
"template_type": "ImFont*",
|
|
"type": "ImVector_ImFontPtr"
|
|
},
|
|
{
|
|
"name": "OpenPopupStack",
|
|
"template_type": "ImGuiPopupData",
|
|
"type": "ImVector_ImGuiPopupData"
|
|
},
|
|
{
|
|
"name": "BeginPopupStack",
|
|
"template_type": "ImGuiPopupData",
|
|
"type": "ImVector_ImGuiPopupData"
|
|
},
|
|
{
|
|
"name": "NavWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "NavId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavFocusScopeId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavActivateId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavActivateDownId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavActivatePressedId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavInputId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavJustTabbedId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavJustMovedToId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavJustMovedToFocusScopeId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavJustMovedToKeyMods",
|
|
"type": "ImGuiKeyModFlags"
|
|
},
|
|
{
|
|
"name": "NavNextActivateId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavInputSource",
|
|
"type": "ImGuiInputSource"
|
|
},
|
|
{
|
|
"name": "NavScoringRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "NavScoringCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "NavLayer",
|
|
"type": "ImGuiNavLayer"
|
|
},
|
|
{
|
|
"name": "NavIdTabCounter",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "NavIdIsAlive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavMousePosDirty",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavDisableHighlight",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavDisableMouseHover",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavAnyRequest",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavInitRequest",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavInitRequestFromMove",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavInitResultId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavInitResultRectRel",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "NavMoveFromClampedRefRect",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavMoveRequest",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavMoveRequestFlags",
|
|
"type": "ImGuiNavMoveFlags"
|
|
},
|
|
{
|
|
"name": "NavMoveRequestForward",
|
|
"type": "ImGuiNavForward"
|
|
},
|
|
{
|
|
"name": "NavMoveRequestKeyMods",
|
|
"type": "ImGuiKeyModFlags"
|
|
},
|
|
{
|
|
"name": "NavMoveDir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "NavMoveDirLast",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "NavMoveClipDir",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "NavMoveResultLocal",
|
|
"type": "ImGuiNavMoveResult"
|
|
},
|
|
{
|
|
"name": "NavMoveResultLocalVisibleSet",
|
|
"type": "ImGuiNavMoveResult"
|
|
},
|
|
{
|
|
"name": "NavMoveResultOther",
|
|
"type": "ImGuiNavMoveResult"
|
|
},
|
|
{
|
|
"name": "NavWrapRequestWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "NavWrapRequestFlags",
|
|
"type": "ImGuiNavMoveFlags"
|
|
},
|
|
{
|
|
"name": "NavWindowingTarget",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "NavWindowingTargetAnim",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "NavWindowingListWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "NavWindowingTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NavWindowingHighlightAlpha",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NavWindowingToggleLayer",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "FocusRequestCurrWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "FocusRequestNextWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "FocusRequestCurrCounterRegular",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FocusRequestCurrCounterTabStop",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FocusRequestNextCounterRegular",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FocusRequestNextCounterTabStop",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "DragDropActive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "DragDropWithinSource",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "DragDropWithinTarget",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "DragDropSourceFlags",
|
|
"type": "ImGuiDragDropFlags"
|
|
},
|
|
{
|
|
"name": "DragDropSourceFrameCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DragDropMouseButton",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DragDropPayload",
|
|
"type": "ImGuiPayload"
|
|
},
|
|
{
|
|
"name": "DragDropTargetRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "DragDropTargetId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "DragDropAcceptFlags",
|
|
"type": "ImGuiDragDropFlags"
|
|
},
|
|
{
|
|
"name": "DragDropAcceptIdCurrRectSurface",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DragDropAcceptIdCurr",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "DragDropAcceptIdPrev",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "DragDropAcceptFrameCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DragDropHoldJustPressedId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "DragDropPayloadBufHeap",
|
|
"template_type": "unsigned char",
|
|
"type": "ImVector_unsigned_char"
|
|
},
|
|
{
|
|
"name": "DragDropPayloadBufLocal[16]",
|
|
"size": 16,
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "CurrentTabBar",
|
|
"type": "ImGuiTabBar*"
|
|
},
|
|
{
|
|
"name": "TabBars",
|
|
"template_type": "ImGuiTabBar",
|
|
"type": "ImPool_ImGuiTabBar"
|
|
},
|
|
{
|
|
"name": "CurrentTabBarStack",
|
|
"template_type": "ImGuiPtrOrIndex",
|
|
"type": "ImVector_ImGuiPtrOrIndex"
|
|
},
|
|
{
|
|
"name": "ShrinkWidthBuffer",
|
|
"template_type": "ImGuiShrinkWidthItem",
|
|
"type": "ImVector_ImGuiShrinkWidthItem"
|
|
},
|
|
{
|
|
"name": "LastValidMousePos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "InputTextState",
|
|
"type": "ImGuiInputTextState"
|
|
},
|
|
{
|
|
"name": "InputTextPasswordFont",
|
|
"type": "ImFont"
|
|
},
|
|
{
|
|
"name": "TempInputId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ColorEditOptions",
|
|
"type": "ImGuiColorEditFlags"
|
|
},
|
|
{
|
|
"name": "ColorEditLastHue",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ColorEditLastSat",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ColorEditLastColor[3]",
|
|
"size": 3,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ColorPickerRef",
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "SliderCurrentAccum",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "SliderCurrentAccumDirty",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "DragCurrentAccumDirty",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "DragCurrentAccum",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DragSpeedDefaultRatio",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollbarClickDeltaToGrabCenter",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TooltipOverrideCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ClipboardHandlerData",
|
|
"template_type": "char",
|
|
"type": "ImVector_char"
|
|
},
|
|
{
|
|
"name": "MenusIdSubmittedThisFrame",
|
|
"template_type": "ImGuiID",
|
|
"type": "ImVector_ImGuiID"
|
|
},
|
|
{
|
|
"name": "PlatformImePos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "PlatformImeLastPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SettingsLoaded",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "SettingsDirtyTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "SettingsIniData",
|
|
"type": "ImGuiTextBuffer"
|
|
},
|
|
{
|
|
"name": "SettingsHandlers",
|
|
"template_type": "ImGuiSettingsHandler",
|
|
"type": "ImVector_ImGuiSettingsHandler"
|
|
},
|
|
{
|
|
"name": "SettingsWindows",
|
|
"template_type": "ImGuiWindowSettings",
|
|
"type": "ImChunkStream_ImGuiWindowSettings"
|
|
},
|
|
{
|
|
"name": "LogEnabled",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "LogType",
|
|
"type": "ImGuiLogType"
|
|
},
|
|
{
|
|
"name": "LogFile",
|
|
"type": "ImFileHandle"
|
|
},
|
|
{
|
|
"name": "LogBuffer",
|
|
"type": "ImGuiTextBuffer"
|
|
},
|
|
{
|
|
"name": "LogLinePosY",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "LogLineFirstItem",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "LogDepthRef",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "LogDepthToExpand",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "LogDepthToExpandDefault",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DebugItemPickerActive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "DebugItemPickerBreakId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "FramerateSecPerFrame[120]",
|
|
"size": 120,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FramerateSecPerFrameIdx",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FramerateSecPerFrameAccum",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WantCaptureMouseNextFrame",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "WantCaptureKeyboardNextFrame",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "WantTextInputNextFrame",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TempBuffer[1024*3+1]",
|
|
"size": 3073,
|
|
"type": "char"
|
|
}
|
|
],
|
|
"ImGuiDataTypeInfo": [
|
|
{
|
|
"name": "Size",
|
|
"type": "size_t"
|
|
},
|
|
{
|
|
"name": "PrintFmt",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "ScanFmt",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"ImGuiDataTypeTempStorage": [
|
|
{
|
|
"name": "Data[8]",
|
|
"size": 8,
|
|
"type": "ImU8"
|
|
}
|
|
],
|
|
"ImGuiGroupData": [
|
|
{
|
|
"name": "BackupCursorPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "BackupCursorMaxPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "BackupIndent",
|
|
"type": "ImVec1"
|
|
},
|
|
{
|
|
"name": "BackupGroupOffset",
|
|
"type": "ImVec1"
|
|
},
|
|
{
|
|
"name": "BackupCurrLineSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "BackupCurrLineTextBaseOffset",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "BackupActiveIdIsAlive",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "BackupActiveIdPreviousFrameIsAlive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "EmitItem",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"ImGuiIO": [
|
|
{
|
|
"name": "ConfigFlags",
|
|
"type": "ImGuiConfigFlags"
|
|
},
|
|
{
|
|
"name": "BackendFlags",
|
|
"type": "ImGuiBackendFlags"
|
|
},
|
|
{
|
|
"name": "DisplaySize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DeltaTime",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "IniSavingRate",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "IniFilename",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "LogFilename",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "MouseDoubleClickTime",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDoubleClickMaxDist",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDragThreshold",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "KeyMap[ImGuiKey_COUNT]",
|
|
"size": 22,
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "KeyRepeatDelay",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "KeyRepeatRate",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Fonts",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "FontGlobalScale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FontAllowUserScaling",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "FontDefault",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "DisplayFramebufferScale",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseDrawCursor",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigMacOSXBehaviors",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigInputTextCursorBlink",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigWindowsResizeFromEdges",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigWindowsMoveFromTitleBarOnly",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigWindowsMemoryCompactTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "BackendPlatformName",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "BackendRendererName",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "BackendPlatformUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "BackendRendererUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "BackendLanguageUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "GetClipboardTextFn",
|
|
"type": "const char*(*)(void* user_data)"
|
|
},
|
|
{
|
|
"name": "SetClipboardTextFn",
|
|
"type": "void(*)(void* user_data,const char* text)"
|
|
},
|
|
{
|
|
"name": "ClipboardUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "ImeSetInputScreenPosFn",
|
|
"type": "void(*)(int x,int y)"
|
|
},
|
|
{
|
|
"name": "ImeWindowHandle",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "RenderDrawListsFnUnused",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "MousePos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseDown[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseWheel",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseWheelH",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "KeyCtrl",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeyShift",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeyAlt",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeySuper",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeysDown[512]",
|
|
"size": 512,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavInputs[ImGuiNavInput_COUNT]",
|
|
"size": 21,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WantCaptureMouse",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WantCaptureKeyboard",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WantTextInput",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WantSetMousePos",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WantSaveIniSettings",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavActive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavVisible",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Framerate",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MetricsRenderVertices",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MetricsRenderIndices",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MetricsRenderWindows",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MetricsActiveWindows",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MetricsActiveAllocations",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MouseDelta",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "KeyMods",
|
|
"type": "ImGuiKeyModFlags"
|
|
},
|
|
{
|
|
"name": "MousePosPrev",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseClickedPos[5]",
|
|
"size": 5,
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseClickedTime[5]",
|
|
"size": 5,
|
|
"type": "double"
|
|
},
|
|
{
|
|
"name": "MouseClicked[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDoubleClicked[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseReleased[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDownOwned[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDownWasDoubleClick[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDownDuration[5]",
|
|
"size": 5,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDownDurationPrev[5]",
|
|
"size": 5,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDragMaxDistanceAbs[5]",
|
|
"size": 5,
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseDragMaxDistanceSqr[5]",
|
|
"size": 5,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "KeysDownDuration[512]",
|
|
"size": 512,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "KeysDownDurationPrev[512]",
|
|
"size": 512,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NavInputsDownDuration[ImGuiNavInput_COUNT]",
|
|
"size": 21,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NavInputsDownDurationPrev[ImGuiNavInput_COUNT]",
|
|
"size": 21,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "PenPressure",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "InputQueueSurrogate",
|
|
"type": "ImWchar16"
|
|
},
|
|
{
|
|
"name": "InputQueueCharacters",
|
|
"template_type": "ImWchar",
|
|
"type": "ImVector_ImWchar"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData": [
|
|
{
|
|
"name": "EventFlag",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "EventChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "EventKey",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "Buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "BufTextLen",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "BufSize",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "BufDirty",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "CursorPos",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SelectionStart",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SelectionEnd",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiInputTextState": [
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "CurLenW",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "CurLenA",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TextW",
|
|
"template_type": "ImWchar",
|
|
"type": "ImVector_ImWchar"
|
|
},
|
|
{
|
|
"name": "TextA",
|
|
"template_type": "char",
|
|
"type": "ImVector_char"
|
|
},
|
|
{
|
|
"name": "InitialTextA",
|
|
"template_type": "char",
|
|
"type": "ImVector_char"
|
|
},
|
|
{
|
|
"name": "TextAIsValid",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "BufCapacityA",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ScrollX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Stb",
|
|
"type": "STB_TexteditState"
|
|
},
|
|
{
|
|
"name": "CursorAnim",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "CursorFollow",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "SelectedAllMouseLock",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "UserFlags",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "UserCallback",
|
|
"type": "ImGuiInputTextCallback"
|
|
},
|
|
{
|
|
"name": "UserCallbackData",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"ImGuiLastItemDataBackup": [
|
|
{
|
|
"name": "LastItemId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "LastItemStatusFlags",
|
|
"type": "ImGuiItemStatusFlags"
|
|
},
|
|
{
|
|
"name": "LastItemRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "LastItemDisplayRect",
|
|
"type": "ImRect"
|
|
}
|
|
],
|
|
"ImGuiListClipper": [
|
|
{
|
|
"name": "DisplayStart",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DisplayEnd",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ItemsCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "StepNo",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ItemsHeight",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "StartPosY",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImGuiMenuColumns": [
|
|
{
|
|
"name": "Spacing",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NextWidth",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Pos[3]",
|
|
"size": 3,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NextWidths[3]",
|
|
"size": 3,
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImGuiNavMoveResult": [
|
|
{
|
|
"name": "Window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "FocusScopeId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "DistBox",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DistCenter",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DistAxial",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "RectRel",
|
|
"type": "ImRect"
|
|
}
|
|
],
|
|
"ImGuiNextItemData": [
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiNextItemDataFlags"
|
|
},
|
|
{
|
|
"name": "Width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FocusScopeId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "OpenCond",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "OpenVal",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"ImGuiNextWindowData": [
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiNextWindowDataFlags"
|
|
},
|
|
{
|
|
"name": "PosCond",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "SizeCond",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "CollapsedCond",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "PosVal",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "PosPivotVal",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SizeVal",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ContentSizeVal",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ScrollVal",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CollapsedVal",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "SizeConstraintRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "SizeCallback",
|
|
"type": "ImGuiSizeCallback"
|
|
},
|
|
{
|
|
"name": "SizeCallbackUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "BgAlphaVal",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MenuBarOffsetMinVal",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"ImGuiOnceUponAFrame": [
|
|
{
|
|
"name": "RefFrame",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiPayload": [
|
|
{
|
|
"name": "Data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "DataSize",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SourceId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "SourceParentId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "DataFrameCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DataType[32+1]",
|
|
"size": 33,
|
|
"type": "char"
|
|
},
|
|
{
|
|
"name": "Preview",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Delivery",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"ImGuiPopupData": [
|
|
{
|
|
"name": "PopupId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "Window",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "SourceWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "OpenFrameCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "OpenParentId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "OpenPopupPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "OpenMousePos",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"ImGuiPtrOrIndex": [
|
|
{
|
|
"name": "Ptr",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Index",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiSettingsHandler": [
|
|
{
|
|
"name": "TypeName",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"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)"
|
|
},
|
|
{
|
|
"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)"
|
|
},
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"ImGuiShrinkWidthItem": [
|
|
{
|
|
"name": "Index",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Width",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImGuiSizeCallbackData": [
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CurrentSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DesiredSize",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"ImGuiStorage": [
|
|
{
|
|
"name": "Data",
|
|
"template_type": "ImGuiStoragePair",
|
|
"type": "ImVector_ImGuiStoragePair"
|
|
}
|
|
],
|
|
"ImGuiStoragePair": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "",
|
|
"type": "union { int val_i; float val_f; void* val_p;}"
|
|
}
|
|
],
|
|
"ImGuiStyle": [
|
|
{
|
|
"name": "Alpha",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WindowPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WindowBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WindowMinSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowTitleAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowMenuButtonPosition",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "ChildRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ChildBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "PopupRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "PopupBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FramePadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "FrameRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FrameBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ItemSpacing",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ItemInnerSpacing",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "TouchExtraPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "IndentSpacing",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ColumnsMinSpacing",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollbarSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollbarRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GrabMinSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GrabRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "LogSliderDeadzone",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabMinWidthForUnselectedCloseButton",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ColorButtonPosition",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "ButtonTextAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SelectableTextAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DisplayWindowPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DisplaySafeAreaPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseCursorScale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "AntiAliasedLines",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "AntiAliasedLinesUseTex",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "AntiAliasedFill",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "CurveTessellationTol",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "CircleSegmentMaxError",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Colors[ImGuiCol_COUNT]",
|
|
"size": 48,
|
|
"type": "ImVec4"
|
|
}
|
|
],
|
|
"ImGuiStyleMod": [
|
|
{
|
|
"name": "VarIdx",
|
|
"type": "ImGuiStyleVar"
|
|
},
|
|
{
|
|
"name": "",
|
|
"type": "union { int BackupInt[2]; float BackupFloat[2];}"
|
|
}
|
|
],
|
|
"ImGuiTabBar": [
|
|
{
|
|
"name": "Tabs",
|
|
"template_type": "ImGuiTabItem",
|
|
"type": "ImVector_ImGuiTabItem"
|
|
},
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "SelectedTabId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NextSelectedTabId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "VisibleTabId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "CurrFrameVisible",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "PrevFrameVisible",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "BarRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "LastTabContentHeight",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "OffsetMax",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "OffsetMaxIdeal",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "OffsetNextTab",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollingAnim",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollingTarget",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollingTargetDistToVisibility",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollingSpeed",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiTabBarFlags"
|
|
},
|
|
{
|
|
"name": "ReorderRequestTabId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ReorderRequestDir",
|
|
"type": "ImS8"
|
|
},
|
|
{
|
|
"name": "WantLayout",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "VisibleTabWasSubmitted",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "LastTabItemIdx",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "FramePadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "TabsNames",
|
|
"type": "ImGuiTextBuffer"
|
|
}
|
|
],
|
|
"ImGuiTabItem": [
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiTabItemFlags"
|
|
},
|
|
{
|
|
"name": "LastFrameVisible",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "LastFrameSelected",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Offset",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Width",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ContentWidth",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NameOffset",
|
|
"type": "ImS16"
|
|
},
|
|
{
|
|
"name": "WantClose",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer": [
|
|
{
|
|
"name": "Buf",
|
|
"template_type": "char",
|
|
"type": "ImVector_char"
|
|
}
|
|
],
|
|
"ImGuiTextFilter": [
|
|
{
|
|
"name": "InputBuf[256]",
|
|
"size": 256,
|
|
"type": "char"
|
|
},
|
|
{
|
|
"name": "Filters",
|
|
"template_type": "ImGuiTextRange",
|
|
"type": "ImVector_ImGuiTextRange"
|
|
},
|
|
{
|
|
"name": "CountGrep",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiTextRange": [
|
|
{
|
|
"name": "b",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "e",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"ImGuiWindow": [
|
|
{
|
|
"name": "Name",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiWindowFlags"
|
|
},
|
|
{
|
|
"name": "Pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SizeFull",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ContentSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ContentSizeExplicit",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WindowBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "NameBufLen",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MoveId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ChildId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "Scroll",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ScrollMax",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ScrollTarget",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ScrollTargetCenterRatio",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ScrollbarSizes",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ScrollbarX",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ScrollbarY",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Active",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WasActive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WriteAccessed",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Collapsed",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WantCollapseToggle",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "SkipItems",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Appearing",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Hidden",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "IsFallbackWindow",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "HasCloseButton",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ResizeBorderHeld",
|
|
"type": "signed char"
|
|
},
|
|
{
|
|
"name": "BeginCount",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "BeginOrderWithinParent",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "BeginOrderWithinContext",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "PopupId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "AutoFitFramesX",
|
|
"type": "ImS8"
|
|
},
|
|
{
|
|
"name": "AutoFitFramesY",
|
|
"type": "ImS8"
|
|
},
|
|
{
|
|
"name": "AutoFitChildAxises",
|
|
"type": "ImS8"
|
|
},
|
|
{
|
|
"name": "AutoFitOnlyGrows",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "AutoPosLastDirection",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "HiddenFramesCanSkipItems",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "HiddenFramesCannotSkipItems",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SetWindowPosAllowFlags",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "SetWindowSizeAllowFlags",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "SetWindowCollapsedAllowFlags",
|
|
"type": "ImGuiCond"
|
|
},
|
|
{
|
|
"name": "SetWindowPosVal",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SetWindowPosPivot",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "IDStack",
|
|
"template_type": "ImGuiID",
|
|
"type": "ImVector_ImGuiID"
|
|
},
|
|
{
|
|
"name": "DC",
|
|
"type": "ImGuiWindowTempData"
|
|
},
|
|
{
|
|
"name": "OuterRectClipped",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "InnerRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "InnerClipRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "WorkRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "ParentWorkRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "ClipRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "ContentRegionRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "HitTestHoleSize",
|
|
"type": "ImVec2ih"
|
|
},
|
|
{
|
|
"name": "HitTestHoleOffset",
|
|
"type": "ImVec2ih"
|
|
},
|
|
{
|
|
"name": "LastFrameActive",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "LastTimeActive",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ItemWidthDefault",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "StateStorage",
|
|
"type": "ImGuiStorage"
|
|
},
|
|
{
|
|
"name": "ColumnsStorage",
|
|
"template_type": "ImGuiColumns",
|
|
"type": "ImVector_ImGuiColumns"
|
|
},
|
|
{
|
|
"name": "FontWindowScale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "SettingsOffset",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DrawList",
|
|
"type": "ImDrawList*"
|
|
},
|
|
{
|
|
"name": "DrawListInst",
|
|
"type": "ImDrawList"
|
|
},
|
|
{
|
|
"name": "ParentWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "RootWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "RootWindowForTitleBarHighlight",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "RootWindowForNav",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "NavLastChildNavWindow",
|
|
"type": "ImGuiWindow*"
|
|
},
|
|
{
|
|
"name": "NavLastIds[ImGuiNavLayer_COUNT]",
|
|
"size": 2,
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavRectRel[ImGuiNavLayer_COUNT]",
|
|
"size": 2,
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "MemoryCompacted",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MemoryDrawListIdxCapacity",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MemoryDrawListVtxCapacity",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiWindowSettings": [
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "Pos",
|
|
"type": "ImVec2ih"
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"type": "ImVec2ih"
|
|
},
|
|
{
|
|
"name": "Collapsed",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "WantApply",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"ImGuiWindowTempData": [
|
|
{
|
|
"name": "CursorPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CursorPosPrevLine",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CursorStartPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CursorMaxPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CurrLineSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "PrevLineSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CurrLineTextBaseOffset",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "PrevLineTextBaseOffset",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Indent",
|
|
"type": "ImVec1"
|
|
},
|
|
{
|
|
"name": "ColumnsOffset",
|
|
"type": "ImVec1"
|
|
},
|
|
{
|
|
"name": "GroupOffset",
|
|
"type": "ImVec1"
|
|
},
|
|
{
|
|
"name": "LastItemId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "LastItemStatusFlags",
|
|
"type": "ImGuiItemStatusFlags"
|
|
},
|
|
{
|
|
"name": "LastItemRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "LastItemDisplayRect",
|
|
"type": "ImRect"
|
|
},
|
|
{
|
|
"name": "NavLayerCurrent",
|
|
"type": "ImGuiNavLayer"
|
|
},
|
|
{
|
|
"name": "NavLayerCurrentMask",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "NavLayerActiveMask",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "NavLayerActiveMaskNext",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "NavFocusScopeIdCurrent",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "NavHideHighlightOneFrame",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "NavHasScroll",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MenuBarAppending",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MenuBarOffset",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MenuColumns",
|
|
"type": "ImGuiMenuColumns"
|
|
},
|
|
{
|
|
"name": "TreeDepth",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TreeJumpToParentOnPopMask",
|
|
"type": "ImU32"
|
|
},
|
|
{
|
|
"name": "ChildWindows",
|
|
"template_type": "ImGuiWindow*",
|
|
"type": "ImVector_ImGuiWindowPtr"
|
|
},
|
|
{
|
|
"name": "StateStorage",
|
|
"type": "ImGuiStorage*"
|
|
},
|
|
{
|
|
"name": "CurrentColumns",
|
|
"type": "ImGuiColumns*"
|
|
},
|
|
{
|
|
"name": "LayoutType",
|
|
"type": "ImGuiLayoutType"
|
|
},
|
|
{
|
|
"name": "ParentLayoutType",
|
|
"type": "ImGuiLayoutType"
|
|
},
|
|
{
|
|
"name": "FocusCounterRegular",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FocusCounterTabStop",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ItemFlags",
|
|
"type": "ImGuiItemFlags"
|
|
},
|
|
{
|
|
"name": "ItemWidth",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TextWrapPos",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ItemFlagsStack",
|
|
"template_type": "ImGuiItemFlags",
|
|
"type": "ImVector_ImGuiItemFlags"
|
|
},
|
|
{
|
|
"name": "ItemWidthStack",
|
|
"template_type": "float",
|
|
"type": "ImVector_float"
|
|
},
|
|
{
|
|
"name": "TextWrapPosStack",
|
|
"template_type": "float",
|
|
"type": "ImVector_float"
|
|
},
|
|
{
|
|
"name": "GroupStack",
|
|
"template_type": "ImGuiGroupData",
|
|
"type": "ImVector_ImGuiGroupData"
|
|
},
|
|
{
|
|
"name": "StackSizesBackup[6]",
|
|
"size": 6,
|
|
"type": "short"
|
|
}
|
|
],
|
|
"ImRect": [
|
|
{
|
|
"name": "Min",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Max",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"ImVec1": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImVec2": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImVec2ih": [
|
|
{
|
|
"name": "x",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "short"
|
|
}
|
|
],
|
|
"ImVec4": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "z",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"STB_TexteditState": [
|
|
{
|
|
"name": "cursor",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "select_start",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "select_end",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "insert_mode",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "cursor_at_end_of_line",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "initialized",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "has_preferred_x",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "single_line",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "padding1",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "padding2",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "padding3",
|
|
"type": "unsigned char"
|
|
},
|
|
{
|
|
"name": "preferred_x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "undostate",
|
|
"type": "StbUndoState"
|
|
}
|
|
],
|
|
"StbTexteditRow": [
|
|
{
|
|
"name": "x0",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "x1",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "baseline_y_delta",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ymin",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ymax",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "num_chars",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"StbUndoRecord": [
|
|
{
|
|
"name": "where",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "insert_length",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "delete_length",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "char_storage",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"StbUndoState": [
|
|
{
|
|
"name": "undo_rec[99]",
|
|
"size": 99,
|
|
"type": "StbUndoRecord"
|
|
},
|
|
{
|
|
"name": "undo_char[999]",
|
|
"size": 999,
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "undo_point",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "redo_point",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "undo_char_point",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "redo_char_point",
|
|
"type": "int"
|
|
}
|
|
]
|
|
}
|
|
} |