mirror of https://github.com/AxioDL/metaforce.git
1746 lines
85 KiB
C
1746 lines
85 KiB
C
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
|
//based on imgui.h file version "1.84.2" from Dear ImGui https://github.com/ocornut/imgui
|
|
#ifndef CIMGUI_INCLUDED
|
|
#define CIMGUI_INCLUDED
|
|
#include <stdio.h>
|
|
#include <stdint.h>
|
|
#if defined _WIN32 || defined __CYGWIN__
|
|
#ifdef CIMGUI_NO_EXPORT
|
|
#define API
|
|
#else
|
|
#define API __declspec(dllexport)
|
|
#endif
|
|
#else
|
|
#ifdef __GNUC__
|
|
#define API __attribute__((__visibility__("default")))
|
|
#else
|
|
#define API
|
|
#endif
|
|
#endif
|
|
|
|
#if defined __cplusplus
|
|
#define EXTERN extern "C"
|
|
#else
|
|
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#define EXTERN extern
|
|
#endif
|
|
|
|
#define CIMGUI_API EXTERN API
|
|
#define CONST const
|
|
|
|
|
|
#ifdef _MSC_VER
|
|
typedef unsigned __int64 ImU64;
|
|
#else
|
|
//typedef unsigned long long ImU64;
|
|
#endif
|
|
|
|
|
|
#ifdef CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
|
typedef struct ImFontAtlasCustomRect ImFontAtlasCustomRect;
|
|
typedef struct ImDrawCmdHeader ImDrawCmdHeader;
|
|
typedef struct ImGuiStoragePair ImGuiStoragePair;
|
|
typedef struct ImGuiTextRange ImGuiTextRange;
|
|
typedef struct ImVec4 ImVec4;
|
|
typedef struct ImVec2 ImVec2;
|
|
typedef struct ImGuiViewport ImGuiViewport;
|
|
typedef struct ImGuiTextFilter ImGuiTextFilter;
|
|
typedef struct ImGuiTextBuffer ImGuiTextBuffer;
|
|
typedef struct ImGuiTableColumnSortSpecs ImGuiTableColumnSortSpecs;
|
|
typedef struct ImGuiTableSortSpecs ImGuiTableSortSpecs;
|
|
typedef struct ImGuiStyle ImGuiStyle;
|
|
typedef struct ImGuiStorage ImGuiStorage;
|
|
typedef struct ImGuiSizeCallbackData ImGuiSizeCallbackData;
|
|
typedef struct ImGuiPayload ImGuiPayload;
|
|
typedef struct ImGuiOnceUponAFrame ImGuiOnceUponAFrame;
|
|
typedef struct ImGuiListClipper ImGuiListClipper;
|
|
typedef struct ImGuiInputTextCallbackData ImGuiInputTextCallbackData;
|
|
typedef struct ImGuiIO ImGuiIO;
|
|
typedef struct ImGuiContext ImGuiContext;
|
|
typedef struct ImColor ImColor;
|
|
typedef struct ImFontGlyphRangesBuilder ImFontGlyphRangesBuilder;
|
|
typedef struct ImFontGlyph ImFontGlyph;
|
|
typedef struct ImFontConfig ImFontConfig;
|
|
typedef struct ImFontBuilderIO ImFontBuilderIO;
|
|
typedef struct ImFontAtlas ImFontAtlas;
|
|
typedef struct ImFont ImFont;
|
|
typedef struct ImDrawVert ImDrawVert;
|
|
typedef struct ImDrawListSplitter ImDrawListSplitter;
|
|
typedef struct ImDrawListSharedData ImDrawListSharedData;
|
|
typedef struct ImDrawList ImDrawList;
|
|
typedef struct ImDrawData ImDrawData;
|
|
typedef struct ImDrawCmd ImDrawCmd;
|
|
typedef struct ImDrawChannel ImDrawChannel;
|
|
|
|
struct ImDrawChannel;
|
|
struct ImDrawCmd;
|
|
struct ImDrawData;
|
|
struct ImDrawList;
|
|
struct ImDrawListSharedData;
|
|
struct ImDrawListSplitter;
|
|
struct ImDrawVert;
|
|
struct ImFont;
|
|
struct ImFontAtlas;
|
|
struct ImFontBuilderIO;
|
|
struct ImFontConfig;
|
|
struct ImFontGlyph;
|
|
struct ImFontGlyphRangesBuilder;
|
|
struct ImColor;
|
|
struct ImGuiContext;
|
|
struct ImGuiIO;
|
|
struct ImGuiInputTextCallbackData;
|
|
struct ImGuiListClipper;
|
|
struct ImGuiOnceUponAFrame;
|
|
struct ImGuiPayload;
|
|
struct ImGuiSizeCallbackData;
|
|
struct ImGuiStorage;
|
|
struct ImGuiStyle;
|
|
struct ImGuiTableSortSpecs;
|
|
struct ImGuiTableColumnSortSpecs;
|
|
struct ImGuiTextBuffer;
|
|
struct ImGuiTextFilter;
|
|
struct ImGuiViewport;
|
|
typedef int ImGuiCol;
|
|
typedef int ImGuiCond;
|
|
typedef int ImGuiDataType;
|
|
typedef int ImGuiDir;
|
|
typedef int ImGuiKey;
|
|
typedef int ImGuiNavInput;
|
|
typedef int ImGuiMouseButton;
|
|
typedef int ImGuiMouseCursor;
|
|
typedef int ImGuiSortDirection;
|
|
typedef int ImGuiStyleVar;
|
|
typedef int ImGuiTableBgTarget;
|
|
typedef int ImDrawFlags;
|
|
typedef int ImDrawListFlags;
|
|
typedef int ImFontAtlasFlags;
|
|
typedef int ImGuiBackendFlags;
|
|
typedef int ImGuiButtonFlags;
|
|
typedef int ImGuiColorEditFlags;
|
|
typedef int ImGuiConfigFlags;
|
|
typedef int ImGuiComboFlags;
|
|
typedef int ImGuiDragDropFlags;
|
|
typedef int ImGuiFocusedFlags;
|
|
typedef int ImGuiHoveredFlags;
|
|
typedef int ImGuiInputTextFlags;
|
|
typedef int ImGuiKeyModFlags;
|
|
typedef int ImGuiPopupFlags;
|
|
typedef int ImGuiSelectableFlags;
|
|
typedef int ImGuiSliderFlags;
|
|
typedef int ImGuiTabBarFlags;
|
|
typedef int ImGuiTabItemFlags;
|
|
typedef int ImGuiTableFlags;
|
|
typedef int ImGuiTableColumnFlags;
|
|
typedef int ImGuiTableRowFlags;
|
|
typedef int ImGuiTreeNodeFlags;
|
|
typedef int ImGuiViewportFlags;
|
|
typedef int ImGuiWindowFlags;
|
|
typedef void* ImTextureID;
|
|
typedef unsigned short ImDrawIdx;
|
|
typedef unsigned int ImGuiID;
|
|
typedef signed char ImS8;
|
|
typedef unsigned char ImU8;
|
|
typedef signed short ImS16;
|
|
typedef unsigned short ImU16;
|
|
typedef signed int ImS32;
|
|
typedef unsigned int ImU32;
|
|
typedef int64_t ImS64;
|
|
typedef uint64_t ImU64;
|
|
typedef unsigned short ImWchar16;
|
|
typedef unsigned int ImWchar32;
|
|
typedef ImWchar32 ImWchar;
|
|
typedef int (*ImGuiInputTextCallback)(ImGuiInputTextCallbackData* data);
|
|
typedef void (*ImGuiSizeCallback)(ImGuiSizeCallbackData* data);
|
|
typedef void* (*ImGuiMemAllocFunc)(size_t sz, void* user_data);
|
|
typedef void (*ImGuiMemFreeFunc)(void* ptr, void* user_data);
|
|
typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd);
|
|
typedef struct ImVector{int Size;int Capacity;void* Data;} ImVector;
|
|
typedef struct ImVector_ImDrawChannel {int Size;int Capacity;ImDrawChannel* Data;} ImVector_ImDrawChannel;
|
|
typedef struct ImVector_ImDrawCmd {int Size;int Capacity;ImDrawCmd* Data;} ImVector_ImDrawCmd;
|
|
typedef struct ImVector_ImDrawIdx {int Size;int Capacity;ImDrawIdx* Data;} ImVector_ImDrawIdx;
|
|
typedef struct ImVector_ImDrawVert {int Size;int Capacity;ImDrawVert* Data;} ImVector_ImDrawVert;
|
|
typedef struct ImVector_ImFontPtr {int Size;int Capacity;ImFont** Data;} ImVector_ImFontPtr;
|
|
typedef struct ImVector_ImFontAtlasCustomRect {int Size;int Capacity;ImFontAtlasCustomRect* Data;} ImVector_ImFontAtlasCustomRect;
|
|
typedef struct ImVector_ImFontConfig {int Size;int Capacity;ImFontConfig* Data;} ImVector_ImFontConfig;
|
|
typedef struct ImVector_ImFontGlyph {int Size;int Capacity;ImFontGlyph* Data;} ImVector_ImFontGlyph;
|
|
typedef struct ImVector_ImGuiStoragePair {int Size;int Capacity;ImGuiStoragePair* Data;} ImVector_ImGuiStoragePair;
|
|
typedef struct ImVector_ImGuiTextRange {int Size;int Capacity;ImGuiTextRange* Data;} ImVector_ImGuiTextRange;
|
|
typedef struct ImVector_ImTextureID {int Size;int Capacity;ImTextureID* Data;} ImVector_ImTextureID;
|
|
typedef struct ImVector_ImU32 {int Size;int Capacity;ImU32* Data;} ImVector_ImU32;
|
|
typedef struct ImVector_ImVec2 {int Size;int Capacity;ImVec2* Data;} ImVector_ImVec2;
|
|
typedef struct ImVector_ImVec4 {int Size;int Capacity;ImVec4* Data;} ImVector_ImVec4;
|
|
typedef struct ImVector_ImWchar {int Size;int Capacity;ImWchar* Data;} ImVector_ImWchar;
|
|
typedef struct ImVector_char {int Size;int Capacity;char* Data;} ImVector_char;
|
|
typedef struct ImVector_float {int Size;int Capacity;float* Data;} ImVector_float;
|
|
|
|
struct ImVec2
|
|
{
|
|
float x, y;
|
|
};
|
|
struct ImVec4
|
|
{
|
|
float x, y, z, w;
|
|
};
|
|
typedef enum {
|
|
ImGuiWindowFlags_None = 0,
|
|
ImGuiWindowFlags_NoTitleBar = 1 << 0,
|
|
ImGuiWindowFlags_NoResize = 1 << 1,
|
|
ImGuiWindowFlags_NoMove = 1 << 2,
|
|
ImGuiWindowFlags_NoScrollbar = 1 << 3,
|
|
ImGuiWindowFlags_NoScrollWithMouse = 1 << 4,
|
|
ImGuiWindowFlags_NoCollapse = 1 << 5,
|
|
ImGuiWindowFlags_AlwaysAutoResize = 1 << 6,
|
|
ImGuiWindowFlags_NoBackground = 1 << 7,
|
|
ImGuiWindowFlags_NoSavedSettings = 1 << 8,
|
|
ImGuiWindowFlags_NoMouseInputs = 1 << 9,
|
|
ImGuiWindowFlags_MenuBar = 1 << 10,
|
|
ImGuiWindowFlags_HorizontalScrollbar = 1 << 11,
|
|
ImGuiWindowFlags_NoFocusOnAppearing = 1 << 12,
|
|
ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13,
|
|
ImGuiWindowFlags_AlwaysVerticalScrollbar= 1 << 14,
|
|
ImGuiWindowFlags_AlwaysHorizontalScrollbar=1<< 15,
|
|
ImGuiWindowFlags_AlwaysUseWindowPadding = 1 << 16,
|
|
ImGuiWindowFlags_NoNavInputs = 1 << 18,
|
|
ImGuiWindowFlags_NoNavFocus = 1 << 19,
|
|
ImGuiWindowFlags_UnsavedDocument = 1 << 20,
|
|
ImGuiWindowFlags_NoNav = ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus,
|
|
ImGuiWindowFlags_NoDecoration = ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse,
|
|
ImGuiWindowFlags_NoInputs = ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus,
|
|
ImGuiWindowFlags_NavFlattened = 1 << 23,
|
|
ImGuiWindowFlags_ChildWindow = 1 << 24,
|
|
ImGuiWindowFlags_Tooltip = 1 << 25,
|
|
ImGuiWindowFlags_Popup = 1 << 26,
|
|
ImGuiWindowFlags_Modal = 1 << 27,
|
|
ImGuiWindowFlags_ChildMenu = 1 << 28
|
|
}ImGuiWindowFlags_;
|
|
typedef enum {
|
|
ImGuiInputTextFlags_None = 0,
|
|
ImGuiInputTextFlags_CharsDecimal = 1 << 0,
|
|
ImGuiInputTextFlags_CharsHexadecimal = 1 << 1,
|
|
ImGuiInputTextFlags_CharsUppercase = 1 << 2,
|
|
ImGuiInputTextFlags_CharsNoBlank = 1 << 3,
|
|
ImGuiInputTextFlags_AutoSelectAll = 1 << 4,
|
|
ImGuiInputTextFlags_EnterReturnsTrue = 1 << 5,
|
|
ImGuiInputTextFlags_CallbackCompletion = 1 << 6,
|
|
ImGuiInputTextFlags_CallbackHistory = 1 << 7,
|
|
ImGuiInputTextFlags_CallbackAlways = 1 << 8,
|
|
ImGuiInputTextFlags_CallbackCharFilter = 1 << 9,
|
|
ImGuiInputTextFlags_AllowTabInput = 1 << 10,
|
|
ImGuiInputTextFlags_CtrlEnterForNewLine = 1 << 11,
|
|
ImGuiInputTextFlags_NoHorizontalScroll = 1 << 12,
|
|
ImGuiInputTextFlags_AlwaysOverwrite = 1 << 13,
|
|
ImGuiInputTextFlags_ReadOnly = 1 << 14,
|
|
ImGuiInputTextFlags_Password = 1 << 15,
|
|
ImGuiInputTextFlags_NoUndoRedo = 1 << 16,
|
|
ImGuiInputTextFlags_CharsScientific = 1 << 17,
|
|
ImGuiInputTextFlags_CallbackResize = 1 << 18,
|
|
ImGuiInputTextFlags_CallbackEdit = 1 << 19
|
|
}ImGuiInputTextFlags_;
|
|
typedef enum {
|
|
ImGuiTreeNodeFlags_None = 0,
|
|
ImGuiTreeNodeFlags_Selected = 1 << 0,
|
|
ImGuiTreeNodeFlags_Framed = 1 << 1,
|
|
ImGuiTreeNodeFlags_AllowItemOverlap = 1 << 2,
|
|
ImGuiTreeNodeFlags_NoTreePushOnOpen = 1 << 3,
|
|
ImGuiTreeNodeFlags_NoAutoOpenOnLog = 1 << 4,
|
|
ImGuiTreeNodeFlags_DefaultOpen = 1 << 5,
|
|
ImGuiTreeNodeFlags_OpenOnDoubleClick = 1 << 6,
|
|
ImGuiTreeNodeFlags_OpenOnArrow = 1 << 7,
|
|
ImGuiTreeNodeFlags_Leaf = 1 << 8,
|
|
ImGuiTreeNodeFlags_Bullet = 1 << 9,
|
|
ImGuiTreeNodeFlags_FramePadding = 1 << 10,
|
|
ImGuiTreeNodeFlags_SpanAvailWidth = 1 << 11,
|
|
ImGuiTreeNodeFlags_SpanFullWidth = 1 << 12,
|
|
ImGuiTreeNodeFlags_NavLeftJumpsBackHere = 1 << 13,
|
|
ImGuiTreeNodeFlags_CollapsingHeader = ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog
|
|
}ImGuiTreeNodeFlags_;
|
|
typedef enum {
|
|
ImGuiPopupFlags_None = 0,
|
|
ImGuiPopupFlags_MouseButtonLeft = 0,
|
|
ImGuiPopupFlags_MouseButtonRight = 1,
|
|
ImGuiPopupFlags_MouseButtonMiddle = 2,
|
|
ImGuiPopupFlags_MouseButtonMask_ = 0x1F,
|
|
ImGuiPopupFlags_MouseButtonDefault_ = 1,
|
|
ImGuiPopupFlags_NoOpenOverExistingPopup = 1 << 5,
|
|
ImGuiPopupFlags_NoOpenOverItems = 1 << 6,
|
|
ImGuiPopupFlags_AnyPopupId = 1 << 7,
|
|
ImGuiPopupFlags_AnyPopupLevel = 1 << 8,
|
|
ImGuiPopupFlags_AnyPopup = ImGuiPopupFlags_AnyPopupId | ImGuiPopupFlags_AnyPopupLevel
|
|
}ImGuiPopupFlags_;
|
|
typedef enum {
|
|
ImGuiSelectableFlags_None = 0,
|
|
ImGuiSelectableFlags_DontClosePopups = 1 << 0,
|
|
ImGuiSelectableFlags_SpanAllColumns = 1 << 1,
|
|
ImGuiSelectableFlags_AllowDoubleClick = 1 << 2,
|
|
ImGuiSelectableFlags_Disabled = 1 << 3,
|
|
ImGuiSelectableFlags_AllowItemOverlap = 1 << 4
|
|
}ImGuiSelectableFlags_;
|
|
typedef enum {
|
|
ImGuiComboFlags_None = 0,
|
|
ImGuiComboFlags_PopupAlignLeft = 1 << 0,
|
|
ImGuiComboFlags_HeightSmall = 1 << 1,
|
|
ImGuiComboFlags_HeightRegular = 1 << 2,
|
|
ImGuiComboFlags_HeightLarge = 1 << 3,
|
|
ImGuiComboFlags_HeightLargest = 1 << 4,
|
|
ImGuiComboFlags_NoArrowButton = 1 << 5,
|
|
ImGuiComboFlags_NoPreview = 1 << 6,
|
|
ImGuiComboFlags_HeightMask_ = ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest
|
|
}ImGuiComboFlags_;
|
|
typedef enum {
|
|
ImGuiTabBarFlags_None = 0,
|
|
ImGuiTabBarFlags_Reorderable = 1 << 0,
|
|
ImGuiTabBarFlags_AutoSelectNewTabs = 1 << 1,
|
|
ImGuiTabBarFlags_TabListPopupButton = 1 << 2,
|
|
ImGuiTabBarFlags_NoCloseWithMiddleMouseButton = 1 << 3,
|
|
ImGuiTabBarFlags_NoTabListScrollingButtons = 1 << 4,
|
|
ImGuiTabBarFlags_NoTooltip = 1 << 5,
|
|
ImGuiTabBarFlags_FittingPolicyResizeDown = 1 << 6,
|
|
ImGuiTabBarFlags_FittingPolicyScroll = 1 << 7,
|
|
ImGuiTabBarFlags_FittingPolicyMask_ = ImGuiTabBarFlags_FittingPolicyResizeDown | ImGuiTabBarFlags_FittingPolicyScroll,
|
|
ImGuiTabBarFlags_FittingPolicyDefault_ = ImGuiTabBarFlags_FittingPolicyResizeDown
|
|
}ImGuiTabBarFlags_;
|
|
typedef enum {
|
|
ImGuiTabItemFlags_None = 0,
|
|
ImGuiTabItemFlags_UnsavedDocument = 1 << 0,
|
|
ImGuiTabItemFlags_SetSelected = 1 << 1,
|
|
ImGuiTabItemFlags_NoCloseWithMiddleMouseButton = 1 << 2,
|
|
ImGuiTabItemFlags_NoPushId = 1 << 3,
|
|
ImGuiTabItemFlags_NoTooltip = 1 << 4,
|
|
ImGuiTabItemFlags_NoReorder = 1 << 5,
|
|
ImGuiTabItemFlags_Leading = 1 << 6,
|
|
ImGuiTabItemFlags_Trailing = 1 << 7
|
|
}ImGuiTabItemFlags_;
|
|
typedef enum {
|
|
ImGuiTableFlags_None = 0,
|
|
ImGuiTableFlags_Resizable = 1 << 0,
|
|
ImGuiTableFlags_Reorderable = 1 << 1,
|
|
ImGuiTableFlags_Hideable = 1 << 2,
|
|
ImGuiTableFlags_Sortable = 1 << 3,
|
|
ImGuiTableFlags_NoSavedSettings = 1 << 4,
|
|
ImGuiTableFlags_ContextMenuInBody = 1 << 5,
|
|
ImGuiTableFlags_RowBg = 1 << 6,
|
|
ImGuiTableFlags_BordersInnerH = 1 << 7,
|
|
ImGuiTableFlags_BordersOuterH = 1 << 8,
|
|
ImGuiTableFlags_BordersInnerV = 1 << 9,
|
|
ImGuiTableFlags_BordersOuterV = 1 << 10,
|
|
ImGuiTableFlags_BordersH = ImGuiTableFlags_BordersInnerH | ImGuiTableFlags_BordersOuterH,
|
|
ImGuiTableFlags_BordersV = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersOuterV,
|
|
ImGuiTableFlags_BordersInner = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersInnerH,
|
|
ImGuiTableFlags_BordersOuter = ImGuiTableFlags_BordersOuterV | ImGuiTableFlags_BordersOuterH,
|
|
ImGuiTableFlags_Borders = ImGuiTableFlags_BordersInner | ImGuiTableFlags_BordersOuter,
|
|
ImGuiTableFlags_NoBordersInBody = 1 << 11,
|
|
ImGuiTableFlags_NoBordersInBodyUntilResize = 1 << 12,
|
|
ImGuiTableFlags_SizingFixedFit = 1 << 13,
|
|
ImGuiTableFlags_SizingFixedSame = 2 << 13,
|
|
ImGuiTableFlags_SizingStretchProp = 3 << 13,
|
|
ImGuiTableFlags_SizingStretchSame = 4 << 13,
|
|
ImGuiTableFlags_NoHostExtendX = 1 << 16,
|
|
ImGuiTableFlags_NoHostExtendY = 1 << 17,
|
|
ImGuiTableFlags_NoKeepColumnsVisible = 1 << 18,
|
|
ImGuiTableFlags_PreciseWidths = 1 << 19,
|
|
ImGuiTableFlags_NoClip = 1 << 20,
|
|
ImGuiTableFlags_PadOuterX = 1 << 21,
|
|
ImGuiTableFlags_NoPadOuterX = 1 << 22,
|
|
ImGuiTableFlags_NoPadInnerX = 1 << 23,
|
|
ImGuiTableFlags_ScrollX = 1 << 24,
|
|
ImGuiTableFlags_ScrollY = 1 << 25,
|
|
ImGuiTableFlags_SortMulti = 1 << 26,
|
|
ImGuiTableFlags_SortTristate = 1 << 27,
|
|
ImGuiTableFlags_SizingMask_ = ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_SizingFixedSame | ImGuiTableFlags_SizingStretchProp | ImGuiTableFlags_SizingStretchSame
|
|
}ImGuiTableFlags_;
|
|
typedef enum {
|
|
ImGuiTableColumnFlags_None = 0,
|
|
ImGuiTableColumnFlags_Disabled = 1 << 0,
|
|
ImGuiTableColumnFlags_DefaultHide = 1 << 1,
|
|
ImGuiTableColumnFlags_DefaultSort = 1 << 2,
|
|
ImGuiTableColumnFlags_WidthStretch = 1 << 3,
|
|
ImGuiTableColumnFlags_WidthFixed = 1 << 4,
|
|
ImGuiTableColumnFlags_NoResize = 1 << 5,
|
|
ImGuiTableColumnFlags_NoReorder = 1 << 6,
|
|
ImGuiTableColumnFlags_NoHide = 1 << 7,
|
|
ImGuiTableColumnFlags_NoClip = 1 << 8,
|
|
ImGuiTableColumnFlags_NoSort = 1 << 9,
|
|
ImGuiTableColumnFlags_NoSortAscending = 1 << 10,
|
|
ImGuiTableColumnFlags_NoSortDescending = 1 << 11,
|
|
ImGuiTableColumnFlags_NoHeaderLabel = 1 << 12,
|
|
ImGuiTableColumnFlags_NoHeaderWidth = 1 << 13,
|
|
ImGuiTableColumnFlags_PreferSortAscending = 1 << 14,
|
|
ImGuiTableColumnFlags_PreferSortDescending = 1 << 15,
|
|
ImGuiTableColumnFlags_IndentEnable = 1 << 16,
|
|
ImGuiTableColumnFlags_IndentDisable = 1 << 17,
|
|
ImGuiTableColumnFlags_IsEnabled = 1 << 24,
|
|
ImGuiTableColumnFlags_IsVisible = 1 << 25,
|
|
ImGuiTableColumnFlags_IsSorted = 1 << 26,
|
|
ImGuiTableColumnFlags_IsHovered = 1 << 27,
|
|
ImGuiTableColumnFlags_WidthMask_ = ImGuiTableColumnFlags_WidthStretch | ImGuiTableColumnFlags_WidthFixed,
|
|
ImGuiTableColumnFlags_IndentMask_ = ImGuiTableColumnFlags_IndentEnable | ImGuiTableColumnFlags_IndentDisable,
|
|
ImGuiTableColumnFlags_StatusMask_ = ImGuiTableColumnFlags_IsEnabled | ImGuiTableColumnFlags_IsVisible | ImGuiTableColumnFlags_IsSorted | ImGuiTableColumnFlags_IsHovered,
|
|
ImGuiTableColumnFlags_NoDirectResize_ = 1 << 30
|
|
}ImGuiTableColumnFlags_;
|
|
typedef enum {
|
|
ImGuiTableRowFlags_None = 0,
|
|
ImGuiTableRowFlags_Headers = 1 << 0
|
|
}ImGuiTableRowFlags_;
|
|
typedef enum {
|
|
ImGuiTableBgTarget_None = 0,
|
|
ImGuiTableBgTarget_RowBg0 = 1,
|
|
ImGuiTableBgTarget_RowBg1 = 2,
|
|
ImGuiTableBgTarget_CellBg = 3
|
|
}ImGuiTableBgTarget_;
|
|
typedef enum {
|
|
ImGuiFocusedFlags_None = 0,
|
|
ImGuiFocusedFlags_ChildWindows = 1 << 0,
|
|
ImGuiFocusedFlags_RootWindow = 1 << 1,
|
|
ImGuiFocusedFlags_AnyWindow = 1 << 2,
|
|
ImGuiFocusedFlags_RootAndChildWindows = ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows
|
|
}ImGuiFocusedFlags_;
|
|
typedef enum {
|
|
ImGuiHoveredFlags_None = 0,
|
|
ImGuiHoveredFlags_ChildWindows = 1 << 0,
|
|
ImGuiHoveredFlags_RootWindow = 1 << 1,
|
|
ImGuiHoveredFlags_AnyWindow = 1 << 2,
|
|
ImGuiHoveredFlags_AllowWhenBlockedByPopup = 1 << 3,
|
|
ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5,
|
|
ImGuiHoveredFlags_AllowWhenOverlapped = 1 << 6,
|
|
ImGuiHoveredFlags_AllowWhenDisabled = 1 << 7,
|
|
ImGuiHoveredFlags_RectOnly = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped,
|
|
ImGuiHoveredFlags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows
|
|
}ImGuiHoveredFlags_;
|
|
typedef enum {
|
|
ImGuiDragDropFlags_None = 0,
|
|
ImGuiDragDropFlags_SourceNoPreviewTooltip = 1 << 0,
|
|
ImGuiDragDropFlags_SourceNoDisableHover = 1 << 1,
|
|
ImGuiDragDropFlags_SourceNoHoldToOpenOthers = 1 << 2,
|
|
ImGuiDragDropFlags_SourceAllowNullID = 1 << 3,
|
|
ImGuiDragDropFlags_SourceExtern = 1 << 4,
|
|
ImGuiDragDropFlags_SourceAutoExpirePayload = 1 << 5,
|
|
ImGuiDragDropFlags_AcceptBeforeDelivery = 1 << 10,
|
|
ImGuiDragDropFlags_AcceptNoDrawDefaultRect = 1 << 11,
|
|
ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12,
|
|
ImGuiDragDropFlags_AcceptPeekOnly = ImGuiDragDropFlags_AcceptBeforeDelivery | ImGuiDragDropFlags_AcceptNoDrawDefaultRect
|
|
}ImGuiDragDropFlags_;
|
|
typedef enum {
|
|
ImGuiDataType_S8,
|
|
ImGuiDataType_U8,
|
|
ImGuiDataType_S16,
|
|
ImGuiDataType_U16,
|
|
ImGuiDataType_S32,
|
|
ImGuiDataType_U32,
|
|
ImGuiDataType_S64,
|
|
ImGuiDataType_U64,
|
|
ImGuiDataType_Float,
|
|
ImGuiDataType_Double,
|
|
ImGuiDataType_COUNT
|
|
}ImGuiDataType_;
|
|
typedef enum {
|
|
ImGuiDir_None = -1,
|
|
ImGuiDir_Left = 0,
|
|
ImGuiDir_Right = 1,
|
|
ImGuiDir_Up = 2,
|
|
ImGuiDir_Down = 3,
|
|
ImGuiDir_COUNT
|
|
}ImGuiDir_;
|
|
typedef enum {
|
|
ImGuiSortDirection_None = 0,
|
|
ImGuiSortDirection_Ascending = 1,
|
|
ImGuiSortDirection_Descending = 2
|
|
}ImGuiSortDirection_;
|
|
typedef enum {
|
|
ImGuiKey_Tab,
|
|
ImGuiKey_LeftArrow,
|
|
ImGuiKey_RightArrow,
|
|
ImGuiKey_UpArrow,
|
|
ImGuiKey_DownArrow,
|
|
ImGuiKey_PageUp,
|
|
ImGuiKey_PageDown,
|
|
ImGuiKey_Home,
|
|
ImGuiKey_End,
|
|
ImGuiKey_Insert,
|
|
ImGuiKey_Delete,
|
|
ImGuiKey_Backspace,
|
|
ImGuiKey_Space,
|
|
ImGuiKey_Enter,
|
|
ImGuiKey_Escape,
|
|
ImGuiKey_KeyPadEnter,
|
|
ImGuiKey_A,
|
|
ImGuiKey_C,
|
|
ImGuiKey_V,
|
|
ImGuiKey_X,
|
|
ImGuiKey_Y,
|
|
ImGuiKey_Z,
|
|
ImGuiKey_COUNT
|
|
}ImGuiKey_;
|
|
typedef enum {
|
|
ImGuiKeyModFlags_None = 0,
|
|
ImGuiKeyModFlags_Ctrl = 1 << 0,
|
|
ImGuiKeyModFlags_Shift = 1 << 1,
|
|
ImGuiKeyModFlags_Alt = 1 << 2,
|
|
ImGuiKeyModFlags_Super = 1 << 3
|
|
}ImGuiKeyModFlags_;
|
|
typedef enum {
|
|
ImGuiNavInput_Activate,
|
|
ImGuiNavInput_Cancel,
|
|
ImGuiNavInput_Input,
|
|
ImGuiNavInput_Menu,
|
|
ImGuiNavInput_DpadLeft,
|
|
ImGuiNavInput_DpadRight,
|
|
ImGuiNavInput_DpadUp,
|
|
ImGuiNavInput_DpadDown,
|
|
ImGuiNavInput_LStickLeft,
|
|
ImGuiNavInput_LStickRight,
|
|
ImGuiNavInput_LStickUp,
|
|
ImGuiNavInput_LStickDown,
|
|
ImGuiNavInput_FocusPrev,
|
|
ImGuiNavInput_FocusNext,
|
|
ImGuiNavInput_TweakSlow,
|
|
ImGuiNavInput_TweakFast,
|
|
ImGuiNavInput_KeyLeft_,
|
|
ImGuiNavInput_KeyRight_,
|
|
ImGuiNavInput_KeyUp_,
|
|
ImGuiNavInput_KeyDown_,
|
|
ImGuiNavInput_COUNT,
|
|
ImGuiNavInput_InternalStart_ = ImGuiNavInput_KeyLeft_
|
|
}ImGuiNavInput_;
|
|
typedef enum {
|
|
ImGuiConfigFlags_None = 0,
|
|
ImGuiConfigFlags_NavEnableKeyboard = 1 << 0,
|
|
ImGuiConfigFlags_NavEnableGamepad = 1 << 1,
|
|
ImGuiConfigFlags_NavEnableSetMousePos = 1 << 2,
|
|
ImGuiConfigFlags_NavNoCaptureKeyboard = 1 << 3,
|
|
ImGuiConfigFlags_NoMouse = 1 << 4,
|
|
ImGuiConfigFlags_NoMouseCursorChange = 1 << 5,
|
|
ImGuiConfigFlags_IsSRGB = 1 << 20,
|
|
ImGuiConfigFlags_IsTouchScreen = 1 << 21
|
|
}ImGuiConfigFlags_;
|
|
typedef enum {
|
|
ImGuiBackendFlags_None = 0,
|
|
ImGuiBackendFlags_HasGamepad = 1 << 0,
|
|
ImGuiBackendFlags_HasMouseCursors = 1 << 1,
|
|
ImGuiBackendFlags_HasSetMousePos = 1 << 2,
|
|
ImGuiBackendFlags_RendererHasVtxOffset = 1 << 3
|
|
}ImGuiBackendFlags_;
|
|
typedef enum {
|
|
ImGuiCol_Text,
|
|
ImGuiCol_TextDisabled,
|
|
ImGuiCol_WindowBg,
|
|
ImGuiCol_ChildBg,
|
|
ImGuiCol_PopupBg,
|
|
ImGuiCol_Border,
|
|
ImGuiCol_BorderShadow,
|
|
ImGuiCol_FrameBg,
|
|
ImGuiCol_FrameBgHovered,
|
|
ImGuiCol_FrameBgActive,
|
|
ImGuiCol_TitleBg,
|
|
ImGuiCol_TitleBgActive,
|
|
ImGuiCol_TitleBgCollapsed,
|
|
ImGuiCol_MenuBarBg,
|
|
ImGuiCol_ScrollbarBg,
|
|
ImGuiCol_ScrollbarGrab,
|
|
ImGuiCol_ScrollbarGrabHovered,
|
|
ImGuiCol_ScrollbarGrabActive,
|
|
ImGuiCol_CheckMark,
|
|
ImGuiCol_SliderGrab,
|
|
ImGuiCol_SliderGrabActive,
|
|
ImGuiCol_Button,
|
|
ImGuiCol_ButtonHovered,
|
|
ImGuiCol_ButtonActive,
|
|
ImGuiCol_Header,
|
|
ImGuiCol_HeaderHovered,
|
|
ImGuiCol_HeaderActive,
|
|
ImGuiCol_Separator,
|
|
ImGuiCol_SeparatorHovered,
|
|
ImGuiCol_SeparatorActive,
|
|
ImGuiCol_ResizeGrip,
|
|
ImGuiCol_ResizeGripHovered,
|
|
ImGuiCol_ResizeGripActive,
|
|
ImGuiCol_Tab,
|
|
ImGuiCol_TabHovered,
|
|
ImGuiCol_TabActive,
|
|
ImGuiCol_TabUnfocused,
|
|
ImGuiCol_TabUnfocusedActive,
|
|
ImGuiCol_PlotLines,
|
|
ImGuiCol_PlotLinesHovered,
|
|
ImGuiCol_PlotHistogram,
|
|
ImGuiCol_PlotHistogramHovered,
|
|
ImGuiCol_TableHeaderBg,
|
|
ImGuiCol_TableBorderStrong,
|
|
ImGuiCol_TableBorderLight,
|
|
ImGuiCol_TableRowBg,
|
|
ImGuiCol_TableRowBgAlt,
|
|
ImGuiCol_TextSelectedBg,
|
|
ImGuiCol_DragDropTarget,
|
|
ImGuiCol_NavHighlight,
|
|
ImGuiCol_NavWindowingHighlight,
|
|
ImGuiCol_NavWindowingDimBg,
|
|
ImGuiCol_ModalWindowDimBg,
|
|
ImGuiCol_COUNT
|
|
}ImGuiCol_;
|
|
typedef enum {
|
|
ImGuiStyleVar_Alpha,
|
|
ImGuiStyleVar_DisabledAlpha,
|
|
ImGuiStyleVar_WindowPadding,
|
|
ImGuiStyleVar_WindowRounding,
|
|
ImGuiStyleVar_WindowBorderSize,
|
|
ImGuiStyleVar_WindowMinSize,
|
|
ImGuiStyleVar_WindowTitleAlign,
|
|
ImGuiStyleVar_ChildRounding,
|
|
ImGuiStyleVar_ChildBorderSize,
|
|
ImGuiStyleVar_PopupRounding,
|
|
ImGuiStyleVar_PopupBorderSize,
|
|
ImGuiStyleVar_FramePadding,
|
|
ImGuiStyleVar_FrameRounding,
|
|
ImGuiStyleVar_FrameBorderSize,
|
|
ImGuiStyleVar_ItemSpacing,
|
|
ImGuiStyleVar_ItemInnerSpacing,
|
|
ImGuiStyleVar_IndentSpacing,
|
|
ImGuiStyleVar_CellPadding,
|
|
ImGuiStyleVar_ScrollbarSize,
|
|
ImGuiStyleVar_ScrollbarRounding,
|
|
ImGuiStyleVar_GrabMinSize,
|
|
ImGuiStyleVar_GrabRounding,
|
|
ImGuiStyleVar_TabRounding,
|
|
ImGuiStyleVar_ButtonTextAlign,
|
|
ImGuiStyleVar_SelectableTextAlign,
|
|
ImGuiStyleVar_COUNT
|
|
}ImGuiStyleVar_;
|
|
typedef enum {
|
|
ImGuiButtonFlags_None = 0,
|
|
ImGuiButtonFlags_MouseButtonLeft = 1 << 0,
|
|
ImGuiButtonFlags_MouseButtonRight = 1 << 1,
|
|
ImGuiButtonFlags_MouseButtonMiddle = 1 << 2,
|
|
ImGuiButtonFlags_MouseButtonMask_ = ImGuiButtonFlags_MouseButtonLeft | ImGuiButtonFlags_MouseButtonRight | ImGuiButtonFlags_MouseButtonMiddle,
|
|
ImGuiButtonFlags_MouseButtonDefault_ = ImGuiButtonFlags_MouseButtonLeft
|
|
}ImGuiButtonFlags_;
|
|
typedef enum {
|
|
ImGuiColorEditFlags_None = 0,
|
|
ImGuiColorEditFlags_NoAlpha = 1 << 1,
|
|
ImGuiColorEditFlags_NoPicker = 1 << 2,
|
|
ImGuiColorEditFlags_NoOptions = 1 << 3,
|
|
ImGuiColorEditFlags_NoSmallPreview = 1 << 4,
|
|
ImGuiColorEditFlags_NoInputs = 1 << 5,
|
|
ImGuiColorEditFlags_NoTooltip = 1 << 6,
|
|
ImGuiColorEditFlags_NoLabel = 1 << 7,
|
|
ImGuiColorEditFlags_NoSidePreview = 1 << 8,
|
|
ImGuiColorEditFlags_NoDragDrop = 1 << 9,
|
|
ImGuiColorEditFlags_NoBorder = 1 << 10,
|
|
ImGuiColorEditFlags_AlphaBar = 1 << 16,
|
|
ImGuiColorEditFlags_AlphaPreview = 1 << 17,
|
|
ImGuiColorEditFlags_AlphaPreviewHalf= 1 << 18,
|
|
ImGuiColorEditFlags_HDR = 1 << 19,
|
|
ImGuiColorEditFlags_DisplayRGB = 1 << 20,
|
|
ImGuiColorEditFlags_DisplayHSV = 1 << 21,
|
|
ImGuiColorEditFlags_DisplayHex = 1 << 22,
|
|
ImGuiColorEditFlags_Uint8 = 1 << 23,
|
|
ImGuiColorEditFlags_Float = 1 << 24,
|
|
ImGuiColorEditFlags_PickerHueBar = 1 << 25,
|
|
ImGuiColorEditFlags_PickerHueWheel = 1 << 26,
|
|
ImGuiColorEditFlags_InputRGB = 1 << 27,
|
|
ImGuiColorEditFlags_InputHSV = 1 << 28,
|
|
ImGuiColorEditFlags_DefaultOptions_ = ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_PickerHueBar,
|
|
ImGuiColorEditFlags_DisplayMask_ = ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_DisplayHSV | ImGuiColorEditFlags_DisplayHex,
|
|
ImGuiColorEditFlags_DataTypeMask_ = ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_Float,
|
|
ImGuiColorEditFlags_PickerMask_ = ImGuiColorEditFlags_PickerHueWheel | ImGuiColorEditFlags_PickerHueBar,
|
|
ImGuiColorEditFlags_InputMask_ = ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_InputHSV
|
|
}ImGuiColorEditFlags_;
|
|
typedef enum {
|
|
ImGuiSliderFlags_None = 0,
|
|
ImGuiSliderFlags_AlwaysClamp = 1 << 4,
|
|
ImGuiSliderFlags_Logarithmic = 1 << 5,
|
|
ImGuiSliderFlags_NoRoundToFormat = 1 << 6,
|
|
ImGuiSliderFlags_NoInput = 1 << 7,
|
|
ImGuiSliderFlags_InvalidMask_ = 0x7000000F
|
|
}ImGuiSliderFlags_;
|
|
typedef enum {
|
|
ImGuiMouseButton_Left = 0,
|
|
ImGuiMouseButton_Right = 1,
|
|
ImGuiMouseButton_Middle = 2,
|
|
ImGuiMouseButton_COUNT = 5
|
|
}ImGuiMouseButton_;
|
|
typedef enum {
|
|
ImGuiMouseCursor_None = -1,
|
|
ImGuiMouseCursor_Arrow = 0,
|
|
ImGuiMouseCursor_TextInput,
|
|
ImGuiMouseCursor_ResizeAll,
|
|
ImGuiMouseCursor_ResizeNS,
|
|
ImGuiMouseCursor_ResizeEW,
|
|
ImGuiMouseCursor_ResizeNESW,
|
|
ImGuiMouseCursor_ResizeNWSE,
|
|
ImGuiMouseCursor_Hand,
|
|
ImGuiMouseCursor_NotAllowed,
|
|
ImGuiMouseCursor_COUNT
|
|
}ImGuiMouseCursor_;
|
|
typedef enum {
|
|
ImGuiCond_None = 0,
|
|
ImGuiCond_Always = 1 << 0,
|
|
ImGuiCond_Once = 1 << 1,
|
|
ImGuiCond_FirstUseEver = 1 << 2,
|
|
ImGuiCond_Appearing = 1 << 3
|
|
}ImGuiCond_;
|
|
struct ImGuiStyle
|
|
{
|
|
float Alpha;
|
|
float DisabledAlpha;
|
|
ImVec2 WindowPadding;
|
|
float WindowRounding;
|
|
float WindowBorderSize;
|
|
ImVec2 WindowMinSize;
|
|
ImVec2 WindowTitleAlign;
|
|
ImGuiDir WindowMenuButtonPosition;
|
|
float ChildRounding;
|
|
float ChildBorderSize;
|
|
float PopupRounding;
|
|
float PopupBorderSize;
|
|
ImVec2 FramePadding;
|
|
float FrameRounding;
|
|
float FrameBorderSize;
|
|
ImVec2 ItemSpacing;
|
|
ImVec2 ItemInnerSpacing;
|
|
ImVec2 CellPadding;
|
|
ImVec2 TouchExtraPadding;
|
|
float IndentSpacing;
|
|
float ColumnsMinSpacing;
|
|
float ScrollbarSize;
|
|
float ScrollbarRounding;
|
|
float GrabMinSize;
|
|
float GrabRounding;
|
|
float LogSliderDeadzone;
|
|
float TabRounding;
|
|
float TabBorderSize;
|
|
float TabMinWidthForCloseButton;
|
|
ImGuiDir ColorButtonPosition;
|
|
ImVec2 ButtonTextAlign;
|
|
ImVec2 SelectableTextAlign;
|
|
ImVec2 DisplayWindowPadding;
|
|
ImVec2 DisplaySafeAreaPadding;
|
|
float MouseCursorScale;
|
|
bool AntiAliasedLines;
|
|
bool AntiAliasedLinesUseTex;
|
|
bool AntiAliasedFill;
|
|
float CurveTessellationTol;
|
|
float CircleTessellationMaxError;
|
|
ImVec4 Colors[ImGuiCol_COUNT];
|
|
};
|
|
struct ImGuiIO
|
|
{
|
|
ImGuiConfigFlags ConfigFlags;
|
|
ImGuiBackendFlags BackendFlags;
|
|
ImVec2 DisplaySize;
|
|
float DeltaTime;
|
|
float IniSavingRate;
|
|
const char* IniFilename;
|
|
const char* LogFilename;
|
|
float MouseDoubleClickTime;
|
|
float MouseDoubleClickMaxDist;
|
|
float MouseDragThreshold;
|
|
int KeyMap[ImGuiKey_COUNT];
|
|
float KeyRepeatDelay;
|
|
float KeyRepeatRate;
|
|
void* UserData;
|
|
ImFontAtlas*Fonts;
|
|
float FontGlobalScale;
|
|
bool FontAllowUserScaling;
|
|
ImFont* FontDefault;
|
|
ImVec2 DisplayFramebufferScale;
|
|
bool MouseDrawCursor;
|
|
bool ConfigMacOSXBehaviors;
|
|
bool ConfigInputTextCursorBlink;
|
|
bool ConfigDragClickToInputText;
|
|
bool ConfigWindowsResizeFromEdges;
|
|
bool ConfigWindowsMoveFromTitleBarOnly;
|
|
float ConfigMemoryCompactTimer;
|
|
const char* BackendPlatformName;
|
|
const char* BackendRendererName;
|
|
void* BackendPlatformUserData;
|
|
void* BackendRendererUserData;
|
|
void* BackendLanguageUserData;
|
|
const char* (*GetClipboardTextFn)(void* user_data);
|
|
void (*SetClipboardTextFn)(void* user_data, const char* text);
|
|
void* ClipboardUserData;
|
|
void (*ImeSetInputScreenPosFn)(int x, int y);
|
|
void* ImeWindowHandle;
|
|
ImVec2 MousePos;
|
|
bool MouseDown[5];
|
|
float MouseWheel;
|
|
float MouseWheelH;
|
|
bool KeyCtrl;
|
|
bool KeyShift;
|
|
bool KeyAlt;
|
|
bool KeySuper;
|
|
bool KeysDown[512];
|
|
float NavInputs[ImGuiNavInput_COUNT];
|
|
bool WantCaptureMouse;
|
|
bool WantCaptureKeyboard;
|
|
bool WantTextInput;
|
|
bool WantSetMousePos;
|
|
bool WantSaveIniSettings;
|
|
bool NavActive;
|
|
bool NavVisible;
|
|
float Framerate;
|
|
int MetricsRenderVertices;
|
|
int MetricsRenderIndices;
|
|
int MetricsRenderWindows;
|
|
int MetricsActiveWindows;
|
|
int MetricsActiveAllocations;
|
|
ImVec2 MouseDelta;
|
|
ImGuiKeyModFlags KeyMods;
|
|
ImGuiKeyModFlags KeyModsPrev;
|
|
ImVec2 MousePosPrev;
|
|
ImVec2 MouseClickedPos[5];
|
|
double MouseClickedTime[5];
|
|
bool MouseClicked[5];
|
|
bool MouseDoubleClicked[5];
|
|
bool MouseReleased[5];
|
|
bool MouseDownOwned[5];
|
|
bool MouseDownWasDoubleClick[5];
|
|
float MouseDownDuration[5];
|
|
float MouseDownDurationPrev[5];
|
|
ImVec2 MouseDragMaxDistanceAbs[5];
|
|
float MouseDragMaxDistanceSqr[5];
|
|
float KeysDownDuration[512];
|
|
float KeysDownDurationPrev[512];
|
|
float NavInputsDownDuration[ImGuiNavInput_COUNT];
|
|
float NavInputsDownDurationPrev[ImGuiNavInput_COUNT];
|
|
float PenPressure;
|
|
ImWchar16 InputQueueSurrogate;
|
|
ImVector_ImWchar InputQueueCharacters;
|
|
};
|
|
struct ImGuiInputTextCallbackData
|
|
{
|
|
ImGuiInputTextFlags EventFlag;
|
|
ImGuiInputTextFlags Flags;
|
|
void* UserData;
|
|
ImWchar EventChar;
|
|
ImGuiKey EventKey;
|
|
char* Buf;
|
|
int BufTextLen;
|
|
int BufSize;
|
|
bool BufDirty;
|
|
int CursorPos;
|
|
int SelectionStart;
|
|
int SelectionEnd;
|
|
};
|
|
struct ImGuiSizeCallbackData
|
|
{
|
|
void* UserData;
|
|
ImVec2 Pos;
|
|
ImVec2 CurrentSize;
|
|
ImVec2 DesiredSize;
|
|
};
|
|
struct ImGuiPayload
|
|
{
|
|
void* Data;
|
|
int DataSize;
|
|
ImGuiID SourceId;
|
|
ImGuiID SourceParentId;
|
|
int DataFrameCount;
|
|
char DataType[32 + 1];
|
|
bool Preview;
|
|
bool Delivery;
|
|
};
|
|
struct ImGuiTableColumnSortSpecs
|
|
{
|
|
ImGuiID ColumnUserID;
|
|
ImS16 ColumnIndex;
|
|
ImS16 SortOrder;
|
|
ImGuiSortDirection SortDirection : 8;
|
|
};
|
|
struct ImGuiTableSortSpecs
|
|
{
|
|
const ImGuiTableColumnSortSpecs* Specs;
|
|
int SpecsCount;
|
|
bool SpecsDirty;
|
|
};
|
|
struct ImGuiOnceUponAFrame
|
|
{
|
|
int RefFrame;
|
|
};
|
|
struct ImGuiTextRange
|
|
{
|
|
const char* b;
|
|
const char* e;
|
|
};
|
|
struct ImGuiTextFilter
|
|
{
|
|
char InputBuf[256];
|
|
ImVector_ImGuiTextRange Filters;
|
|
int CountGrep;
|
|
};
|
|
struct ImGuiTextBuffer
|
|
{
|
|
ImVector_char Buf;
|
|
};
|
|
struct ImGuiStoragePair
|
|
{
|
|
ImGuiID key;
|
|
union { int val_i; float val_f; void* val_p; };
|
|
};
|
|
struct ImGuiStorage
|
|
{
|
|
ImVector_ImGuiStoragePair Data;
|
|
};
|
|
struct ImGuiListClipper
|
|
{
|
|
int DisplayStart;
|
|
int DisplayEnd;
|
|
int ItemsCount;
|
|
int StepNo;
|
|
int ItemsFrozen;
|
|
float ItemsHeight;
|
|
float StartPosY;
|
|
};
|
|
struct ImColor
|
|
{
|
|
ImVec4 Value;
|
|
};
|
|
struct ImDrawCmd
|
|
{
|
|
ImVec4 ClipRect;
|
|
ImTextureID TextureId;
|
|
unsigned int VtxOffset;
|
|
unsigned int IdxOffset;
|
|
unsigned int ElemCount;
|
|
ImDrawCallback UserCallback;
|
|
void* UserCallbackData;
|
|
};
|
|
struct ImDrawVert
|
|
{
|
|
ImVec2 pos;
|
|
ImVec2 uv;
|
|
ImU32 col;
|
|
};
|
|
struct ImDrawCmdHeader
|
|
{
|
|
ImVec4 ClipRect;
|
|
ImTextureID TextureId;
|
|
unsigned int VtxOffset;
|
|
};
|
|
struct ImDrawChannel
|
|
{
|
|
ImVector_ImDrawCmd _CmdBuffer;
|
|
ImVector_ImDrawIdx _IdxBuffer;
|
|
};
|
|
struct ImDrawListSplitter
|
|
{
|
|
int _Current;
|
|
int _Count;
|
|
ImVector_ImDrawChannel _Channels;
|
|
};
|
|
typedef enum {
|
|
ImDrawFlags_None = 0,
|
|
ImDrawFlags_Closed = 1 << 0,
|
|
ImDrawFlags_RoundCornersTopLeft = 1 << 4,
|
|
ImDrawFlags_RoundCornersTopRight = 1 << 5,
|
|
ImDrawFlags_RoundCornersBottomLeft = 1 << 6,
|
|
ImDrawFlags_RoundCornersBottomRight = 1 << 7,
|
|
ImDrawFlags_RoundCornersNone = 1 << 8,
|
|
ImDrawFlags_RoundCornersTop = ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight,
|
|
ImDrawFlags_RoundCornersBottom = ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight,
|
|
ImDrawFlags_RoundCornersLeft = ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersTopLeft,
|
|
ImDrawFlags_RoundCornersRight = ImDrawFlags_RoundCornersBottomRight | ImDrawFlags_RoundCornersTopRight,
|
|
ImDrawFlags_RoundCornersAll = ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight | ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight,
|
|
ImDrawFlags_RoundCornersDefault_ = ImDrawFlags_RoundCornersAll,
|
|
ImDrawFlags_RoundCornersMask_ = ImDrawFlags_RoundCornersAll | ImDrawFlags_RoundCornersNone
|
|
}ImDrawFlags_;
|
|
typedef enum {
|
|
ImDrawListFlags_None = 0,
|
|
ImDrawListFlags_AntiAliasedLines = 1 << 0,
|
|
ImDrawListFlags_AntiAliasedLinesUseTex = 1 << 1,
|
|
ImDrawListFlags_AntiAliasedFill = 1 << 2,
|
|
ImDrawListFlags_AllowVtxOffset = 1 << 3
|
|
}ImDrawListFlags_;
|
|
struct ImDrawList
|
|
{
|
|
ImVector_ImDrawCmd CmdBuffer;
|
|
ImVector_ImDrawIdx IdxBuffer;
|
|
ImVector_ImDrawVert VtxBuffer;
|
|
ImDrawListFlags Flags;
|
|
unsigned int _VtxCurrentIdx;
|
|
const ImDrawListSharedData* _Data;
|
|
const char* _OwnerName;
|
|
ImDrawVert* _VtxWritePtr;
|
|
ImDrawIdx* _IdxWritePtr;
|
|
ImVector_ImVec4 _ClipRectStack;
|
|
ImVector_ImTextureID _TextureIdStack;
|
|
ImVector_ImVec2 _Path;
|
|
ImDrawCmdHeader _CmdHeader;
|
|
ImDrawListSplitter _Splitter;
|
|
float _FringeScale;
|
|
};
|
|
struct ImDrawData
|
|
{
|
|
bool Valid;
|
|
int CmdListsCount;
|
|
int TotalIdxCount;
|
|
int TotalVtxCount;
|
|
ImDrawList** CmdLists;
|
|
ImVec2 DisplayPos;
|
|
ImVec2 DisplaySize;
|
|
ImVec2 FramebufferScale;
|
|
};
|
|
struct ImFontConfig
|
|
{
|
|
void* FontData;
|
|
int FontDataSize;
|
|
bool FontDataOwnedByAtlas;
|
|
int FontNo;
|
|
float SizePixels;
|
|
int OversampleH;
|
|
int OversampleV;
|
|
bool PixelSnapH;
|
|
ImVec2 GlyphExtraSpacing;
|
|
ImVec2 GlyphOffset;
|
|
const ImWchar* GlyphRanges;
|
|
float GlyphMinAdvanceX;
|
|
float GlyphMaxAdvanceX;
|
|
bool MergeMode;
|
|
unsigned int FontBuilderFlags;
|
|
float RasterizerMultiply;
|
|
ImWchar EllipsisChar;
|
|
char Name[40];
|
|
ImFont* DstFont;
|
|
};
|
|
struct ImFontGlyph
|
|
{
|
|
unsigned int Colored : 1;
|
|
unsigned int Visible : 1;
|
|
unsigned int Codepoint : 30;
|
|
float AdvanceX;
|
|
float X0, Y0, X1, Y1;
|
|
float U0, V0, U1, V1;
|
|
};
|
|
struct ImFontGlyphRangesBuilder
|
|
{
|
|
ImVector_ImU32 UsedChars;
|
|
};
|
|
struct ImFontAtlasCustomRect
|
|
{
|
|
unsigned short Width, Height;
|
|
unsigned short X, Y;
|
|
unsigned int GlyphID;
|
|
float GlyphAdvanceX;
|
|
ImVec2 GlyphOffset;
|
|
ImFont* Font;
|
|
};
|
|
typedef enum {
|
|
ImFontAtlasFlags_None = 0,
|
|
ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0,
|
|
ImFontAtlasFlags_NoMouseCursors = 1 << 1,
|
|
ImFontAtlasFlags_NoBakedLines = 1 << 2
|
|
}ImFontAtlasFlags_;
|
|
struct ImFontAtlas
|
|
{
|
|
ImFontAtlasFlags Flags;
|
|
ImTextureID TexID;
|
|
int TexDesiredWidth;
|
|
int TexGlyphPadding;
|
|
bool Locked;
|
|
bool TexReady;
|
|
bool TexPixelsUseColors;
|
|
unsigned char* TexPixelsAlpha8;
|
|
unsigned int* TexPixelsRGBA32;
|
|
int TexWidth;
|
|
int TexHeight;
|
|
ImVec2 TexUvScale;
|
|
ImVec2 TexUvWhitePixel;
|
|
ImVector_ImFontPtr Fonts;
|
|
ImVector_ImFontAtlasCustomRect CustomRects;
|
|
ImVector_ImFontConfig ConfigData;
|
|
ImVec4 TexUvLines[(63) + 1];
|
|
const ImFontBuilderIO* FontBuilderIO;
|
|
unsigned int FontBuilderFlags;
|
|
int PackIdMouseCursors;
|
|
int PackIdLines;
|
|
};
|
|
struct ImFont
|
|
{
|
|
ImVector_float IndexAdvanceX;
|
|
float FallbackAdvanceX;
|
|
float FontSize;
|
|
ImVector_ImWchar IndexLookup;
|
|
ImVector_ImFontGlyph Glyphs;
|
|
const ImFontGlyph* FallbackGlyph;
|
|
ImFontAtlas* ContainerAtlas;
|
|
const ImFontConfig* ConfigData;
|
|
short ConfigDataCount;
|
|
ImWchar FallbackChar;
|
|
ImWchar EllipsisChar;
|
|
ImWchar DotChar;
|
|
bool DirtyLookupTables;
|
|
float Scale;
|
|
float Ascent, Descent;
|
|
int MetricsTotalSurface;
|
|
ImU8 Used4kPagesMap[(0x10FFFF +1)/4096/8];
|
|
};
|
|
typedef enum {
|
|
ImGuiViewportFlags_None = 0,
|
|
ImGuiViewportFlags_IsPlatformWindow = 1 << 0,
|
|
ImGuiViewportFlags_IsPlatformMonitor = 1 << 1,
|
|
ImGuiViewportFlags_OwnedByApp = 1 << 2
|
|
}ImGuiViewportFlags_;
|
|
struct ImGuiViewport
|
|
{
|
|
ImGuiViewportFlags Flags;
|
|
ImVec2 Pos;
|
|
ImVec2 Size;
|
|
ImVec2 WorkPos;
|
|
ImVec2 WorkSize;
|
|
};
|
|
#else
|
|
struct GLFWwindow;
|
|
struct SDL_Window;
|
|
typedef union SDL_Event SDL_Event;
|
|
#endif // CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
|
|
|
#ifndef CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
|
typedef ImGuiStorage::ImGuiStoragePair ImGuiStoragePair;
|
|
typedef ImGuiTextFilter::ImGuiTextRange ImGuiTextRange;
|
|
typedef ImVector<ImDrawChannel> ImVector_ImDrawChannel;
|
|
typedef ImVector<ImDrawCmd> ImVector_ImDrawCmd;
|
|
typedef ImVector<ImDrawIdx> ImVector_ImDrawIdx;
|
|
typedef ImVector<ImDrawVert> ImVector_ImDrawVert;
|
|
typedef ImVector<ImFont*> ImVector_ImFontPtr;
|
|
typedef ImVector<ImFontAtlasCustomRect> ImVector_ImFontAtlasCustomRect;
|
|
typedef ImVector<ImFontConfig> ImVector_ImFontConfig;
|
|
typedef ImVector<ImFontGlyph> ImVector_ImFontGlyph;
|
|
typedef ImVector<ImGuiStoragePair> ImVector_ImGuiStoragePair;
|
|
typedef ImVector<ImGuiTextRange> ImVector_ImGuiTextRange;
|
|
typedef ImVector<ImTextureID> ImVector_ImTextureID;
|
|
typedef ImVector<ImU32> ImVector_ImU32;
|
|
typedef ImVector<ImVec2> ImVector_ImVec2;
|
|
typedef ImVector<ImVec4> ImVector_ImVec4;
|
|
typedef ImVector<ImWchar> ImVector_ImWchar;
|
|
typedef ImVector<char> ImVector_char;
|
|
typedef ImVector<float> ImVector_float;
|
|
#endif //CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
|
CIMGUI_API ImVec2* ImVec2_ImVec2_Nil(void);
|
|
CIMGUI_API void ImVec2_destroy(ImVec2* self);
|
|
CIMGUI_API ImVec2* ImVec2_ImVec2_Float(float _x,float _y);
|
|
CIMGUI_API ImVec4* ImVec4_ImVec4_Nil(void);
|
|
CIMGUI_API void ImVec4_destroy(ImVec4* self);
|
|
CIMGUI_API ImVec4* ImVec4_ImVec4_Float(float _x,float _y,float _z,float _w);
|
|
CIMGUI_API ImGuiContext* igCreateContext(ImFontAtlas* shared_font_atlas);
|
|
CIMGUI_API void igDestroyContext(ImGuiContext* ctx);
|
|
CIMGUI_API ImGuiContext* igGetCurrentContext(void);
|
|
CIMGUI_API void igSetCurrentContext(ImGuiContext* ctx);
|
|
CIMGUI_API ImGuiIO* igGetIO(void);
|
|
CIMGUI_API ImGuiStyle* igGetStyle(void);
|
|
CIMGUI_API void igNewFrame(void);
|
|
CIMGUI_API void igEndFrame(void);
|
|
CIMGUI_API void igRender(void);
|
|
CIMGUI_API ImDrawData* igGetDrawData(void);
|
|
CIMGUI_API void igShowDemoWindow(bool* p_open);
|
|
CIMGUI_API void igShowMetricsWindow(bool* p_open);
|
|
CIMGUI_API void igShowAboutWindow(bool* p_open);
|
|
CIMGUI_API void igShowStyleEditor(ImGuiStyle* ref);
|
|
CIMGUI_API bool igShowStyleSelector(const char* label);
|
|
CIMGUI_API void igShowFontSelector(const char* label);
|
|
CIMGUI_API void igShowUserGuide(void);
|
|
CIMGUI_API const char* igGetVersion(void);
|
|
CIMGUI_API void igStyleColorsDark(ImGuiStyle* dst);
|
|
CIMGUI_API void igStyleColorsLight(ImGuiStyle* dst);
|
|
CIMGUI_API void igStyleColorsClassic(ImGuiStyle* dst);
|
|
CIMGUI_API bool igBegin(const char* name,bool* p_open,ImGuiWindowFlags flags);
|
|
CIMGUI_API void igEnd(void);
|
|
CIMGUI_API bool igBeginChild_Str(const char* str_id,const ImVec2 size,bool border,ImGuiWindowFlags flags);
|
|
CIMGUI_API bool igBeginChild_ID(ImGuiID id,const ImVec2 size,bool border,ImGuiWindowFlags flags);
|
|
CIMGUI_API void igEndChild(void);
|
|
CIMGUI_API bool igIsWindowAppearing(void);
|
|
CIMGUI_API bool igIsWindowCollapsed(void);
|
|
CIMGUI_API bool igIsWindowFocused(ImGuiFocusedFlags flags);
|
|
CIMGUI_API bool igIsWindowHovered(ImGuiHoveredFlags flags);
|
|
CIMGUI_API ImDrawList* igGetWindowDrawList(void);
|
|
CIMGUI_API void igGetWindowPos(ImVec2 *pOut);
|
|
CIMGUI_API void igGetWindowSize(ImVec2 *pOut);
|
|
CIMGUI_API float igGetWindowWidth(void);
|
|
CIMGUI_API float igGetWindowHeight(void);
|
|
CIMGUI_API void igSetNextWindowPos(const ImVec2 pos,ImGuiCond cond,const ImVec2 pivot);
|
|
CIMGUI_API void igSetNextWindowSize(const ImVec2 size,ImGuiCond cond);
|
|
CIMGUI_API void igSetNextWindowSizeConstraints(const ImVec2 size_min,const ImVec2 size_max,ImGuiSizeCallback custom_callback,void* custom_callback_data);
|
|
CIMGUI_API void igSetNextWindowContentSize(const ImVec2 size);
|
|
CIMGUI_API void igSetNextWindowCollapsed(bool collapsed,ImGuiCond cond);
|
|
CIMGUI_API void igSetNextWindowFocus(void);
|
|
CIMGUI_API void igSetNextWindowBgAlpha(float alpha);
|
|
CIMGUI_API void igSetWindowPos_Vec2(const ImVec2 pos,ImGuiCond cond);
|
|
CIMGUI_API void igSetWindowSize_Vec2(const ImVec2 size,ImGuiCond cond);
|
|
CIMGUI_API void igSetWindowCollapsed_Bool(bool collapsed,ImGuiCond cond);
|
|
CIMGUI_API void igSetWindowFocus_Nil(void);
|
|
CIMGUI_API void igSetWindowFontScale(float scale);
|
|
CIMGUI_API void igSetWindowPos_Str(const char* name,const ImVec2 pos,ImGuiCond cond);
|
|
CIMGUI_API void igSetWindowSize_Str(const char* name,const ImVec2 size,ImGuiCond cond);
|
|
CIMGUI_API void igSetWindowCollapsed_Str(const char* name,bool collapsed,ImGuiCond cond);
|
|
CIMGUI_API void igSetWindowFocus_Str(const char* name);
|
|
CIMGUI_API void igGetContentRegionAvail(ImVec2 *pOut);
|
|
CIMGUI_API void igGetContentRegionMax(ImVec2 *pOut);
|
|
CIMGUI_API void igGetWindowContentRegionMin(ImVec2 *pOut);
|
|
CIMGUI_API void igGetWindowContentRegionMax(ImVec2 *pOut);
|
|
CIMGUI_API float igGetWindowContentRegionWidth(void);
|
|
CIMGUI_API float igGetScrollX(void);
|
|
CIMGUI_API float igGetScrollY(void);
|
|
CIMGUI_API void igSetScrollX(float scroll_x);
|
|
CIMGUI_API void igSetScrollY(float scroll_y);
|
|
CIMGUI_API float igGetScrollMaxX(void);
|
|
CIMGUI_API float igGetScrollMaxY(void);
|
|
CIMGUI_API void igSetScrollHereX(float center_x_ratio);
|
|
CIMGUI_API void igSetScrollHereY(float center_y_ratio);
|
|
CIMGUI_API void igSetScrollFromPosX(float local_x,float center_x_ratio);
|
|
CIMGUI_API void igSetScrollFromPosY(float local_y,float center_y_ratio);
|
|
CIMGUI_API void igPushFont(ImFont* font);
|
|
CIMGUI_API void igPopFont(void);
|
|
CIMGUI_API void igPushStyleColor_U32(ImGuiCol idx,ImU32 col);
|
|
CIMGUI_API void igPushStyleColor_Vec4(ImGuiCol idx,const ImVec4 col);
|
|
CIMGUI_API void igPopStyleColor(int count);
|
|
CIMGUI_API void igPushStyleVar_Float(ImGuiStyleVar idx,float val);
|
|
CIMGUI_API void igPushStyleVar_Vec2(ImGuiStyleVar idx,const ImVec2 val);
|
|
CIMGUI_API void igPopStyleVar(int count);
|
|
CIMGUI_API void igPushAllowKeyboardFocus(bool allow_keyboard_focus);
|
|
CIMGUI_API void igPopAllowKeyboardFocus(void);
|
|
CIMGUI_API void igPushButtonRepeat(bool repeat);
|
|
CIMGUI_API void igPopButtonRepeat(void);
|
|
CIMGUI_API void igPushItemWidth(float item_width);
|
|
CIMGUI_API void igPopItemWidth(void);
|
|
CIMGUI_API void igSetNextItemWidth(float item_width);
|
|
CIMGUI_API float igCalcItemWidth(void);
|
|
CIMGUI_API void igPushTextWrapPos(float wrap_local_pos_x);
|
|
CIMGUI_API void igPopTextWrapPos(void);
|
|
CIMGUI_API ImFont* igGetFont(void);
|
|
CIMGUI_API float igGetFontSize(void);
|
|
CIMGUI_API void igGetFontTexUvWhitePixel(ImVec2 *pOut);
|
|
CIMGUI_API ImU32 igGetColorU32_Col(ImGuiCol idx,float alpha_mul);
|
|
CIMGUI_API ImU32 igGetColorU32_Vec4(const ImVec4 col);
|
|
CIMGUI_API ImU32 igGetColorU32_U32(ImU32 col);
|
|
CIMGUI_API const ImVec4* igGetStyleColorVec4(ImGuiCol idx);
|
|
CIMGUI_API void igSeparator(void);
|
|
CIMGUI_API void igSameLine(float offset_from_start_x,float spacing);
|
|
CIMGUI_API void igNewLine(void);
|
|
CIMGUI_API void igSpacing(void);
|
|
CIMGUI_API void igDummy(const ImVec2 size);
|
|
CIMGUI_API void igIndent(float indent_w);
|
|
CIMGUI_API void igUnindent(float indent_w);
|
|
CIMGUI_API void igBeginGroup(void);
|
|
CIMGUI_API void igEndGroup(void);
|
|
CIMGUI_API void igGetCursorPos(ImVec2 *pOut);
|
|
CIMGUI_API float igGetCursorPosX(void);
|
|
CIMGUI_API float igGetCursorPosY(void);
|
|
CIMGUI_API void igSetCursorPos(const ImVec2 local_pos);
|
|
CIMGUI_API void igSetCursorPosX(float local_x);
|
|
CIMGUI_API void igSetCursorPosY(float local_y);
|
|
CIMGUI_API void igGetCursorStartPos(ImVec2 *pOut);
|
|
CIMGUI_API void igGetCursorScreenPos(ImVec2 *pOut);
|
|
CIMGUI_API void igSetCursorScreenPos(const ImVec2 pos);
|
|
CIMGUI_API void igAlignTextToFramePadding(void);
|
|
CIMGUI_API float igGetTextLineHeight(void);
|
|
CIMGUI_API float igGetTextLineHeightWithSpacing(void);
|
|
CIMGUI_API float igGetFrameHeight(void);
|
|
CIMGUI_API float igGetFrameHeightWithSpacing(void);
|
|
CIMGUI_API void igPushID_Str(const char* str_id);
|
|
CIMGUI_API void igPushID_StrStr(const char* str_id_begin,const char* str_id_end);
|
|
CIMGUI_API void igPushID_Ptr(const void* ptr_id);
|
|
CIMGUI_API void igPushID_Int(int int_id);
|
|
CIMGUI_API void igPopID(void);
|
|
CIMGUI_API ImGuiID igGetID_Str(const char* str_id);
|
|
CIMGUI_API ImGuiID igGetID_StrStr(const char* str_id_begin,const char* str_id_end);
|
|
CIMGUI_API ImGuiID igGetID_Ptr(const void* ptr_id);
|
|
CIMGUI_API void igTextUnformatted(const char* text,const char* text_end);
|
|
CIMGUI_API void igText(const char* fmt,...);
|
|
CIMGUI_API void igTextV(const char* fmt,va_list args);
|
|
CIMGUI_API void igTextColored(const ImVec4 col,const char* fmt,...);
|
|
CIMGUI_API void igTextColoredV(const ImVec4 col,const char* fmt,va_list args);
|
|
CIMGUI_API void igTextDisabled(const char* fmt,...);
|
|
CIMGUI_API void igTextDisabledV(const char* fmt,va_list args);
|
|
CIMGUI_API void igTextWrapped(const char* fmt,...);
|
|
CIMGUI_API void igTextWrappedV(const char* fmt,va_list args);
|
|
CIMGUI_API void igLabelText(const char* label,const char* fmt,...);
|
|
CIMGUI_API void igLabelTextV(const char* label,const char* fmt,va_list args);
|
|
CIMGUI_API void igBulletText(const char* fmt,...);
|
|
CIMGUI_API void igBulletTextV(const char* fmt,va_list args);
|
|
CIMGUI_API bool igButton(const char* label,const ImVec2 size);
|
|
CIMGUI_API bool igSmallButton(const char* label);
|
|
CIMGUI_API bool igInvisibleButton(const char* str_id,const ImVec2 size,ImGuiButtonFlags flags);
|
|
CIMGUI_API bool igArrowButton(const char* str_id,ImGuiDir dir);
|
|
CIMGUI_API void igImage(ImTextureID user_texture_id,const ImVec2 size,const ImVec2 uv0,const ImVec2 uv1,const ImVec4 tint_col,const ImVec4 border_col);
|
|
CIMGUI_API bool igImageButton(ImTextureID user_texture_id,const ImVec2 size,const ImVec2 uv0,const ImVec2 uv1,int frame_padding,const ImVec4 bg_col,const ImVec4 tint_col);
|
|
CIMGUI_API bool igCheckbox(const char* label,bool* v);
|
|
CIMGUI_API bool igCheckboxFlags_IntPtr(const char* label,int* flags,int flags_value);
|
|
CIMGUI_API bool igCheckboxFlags_UintPtr(const char* label,unsigned int* flags,unsigned int flags_value);
|
|
CIMGUI_API bool igRadioButton_Bool(const char* label,bool active);
|
|
CIMGUI_API bool igRadioButton_IntPtr(const char* label,int* v,int v_button);
|
|
CIMGUI_API void igProgressBar(float fraction,const ImVec2 size_arg,const char* overlay);
|
|
CIMGUI_API void igBullet(void);
|
|
CIMGUI_API bool igBeginCombo(const char* label,const char* preview_value,ImGuiComboFlags flags);
|
|
CIMGUI_API void igEndCombo(void);
|
|
CIMGUI_API bool igCombo_Str_arr(const char* label,int* current_item,const char* const items[],int items_count,int popup_max_height_in_items);
|
|
CIMGUI_API bool igCombo_Str(const char* label,int* current_item,const char* items_separated_by_zeros,int popup_max_height_in_items);
|
|
CIMGUI_API bool igCombo_FnBoolPtr(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int popup_max_height_in_items);
|
|
CIMGUI_API bool igDragFloat(const char* label,float* v,float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragFloat2(const char* label,float v[2],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragFloat3(const char* label,float v[3],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragFloat4(const char* label,float v[4],float v_speed,float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragFloatRange2(const char* label,float* v_current_min,float* v_current_max,float v_speed,float v_min,float v_max,const char* format,const char* format_max,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragInt(const char* label,int* v,float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragInt2(const char* label,int v[2],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragInt3(const char* label,int v[3],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragInt4(const char* label,int v[4],float v_speed,int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragIntRange2(const char* label,int* v_current_min,int* v_current_max,float v_speed,int v_min,int v_max,const char* format,const char* format_max,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragScalar(const char* label,ImGuiDataType data_type,void* p_data,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igDragScalarN(const char* label,ImGuiDataType data_type,void* p_data,int components,float v_speed,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderFloat(const char* label,float* v,float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderFloat2(const char* label,float v[2],float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderFloat3(const char* label,float v[3],float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderFloat4(const char* label,float v[4],float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderAngle(const char* label,float* v_rad,float v_degrees_min,float v_degrees_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderInt(const char* label,int* v,int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderInt2(const char* label,int v[2],int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderInt3(const char* label,int v[3],int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderInt4(const char* label,int v[4],int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderScalar(const char* label,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igSliderScalarN(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igVSliderFloat(const char* label,const ImVec2 size,float* v,float v_min,float v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igVSliderInt(const char* label,const ImVec2 size,int* v,int v_min,int v_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igVSliderScalar(const char* label,const ImVec2 size,ImGuiDataType data_type,void* p_data,const void* p_min,const void* p_max,const char* format,ImGuiSliderFlags flags);
|
|
CIMGUI_API bool igInputText(const char* label,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data);
|
|
CIMGUI_API bool igInputTextMultiline(const char* label,char* buf,size_t buf_size,const ImVec2 size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data);
|
|
CIMGUI_API bool igInputTextWithHint(const char* label,const char* hint,char* buf,size_t buf_size,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void* user_data);
|
|
CIMGUI_API bool igInputFloat(const char* label,float* v,float step,float step_fast,const char* format,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputFloat2(const char* label,float v[2],const char* format,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputFloat3(const char* label,float v[3],const char* format,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputFloat4(const char* label,float v[4],const char* format,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputInt(const char* label,int* v,int step,int step_fast,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputInt2(const char* label,int v[2],ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputInt3(const char* label,int v[3],ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputInt4(const char* label,int v[4],ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputDouble(const char* label,double* v,double step,double step_fast,const char* format,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputScalar(const char* label,ImGuiDataType data_type,void* p_data,const void* p_step,const void* p_step_fast,const char* format,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igInputScalarN(const char* label,ImGuiDataType data_type,void* p_data,int components,const void* p_step,const void* p_step_fast,const char* format,ImGuiInputTextFlags flags);
|
|
CIMGUI_API bool igColorEdit3(const char* label,float col[3],ImGuiColorEditFlags flags);
|
|
CIMGUI_API bool igColorEdit4(const char* label,float col[4],ImGuiColorEditFlags flags);
|
|
CIMGUI_API bool igColorPicker3(const char* label,float col[3],ImGuiColorEditFlags flags);
|
|
CIMGUI_API bool igColorPicker4(const char* label,float col[4],ImGuiColorEditFlags flags,const float* ref_col);
|
|
CIMGUI_API bool igColorButton(const char* desc_id,const ImVec4 col,ImGuiColorEditFlags flags,ImVec2 size);
|
|
CIMGUI_API void igSetColorEditOptions(ImGuiColorEditFlags flags);
|
|
CIMGUI_API bool igTreeNode_Str(const char* label);
|
|
CIMGUI_API bool igTreeNode_StrStr(const char* str_id,const char* fmt,...);
|
|
CIMGUI_API bool igTreeNode_Ptr(const void* ptr_id,const char* fmt,...);
|
|
CIMGUI_API bool igTreeNodeV_Str(const char* str_id,const char* fmt,va_list args);
|
|
CIMGUI_API bool igTreeNodeV_Ptr(const void* ptr_id,const char* fmt,va_list args);
|
|
CIMGUI_API bool igTreeNodeEx_Str(const char* label,ImGuiTreeNodeFlags flags);
|
|
CIMGUI_API bool igTreeNodeEx_StrStr(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,...);
|
|
CIMGUI_API bool igTreeNodeEx_Ptr(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,...);
|
|
CIMGUI_API bool igTreeNodeExV_Str(const char* str_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args);
|
|
CIMGUI_API bool igTreeNodeExV_Ptr(const void* ptr_id,ImGuiTreeNodeFlags flags,const char* fmt,va_list args);
|
|
CIMGUI_API void igTreePush_Str(const char* str_id);
|
|
CIMGUI_API void igTreePush_Ptr(const void* ptr_id);
|
|
CIMGUI_API void igTreePop(void);
|
|
CIMGUI_API float igGetTreeNodeToLabelSpacing(void);
|
|
CIMGUI_API bool igCollapsingHeader_TreeNodeFlags(const char* label,ImGuiTreeNodeFlags flags);
|
|
CIMGUI_API bool igCollapsingHeader_BoolPtr(const char* label,bool* p_visible,ImGuiTreeNodeFlags flags);
|
|
CIMGUI_API void igSetNextItemOpen(bool is_open,ImGuiCond cond);
|
|
CIMGUI_API bool igSelectable_Bool(const char* label,bool selected,ImGuiSelectableFlags flags,const ImVec2 size);
|
|
CIMGUI_API bool igSelectable_BoolPtr(const char* label,bool* p_selected,ImGuiSelectableFlags flags,const ImVec2 size);
|
|
CIMGUI_API bool igBeginListBox(const char* label,const ImVec2 size);
|
|
CIMGUI_API void igEndListBox(void);
|
|
CIMGUI_API bool igListBox_Str_arr(const char* label,int* current_item,const char* const items[],int items_count,int height_in_items);
|
|
CIMGUI_API bool igListBox_FnBoolPtr(const char* label,int* current_item,bool(*items_getter)(void* data,int idx,const char** out_text),void* data,int items_count,int height_in_items);
|
|
CIMGUI_API void igPlotLines_FloatPtr(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size,int stride);
|
|
CIMGUI_API void igPlotLines_FnFloatPtr(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size);
|
|
CIMGUI_API void igPlotHistogram_FloatPtr(const char* label,const float* values,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size,int stride);
|
|
CIMGUI_API void igPlotHistogram_FnFloatPtr(const char* label,float(*values_getter)(void* data,int idx),void* data,int values_count,int values_offset,const char* overlay_text,float scale_min,float scale_max,ImVec2 graph_size);
|
|
CIMGUI_API void igValue_Bool(const char* prefix,bool b);
|
|
CIMGUI_API void igValue_Int(const char* prefix,int v);
|
|
CIMGUI_API void igValue_Uint(const char* prefix,unsigned int v);
|
|
CIMGUI_API void igValue_Float(const char* prefix,float v,const char* float_format);
|
|
CIMGUI_API bool igBeginMenuBar(void);
|
|
CIMGUI_API void igEndMenuBar(void);
|
|
CIMGUI_API bool igBeginMainMenuBar(void);
|
|
CIMGUI_API void igEndMainMenuBar(void);
|
|
CIMGUI_API bool igBeginMenu(const char* label,bool enabled);
|
|
CIMGUI_API void igEndMenu(void);
|
|
CIMGUI_API bool igMenuItem_Bool(const char* label,const char* shortcut,bool selected,bool enabled);
|
|
CIMGUI_API bool igMenuItem_BoolPtr(const char* label,const char* shortcut,bool* p_selected,bool enabled);
|
|
CIMGUI_API void igBeginTooltip(void);
|
|
CIMGUI_API void igEndTooltip(void);
|
|
CIMGUI_API void igSetTooltip(const char* fmt,...);
|
|
CIMGUI_API void igSetTooltipV(const char* fmt,va_list args);
|
|
CIMGUI_API bool igBeginPopup(const char* str_id,ImGuiWindowFlags flags);
|
|
CIMGUI_API bool igBeginPopupModal(const char* name,bool* p_open,ImGuiWindowFlags flags);
|
|
CIMGUI_API void igEndPopup(void);
|
|
CIMGUI_API void igOpenPopup_Str(const char* str_id,ImGuiPopupFlags popup_flags);
|
|
CIMGUI_API void igOpenPopup_ID(ImGuiID id,ImGuiPopupFlags popup_flags);
|
|
CIMGUI_API void igOpenPopupOnItemClick(const char* str_id,ImGuiPopupFlags popup_flags);
|
|
CIMGUI_API void igCloseCurrentPopup(void);
|
|
CIMGUI_API bool igBeginPopupContextItem(const char* str_id,ImGuiPopupFlags popup_flags);
|
|
CIMGUI_API bool igBeginPopupContextWindow(const char* str_id,ImGuiPopupFlags popup_flags);
|
|
CIMGUI_API bool igBeginPopupContextVoid(const char* str_id,ImGuiPopupFlags popup_flags);
|
|
CIMGUI_API bool igIsPopupOpen(const char* str_id,ImGuiPopupFlags flags);
|
|
CIMGUI_API bool igBeginTable(const char* str_id,int column,ImGuiTableFlags flags,const ImVec2 outer_size,float inner_width);
|
|
CIMGUI_API void igEndTable(void);
|
|
CIMGUI_API void igTableNextRow(ImGuiTableRowFlags row_flags,float min_row_height);
|
|
CIMGUI_API bool igTableNextColumn(void);
|
|
CIMGUI_API bool igTableSetColumnIndex(int column_n);
|
|
CIMGUI_API void igTableSetupColumn(const char* label,ImGuiTableColumnFlags flags,float init_width_or_weight,ImGuiID user_id);
|
|
CIMGUI_API void igTableSetupScrollFreeze(int cols,int rows);
|
|
CIMGUI_API void igTableHeadersRow(void);
|
|
CIMGUI_API void igTableHeader(const char* label);
|
|
CIMGUI_API ImGuiTableSortSpecs* igTableGetSortSpecs(void);
|
|
CIMGUI_API int igTableGetColumnCount(void);
|
|
CIMGUI_API int igTableGetColumnIndex(void);
|
|
CIMGUI_API int igTableGetRowIndex(void);
|
|
CIMGUI_API const char* igTableGetColumnName(int column_n);
|
|
CIMGUI_API ImGuiTableColumnFlags igTableGetColumnFlags(int column_n);
|
|
CIMGUI_API void igTableSetColumnEnabled(int column_n,bool v);
|
|
CIMGUI_API void igTableSetBgColor(ImGuiTableBgTarget target,ImU32 color,int column_n);
|
|
CIMGUI_API void igColumns(int count,const char* id,bool border);
|
|
CIMGUI_API void igNextColumn(void);
|
|
CIMGUI_API int igGetColumnIndex(void);
|
|
CIMGUI_API float igGetColumnWidth(int column_index);
|
|
CIMGUI_API void igSetColumnWidth(int column_index,float width);
|
|
CIMGUI_API float igGetColumnOffset(int column_index);
|
|
CIMGUI_API void igSetColumnOffset(int column_index,float offset_x);
|
|
CIMGUI_API int igGetColumnsCount(void);
|
|
CIMGUI_API bool igBeginTabBar(const char* str_id,ImGuiTabBarFlags flags);
|
|
CIMGUI_API void igEndTabBar(void);
|
|
CIMGUI_API bool igBeginTabItem(const char* label,bool* p_open,ImGuiTabItemFlags flags);
|
|
CIMGUI_API void igEndTabItem(void);
|
|
CIMGUI_API bool igTabItemButton(const char* label,ImGuiTabItemFlags flags);
|
|
CIMGUI_API void igSetTabItemClosed(const char* tab_or_docked_window_label);
|
|
CIMGUI_API void igLogToTTY(int auto_open_depth);
|
|
CIMGUI_API void igLogToFile(int auto_open_depth,const char* filename);
|
|
CIMGUI_API void igLogToClipboard(int auto_open_depth);
|
|
CIMGUI_API void igLogFinish(void);
|
|
CIMGUI_API void igLogButtons(void);
|
|
CIMGUI_API void igLogTextV(const char* fmt,va_list args);
|
|
CIMGUI_API bool igBeginDragDropSource(ImGuiDragDropFlags flags);
|
|
CIMGUI_API bool igSetDragDropPayload(const char* type,const void* data,size_t sz,ImGuiCond cond);
|
|
CIMGUI_API void igEndDragDropSource(void);
|
|
CIMGUI_API bool igBeginDragDropTarget(void);
|
|
CIMGUI_API const ImGuiPayload* igAcceptDragDropPayload(const char* type,ImGuiDragDropFlags flags);
|
|
CIMGUI_API void igEndDragDropTarget(void);
|
|
CIMGUI_API const ImGuiPayload* igGetDragDropPayload(void);
|
|
CIMGUI_API void igBeginDisabled(bool disabled);
|
|
CIMGUI_API void igEndDisabled(void);
|
|
CIMGUI_API void igPushClipRect(const ImVec2 clip_rect_min,const ImVec2 clip_rect_max,bool intersect_with_current_clip_rect);
|
|
CIMGUI_API void igPopClipRect(void);
|
|
CIMGUI_API void igSetItemDefaultFocus(void);
|
|
CIMGUI_API void igSetKeyboardFocusHere(int offset);
|
|
CIMGUI_API bool igIsItemHovered(ImGuiHoveredFlags flags);
|
|
CIMGUI_API bool igIsItemActive(void);
|
|
CIMGUI_API bool igIsItemFocused(void);
|
|
CIMGUI_API bool igIsItemClicked(ImGuiMouseButton mouse_button);
|
|
CIMGUI_API bool igIsItemVisible(void);
|
|
CIMGUI_API bool igIsItemEdited(void);
|
|
CIMGUI_API bool igIsItemActivated(void);
|
|
CIMGUI_API bool igIsItemDeactivated(void);
|
|
CIMGUI_API bool igIsItemDeactivatedAfterEdit(void);
|
|
CIMGUI_API bool igIsItemToggledOpen(void);
|
|
CIMGUI_API bool igIsAnyItemHovered(void);
|
|
CIMGUI_API bool igIsAnyItemActive(void);
|
|
CIMGUI_API bool igIsAnyItemFocused(void);
|
|
CIMGUI_API void igGetItemRectMin(ImVec2 *pOut);
|
|
CIMGUI_API void igGetItemRectMax(ImVec2 *pOut);
|
|
CIMGUI_API void igGetItemRectSize(ImVec2 *pOut);
|
|
CIMGUI_API void igSetItemAllowOverlap(void);
|
|
CIMGUI_API ImGuiViewport* igGetMainViewport(void);
|
|
CIMGUI_API bool igIsRectVisible_Nil(const ImVec2 size);
|
|
CIMGUI_API bool igIsRectVisible_Vec2(const ImVec2 rect_min,const ImVec2 rect_max);
|
|
CIMGUI_API double igGetTime(void);
|
|
CIMGUI_API int igGetFrameCount(void);
|
|
CIMGUI_API ImDrawList* igGetBackgroundDrawList(void);
|
|
CIMGUI_API ImDrawList* igGetForegroundDrawList(void);
|
|
CIMGUI_API ImDrawListSharedData* igGetDrawListSharedData(void);
|
|
CIMGUI_API const char* igGetStyleColorName(ImGuiCol idx);
|
|
CIMGUI_API void igSetStateStorage(ImGuiStorage* storage);
|
|
CIMGUI_API ImGuiStorage* igGetStateStorage(void);
|
|
CIMGUI_API void igCalcListClipping(int items_count,float items_height,int* out_items_display_start,int* out_items_display_end);
|
|
CIMGUI_API bool igBeginChildFrame(ImGuiID id,const ImVec2 size,ImGuiWindowFlags flags);
|
|
CIMGUI_API void igEndChildFrame(void);
|
|
CIMGUI_API void igCalcTextSize(ImVec2 *pOut,const char* text,const char* text_end,bool hide_text_after_double_hash,float wrap_width);
|
|
CIMGUI_API void igColorConvertU32ToFloat4(ImVec4 *pOut,ImU32 in);
|
|
CIMGUI_API ImU32 igColorConvertFloat4ToU32(const ImVec4 in);
|
|
CIMGUI_API void igColorConvertRGBtoHSV(float r,float g,float b,float* out_h,float* out_s,float* out_v);
|
|
CIMGUI_API void igColorConvertHSVtoRGB(float h,float s,float v,float* out_r,float* out_g,float* out_b);
|
|
CIMGUI_API int igGetKeyIndex(ImGuiKey imgui_key);
|
|
CIMGUI_API bool igIsKeyDown(int user_key_index);
|
|
CIMGUI_API bool igIsKeyPressed(int user_key_index,bool repeat);
|
|
CIMGUI_API bool igIsKeyReleased(int user_key_index);
|
|
CIMGUI_API int igGetKeyPressedAmount(int key_index,float repeat_delay,float rate);
|
|
CIMGUI_API void igCaptureKeyboardFromApp(bool want_capture_keyboard_value);
|
|
CIMGUI_API bool igIsMouseDown(ImGuiMouseButton button);
|
|
CIMGUI_API bool igIsMouseClicked(ImGuiMouseButton button,bool repeat);
|
|
CIMGUI_API bool igIsMouseReleased(ImGuiMouseButton button);
|
|
CIMGUI_API bool igIsMouseDoubleClicked(ImGuiMouseButton button);
|
|
CIMGUI_API bool igIsMouseHoveringRect(const ImVec2 r_min,const ImVec2 r_max,bool clip);
|
|
CIMGUI_API bool igIsMousePosValid(const ImVec2* mouse_pos);
|
|
CIMGUI_API bool igIsAnyMouseDown(void);
|
|
CIMGUI_API void igGetMousePos(ImVec2 *pOut);
|
|
CIMGUI_API void igGetMousePosOnOpeningCurrentPopup(ImVec2 *pOut);
|
|
CIMGUI_API bool igIsMouseDragging(ImGuiMouseButton button,float lock_threshold);
|
|
CIMGUI_API void igGetMouseDragDelta(ImVec2 *pOut,ImGuiMouseButton button,float lock_threshold);
|
|
CIMGUI_API void igResetMouseDragDelta(ImGuiMouseButton button);
|
|
CIMGUI_API ImGuiMouseCursor igGetMouseCursor(void);
|
|
CIMGUI_API void igSetMouseCursor(ImGuiMouseCursor cursor_type);
|
|
CIMGUI_API void igCaptureMouseFromApp(bool want_capture_mouse_value);
|
|
CIMGUI_API const char* igGetClipboardText(void);
|
|
CIMGUI_API void igSetClipboardText(const char* text);
|
|
CIMGUI_API void igLoadIniSettingsFromDisk(const char* ini_filename);
|
|
CIMGUI_API void igLoadIniSettingsFromMemory(const char* ini_data,size_t ini_size);
|
|
CIMGUI_API void igSaveIniSettingsToDisk(const char* ini_filename);
|
|
CIMGUI_API const char* igSaveIniSettingsToMemory(size_t* out_ini_size);
|
|
CIMGUI_API bool igDebugCheckVersionAndDataLayout(const char* version_str,size_t sz_io,size_t sz_style,size_t sz_vec2,size_t sz_vec4,size_t sz_drawvert,size_t sz_drawidx);
|
|
CIMGUI_API void igSetAllocatorFunctions(ImGuiMemAllocFunc alloc_func,ImGuiMemFreeFunc free_func,void* user_data);
|
|
CIMGUI_API void igGetAllocatorFunctions(ImGuiMemAllocFunc* p_alloc_func,ImGuiMemFreeFunc* p_free_func,void** p_user_data);
|
|
CIMGUI_API void* igMemAlloc(size_t size);
|
|
CIMGUI_API void igMemFree(void* ptr);
|
|
CIMGUI_API ImGuiStyle* ImGuiStyle_ImGuiStyle(void);
|
|
CIMGUI_API void ImGuiStyle_destroy(ImGuiStyle* self);
|
|
CIMGUI_API void ImGuiStyle_ScaleAllSizes(ImGuiStyle* self,float scale_factor);
|
|
CIMGUI_API void ImGuiIO_AddInputCharacter(ImGuiIO* self,unsigned int c);
|
|
CIMGUI_API void ImGuiIO_AddInputCharacterUTF16(ImGuiIO* self,ImWchar16 c);
|
|
CIMGUI_API void ImGuiIO_AddInputCharactersUTF8(ImGuiIO* self,const char* str);
|
|
CIMGUI_API void ImGuiIO_ClearInputCharacters(ImGuiIO* self);
|
|
CIMGUI_API void ImGuiIO_AddFocusEvent(ImGuiIO* self,bool focused);
|
|
CIMGUI_API ImGuiIO* ImGuiIO_ImGuiIO(void);
|
|
CIMGUI_API void ImGuiIO_destroy(ImGuiIO* self);
|
|
CIMGUI_API ImGuiInputTextCallbackData* ImGuiInputTextCallbackData_ImGuiInputTextCallbackData(void);
|
|
CIMGUI_API void ImGuiInputTextCallbackData_destroy(ImGuiInputTextCallbackData* self);
|
|
CIMGUI_API void ImGuiInputTextCallbackData_DeleteChars(ImGuiInputTextCallbackData* self,int pos,int bytes_count);
|
|
CIMGUI_API void ImGuiInputTextCallbackData_InsertChars(ImGuiInputTextCallbackData* self,int pos,const char* text,const char* text_end);
|
|
CIMGUI_API void ImGuiInputTextCallbackData_SelectAll(ImGuiInputTextCallbackData* self);
|
|
CIMGUI_API void ImGuiInputTextCallbackData_ClearSelection(ImGuiInputTextCallbackData* self);
|
|
CIMGUI_API bool ImGuiInputTextCallbackData_HasSelection(ImGuiInputTextCallbackData* self);
|
|
CIMGUI_API ImGuiPayload* ImGuiPayload_ImGuiPayload(void);
|
|
CIMGUI_API void ImGuiPayload_destroy(ImGuiPayload* self);
|
|
CIMGUI_API void ImGuiPayload_Clear(ImGuiPayload* self);
|
|
CIMGUI_API bool ImGuiPayload_IsDataType(ImGuiPayload* self,const char* type);
|
|
CIMGUI_API bool ImGuiPayload_IsPreview(ImGuiPayload* self);
|
|
CIMGUI_API bool ImGuiPayload_IsDelivery(ImGuiPayload* self);
|
|
CIMGUI_API ImGuiTableColumnSortSpecs* ImGuiTableColumnSortSpecs_ImGuiTableColumnSortSpecs(void);
|
|
CIMGUI_API void ImGuiTableColumnSortSpecs_destroy(ImGuiTableColumnSortSpecs* self);
|
|
CIMGUI_API ImGuiTableSortSpecs* ImGuiTableSortSpecs_ImGuiTableSortSpecs(void);
|
|
CIMGUI_API void ImGuiTableSortSpecs_destroy(ImGuiTableSortSpecs* self);
|
|
CIMGUI_API ImGuiOnceUponAFrame* ImGuiOnceUponAFrame_ImGuiOnceUponAFrame(void);
|
|
CIMGUI_API void ImGuiOnceUponAFrame_destroy(ImGuiOnceUponAFrame* self);
|
|
CIMGUI_API ImGuiTextFilter* ImGuiTextFilter_ImGuiTextFilter(const char* default_filter);
|
|
CIMGUI_API void ImGuiTextFilter_destroy(ImGuiTextFilter* self);
|
|
CIMGUI_API bool ImGuiTextFilter_Draw(ImGuiTextFilter* self,const char* label,float width);
|
|
CIMGUI_API bool ImGuiTextFilter_PassFilter(ImGuiTextFilter* self,const char* text,const char* text_end);
|
|
CIMGUI_API void ImGuiTextFilter_Build(ImGuiTextFilter* self);
|
|
CIMGUI_API void ImGuiTextFilter_Clear(ImGuiTextFilter* self);
|
|
CIMGUI_API bool ImGuiTextFilter_IsActive(ImGuiTextFilter* self);
|
|
CIMGUI_API ImGuiTextRange* ImGuiTextRange_ImGuiTextRange_Nil(void);
|
|
CIMGUI_API void ImGuiTextRange_destroy(ImGuiTextRange* self);
|
|
CIMGUI_API ImGuiTextRange* ImGuiTextRange_ImGuiTextRange_Str(const char* _b,const char* _e);
|
|
CIMGUI_API bool ImGuiTextRange_empty(ImGuiTextRange* self);
|
|
CIMGUI_API void ImGuiTextRange_split(ImGuiTextRange* self,char separator,ImVector_ImGuiTextRange* out);
|
|
CIMGUI_API ImGuiTextBuffer* ImGuiTextBuffer_ImGuiTextBuffer(void);
|
|
CIMGUI_API void ImGuiTextBuffer_destroy(ImGuiTextBuffer* self);
|
|
CIMGUI_API const char* ImGuiTextBuffer_begin(ImGuiTextBuffer* self);
|
|
CIMGUI_API const char* ImGuiTextBuffer_end(ImGuiTextBuffer* self);
|
|
CIMGUI_API int ImGuiTextBuffer_size(ImGuiTextBuffer* self);
|
|
CIMGUI_API bool ImGuiTextBuffer_empty(ImGuiTextBuffer* self);
|
|
CIMGUI_API void ImGuiTextBuffer_clear(ImGuiTextBuffer* self);
|
|
CIMGUI_API void ImGuiTextBuffer_reserve(ImGuiTextBuffer* self,int capacity);
|
|
CIMGUI_API const char* ImGuiTextBuffer_c_str(ImGuiTextBuffer* self);
|
|
CIMGUI_API void ImGuiTextBuffer_append(ImGuiTextBuffer* self,const char* str,const char* str_end);
|
|
CIMGUI_API void ImGuiTextBuffer_appendfv(ImGuiTextBuffer* self,const char* fmt,va_list args);
|
|
CIMGUI_API ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair_Int(ImGuiID _key,int _val_i);
|
|
CIMGUI_API void ImGuiStoragePair_destroy(ImGuiStoragePair* self);
|
|
CIMGUI_API ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair_Float(ImGuiID _key,float _val_f);
|
|
CIMGUI_API ImGuiStoragePair* ImGuiStoragePair_ImGuiStoragePair_Ptr(ImGuiID _key,void* _val_p);
|
|
CIMGUI_API void ImGuiStorage_Clear(ImGuiStorage* self);
|
|
CIMGUI_API int ImGuiStorage_GetInt(ImGuiStorage* self,ImGuiID key,int default_val);
|
|
CIMGUI_API void ImGuiStorage_SetInt(ImGuiStorage* self,ImGuiID key,int val);
|
|
CIMGUI_API bool ImGuiStorage_GetBool(ImGuiStorage* self,ImGuiID key,bool default_val);
|
|
CIMGUI_API void ImGuiStorage_SetBool(ImGuiStorage* self,ImGuiID key,bool val);
|
|
CIMGUI_API float ImGuiStorage_GetFloat(ImGuiStorage* self,ImGuiID key,float default_val);
|
|
CIMGUI_API void ImGuiStorage_SetFloat(ImGuiStorage* self,ImGuiID key,float val);
|
|
CIMGUI_API void* ImGuiStorage_GetVoidPtr(ImGuiStorage* self,ImGuiID key);
|
|
CIMGUI_API void ImGuiStorage_SetVoidPtr(ImGuiStorage* self,ImGuiID key,void* val);
|
|
CIMGUI_API int* ImGuiStorage_GetIntRef(ImGuiStorage* self,ImGuiID key,int default_val);
|
|
CIMGUI_API bool* ImGuiStorage_GetBoolRef(ImGuiStorage* self,ImGuiID key,bool default_val);
|
|
CIMGUI_API float* ImGuiStorage_GetFloatRef(ImGuiStorage* self,ImGuiID key,float default_val);
|
|
CIMGUI_API void** ImGuiStorage_GetVoidPtrRef(ImGuiStorage* self,ImGuiID key,void* default_val);
|
|
CIMGUI_API void ImGuiStorage_SetAllInt(ImGuiStorage* self,int val);
|
|
CIMGUI_API void ImGuiStorage_BuildSortByKey(ImGuiStorage* self);
|
|
CIMGUI_API ImGuiListClipper* ImGuiListClipper_ImGuiListClipper(void);
|
|
CIMGUI_API void ImGuiListClipper_destroy(ImGuiListClipper* self);
|
|
CIMGUI_API void ImGuiListClipper_Begin(ImGuiListClipper* self,int items_count,float items_height);
|
|
CIMGUI_API void ImGuiListClipper_End(ImGuiListClipper* self);
|
|
CIMGUI_API bool ImGuiListClipper_Step(ImGuiListClipper* self);
|
|
CIMGUI_API ImColor* ImColor_ImColor_Nil(void);
|
|
CIMGUI_API void ImColor_destroy(ImColor* self);
|
|
CIMGUI_API ImColor* ImColor_ImColor_Int(int r,int g,int b,int a);
|
|
CIMGUI_API ImColor* ImColor_ImColor_U32(ImU32 rgba);
|
|
CIMGUI_API ImColor* ImColor_ImColor_Float(float r,float g,float b,float a);
|
|
CIMGUI_API ImColor* ImColor_ImColor_Vec4(const ImVec4 col);
|
|
CIMGUI_API void ImColor_SetHSV(ImColor* self,float h,float s,float v,float a);
|
|
CIMGUI_API void ImColor_HSV(ImColor *pOut,float h,float s,float v,float a);
|
|
CIMGUI_API ImDrawCmd* ImDrawCmd_ImDrawCmd(void);
|
|
CIMGUI_API void ImDrawCmd_destroy(ImDrawCmd* self);
|
|
CIMGUI_API ImTextureID ImDrawCmd_GetTexID(ImDrawCmd* self);
|
|
CIMGUI_API ImDrawListSplitter* ImDrawListSplitter_ImDrawListSplitter(void);
|
|
CIMGUI_API void ImDrawListSplitter_destroy(ImDrawListSplitter* self);
|
|
CIMGUI_API void ImDrawListSplitter_Clear(ImDrawListSplitter* self);
|
|
CIMGUI_API void ImDrawListSplitter_ClearFreeMemory(ImDrawListSplitter* self);
|
|
CIMGUI_API void ImDrawListSplitter_Split(ImDrawListSplitter* self,ImDrawList* draw_list,int count);
|
|
CIMGUI_API void ImDrawListSplitter_Merge(ImDrawListSplitter* self,ImDrawList* draw_list);
|
|
CIMGUI_API void ImDrawListSplitter_SetCurrentChannel(ImDrawListSplitter* self,ImDrawList* draw_list,int channel_idx);
|
|
CIMGUI_API ImDrawList* ImDrawList_ImDrawList(const ImDrawListSharedData* shared_data);
|
|
CIMGUI_API void ImDrawList_destroy(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_PushClipRect(ImDrawList* self,ImVec2 clip_rect_min,ImVec2 clip_rect_max,bool intersect_with_current_clip_rect);
|
|
CIMGUI_API void ImDrawList_PushClipRectFullScreen(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_PopClipRect(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_PushTextureID(ImDrawList* self,ImTextureID texture_id);
|
|
CIMGUI_API void ImDrawList_PopTextureID(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_GetClipRectMin(ImVec2 *pOut,ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_GetClipRectMax(ImVec2 *pOut,ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_AddLine(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,ImU32 col,float thickness);
|
|
CIMGUI_API void ImDrawList_AddRect(ImDrawList* self,const ImVec2 p_min,const ImVec2 p_max,ImU32 col,float rounding,ImDrawFlags flags,float thickness);
|
|
CIMGUI_API void ImDrawList_AddRectFilled(ImDrawList* self,const ImVec2 p_min,const ImVec2 p_max,ImU32 col,float rounding,ImDrawFlags flags);
|
|
CIMGUI_API void ImDrawList_AddRectFilledMultiColor(ImDrawList* self,const ImVec2 p_min,const ImVec2 p_max,ImU32 col_upr_left,ImU32 col_upr_right,ImU32 col_bot_right,ImU32 col_bot_left);
|
|
CIMGUI_API void ImDrawList_AddQuad(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,ImU32 col,float thickness);
|
|
CIMGUI_API void ImDrawList_AddQuadFilled(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,ImU32 col);
|
|
CIMGUI_API void ImDrawList_AddTriangle(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,ImU32 col,float thickness);
|
|
CIMGUI_API void ImDrawList_AddTriangleFilled(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,ImU32 col);
|
|
CIMGUI_API void ImDrawList_AddCircle(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments,float thickness);
|
|
CIMGUI_API void ImDrawList_AddCircleFilled(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments);
|
|
CIMGUI_API void ImDrawList_AddNgon(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments,float thickness);
|
|
CIMGUI_API void ImDrawList_AddNgonFilled(ImDrawList* self,const ImVec2 center,float radius,ImU32 col,int num_segments);
|
|
CIMGUI_API void ImDrawList_AddText_Vec2(ImDrawList* self,const ImVec2 pos,ImU32 col,const char* text_begin,const char* text_end);
|
|
CIMGUI_API void ImDrawList_AddText_FontPtr(ImDrawList* self,const ImFont* font,float font_size,const ImVec2 pos,ImU32 col,const char* text_begin,const char* text_end,float wrap_width,const ImVec4* cpu_fine_clip_rect);
|
|
CIMGUI_API void ImDrawList_AddPolyline(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col,ImDrawFlags flags,float thickness);
|
|
CIMGUI_API void ImDrawList_AddConvexPolyFilled(ImDrawList* self,const ImVec2* points,int num_points,ImU32 col);
|
|
CIMGUI_API void ImDrawList_AddBezierCubic(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,ImU32 col,float thickness,int num_segments);
|
|
CIMGUI_API void ImDrawList_AddBezierQuadratic(ImDrawList* self,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,ImU32 col,float thickness,int num_segments);
|
|
CIMGUI_API void ImDrawList_AddImage(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 p_min,const ImVec2 p_max,const ImVec2 uv_min,const ImVec2 uv_max,ImU32 col);
|
|
CIMGUI_API void ImDrawList_AddImageQuad(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 p1,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,const ImVec2 uv1,const ImVec2 uv2,const ImVec2 uv3,const ImVec2 uv4,ImU32 col);
|
|
CIMGUI_API void ImDrawList_AddImageRounded(ImDrawList* self,ImTextureID user_texture_id,const ImVec2 p_min,const ImVec2 p_max,const ImVec2 uv_min,const ImVec2 uv_max,ImU32 col,float rounding,ImDrawFlags flags);
|
|
CIMGUI_API void ImDrawList_PathClear(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_PathLineTo(ImDrawList* self,const ImVec2 pos);
|
|
CIMGUI_API void ImDrawList_PathLineToMergeDuplicate(ImDrawList* self,const ImVec2 pos);
|
|
CIMGUI_API void ImDrawList_PathFillConvex(ImDrawList* self,ImU32 col);
|
|
CIMGUI_API void ImDrawList_PathStroke(ImDrawList* self,ImU32 col,ImDrawFlags flags,float thickness);
|
|
CIMGUI_API void ImDrawList_PathArcTo(ImDrawList* self,const ImVec2 center,float radius,float a_min,float a_max,int num_segments);
|
|
CIMGUI_API void ImDrawList_PathArcToFast(ImDrawList* self,const ImVec2 center,float radius,int a_min_of_12,int a_max_of_12);
|
|
CIMGUI_API void ImDrawList_PathBezierCubicCurveTo(ImDrawList* self,const ImVec2 p2,const ImVec2 p3,const ImVec2 p4,int num_segments);
|
|
CIMGUI_API void ImDrawList_PathBezierQuadraticCurveTo(ImDrawList* self,const ImVec2 p2,const ImVec2 p3,int num_segments);
|
|
CIMGUI_API void ImDrawList_PathRect(ImDrawList* self,const ImVec2 rect_min,const ImVec2 rect_max,float rounding,ImDrawFlags flags);
|
|
CIMGUI_API void ImDrawList_AddCallback(ImDrawList* self,ImDrawCallback callback,void* callback_data);
|
|
CIMGUI_API void ImDrawList_AddDrawCmd(ImDrawList* self);
|
|
CIMGUI_API ImDrawList* ImDrawList_CloneOutput(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_ChannelsSplit(ImDrawList* self,int count);
|
|
CIMGUI_API void ImDrawList_ChannelsMerge(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList_ChannelsSetCurrent(ImDrawList* self,int n);
|
|
CIMGUI_API void ImDrawList_PrimReserve(ImDrawList* self,int idx_count,int vtx_count);
|
|
CIMGUI_API void ImDrawList_PrimUnreserve(ImDrawList* self,int idx_count,int vtx_count);
|
|
CIMGUI_API void ImDrawList_PrimRect(ImDrawList* self,const ImVec2 a,const ImVec2 b,ImU32 col);
|
|
CIMGUI_API void ImDrawList_PrimRectUV(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 uv_a,const ImVec2 uv_b,ImU32 col);
|
|
CIMGUI_API void ImDrawList_PrimQuadUV(ImDrawList* self,const ImVec2 a,const ImVec2 b,const ImVec2 c,const ImVec2 d,const ImVec2 uv_a,const ImVec2 uv_b,const ImVec2 uv_c,const ImVec2 uv_d,ImU32 col);
|
|
CIMGUI_API void ImDrawList_PrimWriteVtx(ImDrawList* self,const ImVec2 pos,const ImVec2 uv,ImU32 col);
|
|
CIMGUI_API void ImDrawList_PrimWriteIdx(ImDrawList* self,ImDrawIdx idx);
|
|
CIMGUI_API void ImDrawList_PrimVtx(ImDrawList* self,const ImVec2 pos,const ImVec2 uv,ImU32 col);
|
|
CIMGUI_API void ImDrawList__ResetForNewFrame(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList__ClearFreeMemory(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList__PopUnusedDrawCmd(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList__TryMergeDrawCmds(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList__OnChangedClipRect(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList__OnChangedTextureID(ImDrawList* self);
|
|
CIMGUI_API void ImDrawList__OnChangedVtxOffset(ImDrawList* self);
|
|
CIMGUI_API int ImDrawList__CalcCircleAutoSegmentCount(ImDrawList* self,float radius);
|
|
CIMGUI_API void ImDrawList__PathArcToFastEx(ImDrawList* self,const ImVec2 center,float radius,int a_min_sample,int a_max_sample,int a_step);
|
|
CIMGUI_API void ImDrawList__PathArcToN(ImDrawList* self,const ImVec2 center,float radius,float a_min,float a_max,int num_segments);
|
|
CIMGUI_API ImDrawData* ImDrawData_ImDrawData(void);
|
|
CIMGUI_API void ImDrawData_destroy(ImDrawData* self);
|
|
CIMGUI_API void ImDrawData_Clear(ImDrawData* self);
|
|
CIMGUI_API void ImDrawData_DeIndexAllBuffers(ImDrawData* self);
|
|
CIMGUI_API void ImDrawData_ScaleClipRects(ImDrawData* self,const ImVec2 fb_scale);
|
|
CIMGUI_API ImFontConfig* ImFontConfig_ImFontConfig(void);
|
|
CIMGUI_API void ImFontConfig_destroy(ImFontConfig* self);
|
|
CIMGUI_API ImFontGlyphRangesBuilder* ImFontGlyphRangesBuilder_ImFontGlyphRangesBuilder(void);
|
|
CIMGUI_API void ImFontGlyphRangesBuilder_destroy(ImFontGlyphRangesBuilder* self);
|
|
CIMGUI_API void ImFontGlyphRangesBuilder_Clear(ImFontGlyphRangesBuilder* self);
|
|
CIMGUI_API bool ImFontGlyphRangesBuilder_GetBit(ImFontGlyphRangesBuilder* self,size_t n);
|
|
CIMGUI_API void ImFontGlyphRangesBuilder_SetBit(ImFontGlyphRangesBuilder* self,size_t n);
|
|
CIMGUI_API void ImFontGlyphRangesBuilder_AddChar(ImFontGlyphRangesBuilder* self,ImWchar c);
|
|
CIMGUI_API void ImFontGlyphRangesBuilder_AddText(ImFontGlyphRangesBuilder* self,const char* text,const char* text_end);
|
|
CIMGUI_API void ImFontGlyphRangesBuilder_AddRanges(ImFontGlyphRangesBuilder* self,const ImWchar* ranges);
|
|
CIMGUI_API void ImFontGlyphRangesBuilder_BuildRanges(ImFontGlyphRangesBuilder* self,ImVector_ImWchar* out_ranges);
|
|
CIMGUI_API ImFontAtlasCustomRect* ImFontAtlasCustomRect_ImFontAtlasCustomRect(void);
|
|
CIMGUI_API void ImFontAtlasCustomRect_destroy(ImFontAtlasCustomRect* self);
|
|
CIMGUI_API bool ImFontAtlasCustomRect_IsPacked(ImFontAtlasCustomRect* self);
|
|
CIMGUI_API ImFontAtlas* ImFontAtlas_ImFontAtlas(void);
|
|
CIMGUI_API void ImFontAtlas_destroy(ImFontAtlas* self);
|
|
CIMGUI_API ImFont* ImFontAtlas_AddFont(ImFontAtlas* self,const ImFontConfig* font_cfg);
|
|
CIMGUI_API ImFont* ImFontAtlas_AddFontDefault(ImFontAtlas* self,const ImFontConfig* font_cfg);
|
|
CIMGUI_API ImFont* ImFontAtlas_AddFontFromFileTTF(ImFontAtlas* self,const char* filename,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges);
|
|
CIMGUI_API ImFont* ImFontAtlas_AddFontFromMemoryTTF(ImFontAtlas* self,void* font_data,int font_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges);
|
|
CIMGUI_API ImFont* ImFontAtlas_AddFontFromMemoryCompressedTTF(ImFontAtlas* self,const void* compressed_font_data,int compressed_font_size,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges);
|
|
CIMGUI_API ImFont* ImFontAtlas_AddFontFromMemoryCompressedBase85TTF(ImFontAtlas* self,const char* compressed_font_data_base85,float size_pixels,const ImFontConfig* font_cfg,const ImWchar* glyph_ranges);
|
|
CIMGUI_API void ImFontAtlas_ClearInputData(ImFontAtlas* self);
|
|
CIMGUI_API void ImFontAtlas_ClearTexData(ImFontAtlas* self);
|
|
CIMGUI_API void ImFontAtlas_ClearFonts(ImFontAtlas* self);
|
|
CIMGUI_API void ImFontAtlas_Clear(ImFontAtlas* self);
|
|
CIMGUI_API bool ImFontAtlas_Build(ImFontAtlas* self);
|
|
CIMGUI_API void ImFontAtlas_GetTexDataAsAlpha8(ImFontAtlas* self,unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel);
|
|
CIMGUI_API void ImFontAtlas_GetTexDataAsRGBA32(ImFontAtlas* self,unsigned char** out_pixels,int* out_width,int* out_height,int* out_bytes_per_pixel);
|
|
CIMGUI_API bool ImFontAtlas_IsBuilt(ImFontAtlas* self);
|
|
CIMGUI_API void ImFontAtlas_SetTexID(ImFontAtlas* self,ImTextureID id);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesDefault(ImFontAtlas* self);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesKorean(ImFontAtlas* self);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesJapanese(ImFontAtlas* self);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesChineseFull(ImFontAtlas* self);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesChineseSimplifiedCommon(ImFontAtlas* self);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesCyrillic(ImFontAtlas* self);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesThai(ImFontAtlas* self);
|
|
CIMGUI_API const ImWchar* ImFontAtlas_GetGlyphRangesVietnamese(ImFontAtlas* self);
|
|
CIMGUI_API int ImFontAtlas_AddCustomRectRegular(ImFontAtlas* self,int width,int height);
|
|
CIMGUI_API int ImFontAtlas_AddCustomRectFontGlyph(ImFontAtlas* self,ImFont* font,ImWchar id,int width,int height,float advance_x,const ImVec2 offset);
|
|
CIMGUI_API ImFontAtlasCustomRect* ImFontAtlas_GetCustomRectByIndex(ImFontAtlas* self,int index);
|
|
CIMGUI_API void ImFontAtlas_CalcCustomRectUV(ImFontAtlas* self,const ImFontAtlasCustomRect* rect,ImVec2* out_uv_min,ImVec2* out_uv_max);
|
|
CIMGUI_API bool ImFontAtlas_GetMouseCursorTexData(ImFontAtlas* self,ImGuiMouseCursor cursor,ImVec2* out_offset,ImVec2* out_size,ImVec2 out_uv_border[2],ImVec2 out_uv_fill[2]);
|
|
CIMGUI_API ImFont* ImFont_ImFont(void);
|
|
CIMGUI_API void ImFont_destroy(ImFont* self);
|
|
CIMGUI_API const ImFontGlyph* ImFont_FindGlyph(ImFont* self,ImWchar c);
|
|
CIMGUI_API const ImFontGlyph* ImFont_FindGlyphNoFallback(ImFont* self,ImWchar c);
|
|
CIMGUI_API float ImFont_GetCharAdvance(ImFont* self,ImWchar c);
|
|
CIMGUI_API bool ImFont_IsLoaded(ImFont* self);
|
|
CIMGUI_API const char* ImFont_GetDebugName(ImFont* self);
|
|
CIMGUI_API void ImFont_CalcTextSizeA(ImVec2 *pOut,ImFont* self,float size,float max_width,float wrap_width,const char* text_begin,const char* text_end,const char** remaining);
|
|
CIMGUI_API const char* ImFont_CalcWordWrapPositionA(ImFont* self,float scale,const char* text,const char* text_end,float wrap_width);
|
|
CIMGUI_API void ImFont_RenderChar(ImFont* self,ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,ImWchar c);
|
|
CIMGUI_API void ImFont_RenderText(ImFont* self,ImDrawList* draw_list,float size,ImVec2 pos,ImU32 col,const ImVec4 clip_rect,const char* text_begin,const char* text_end,float wrap_width,bool cpu_fine_clip);
|
|
CIMGUI_API void ImFont_BuildLookupTable(ImFont* self);
|
|
CIMGUI_API void ImFont_ClearOutputData(ImFont* self);
|
|
CIMGUI_API void ImFont_GrowIndex(ImFont* self,int new_size);
|
|
CIMGUI_API void ImFont_AddGlyph(ImFont* self,const ImFontConfig* src_cfg,ImWchar c,float x0,float y0,float x1,float y1,float u0,float v0,float u1,float v1,float advance_x);
|
|
CIMGUI_API void ImFont_AddRemapChar(ImFont* self,ImWchar dst,ImWchar src,bool overwrite_dst);
|
|
CIMGUI_API void ImFont_SetGlyphVisible(ImFont* self,ImWchar c,bool visible);
|
|
CIMGUI_API bool ImFont_IsGlyphRangeUnused(ImFont* self,unsigned int c_begin,unsigned int c_last);
|
|
CIMGUI_API ImGuiViewport* ImGuiViewport_ImGuiViewport(void);
|
|
CIMGUI_API void ImGuiViewport_destroy(ImGuiViewport* self);
|
|
CIMGUI_API void ImGuiViewport_GetCenter(ImVec2 *pOut,ImGuiViewport* self);
|
|
CIMGUI_API void ImGuiViewport_GetWorkCenter(ImVec2 *pOut,ImGuiViewport* self);
|
|
|
|
|
|
/////////////////////////hand written functions
|
|
//no LogTextV
|
|
CIMGUI_API void igLogText(CONST char *fmt, ...);
|
|
//no appendfV
|
|
CIMGUI_API void ImGuiTextBuffer_appendf(struct ImGuiTextBuffer *buffer, const char *fmt, ...);
|
|
//for getting FLT_MAX in bindings
|
|
CIMGUI_API float igGET_FLT_MAX();
|
|
//for getting FLT_MIN in bindings
|
|
CIMGUI_API float igGET_FLT_MIN();
|
|
|
|
|
|
CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_create();
|
|
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* self);
|
|
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
|
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
|
|
|
|
|
#endif //CIMGUI_INCLUDED
|
|
|
|
|
|
|
|
|