Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Static variable in class imgui.flag.ImGuiKey
- accept(int) - Method in class imgui.callback.ImListClipperCallback
- accept(long) - Method in class imgui.callback.ImGuiInputTextCallback
-
This function will be called by the native Callback and wrapped.
- accept(ImGuiViewport) - Method in class imgui.callback.ImPlatformFuncViewport
- accept(ImGuiViewport, float) - Method in class imgui.callback.ImPlatformFuncViewportFloat
- accept(ImGuiViewport, ImVec2) - Method in class imgui.callback.ImPlatformFuncViewportImVec2
- accept(ImGuiViewport, String) - Method in class imgui.callback.ImPlatformFuncViewportString
- accept(String) - Method in class imgui.callback.ImStrConsumer
- AcceptBeforeDelivery - Static variable in class imgui.flag.ImGuiDragDropFlags
-
AcceptDragDropPayload() will returns true even before the mouse button is released.
- acceptCopy() - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptCreateNode() - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptCut() - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptDeletedItem() - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptDeletedItem(boolean) - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptDragDropPayload(Class<T>) - Static method in class imgui.ImGui
-
Binding alternative for
ImGui.acceptDragDropPayload(String), which uses payload class as a unique identifier. - acceptDragDropPayload(Class<T>, int) - Static method in class imgui.ImGui
-
Binding alternative for
ImGui.acceptDragDropPayload(String, int), which uses payload class as a unique identifier. - acceptDragDropPayload(String) - Static method in class imgui.ImGui
-
Accept contents of a given type.
- acceptDragDropPayload(String, int) - Static method in class imgui.ImGui
-
Accept contents of a given type.
- acceptDragDropPayload(String, int, Class<T>) - Static method in class imgui.ImGui
-
Type safe alternative for
ImGui.acceptDragDropPayload(String, int), since it checks assignability of the accepted class. - acceptDragDropPayload(String, Class<T>) - Static method in class imgui.ImGui
-
Type safe alternative for
ImGui.acceptDragDropPayload(String), since it checks assignability of the accepted class. - AcceptDrawAsHovered - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Accepting item will render as if hovered.
- acceptDuplicate() - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptNewItem() - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptNewItem(float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptNewItem(float, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptNewItem(ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- acceptNewItem(ImVec4, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- AcceptNoDrawDefaultRect - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Do not draw the default highlight rectangle when hovering over target.
- AcceptNoPreviewTooltip - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Request hiding the BeginDragDropSource tooltip from the BeginDragDropTarget site.
- acceptPaste() - Static method in class imgui.extension.nodeditor.NodeEditor
- AcceptPeekOnly - Static variable in class imgui.flag.ImGuiDragDropFlags
-
For peeking ahead and inspecting the payload before delivery.
- addBackendFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiBackendFlags enum.
- addBezierCubic(float, float, float, float, float, float, float, float, int, float) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- addBezierCubic(float, float, float, float, float, float, float, float, int, float, int) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- addBezierCubic(ImVec2, ImVec2, ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- addBezierCubic(ImVec2, ImVec2, ImVec2, ImVec2, int, float, int) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- addBezierQuadratic(float, float, float, float, float, float, int, float) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- addBezierQuadratic(float, float, float, float, float, float, int, float, int) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- addBezierQuadratic(ImVec2, ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- addBezierQuadratic(ImVec2, ImVec2, ImVec2, int, float, int) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- addChar(char) - Method in class imgui.ImFontGlyphRangesBuilder
-
Adds single character to resulting ranges
- addCircle(float, float, float, int) - Method in class imgui.ImDrawList
- addCircle(float, float, float, int, float) - Method in class imgui.ImDrawList
- addCircle(float, float, float, int, int) - Method in class imgui.ImDrawList
- addCircle(float, float, float, int, int, float) - Method in class imgui.ImDrawList
- addCircle(ImVec2, float, int) - Method in class imgui.ImDrawList
- addCircle(ImVec2, float, int, float) - Method in class imgui.ImDrawList
- addCircle(ImVec2, float, int, int) - Method in class imgui.ImDrawList
- addCircle(ImVec2, float, int, int, float) - Method in class imgui.ImDrawList
- addCircleFilled(float, float, float, int) - Method in class imgui.ImDrawList
- addCircleFilled(float, float, float, int, int) - Method in class imgui.ImDrawList
- addCircleFilled(ImVec2, float, int) - Method in class imgui.ImDrawList
- addCircleFilled(ImVec2, float, int, int) - Method in class imgui.ImDrawList
- addColormap(String, int[]) - Static method in class imgui.extension.implot.ImPlot
- addColormap(String, int[], boolean) - Static method in class imgui.extension.implot.ImPlot
- addColormap(String, ImVec4[]) - Static method in class imgui.extension.implot.ImPlot
- addColormap(String, ImVec4[], boolean) - Static method in class imgui.extension.implot.ImPlot
- addConcavePolyFilled(ImVec2[], int, int) - Method in class imgui.ImDrawList
- addConfigFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiConfigFlags enum.
- addConvexPolyFilled(ImVec2[], int, int) - Method in class imgui.ImDrawList
- addCustomRectFontGlyph(ImFont, short, int, int, float) - Method in class imgui.ImFontAtlas
-
Id needs to be
<0x110000 to register a rectangle to map into a specific font. - addCustomRectFontGlyph(ImFont, short, int, int, float, float, float) - Method in class imgui.ImFontAtlas
-
Id needs to be
<0x110000 to register a rectangle to map into a specific font. - addCustomRectFontGlyph(ImFont, short, int, int, float, ImVec2) - Method in class imgui.ImFontAtlas
-
Id needs to be
<0x110000 to register a rectangle to map into a specific font. - addCustomRectRegular(int, int) - Method in class imgui.ImFontAtlas
- addDockNodeFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] Dock node flags to set when a window of this class is hosted by a dock node (it doesn't have to be selected!)
- addDrawList(ImDrawList) - Method in class imgui.ImDrawData
-
Helper to add an external draw list into an existing ImDrawData.
- addEllipse(float, float, float, float, int) - Method in class imgui.ImDrawList
- addEllipse(float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addEllipse(float, float, float, float, int, float, float) - Method in class imgui.ImDrawList
- addEllipse(float, float, float, float, int, float, float, float) - Method in class imgui.ImDrawList
- addEllipse(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addEllipse(ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addEllipse(ImVec2, ImVec2, int, float, float) - Method in class imgui.ImDrawList
- addEllipse(ImVec2, ImVec2, int, float, float, float) - Method in class imgui.ImDrawList
- addEllipseFilled(float, float, float, float, int) - Method in class imgui.ImDrawList
- addEllipseFilled(float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addEllipseFilled(float, float, float, float, int, float, float) - Method in class imgui.ImDrawList
- addEllipseFilled(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addEllipseFilled(ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addEllipseFilled(ImVec2, ImVec2, int, float, float) - Method in class imgui.ImDrawList
- addFlags(int) - Method in class imgui.extension.imnodes.ImNodesStyle
-
By default, ImNodesStyleFlags_NodeOutline and ImNodesStyleFlags_Gridlines are enabled.
- addFlags(int) - Method in class imgui.ImDrawList
-
Flags, you may poke into these to adjust anti-aliasing settings per-primitive.
- addFlags(int) - Method in class imgui.ImFontAtlas
-
Build flags (see
ImFontAtlasFlags) - addFlags(int) - Method in class imgui.ImGuiViewport
-
See
ImGuiViewportFlags. - addFocusEvent(boolean) - Method in class imgui.ImGuiIO
-
Queue a gain/loss of focus for the application (generally based on OS/platform focus of your window)
- addFont(ImFontConfig) - Method in class imgui.ImFontAtlas
- addFontDefault() - Method in class imgui.ImFontAtlas
- addFontDefault(ImFontConfig) - Method in class imgui.ImFontAtlas
- addFontDefaultBitmap() - Method in class imgui.ImFontAtlas
-
Embedded classic pixel-clean bitmap default font — recommended at size 13px with no scaling.
- addFontDefaultBitmap(ImFontConfig) - Method in class imgui.ImFontAtlas
-
Embedded classic pixel-clean bitmap default font — recommended at size 13px with no scaling.
- addFontDefaultVector() - Method in class imgui.ImFontAtlas
-
Embedded scalable (vector) default font — recommended at any higher size.
- addFontDefaultVector(ImFontConfig) - Method in class imgui.ImFontAtlas
-
Embedded scalable (vector) default font — recommended at any higher size.
- addFontFromFileTTF(String, float) - Method in class imgui.ImFontAtlas
- addFontFromFileTTF(String, float, short[]) - Method in class imgui.ImFontAtlas
- addFontFromFileTTF(String, float, ImFontConfig) - Method in class imgui.ImFontAtlas
- addFontFromFileTTF(String, float, ImFontConfig, short[]) - Method in class imgui.ImFontAtlas
- addFontFromMemoryCompressedBase85TTF(String, float, ImFontConfig) - Method in class imgui.ImFontAtlas
-
'compressed_font_data_base85' still owned by caller.
- addFontFromMemoryCompressedBase85TTF(String, float, ImFontConfig, short[]) - Method in class imgui.ImFontAtlas
-
'compressed_font_data_base85' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], float) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], float, short[]) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], float, ImFontConfig) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], float, ImFontConfig, short[]) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], int, float) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], int, float, short[]) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], int, float, ImFontConfig) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryCompressedTTF(byte[], int, float, ImFontConfig, short[]) - Method in class imgui.ImFontAtlas
-
'compressed_font_data' still owned by caller.
- addFontFromMemoryTTF(byte[], float) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontFromMemoryTTF(byte[], float, short[]) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontFromMemoryTTF(byte[], float, ImFontConfig) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontFromMemoryTTF(byte[], float, ImFontConfig, short[]) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontFromMemoryTTF(byte[], int, float) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontFromMemoryTTF(byte[], int, float, short[]) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontFromMemoryTTF(byte[], int, float, ImFontConfig) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontFromMemoryTTF(byte[], int, float, ImFontConfig, short[]) - Method in class imgui.ImFontAtlas
-
Note: Transfer ownership of 'ttf_data' to ImFontAtlas! Will be deleted after destruction of the atlas.
- addFontLoaderFlags(int) - Method in class imgui.ImFontConfig
-
Settings for custom font loader.
- addImage(long, float, float, float, float) - Method in class imgui.ImDrawList
- addImage(long, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- addImage(long, float, float, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- addImage(long, float, float, float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- addImage(long, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImage(long, ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImage(long, ImVec2, ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImage(long, ImVec2, ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addImageQuad(long, float, float, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- addImageQuad(long, float, float, float, float, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- addImageQuad(long, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- addImageQuad(long, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- addImageQuad(long, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- addImageQuad(long, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- addImageQuad(long, ImVec2, ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImageQuad(long, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImageQuad(long, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImageQuad(long, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImageQuad(long, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
- addImageQuad(long, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addImageRounded(long, float, float, float, float, float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addImageRounded(long, float, float, float, float, float, float, float, float, int, float, int) - Method in class imgui.ImDrawList
- addImageRounded(long, ImVec2, ImVec2, ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addImageRounded(long, ImVec2, ImVec2, ImVec2, ImVec2, int, float, int) - Method in class imgui.ImDrawList
- addInputCharacter(int) - Method in class imgui.ImGuiIO
-
Queue new character input.
- addInputCharactersUTF8(String) - Method in class imgui.ImGuiIO
-
Queue new characters input from a UTF-8 string.
- addInputCharacterUTF16(short) - Method in class imgui.ImGuiIO
-
Queue new character input from a UTF-16 character, it can be a surrogate
- addKeyAnalogEvent(int, boolean, float) - Method in class imgui.ImGuiIO
-
Queue a new key down/up event for analog values (e.g.
- addKeyEvent(int, boolean) - Method in class imgui.ImGuiIO
-
Queue a new key down/up event.
- addLine(float, float, float, float, int) - Method in class imgui.ImDrawList
- addLine(float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addLine(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addLine(ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addLocalFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node
- addLocalFlagsInWindows(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node, applied from windows
- addMarker(int, int, int) - Method in class imgui.extension.texteditor.TextEditor
- addMarker(int, int, int, String) - Method in class imgui.extension.texteditor.TextEditor
- addMarker(int, int, int, String, String) - Method in class imgui.extension.texteditor.TextEditor
- addMouseButtonEvent(int, boolean) - Method in class imgui.ImGuiIO
-
Queue a mouse button change
- addMousePosEvent(float, float) - Method in class imgui.ImGuiIO
-
Queue a mouse position update.
- addMouseSourceEvent(int) - Method in class imgui.ImGuiIO
-
Queue a mouse source change (Mouse/TouchScreen/Pen)
- addMouseViewportEvent(int) - Method in class imgui.ImGuiIO
-
Queue a mouse hovered viewport.
- addMouseWheelEvent(float, float) - Method in class imgui.ImGuiIO
-
Queue a mouse wheel update.
- addNextOccurrence() - Method in class imgui.extension.texteditor.TextEditor
- addNgon(float, float, float, int, int) - Method in class imgui.ImDrawList
- addNgon(float, float, float, int, int, float) - Method in class imgui.ImDrawList
- addNgon(ImVec2, float, int, int) - Method in class imgui.ImDrawList
- addNgon(ImVec2, float, int, int, float) - Method in class imgui.ImDrawList
- addNgonFilled(float, float, float, int, int) - Method in class imgui.ImDrawList
- addNgonFilled(ImVec2, float, int, int) - Method in class imgui.ImDrawList
- addPolyline(ImVec2[], int, int, int, float) - Method in class imgui.ImDrawList
- addQuad(float, float, float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- addQuad(float, float, float, float, float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addQuad(ImVec2, ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addQuad(ImVec2, ImVec2, ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addQuadFilled(float, float, float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- addQuadFilled(ImVec2, ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addRanges(short[]) - Method in class imgui.ImFontGlyphRangesBuilder
-
Copies all given ranges to resulting ranges
- addRect(float, float, float, float, int) - Method in class imgui.ImDrawList
- addRect(float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addRect(float, float, float, float, int, float, float) - Method in class imgui.ImDrawList
- addRect(float, float, float, float, int, float, int) - Method in class imgui.ImDrawList
- addRect(float, float, float, float, int, float, int, float) - Method in class imgui.ImDrawList
- addRect(float, float, float, float, int, int, float) - Method in class imgui.ImDrawList
- addRect(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addRect(ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addRect(ImVec2, ImVec2, int, float, float) - Method in class imgui.ImDrawList
- addRect(ImVec2, ImVec2, int, float, int) - Method in class imgui.ImDrawList
- addRect(ImVec2, ImVec2, int, float, int, float) - Method in class imgui.ImDrawList
- addRect(ImVec2, ImVec2, int, int, float) - Method in class imgui.ImDrawList
- addRectFilled(float, float, float, float, int) - Method in class imgui.ImDrawList
- addRectFilled(float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addRectFilled(float, float, float, float, int, float, int) - Method in class imgui.ImDrawList
- addRectFilled(float, float, float, float, int, int) - Method in class imgui.ImDrawList
- addRectFilled(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addRectFilled(ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addRectFilled(ImVec2, ImVec2, int, float, int) - Method in class imgui.ImDrawList
- addRectFilled(ImVec2, ImVec2, int, int) - Method in class imgui.ImDrawList
- addRectFilledMultiColor(float, float, float, float, int, int, int, int) - Method in class imgui.ImDrawList
- addRectFilledMultiColor(ImVec2, ImVec2, int, int, int, int) - Method in class imgui.ImDrawList
- addSharedFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags shared by all nodes of a same dockspace hierarchy (inherited from the root node)
- addTabItemFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] TabItem flags to set when a window of this class gets submitted into a dock node tab bar.
- addText(float, float, int, String) - Method in class imgui.ImDrawList
- addText(float, float, int, String, String) - Method in class imgui.ImDrawList
- addText(ImFont, int, float, float, int, String) - Method in class imgui.ImDrawList
- addText(ImFont, int, float, float, int, String, float, float, float, float) - Method in class imgui.ImDrawList
- addText(ImFont, int, float, float, int, String, float, float, float, float, float) - Method in class imgui.ImDrawList
- addText(ImFont, int, float, float, int, String, String) - Method in class imgui.ImDrawList
- addText(ImFont, int, float, float, int, String, String, float) - Method in class imgui.ImDrawList
- addText(ImFont, int, float, float, int, String, String, float, float, float, float) - Method in class imgui.ImDrawList
- addText(ImFont, int, float, float, int, String, String, float, float, float, float, float) - Method in class imgui.ImDrawList
- addText(ImFont, int, ImVec2, int, String) - Method in class imgui.ImDrawList
- addText(ImFont, int, ImVec2, int, String, float, ImVec4) - Method in class imgui.ImDrawList
- addText(ImFont, int, ImVec2, int, String, ImVec4) - Method in class imgui.ImDrawList
- addText(ImFont, int, ImVec2, int, String, String) - Method in class imgui.ImDrawList
- addText(ImFont, int, ImVec2, int, String, String, float) - Method in class imgui.ImDrawList
- addText(ImFont, int, ImVec2, int, String, String, float, ImVec4) - Method in class imgui.ImDrawList
- addText(ImFont, int, ImVec2, int, String, String, ImVec4) - Method in class imgui.ImDrawList
- addText(ImVec2, int, String) - Method in class imgui.ImDrawList
- addText(ImVec2, int, String, String) - Method in class imgui.ImDrawList
- addText(String) - Method in class imgui.ImFontGlyphRangesBuilder
-
Adds all characters from the given string to resulting ranges
- addTreeLinesFlags(int) - Method in class imgui.ImGuiStyle
-
Default way to draw lines connecting TreeNode hierarchy (since imgui 1.92).
- addTriangle(float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- addTriangle(float, float, float, float, float, float, int, float) - Method in class imgui.ImDrawList
- addTriangle(ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addTriangle(ImVec2, ImVec2, ImVec2, int, float) - Method in class imgui.ImDrawList
- addTriangleFilled(float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- addTriangleFilled(ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- addViewportFlagsOverrideClear(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to clear when a window of this class owns a viewport.
- addViewportFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to set when a window of this class owns a viewport.
- alignBottom - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorScroll
- alignMiddle - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorScroll
- AlignTextBaseLine - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine
- alignTextToFramePadding() - Static method in class imgui.ImGui
-
Vertically align upcoming text baseline to FramePadding.y so that it will align properly to regularly framed items (call if you have text on a line before a framed item)
- alignTop - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorScroll
- allCursorsHaveSelection() - Method in class imgui.extension.texteditor.TextEditor
- allowAxisFlip(boolean) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Allow axis to flip.
- AllowDoubleClick - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Generate press events on double clicks too
- AllowDuplicateId - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
false // Allow submitting an item with the same identifier as an item already submitted this frame without triggering a warning tooltip if io.ConfigDebugHighlightIdConflicts is set.
- allowedChars - Variable in class imgui.type.ImString.InputData
-
If not empty, then other chars which are different from provided will be filtered during the
ImGui.inputText(java.lang.String, imgui.type.ImString)andImGui.inputTextMultiline(java.lang.String, imgui.type.ImString)methods. - AllowOverlap - Static variable in class imgui.flag.ImGuiButtonFlags
-
Hit testing will allow subsequent widgets to overlap this one.
- AllowOverlap - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Hit testing will allow subsequent widgets to overlap this one.
- AllowOverlap - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Hit testing will allow subsequent widgets to overlap this one.
- AllowOverlap - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
Hit testing will allow subsequent widgets to overlap this one.
- AllowTabInput - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Pressing TAB input a ' ' character into the text field
- AllowVtxOffset - Static variable in class imgui.flag.ImDrawListFlags
-
Can emit 'VtxOffset
>0' to allow large meshes. - AllowWhenBlockedByActiveItem - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Return true even if an active item is blocking access to this item/window.
- AllowWhenBlockedByPopup - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Return true even if a popup window is normally blocking access to this item/window
- AllowWhenDisabled - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Return true even if the item is disabled
- AllowWhenOverlapped - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Definition:
ImGuiHoveredFlags_AllowWhenOverlappedByItem | ImGuiHoveredFlags_AllowWhenOverlappedByWindow - AllowWhenOverlappedByItem - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Return true even if the item uses AllowOverlap mode and is overlapped by another hoverable item.
- AllowWhenOverlappedByWindow - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Return true even if the position is obstructed or overlapped by another window.
- Alpha - Static variable in class imgui.flag.ImGuiStyleVar
-
float Alpha
- AlphaBar - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker: show vertical alpha bar/gradient in picker.
- AlphaMask_ - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Internal] Masks
- AlphaNoBg - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker, ColorButton: disable rendering a checkerboard background behind transparent color.
- AlphaOpaque - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker, ColorButton: disable alpha in the preview,.
- AlphaPreview - Static variable in class imgui.flag.ImGuiColorEditFlags
-
Removed in 1.91.8.
- AlphaPreviewHalf - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker, ColorButton: display half opaque / half transparent preview.
- Always - Static variable in class imgui.extension.implot.flag.ImPlotCond
-
No condition (always set the variable)
- Always - Static variable in class imgui.flag.ImGuiCond
-
No condition (always set the variable), same as _None
- AlwaysAutoResize - Static variable in class imgui.flag.ImGuiChildFlags
-
Combined with AutoResizeX/AutoResizeY.
- AlwaysAutoResize - Static variable in class imgui.flag.ImGuiWindowFlags
-
Resize every window to its content every frame
- AlwaysClamp - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
-
Definition:
1 << 6 - AlwaysClamp - Static variable in class imgui.flag.ImGuiSliderFlags
-
Definition:
ImGuiSliderFlags_ClampOnInput | ImGuiSliderFlags_ClampZeroRange - AlwaysHorizontalScrollbar - Static variable in class imgui.flag.ImGuiWindowFlags
-
Always show horizontal scrollbar (even if ContentSize.x
<Size.x) - AlwaysOverwrite - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Overwrite mode
- AlwaysUseWindowPadding - Static variable in class imgui.flag.ImGuiChildFlags
-
Pad with style.WindowPadding even if no border are drawn (no padding by default for non-bordered child windows because it makes more sense)
- AlwaysVerticalScrollbar - Static variable in class imgui.flag.ImGuiWindowFlags
-
Always show vertical scrollbar (even if ContentSize.y
<Size.y) - AngelScript() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- AngledHeader - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
TableHeadersRow() will submit an angled header row for this column.
- annotation(double, double, float, float, float, float, float, float, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows an annotation callout at a chosen point.
- annotation(double, double, float, float, float, float, float, float, boolean, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows an annotation callout at a chosen point.
- annotation(double, double, float, float, float, float, float, float, boolean, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows an annotation callout at a chosen point with formatted text.
- annotation(double, double, ImVec4, ImVec2, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows an annotation callout at a chosen point.
- annotation(double, double, ImVec4, ImVec2, boolean, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows an annotation callout at a chosen point.
- annotation(double, double, ImVec4, ImVec2, boolean, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows an annotation callout at a chosen point with formatted text.
- AnnotationPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, text padding around annotation labels
- AntiAliasedFill - Static variable in class imgui.flag.ImDrawListFlags
-
Enable anti-aliased edge around filled shapes (rounded rectangles, circles).
- AntiAliasedLines - Static variable in class imgui.flag.ImDrawListFlags
-
Enable anti-aliased lines/borders (*2 the number of triangles for 1.0f wide line or lines thin enough to be drawn using textures, otherwise *3 the number of triangles)
- AntiAliasedLinesUseTex - Static variable in class imgui.flag.ImDrawListFlags
-
Enable anti-aliased lines/borders using textures when possible.
- anyCursorHasSelection() - Method in class imgui.extension.texteditor.TextEditor
- AnyPopup - Static variable in class imgui.flag.ImGuiPopupFlags
-
Definition:
ImGuiPopupFlags_AnyPopupId | ImGuiPopupFlags_AnyPopupLevel - AnyPopupId - Static variable in class imgui.flag.ImGuiPopupFlags
-
For IsPopupOpen(): ignore the ImGuiID parameter and test for any popup.
- AnyPopupLevel - Static variable in class imgui.flag.ImGuiPopupFlags
-
For IsPopupOpen(): search/test at any level of the popup stack (default test in the current level)
- AnyWindow - Static variable in class imgui.flag.ImGuiFocusedFlags
-
Return true if any window is focused.
- AnyWindow - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsWindowHovered() only: Return true if any window is hovered
- Apostrophe - Static variable in class imgui.flag.ImGuiKey
-
'
- AppBack - Static variable in class imgui.flag.ImGuiKey
-
Available on some keyboard/mouses.
- Appearing - Static variable in class imgui.flag.ImGuiCond
-
Set the variable if the object/window is appearing after being hidden/inactive (or the first time)
- AppForward - Static variable in class imgui.flag.ImGuiKey
- areShortcutsEnabled() - Static method in class imgui.extension.nodeditor.NodeEditor
- Arrow - Static variable in class imgui.flag.ImGuiMouseCursor
-
Definition:
0 - arrowButton(String, int) - Static method in class imgui.ImGui
-
Square button with an arrow shape
- arrowButtonEx(String, int, float, float) - Static method in class imgui.internal.ImGui
- arrowButtonEx(String, int, float, float, int) - Static method in class imgui.internal.ImGui
- arrowButtonEx(String, int, ImVec2) - Static method in class imgui.internal.ImGui
- arrowButtonEx(String, int, ImVec2, int) - Static method in class imgui.internal.ImGui
- Ascending - Static variable in class imgui.flag.ImGuiSortDirection
-
Ascending = 0
->9, A->Z etc. - Asterisk - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
a asterisk marker (not fill-able)
- Auto - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
automatic marker selection
- Auto - Static variable in class imgui.internal.flag.ImGuiDataAuthority
- AutoClosePopups - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
true // MenuItem()/Selectable() automatically close their parent popup window.
- AutoFit - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
axis will be auto-fitting to data extents
- AutoHideTabBar - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Tab bar will automatically hide when there is a single window in the dock node.
- AutoHideTabBar - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Tab bar will automatically hide when there is a single window in the dock node.
- AutoResizeX - Static variable in class imgui.flag.ImGuiChildFlags
-
Enable auto-resizing width.
- AutoResizeY - Static variable in class imgui.flag.ImGuiChildFlags
-
Enable auto-resizing height.
- AutoSelectAll - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Select entire text when first taking mouse focus
- AutoSelectNewTabs - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Automatically select new tabs when they appear
- AuxDefault - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
Definition:
ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_Opposite - AxisBg - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
background color of axis hover region (defaults to transparent)
- AxisBgActive - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
axis active color (defaults to ImGuiCol_ButtonActive)
- AxisBgHovered - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
axis hover color (defaults to ImGuiCol_ButtonHovered)
- AxisGrid - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
axis grid color (defaults to 25% ImPlotCol_AxisText)
- AxisText - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
axis label and tick labels color (defaults to ImGuiCol_Text)
- AxisTick - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
axis tick color (defaults to AxisGrid)
B
- B - Static variable in class imgui.flag.ImGuiKey
- background - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- Backslash - Static variable in class imgui.flag.ImGuiKey
-
\ (this text inhibit multiline comment caused by backslash)
- Backspace - Static variable in class imgui.flag.ImGuiKey
- Backward - Static variable in class imgui.extension.nodeditor.flag.NodeEditorFlowDirection
- begin(int) - Method in class imgui.ImGuiListClipper
- begin(int, float) - Method in class imgui.ImGuiListClipper
- begin(String) - Static method in class imgui.extension.nodeditor.NodeEditor
- begin(String) - Static method in class imgui.ImGui
- begin(String, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- begin(String, int) - Static method in class imgui.ImGui
- begin(String, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- begin(String, ImBoolean) - Static method in class imgui.ImGui
- begin(String, ImBoolean, int) - Static method in class imgui.ImGui
- beginAlignedPlots(String) - Static method in class imgui.extension.implot.ImPlot
-
Aligns axis padding over multiple plots in a single row or column.
- beginAlignedPlots(String, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Aligns axis padding over multiple plots in a single row or column.
- beginChild(int) - Static method in class imgui.ImGui
- beginChild(int, float, float) - Static method in class imgui.ImGui
- beginChild(int, float, float, boolean) - Static method in class imgui.ImGui
-
Deprecated.
- beginChild(int, float, float, boolean, int) - Static method in class imgui.ImGui
-
Deprecated.Use
ImGui.beginChild(String, ImVec2, int, int)instead. - beginChild(int, float, float, int) - Static method in class imgui.ImGui
- beginChild(int, float, float, int, int) - Static method in class imgui.ImGui
- beginChild(int, int) - Static method in class imgui.ImGui
- beginChild(int, int, int) - Static method in class imgui.ImGui
- beginChild(int, ImVec2) - Static method in class imgui.ImGui
- beginChild(int, ImVec2, boolean) - Static method in class imgui.ImGui
-
Deprecated.Use
ImGui.beginChild(String, ImVec2, int, int)instead. - beginChild(int, ImVec2, boolean, int) - Static method in class imgui.ImGui
-
Deprecated.Use
ImGui.beginChild(String, ImVec2, int, int)instead. - beginChild(int, ImVec2, int) - Static method in class imgui.ImGui
- beginChild(int, ImVec2, int, int) - Static method in class imgui.ImGui
- beginChild(String) - Static method in class imgui.ImGui
- beginChild(String, float, float) - Static method in class imgui.ImGui
- beginChild(String, float, float, boolean) - Static method in class imgui.ImGui
- beginChild(String, float, float, boolean, int) - Static method in class imgui.ImGui
- beginChild(String, float, float, int) - Static method in class imgui.ImGui
- beginChild(String, float, float, int, int) - Static method in class imgui.ImGui
- beginChild(String, int) - Static method in class imgui.ImGui
- beginChild(String, int, int) - Static method in class imgui.ImGui
- beginChild(String, ImVec2) - Static method in class imgui.ImGui
- beginChild(String, ImVec2, boolean) - Static method in class imgui.ImGui
- beginChild(String, ImVec2, boolean, int) - Static method in class imgui.ImGui
- beginChild(String, ImVec2, int) - Static method in class imgui.ImGui
- beginChild(String, ImVec2, int, int) - Static method in class imgui.ImGui
- beginCombo(String, String) - Static method in class imgui.ImGui
- beginCombo(String, String, int) - Static method in class imgui.ImGui
- beginCreate() - Static method in class imgui.extension.nodeditor.NodeEditor
- beginCreate(float) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginCreate(float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginCreate(float, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginCreate(ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginCreate(ImVec4, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginDelete() - Static method in class imgui.extension.nodeditor.NodeEditor
- beginDisabled() - Static method in class imgui.ImGui
-
Disable all user interactions and dim items visuals (applying style.DisabledAlpha over current colors) BeginDisabled(false) essentially does nothing useful but is provided to facilitate use of boolean expressions.
- beginDisabled(boolean) - Static method in class imgui.ImGui
-
Disable all user interactions and dim items visuals (applying style.DisabledAlpha over current colors) BeginDisabled(false) essentially does nothing useful but is provided to facilitate use of boolean expressions.
- beginDragDropSource() - Static method in class imgui.ImGui
-
Call when the current item is active.
- beginDragDropSource(int) - Static method in class imgui.ImGui
-
Call when the current item is active.
- beginDragDropSourceAxis(int) - Static method in class imgui.extension.implot.ImPlot
-
Turns the current plot's X-axis into a drag and drop source.
- beginDragDropSourceAxis(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Turns the current plot's X-axis into a drag and drop source.
- beginDragDropSourceItem(String) - Static method in class imgui.extension.implot.ImPlot
-
Turns an item in the current plot's legend into a drag and drop source.
- beginDragDropSourceItem(String, int) - Static method in class imgui.extension.implot.ImPlot
-
Turns an item in the current plot's legend into a drag and drop source.
- beginDragDropSourcePlot() - Static method in class imgui.extension.implot.ImPlot
-
Turns the current plot's plotting area into a drag and drop source.
- beginDragDropSourcePlot(int) - Static method in class imgui.extension.implot.ImPlot
-
Turns the current plot's plotting area into a drag and drop source.
- beginDragDropTarget() - Static method in class imgui.ImGui
-
Call after submitting an item that may receive a payload.
- beginDragDropTargetAxis(int) - Static method in class imgui.extension.implot.ImPlot
-
Turns the current plot's X-axis into a drag and drop target.
- beginDragDropTargetLegend() - Static method in class imgui.extension.implot.ImPlot
-
Turns the current plot's legend into a drag and drop target.
- beginDragDropTargetPlot() - Static method in class imgui.extension.implot.ImPlot
-
Turns the current plot's plotting area into a drag and drop target.
- beginFrame() - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Call BeginFrame right after ImGui_XXXX_NewFrame();
- beginGroup() - Static method in class imgui.ImGui
-
Lock horizontal starting position
- beginGroupHint(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginInputAttribute(int) - Static method in class imgui.extension.imnodes.ImNodes
-
Create an input attribute block.
- beginInputAttribute(int, int) - Static method in class imgui.extension.imnodes.ImNodes
-
Create an input attribute block.
- beginItemTooltip() - Static method in class imgui.ImGui
-
Begin/append a tooltip window if preceding item was hovered.
- beginLegendPopup(String) - Static method in class imgui.extension.implot.ImPlot
-
Begins a popup for a legend entry.
- beginLegendPopup(String, int) - Static method in class imgui.extension.implot.ImPlot
-
Begins a popup for a legend entry.
- beginListBox(String) - Static method in class imgui.ImGui
-
Open a framed scrolling region.
- beginListBox(String, float, float) - Static method in class imgui.ImGui
-
Open a framed scrolling region.
- beginListBox(String, ImVec2) - Static method in class imgui.ImGui
-
Open a framed scrolling region.
- beginMainMenuBar() - Static method in class imgui.ImGui
-
Create and append to a full screen menu-bar.
- beginMenu(String) - Static method in class imgui.ImGui
-
Create a sub-menu entry.
- beginMenu(String, boolean) - Static method in class imgui.ImGui
-
Create a sub-menu entry.
- beginMenuBar() - Static method in class imgui.ImGui
-
Append to menu-bar of current window (requires ImGuiWindowFlags_MenuBar flag set on parent window).
- beginNode(int) - Static method in class imgui.extension.imnodes.ImNodes
- beginNode(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginNodeEditor() - Static method in class imgui.extension.imnodes.ImNodes
-
The top-level function call.
- beginNodeTitleBar() - Static method in class imgui.extension.imnodes.ImNodes
-
Place your node title bar content (such as the node title, using ImGui::Text) between the following function calls.
- beginOutputAttribute(int) - Static method in class imgui.extension.imnodes.ImNodes
-
Create an output attribute block.
- beginOutputAttribute(int, int) - Static method in class imgui.extension.imnodes.ImNodes
-
Create an output attribute block.
- beginPin(long, int) - Static method in class imgui.extension.nodeditor.NodeEditor
- beginPlot(String) - Static method in class imgui.extension.implot.ImPlot
- beginPlot(String, float, float) - Static method in class imgui.extension.implot.ImPlot
- beginPlot(String, float, float, int) - Static method in class imgui.extension.implot.ImPlot
- beginPlot(String, int) - Static method in class imgui.extension.implot.ImPlot
- beginPlot(String, ImVec2) - Static method in class imgui.extension.implot.ImPlot
- beginPlot(String, ImVec2, int) - Static method in class imgui.extension.implot.ImPlot
- beginPopup(String) - Static method in class imgui.ImGui
-
Return true if the popup is open, and you can start outputting to it.
- beginPopup(String, int) - Static method in class imgui.ImGui
-
Return true if the popup is open, and you can start outputting to it.
- beginPopupContextItem() - Static method in class imgui.ImGui
-
Open+begin popup when clicked on last item.
- beginPopupContextItem(int) - Static method in class imgui.ImGui
-
Open+begin popup when clicked on last item.
- beginPopupContextItem(String) - Static method in class imgui.ImGui
-
Open+begin popup when clicked on last item.
- beginPopupContextItem(String, int) - Static method in class imgui.ImGui
-
Open+begin popup when clicked on last item.
- beginPopupContextVoid() - Static method in class imgui.ImGui
-
Open+begin popup when clicked in void (where there are no windows).
- beginPopupContextVoid(int) - Static method in class imgui.ImGui
-
Open+begin popup when clicked in void (where there are no windows).
- beginPopupContextVoid(String) - Static method in class imgui.ImGui
-
Open+begin popup when clicked in void (where there are no windows).
- beginPopupContextVoid(String, int) - Static method in class imgui.ImGui
-
Open+begin popup when clicked in void (where there are no windows).
- beginPopupContextWindow() - Static method in class imgui.ImGui
-
Open+begin popup when clicked on current window.
- beginPopupContextWindow(int) - Static method in class imgui.ImGui
-
Open+begin popup when clicked on current window.
- beginPopupContextWindow(String) - Static method in class imgui.ImGui
-
Open+begin popup when clicked on current window.
- beginPopupContextWindow(String, int) - Static method in class imgui.ImGui
-
Open+begin popup when clicked on current window.
- beginPopupModal(String) - Static method in class imgui.ImGui
-
Return true if the popup is open, and you can start outputting to it.
- beginPopupModal(String, int) - Static method in class imgui.ImGui
-
Return true if the popup is open, and you can start outputting to it.
- beginPopupModal(String, ImBoolean) - Static method in class imgui.ImGui
-
Return true if the popup is open, and you can start outputting to it.
- beginPopupModal(String, ImBoolean, int) - Static method in class imgui.ImGui
-
Return true if the popup is open, and you can start outputting to it.
- beginShortcut() - Static method in class imgui.extension.nodeditor.NodeEditor
- beginStaticAttribute(int) - Static method in class imgui.extension.imnodes.ImNodes
-
Create a static attribute block.
- beginSubplots(String, int, int, float, float) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, float, float, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, float, float, int) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, float, float, int, float[]) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, float, float, int, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, ImVec2) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, ImVec2, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, ImVec2, int) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, ImVec2, int, float[]) - Static method in class imgui.extension.implot.ImPlot
- beginSubplots(String, int, int, ImVec2, int, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
- beginTabBar(String) - Static method in class imgui.ImGui
-
Create and append into a TabBar
- beginTabBar(String, int) - Static method in class imgui.ImGui
-
Create and append into a TabBar
- beginTabItem(String) - Static method in class imgui.ImGui
-
Create a Tab.
- beginTabItem(String, int) - Static method in class imgui.ImGui
-
Create a Tab.
- beginTabItem(String, ImBoolean) - Static method in class imgui.ImGui
-
Create a Tab.
- beginTabItem(String, ImBoolean, int) - Static method in class imgui.ImGui
-
Create a Tab.
- beginTable(String, int) - Static method in class imgui.ImGui
- beginTable(String, int, float) - Static method in class imgui.ImGui
- beginTable(String, int, float, float, float) - Static method in class imgui.ImGui
- beginTable(String, int, int) - Static method in class imgui.ImGui
- beginTable(String, int, int, float) - Static method in class imgui.ImGui
- beginTable(String, int, int, float, float) - Static method in class imgui.ImGui
- beginTable(String, int, int, float, float, float) - Static method in class imgui.ImGui
- beginTable(String, int, int, ImVec2) - Static method in class imgui.ImGui
- beginTable(String, int, int, ImVec2, float) - Static method in class imgui.ImGui
- beginTable(String, int, ImVec2, float) - Static method in class imgui.ImGui
- beginTooltip() - Static method in class imgui.ImGui
-
Begin/append a tooltip window.
- Bg - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- Bitmap - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Enable FreeType bitmap glyphs
- Bold - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Styling: Should we artificially embolden the font?
- Bool - Static variable in class imgui.flag.ImGuiDataType
-
bool (provided for user convenience, not supported by scalar widgets)
- Border - Static variable in class imgui.flag.ImGuiCol
- Borders - Static variable in class imgui.flag.ImGuiChildFlags
-
Show an outer border and enable WindowPadding.
- Borders - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw all borders.
- BordersH - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw horizontal borders.
- BorderShadow - Static variable in class imgui.flag.ImGuiCol
- BordersInner - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw inner borders.
- BordersInnerH - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw horizontal borders between rows.
- BordersInnerV - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw vertical borders between columns.
- BordersOuter - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw outer borders.
- BordersOuterH - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw horizontal borders at the top and bottom.
- BordersOuterV - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw vertical borders on the left and right sides.
- BordersV - Static variable in class imgui.flag.ImGuiTableFlags
-
Draw vertical borders.
- BottomLeft - Static variable in class imgui.extension.imnodes.flag.ImNodesMiniMapLocation
- BottomRight - Static variable in class imgui.extension.imnodes.flag.ImNodesMiniMapLocation
- BOUNDS - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 10) - BoxSelector - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- BoxSelectorOutline - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- BrBG - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
brown/blue-green, Color Brewer (qual=false, n=11)
- breakLinksNode(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- breakLinksPin(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- bringWindowToDisplayBack(ImGuiWindow) - Static method in class imgui.internal.ImGui
- bringWindowToDisplayBehind(ImGuiWindow, ImGuiWindow) - Static method in class imgui.internal.ImGui
- bringWindowToDisplayFront(ImGuiWindow) - Static method in class imgui.internal.ImGui
- bringWindowToFocusFront(ImGuiWindow) - Static method in class imgui.internal.ImGui
- build() - Method in class imgui.ImFontAtlas
-
Build pixels data.
- build() - Method in class imgui.ImGuiTextFilter
- buildRanges() - Method in class imgui.ImFontGlyphRangesBuilder
-
Builds the final result (ordered ranges with all the unique characters submitted) Result of this function can be directly passed to ImFontAtlas
- buildSortByKey() - Method in class imgui.ImGuiStorage
-
For quicker full rebuild of a storage (instead of an incremental one), you may add all your contents and then sort once.
- bullet() - Static method in class imgui.ImGui
-
Draw a small circle + keep the cursor on the same line.
- Bullet - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Display a bullet instead of arrow.
- bulletText(String) - Static method in class imgui.ImGui
-
Shortcut for Bullet()+Text()
- bustColorCache() - Static method in class imgui.extension.implot.ImPlot
-
When items in a plot sample their color from a colormap, the color is cached and does not change unless explicitly overriden.
- bustColorCache(String) - Static method in class imgui.extension.implot.ImPlot
-
When items in a plot sample their color from a colormap, the color is cached and does not change unless explicitly overriden.
- button(String) - Static method in class imgui.ImGui
-
Button
- button(String, float, float) - Static method in class imgui.ImGui
-
Button
- button(String, ImVec2) - Static method in class imgui.ImGui
-
Button
- Button - Static variable in class imgui.flag.ImGuiCol
- ButtonActive - Static variable in class imgui.flag.ImGuiCol
- buttonBehavior(float, float, float, float, int, ImBoolean, ImBoolean) - Static method in class imgui.internal.ImGui
- buttonBehavior(float, float, float, float, int, ImBoolean, ImBoolean, int) - Static method in class imgui.internal.ImGui
- buttonBehavior(ImRect, int, ImBoolean, ImBoolean) - Static method in class imgui.internal.ImGui
- buttonBehavior(ImRect, int, ImBoolean, ImBoolean, int) - Static method in class imgui.internal.ImGui
- buttonEx(String) - Static method in class imgui.internal.ImGui
- buttonEx(String, float, float) - Static method in class imgui.internal.ImGui
- buttonEx(String, float, float, int) - Static method in class imgui.internal.ImGui
- buttonEx(String, int) - Static method in class imgui.internal.ImGui
- buttonEx(String, ImVec2) - Static method in class imgui.internal.ImGui
- buttonEx(String, ImVec2, int) - Static method in class imgui.internal.ImGui
- ButtonHovered - Static variable in class imgui.flag.ImGuiCol
- ButtonRepeat - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
false // Any button-like behavior will have repeat mode enabled (based on io.KeyRepeatDelay and io.KeyRepeatRate values).
- ButtonTextAlign - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 ButtonTextAlign
C
- C - Static variable in class imgui.flag.ImGuiKey
- C() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- calcItemSize(float, float, float, float) - Static method in class imgui.internal.ImGui
- calcItemSize(ImVec2, float, float) - Static method in class imgui.internal.ImGui
- calcItemSize(ImVec2, float, float, float, float) - Static method in class imgui.internal.ImGui
- calcItemSize(ImVec2, ImVec2, float, float) - Static method in class imgui.internal.ImGui
- calcItemSizeX(ImVec2, float, float) - Static method in class imgui.internal.ImGui
- calcItemSizeY(ImVec2, float, float) - Static method in class imgui.internal.ImGui
- calcItemWidth() - Static method in class imgui.ImGui
-
Width of item given pushed settings and current cursor position.
- calcSizes(MemoryEditorSizes, long, long) - Method in class imgui.extension.memedit.MemoryEditor
- calcTextSize(ImVec2, String) - Static method in class imgui.ImGui
- calcTextSize(ImVec2, String, boolean) - Static method in class imgui.ImGui
- calcTextSize(ImVec2, String, boolean, float) - Static method in class imgui.ImGui
- calcTextSize(ImVec2, String, float) - Static method in class imgui.ImGui
- calcTextSize(String) - Static method in class imgui.ImGui
- calcTextSize(String, boolean) - Static method in class imgui.ImGui
- calcTextSize(String, boolean, float) - Static method in class imgui.ImGui
- calcTextSize(String, float) - Static method in class imgui.ImGui
- calcTextSizeA(float, float, float, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeA(float, float, float, String, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeA(ImVec2, float, float, float, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeA(ImVec2, float, float, float, String, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeAX(float, float, float, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeAX(float, float, float, String, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeAY(float, float, float, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeAY(float, float, float, String, String) - Method in class imgui.ImFont
-
'max_width' stops rendering after a certain width (could be turned into a 2d size).
- calcTextSizeX(String) - Static method in class imgui.ImGui
- calcTextSizeX(String, boolean) - Static method in class imgui.ImGui
- calcTextSizeX(String, boolean, float) - Static method in class imgui.ImGui
- calcTextSizeX(String, float) - Static method in class imgui.ImGui
- calcTextSizeY(String) - Static method in class imgui.ImGui
- calcTextSizeY(String, boolean) - Static method in class imgui.ImGui
- calcTextSizeY(String, boolean, float) - Static method in class imgui.ImGui
- calcTextSizeY(String, float) - Static method in class imgui.ImGui
- calcWindowNextAutoFitSize(ImVec2, ImGuiWindow) - Static method in class imgui.internal.ImGui
- calcWindowNextAutoFitSize(ImGuiWindow) - Static method in class imgui.internal.ImGui
- calcWindowNextAutoFitSizeX(ImGuiWindow) - Static method in class imgui.internal.ImGui
- calcWindowNextAutoFitSizeY(ImGuiWindow) - Static method in class imgui.internal.ImGui
- calcWordWrapPositionA(float, String, String, float) - Method in class imgui.ImFont
-
Deprecated.since imgui 1.92; prefer
CalcWordWrapPosition(size, ...). This overload is kept as a legacy redirect; internally it passesLegacySize * scaleas the size. - calcWrapWidthForPos(float, float, float) - Static method in class imgui.internal.ImGui
- calcWrapWidthForPos(ImVec2, float) - Static method in class imgui.internal.ImGui
- CallbackAlways - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Callback on each iteration.
- CallbackCharFilter - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Callback on character inputs to replace or discard them.
- CallbackCompletion - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Callback on pressing TAB (for completion handling)
- CallbackEdit - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Callback on any edit.
- CallbackHistory - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Callback on pressing Up/Down arrows (for history handling)
- CallbackResize - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Callback on buffer capacity changes request (beyond 'buf_size' parameter value), allowing the string to grow.
- cancelPlotSelection() - Static method in class imgui.extension.implot.ImPlot
-
Cancels the current plot box selection.
- CanHostOtherWindows - Static variable in class imgui.flag.ImGuiViewportFlags
-
Viewport can host multiple imgui windows (secondary viewports are associated to a single window).
- canRedo() - Method in class imgui.extension.texteditor.TextEditor
- canUndo() - Method in class imgui.extension.texteditor.TextEditor
- CanvasOnly - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
Definition:
ImPlotFlags_NoTitle | ImPlotFlags_NoLegend | ImPlotFlags_NoMenus | ImPlotFlags_NoBoxSelect | ImPlotFlags_NoMouseText - canvasToScreen(float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- canvasToScreen(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- canvasToScreen(ImVec2, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- canvasToScreen(ImVec2, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- canvasToScreenX(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- canvasToScreenY(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- CapsLock - Static variable in class imgui.flag.ImGuiKey
- CARET_LEN - Static variable in class imgui.type.ImString
-
Size of ImGui caret which is shown during the input text focus.
- CellBg - Static variable in class imgui.flag.ImGuiTableBgTarget
-
Set cell background color (top-most color)
- CellPadding - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 CellPadding
- Center - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
center-center
- centerNodeOnScreen(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- CenterOnly - Static variable in class imgui.extension.nodeditor.flag.NodeEditorCanvasSizeMode
-
Previous view will be centered on new view
- CentralNode - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Saved // The central node has 2 main properties: stay visible when empty, only use "remaining" spaces from its neighbor.
- channelsMerge() - Method in class imgui.ImDrawList
- channelsSetCurrent(int) - Method in class imgui.ImDrawList
- channelsSplit(int) - Method in class imgui.ImDrawList
- CharsDecimal - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Allow 0123456789.+-* /
- CharsHexadecimal - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Allow 0123456789ABCDEFabcdef
- CharsNoBlank - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Filter out spaces, tabs
- CharsScientific - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Allow 0123456789.+-* /eE (Scientific notation input)
- CharsUppercase - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Turn a..z into A..Z
- checkbox(String, boolean) - Static method in class imgui.ImGui
- checkbox(String, ImBoolean) - Static method in class imgui.ImGui
- checkboxFlags(String, ImInt, int) - Static method in class imgui.ImGui
- CheckMark - Static variable in class imgui.flag.ImGuiCol
-
Checkbox tick and RadioButton circle
- ChildBg - Static variable in class imgui.flag.ImGuiCol
-
Background of child windows
- ChildBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float ChildBorderSize
- ChildMenu - Static variable in class imgui.flag.ImGuiWindowFlags
-
Don't use! For internal use by BeginMenu()
- ChildRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float ChildRounding
- ChildWindow - Static variable in class imgui.flag.ImGuiWindowFlags
-
Don't use! For internal use by BeginChild()
- ChildWindows - Static variable in class imgui.flag.ImGuiFocusedFlags
-
Return true if any children of the window is focused
- ChildWindows - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsWindowHovered() only: Return true if any children of the window is hovered
- Circle - Static variable in class imgui.extension.imnodes.flag.ImNodesPinShape
- Circle - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
a circle marker (default)
- CircleFilled - Static variable in class imgui.extension.imnodes.flag.ImNodesPinShape
- clamp(double) - Method in class imgui.extension.implot.ImPlotRange
- clamp(double, double) - Method in class imgui.extension.implot.ImPlotRect
- clamp(ImPlotPoint) - Method in class imgui.extension.implot.ImPlotRect
- ClampOnInput - Static variable in class imgui.flag.ImGuiSliderFlags
-
Clamp value to min/max bounds when input manually with Ctrl+Click.
- ClampZeroRange - Static variable in class imgui.flag.ImGuiSliderFlags
-
Clamp even if min==max==0.0f.
- clear() - Method in class imgui.ImDrawData
- clear() - Method in class imgui.ImFontAtlas
-
Clear all input and output.
- clear() - Method in class imgui.ImFontGlyphRangesBuilder
- clear() - Method in class imgui.ImGuiStorage
- clear() - Method in class imgui.ImGuiTextFilter
- clear() - Method in class imgui.type.ImString
-
Clears underlying string by setting empty value.
- clearActiveID() - Static method in class imgui.internal.ImGui
- clearCursors() - Method in class imgui.extension.texteditor.TextEditor
- clearEventsQueue() - Method in class imgui.ImGuiIO
-
Clear all incoming events.
- clearFonts() - Method in class imgui.ImFontAtlas
-
Clear output font data (glyphs storage, UV coordinates).
- clearInputData() - Method in class imgui.ImFontAtlas
-
Clear input data (all ImFontConfig structures including sizes, TTF data, glyph ranges, etc.) = all the data used to build the texture and fonts.
- clearInputKeys() - Method in class imgui.ImGuiIO
-
Clear current keyboard/gamepad state + current frame text input buffer.
- clearInputMouse() - Method in class imgui.ImGuiIO
-
Clear current mouse state.
- clearLinkSelection() - Static method in class imgui.extension.imnodes.ImNodes
-
Clears the list of selected nodes/links.
- clearLinkSelection(int) - Static method in class imgui.extension.imnodes.ImNodes
- clearMarkers() - Method in class imgui.extension.texteditor.TextEditor
- clearNodeSelection() - Static method in class imgui.extension.imnodes.ImNodes
-
Clears the list of selected nodes/links.
- clearNodeSelection(int) - Static method in class imgui.extension.imnodes.ImNodes
- clearSelection() - Static method in class imgui.extension.nodeditor.NodeEditor
- clearSelection() - Method in class imgui.ImGuiInputTextCallbackData
- clearTexData() - Method in class imgui.ImFontAtlas
-
Clear output texture data (CPU side).
- clearText() - Method in class imgui.extension.texteditor.TextEditor
- clone() - Method in class imgui.extension.implot.ImPlotPoint
- clone() - Method in class imgui.extension.implot.ImPlotRange
- clone() - Method in class imgui.extension.implot.ImPlotRect
- clone() - Method in class imgui.extension.texteditor.TextEditorCursorPosition
- clone() - Method in class imgui.extension.texteditor.TextEditorCursorSelection
- clone() - Method in class imgui.ImVec2
- clone() - Method in class imgui.ImVec4
- clone() - Method in class imgui.internal.ImRect
- clone() - Method in class imgui.type.ImBoolean
- clone() - Method in class imgui.type.ImDouble
- clone() - Method in class imgui.type.ImFloat
- clone() - Method in class imgui.type.ImInt
- clone() - Method in class imgui.type.ImLong
- clone() - Method in class imgui.type.ImShort
- clone() - Method in class imgui.type.ImString
- closeButton(int, float, float) - Static method in class imgui.internal.ImGui
- closeButton(int, ImVec2) - Static method in class imgui.internal.ImGui
- closeCurrentPopup() - Static method in class imgui.ImGui
-
Manually close the popup we have begin-ed into.
- Closed - Static variable in class imgui.flag.ImDrawFlags
-
PathStroke(), AddPolyline(): specify that shape should be closed (Important: this is always == 1 for legacy reason)
- closeFindReplaceWindow() - Method in class imgui.extension.texteditor.TextEditor
- collapseButton(int, float, float, ImGuiDockNode) - Static method in class imgui.internal.ImGui
- collapseButton(int, ImVec2, ImGuiDockNode) - Static method in class imgui.internal.ImGui
- collapsingHeader(String) - Static method in class imgui.ImGui
-
If returning 'true' the header is open.
- collapsingHeader(String, int) - Static method in class imgui.ImGui
-
If returning 'true' the header is open.
- collapsingHeader(String, ImBoolean) - Static method in class imgui.ImGui
-
When 'p_visible != NULL': if '*p_visible==true' display an additional small close button on upper right of the header which will set the bool to false when clicked, if '*p_visible==false' don't display the header.
- collapsingHeader(String, ImBoolean, int) - Static method in class imgui.ImGui
-
When 'p_visible != NULL': if '*p_visible==true' display an additional small close button on upper right of the header which will set the bool to false when clicked, if '*p_visible==false' don't display the header.
- CollapsingHeader - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Definition:
ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog - ColMajor - Static variable in class imgui.extension.implot.flag.ImPlotHeatmapFlags
-
data will be read in column major order
- ColMajor - Static variable in class imgui.extension.implot.flag.ImPlotHistogramFlags
-
data will be read in column major order (not supported by PlotHistogram)
- colorButton(String, float[]) - Static method in class imgui.ImGui
-
Deprecated.
- colorButton(String, float[], float, float) - Static method in class imgui.ImGui
-
Deprecated.
- colorButton(String, float[], int) - Static method in class imgui.ImGui
-
Deprecated.
- colorButton(String, float[], int, float, float) - Static method in class imgui.ImGui
-
Deprecated.
- colorButton(String, float[], int, ImVec2) - Static method in class imgui.ImGui
-
Deprecated.
- colorButton(String, float[], ImVec2) - Static method in class imgui.ImGui
-
Deprecated.
- colorButton(String, float, float, float, float) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorButton(String, float, float, float, float, float, float) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorButton(String, float, float, float, float, int) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorButton(String, float, float, float, float, int, float, float) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorButton(String, ImVec4) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorButton(String, ImVec4, int) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorButton(String, ImVec4, int, ImVec2) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorButton(String, ImVec4, ImVec2) - Static method in class imgui.ImGui
-
Display a colored square/button, hover for details, return true when pressed.
- colorConvertFloat4ToU32(float, float, float, float) - Static method in class imgui.ImGui
- colorConvertFloat4ToU32(ImVec4) - Static method in class imgui.ImGui
- colorConvertHSVtoRGB(float[], float[]) - Static method in class imgui.ImGui
- colorConvertRGBtoHSV(float[], float[]) - Static method in class imgui.ImGui
- colorConvertU32ToFloat4(int) - Static method in class imgui.ImGui
- colorConvertU32ToFloat4(ImVec4, int) - Static method in class imgui.ImGui
- colorConvertU32ToFloat4W(int) - Static method in class imgui.ImGui
- colorConvertU32ToFloat4X(int) - Static method in class imgui.ImGui
- colorConvertU32ToFloat4Y(int) - Static method in class imgui.ImGui
- colorConvertU32ToFloat4Z(int) - Static method in class imgui.ImGui
- colorEdit3(String, float[]) - Static method in class imgui.ImGui
- colorEdit3(String, float[], int) - Static method in class imgui.ImGui
- colorEdit4(String, float[]) - Static method in class imgui.ImGui
- colorEdit4(String, float[], int) - Static method in class imgui.ImGui
- colormapButton(String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a button with a colormap gradient brackground.
- colormapButton(String, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a button with a colormap gradient brackground.
- colormapButton(String, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a button with a colormap gradient brackground.
- colormapButton(String, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a button with a colormap gradient brackground.
- colormapButton(String, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Shows a button with a colormap gradient brackground.
- colormapButton(String, ImVec2, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a button with a colormap gradient brackground.
- colormapIcon(int) - Static method in class imgui.extension.implot.ImPlot
- colormapScale(String, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, float, float, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, float, float, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, float, float, String, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, float, float, String, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, ImVec2, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, ImVec2, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, ImVec2, String, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, ImVec2, String, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapScale(String, double, double, String, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a vertical color scale with linear spaced ticks using the specified color map.
- colormapSlider(String, ImFloat) - Static method in class imgui.extension.implot.ImPlot
-
Shows a horizontal slider with a colormap gradient background.
- colormapSlider(String, ImFloat, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a horizontal slider with a colormap gradient background.
- colormapSlider(String, ImFloat, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a horizontal slider with a colormap gradient background.
- colormapSlider(String, ImFloat, String, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a horizontal slider with a colormap gradient background.
- ColorMarkers - Static variable in class imgui.flag.ImGuiSliderFlags
-
DragScalarN(), SliderScalarN(): Draw R/G/B/A color markers on each component.
- colorPicker3(String, float[]) - Static method in class imgui.ImGui
- colorPicker3(String, float[], int) - Static method in class imgui.ImGui
- colorPicker4(String, float[]) - Static method in class imgui.ImGui
- colorPicker4(String, float[], float[]) - Static method in class imgui.ImGui
- colorPicker4(String, float[], int) - Static method in class imgui.ImGui
- colorPicker4(String, float[], int, float[]) - Static method in class imgui.ImGui
- column - Variable in class imgui.extension.texteditor.TextEditorCursorPosition
- columns() - Static method in class imgui.ImGui
- columns(boolean) - Static method in class imgui.ImGui
- columns(int) - Static method in class imgui.ImGui
- columns(int, boolean) - Static method in class imgui.ImGui
- columns(int, String) - Static method in class imgui.ImGui
- columns(int, String, boolean) - Static method in class imgui.ImGui
- columns(String, boolean) - Static method in class imgui.ImGui
- combo(String, ImInt, String) - Static method in class imgui.ImGui
-
Separate items with \0 within a string, end item-list with \0\0.
- combo(String, ImInt, String[]) - Static method in class imgui.ImGui
- combo(String, ImInt, String[], int) - Static method in class imgui.ImGui
- combo(String, ImInt, String, int) - Static method in class imgui.ImGui
-
Separate items with \0 within a string, end item-list with \0\0.
- Comma - Static variable in class imgui.flag.ImGuiKey
-
,
- comment - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- compareTo(ImBoolean) - Method in class imgui.type.ImBoolean
- compareTo(ImDouble) - Method in class imgui.type.ImDouble
- compareTo(ImFloat) - Method in class imgui.type.ImFloat
- compareTo(ImInt) - Method in class imgui.type.ImInt
- compareTo(ImLong) - Method in class imgui.type.ImLong
- compareTo(ImShort) - Method in class imgui.type.ImShort
- compareTo(ImString) - Method in class imgui.type.ImString
- contains(double) - Method in class imgui.extension.implot.ImPlotRange
- contains(double, double) - Method in class imgui.extension.implot.ImPlotRect
- contains(ImPlotPoint) - Method in class imgui.extension.implot.ImPlotRect
- ContextMenuInBody - Static variable in class imgui.flag.ImGuiTableFlags
-
Right-click on columns body/contents will also display table context menu.
- Cool - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- copy() - Method in class imgui.extension.texteditor.TextEditor
- count - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- Count - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- Count - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- COUNT - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- COUNT - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- COUNT - Static variable in class imgui.extension.implot.flag.ImPlotAxis
-
bookkeeping
- COUNT - Static variable in class imgui.extension.implot.flag.ImPlotCol
- COUNT - Static variable in class imgui.extension.implot.flag.ImPlotMarker
- COUNT - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
- COUNT - Static variable in class imgui.flag.ImGuiCol
- COUNT - Static variable in class imgui.flag.ImGuiDataType
- COUNT - Static variable in class imgui.flag.ImGuiDir
- COUNT - Static variable in class imgui.flag.ImGuiKey
-
Obsoleted in 1.91.5 because it was misleading (since named keys don't start at 0 anymore)
- COUNT - Static variable in class imgui.flag.ImGuiMouseButton
-
Definition:
5 - COUNT - Static variable in class imgui.flag.ImGuiMouseCursor
- COUNT - Static variable in class imgui.flag.ImGuiMouseSource
- COUNT - Static variable in class imgui.flag.ImGuiStyleVar
- Cpp() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- create() - Method in class imgui.binding.ImGuiStructDestroyable
- create() - Method in class imgui.extension.implot.ImPlotInputMap
- create() - Method in class imgui.extension.implot.ImPlotSpec
- create() - Method in class imgui.extension.implot.ImPlotStyle
- create() - Method in class imgui.extension.memedit.MemoryEditor
- create() - Method in class imgui.extension.memedit.MemoryEditorSizes
- create() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- create() - Method in class imgui.extension.texteditor.TextEditor
- create() - Method in class imgui.ImFont
- create() - Method in class imgui.ImFontAtlas
- create() - Method in class imgui.ImFontConfig
- create() - Method in class imgui.ImFontGlyph
- create() - Method in class imgui.ImGuiKeyData
- create() - Method in class imgui.ImGuiListClipper
- create() - Method in class imgui.ImGuiStorage
- create() - Method in class imgui.ImGuiStyle
- create() - Method in class imgui.ImGuiTextFilter
- create() - Method in class imgui.ImGuiWindowClass
- createContext() - Static method in class imgui.extension.imnodes.ImNodes
- createContext() - Static method in class imgui.extension.implot.ImPlot
-
Creates a new ImPlot context.
- createContext() - Static method in class imgui.ImGui
- createContext(ImFontAtlas) - Static method in class imgui.ImGui
- createEditor() - Static method in class imgui.extension.nodeditor.NodeEditor
- createEditor(NodeEditorConfig) - Static method in class imgui.extension.nodeditor.NodeEditor
- Cross - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
a cross marker (not fill-able)
- Crosshairs - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
crosshairs color (defaults to ImPlotCol_PlotBorder)
- Crosshairs - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the default mouse cursor will be replaced with a crosshair when hovered
- Cs() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- CtrlEnterForNewLine - Static variable in class imgui.flag.ImGuiInputTextFlags
-
In multi-line mode: validate with Enter, add new line with Ctrl+Enter (default is opposite: validate with Ctrl+Enter, add line with Enter).
- Cumulative - Static variable in class imgui.extension.implot.flag.ImPlotHistogramFlags
-
each bin will contain its count plus the counts of all previous bins (not supported by PlotHistogram2D)
- currentCursorHasSelection() - Method in class imgui.extension.texteditor.TextEditor
- currentLineNumber - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- cursor - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- cut() - Method in class imgui.extension.texteditor.TextEditor
D
- D - Static variable in class imgui.flag.ImGuiKey
- Dark - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- DataTypeMask_ - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Internal] Masks
- Deactivated - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Only valid if ImGuiItemStatusFlags_HasDeactivated is set.
- debugCheckVersionAndDataLayout(String, int, int, int, int, int, int) - Static method in class imgui.ImGui
- debugFlashStyleColor(int) - Static method in class imgui.ImGui
- debugStartItemPicker() - Static method in class imgui.ImGui
- debugTextEncoding(String) - Static method in class imgui.ImGui
- declaration - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- decomposeMatrixToComponents(float[], float[], float[], float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Helper function for manually editing Translation/Rotation/Scale with an input float.
- Deep - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- DEFAULT_LENGTH - Static variable in class imgui.type.ImString
-
Default size of the inner buffer, if
ImStringcreated with a constructor without args. - DefaultHide - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Default as a hidden/disabled column.
- DefaultOpen - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Default node to be open
- DefaultOptions_ - Static variable in class imgui.flag.ImGuiColorEditFlags
-
Defaults Options.
- DefaultSort - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Default as a sorting column.
- deindentLines() - Method in class imgui.extension.texteditor.TextEditor
- deIndexAllBuffers() - Method in class imgui.ImDrawData
-
Helper to convert all buffers from indexed to non-indexed, in case you cannot render indexed.
- Delayed - Static variable in class imgui.extension.implot.flag.ImPlotDragToolFlags
-
tool rendering will be delayed one frame; useful when applying position-constraints
- DelayNone - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Return true immediately (default).
- DelayNormal - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Return true after style.HoverDelayNormal elapsed (~0.40 sec) (shared between items) + requires mouse to be stationary for style.HoverStationaryDelay (once per item).
- DelayShort - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Return true after style.HoverDelayShort elapsed (~0.15 sec) (shared between items) + requires mouse to be stationary for style.HoverStationaryDelay (once per item).
- Delete - Static variable in class imgui.flag.ImGuiKey
- deleteChars(int, int) - Method in class imgui.ImGuiInputTextCallbackData
-
Delete Chars
- deleteLink(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- deleteNode(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- Density - Static variable in class imgui.extension.implot.flag.ImPlotHistogramFlags
-
counts will be normalized, i.e.
- Descending - Static variable in class imgui.flag.ImGuiSortDirection
-
Descending = 9
->0, Z->A etc. - deselectLink(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- deselectNode(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- destroy() - Method in class imgui.binding.ImGuiStructDestroyable
-
Method to free natively allocated memory for the struct mapped with pointer.
- destroy() - Method in class imgui.extension.implot.ImPlotSpec
- destroyContext() - Static method in class imgui.extension.imnodes.ImNodes
- destroyContext() - Static method in class imgui.extension.implot.ImPlot
-
Destroys an ImPlot context.
- destroyContext() - Static method in class imgui.ImGui
- destroyContext(ImNodesContext) - Static method in class imgui.extension.imnodes.ImNodes
- destroyContext(ImPlotContext) - Static method in class imgui.extension.implot.ImPlot
-
Destroys an ImPlot context.
- destroyContext(ImGuiContext) - Static method in class imgui.ImGui
- destroyEditor(NodeEditorContext) - Static method in class imgui.extension.nodeditor.NodeEditor
- destroyPlatformWindows() - Static method in class imgui.ImGui
-
Call DestroyWindow platform functions for all viewports.
- Diamond - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
a diamond marker
- DigitalPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
float, digital plot padding from bottom in pixels
- DigitalSpacing - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
float, digital plot spacing gap in pixels
- Disabled - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Cannot be selected, display grayed out text
- Disabled - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Overriding/master disable flag: hide column, won't show in context menu (unlike calling TableSetColumnEnabled() which manipulates the user accessible state)
- Disabled - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
false // [Internal] Disable interactions.
- DisabledAlpha - Static variable in class imgui.flag.ImGuiStyleVar
-
float DisabledAlpha
- DisplayEmptyRefVal - Static variable in class imgui.flag.ImGuiInputTextFlags
-
InputFloat(), InputInt(), InputScalar() etc.
- DisplayHex - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Display] // "
- DisplayHSV - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Display] // "
- DisplayMask_ - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Internal] Masks
- DisplayRGB - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Display] // ColorEdit: override _display_ type among RGB/HSV/Hex.
- div(float, float) - Method in class imgui.ImVec2
- div(float, float, float, float) - Method in class imgui.ImVec4
- div(ImVec2) - Method in class imgui.ImVec2
- div(ImVec4) - Method in class imgui.ImVec4
- dockBuilderAddNode() - Static method in class imgui.internal.ImGui
- dockBuilderAddNode(int) - Static method in class imgui.internal.ImGui
- dockBuilderAddNode(int, int) - Static method in class imgui.internal.ImGui
- dockBuilderCopyWindowSettings(String, String) - Static method in class imgui.internal.ImGui
- dockBuilderDockWindow(String, int) - Static method in class imgui.internal.ImGui
- dockBuilderFinish(int) - Static method in class imgui.internal.ImGui
- dockBuilderGetCentralNode(int) - Static method in class imgui.internal.ImGui
- dockBuilderGetNode(int) - Static method in class imgui.internal.ImGui
- dockBuilderRemoveNode(int) - Static method in class imgui.internal.ImGui
-
Remove node and all its child, undock all windows.
- dockBuilderRemoveNodeChildNodes(int) - Static method in class imgui.internal.ImGui
-
Remove all split/hierarchy.
- dockBuilderRemoveNodeDockedWindows(int) - Static method in class imgui.internal.ImGui
- dockBuilderRemoveNodeDockedWindows(int, boolean) - Static method in class imgui.internal.ImGui
- dockBuilderSetNodePos(int, float, float) - Static method in class imgui.internal.ImGui
- dockBuilderSetNodePos(int, ImVec2) - Static method in class imgui.internal.ImGui
- dockBuilderSetNodeSize(int, float, float) - Static method in class imgui.internal.ImGui
- dockBuilderSetNodeSize(int, ImVec2) - Static method in class imgui.internal.ImGui
- dockBuilderSplitNode(int, int, float, ImInt, ImInt) - Static method in class imgui.internal.ImGui
-
Create 2 child nodes in this parent node.
- DockedWindowsInFocusRoute - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Any docked window will be automatically be focus-route chained (window
->ParentWindowForFocusRoute set to this) so Shortcut() in this window can run when any docked window is focused. - DockHierarchy - Static variable in class imgui.flag.ImGuiFocusedFlags
-
Consider docking hierarchy (treat dockspace host as parent of docked window) (when used with _ChildWindows or _RootWindow)
- DockHierarchy - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsWindowHovered() only: Consider docking hierarchy (treat dockspace host as parent of docked window) (when used with _ChildWindows or _RootWindow)
- DockingEmptyBg - Static variable in class imgui.flag.ImGuiCol
-
Background color for empty node (e.g.
- DockingEnable - Static variable in class imgui.flag.ImGuiConfigFlags
-
Docking enable flags.
- DockingPreview - Static variable in class imgui.flag.ImGuiCol
-
Preview overlay color when about to docking something
- DockingSeparatorSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float DockingSeparatorSize
- DockNode - Static variable in class imgui.internal.flag.ImGuiDataAuthority
- DockNodeHost - Static variable in class imgui.flag.ImGuiWindowFlags
-
Don't use! For internal use by Begin()/NewFrame()
- dockSpace(int) - Static method in class imgui.ImGui
- dockSpace(int, float, float) - Static method in class imgui.ImGui
- dockSpace(int, float, float, int) - Static method in class imgui.ImGui
- dockSpace(int, float, float, int, ImGuiWindowClass) - Static method in class imgui.ImGui
- dockSpace(int, float, float, ImGuiWindowClass) - Static method in class imgui.ImGui
- dockSpace(int, int, ImGuiWindowClass) - Static method in class imgui.ImGui
- dockSpace(int, ImGuiWindowClass) - Static method in class imgui.ImGui
- dockSpace(int, ImVec2) - Static method in class imgui.ImGui
- dockSpace(int, ImVec2, int) - Static method in class imgui.ImGui
- dockSpace(int, ImVec2, int, ImGuiWindowClass) - Static method in class imgui.ImGui
- dockSpace(int, ImVec2, ImGuiWindowClass) - Static method in class imgui.ImGui
- DockSpace - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Saved // A dockspace is a node that occupy space within an existing user window.
- dockSpaceOverViewport() - Static method in class imgui.ImGui
- dockSpaceOverViewport(int) - Static method in class imgui.ImGui
- dockSpaceOverViewport(int, ImGuiViewport) - Static method in class imgui.ImGui
- dockSpaceOverViewport(int, ImGuiViewport, int) - Static method in class imgui.ImGui
- dockSpaceOverViewport(int, ImGuiViewport, int, ImGuiWindowClass) - Static method in class imgui.ImGui
- dockSpaceOverViewport(int, ImGuiViewport, ImGuiWindowClass) - Static method in class imgui.ImGui
- dockSpaceOverViewport(ImGuiViewport, int, ImGuiWindowClass) - Static method in class imgui.ImGui
- DontClosePopups - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Renamed in 1.91.0
- Dot - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobVariant
-
Definition:
1 << 1 - Double - Static variable in class imgui.flag.ImGuiDataType
-
double
- doubleValue() - Method in class imgui.type.ImDouble
- doubleValue() - Method in class imgui.type.ImFloat
- doubleValue() - Method in class imgui.type.ImInt
- doubleValue() - Method in class imgui.type.ImLong
- doubleValue() - Method in class imgui.type.ImShort
- Down - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
an downward-pointing triangle marker
- Down - Static variable in class imgui.flag.ImGuiDir
-
Definition:
3 - DownArrow - Static variable in class imgui.flag.ImGuiKey
- DpiEnableScaleFonts - Static variable in class imgui.flag.ImGuiConfigFlags
-
[moved/renamed in 1.92.0]
->use bool io.ConfigDpiScaleFonts - DpiEnableScaleViewports - Static variable in class imgui.flag.ImGuiConfigFlags
-
[moved/renamed in 1.92.0]
->use bool io.ConfigDpiScaleViewports - DragDropTarget - Static variable in class imgui.flag.ImGuiCol
-
Rectangle border highlighting a drop target
- DragDropTargetBg - Static variable in class imgui.flag.ImGuiCol
-
Rectangle background highlighting a drop target
- dragFloat(String, float[]) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragFloat(String, float[], float) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragFloat(String, float[], float, float) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragFloat(String, float[], float, float, float) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragFloat(String, float[], float, float, float, int) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragFloat(String, float[], float, float, float, String) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragFloat(String, float[], float, float, float, String, int) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragFloat2(String, float[]) - Static method in class imgui.ImGui
- dragFloat2(String, float[], float) - Static method in class imgui.ImGui
- dragFloat2(String, float[], float, float) - Static method in class imgui.ImGui
- dragFloat2(String, float[], float, float, float) - Static method in class imgui.ImGui
- dragFloat2(String, float[], float, float, float, int) - Static method in class imgui.ImGui
- dragFloat2(String, float[], float, float, float, String) - Static method in class imgui.ImGui
- dragFloat2(String, float[], float, float, float, String, int) - Static method in class imgui.ImGui
- dragFloat3(String, float[]) - Static method in class imgui.ImGui
- dragFloat3(String, float[], float) - Static method in class imgui.ImGui
- dragFloat3(String, float[], float, float) - Static method in class imgui.ImGui
- dragFloat3(String, float[], float, float, float) - Static method in class imgui.ImGui
- dragFloat3(String, float[], float, float, float, int) - Static method in class imgui.ImGui
- dragFloat3(String, float[], float, float, float, String) - Static method in class imgui.ImGui
- dragFloat3(String, float[], float, float, float, String, int) - Static method in class imgui.ImGui
- dragFloat4(String, float[]) - Static method in class imgui.ImGui
- dragFloat4(String, float[], float) - Static method in class imgui.ImGui
- dragFloat4(String, float[], float, float) - Static method in class imgui.ImGui
- dragFloat4(String, float[], float, float, float) - Static method in class imgui.ImGui
- dragFloat4(String, float[], float, float, float, int) - Static method in class imgui.ImGui
- dragFloat4(String, float[], float, float, float, String) - Static method in class imgui.ImGui
- dragFloat4(String, float[], float, float, float, String, int) - Static method in class imgui.ImGui
- dragFloatRange2(String, float[], float[], float) - Static method in class imgui.ImGui
- dragFloatRange2(String, float[], float[], float, float) - Static method in class imgui.ImGui
- dragFloatRange2(String, float[], float[], float, float, float) - Static method in class imgui.ImGui
- dragFloatRange2(String, float[], float[], float, float, float, String) - Static method in class imgui.ImGui
- dragFloatRange2(String, float[], float[], float, float, float, String, String) - Static method in class imgui.ImGui
- dragFloatRange2(String, float[], float[], float, float, float, String, String, int) - Static method in class imgui.ImGui
- DragHorizontal - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
-
Definition:
1 << 3 - dragInt(String, int[]) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragInt(String, int[], float) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragInt(String, int[], float, int) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragInt(String, int[], float, int, int) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragInt(String, int[], float, int, int, int) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragInt(String, int[], float, int, int, String) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragInt(String, int[], float, int, int, String, int) - Static method in class imgui.ImGui
-
If
vMin >= vMaxwe have no bound - dragInt2(String, int[]) - Static method in class imgui.ImGui
- dragInt2(String, int[], float) - Static method in class imgui.ImGui
- dragInt2(String, int[], float, int) - Static method in class imgui.ImGui
- dragInt2(String, int[], float, int, int) - Static method in class imgui.ImGui
- dragInt2(String, int[], float, int, int, int) - Static method in class imgui.ImGui
- dragInt2(String, int[], float, int, int, String) - Static method in class imgui.ImGui
- dragInt2(String, int[], float, int, int, String, int) - Static method in class imgui.ImGui
- dragInt3(String, int[]) - Static method in class imgui.ImGui
- dragInt3(String, int[], float) - Static method in class imgui.ImGui
- dragInt3(String, int[], float, int) - Static method in class imgui.ImGui
- dragInt3(String, int[], float, int, int) - Static method in class imgui.ImGui
- dragInt3(String, int[], float, int, int, int) - Static method in class imgui.ImGui
- dragInt3(String, int[], float, int, int, String) - Static method in class imgui.ImGui
- dragInt3(String, int[], float, int, int, String, int) - Static method in class imgui.ImGui
- dragInt4(String, int[]) - Static method in class imgui.ImGui
- dragInt4(String, int[], float) - Static method in class imgui.ImGui
- dragInt4(String, int[], float, int) - Static method in class imgui.ImGui
- dragInt4(String, int[], float, int, int) - Static method in class imgui.ImGui
- dragInt4(String, int[], float, int, int, int) - Static method in class imgui.ImGui
- dragInt4(String, int[], float, int, int, String) - Static method in class imgui.ImGui
- dragInt4(String, int[], float, int, int, String, int) - Static method in class imgui.ImGui
- dragIntRange2(String, int[], int[]) - Static method in class imgui.ImGui
- dragIntRange2(String, int[], int[], float) - Static method in class imgui.ImGui
- dragIntRange2(String, int[], int[], float, int) - Static method in class imgui.ImGui
- dragIntRange2(String, int[], int[], float, int, int) - Static method in class imgui.ImGui
- dragIntRange2(String, int[], int[], float, int, int, String) - Static method in class imgui.ImGui
- dragIntRange2(String, int[], int[], float, int, int, String, String) - Static method in class imgui.ImGui
- dragIntRange2(String, int[], int[], float, int, int, String, String, int) - Static method in class imgui.ImGui
- dragLineX(int, ImDouble, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineX(int, ImDouble, float, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineX(int, ImDouble, float, float, float, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineX(int, ImDouble, float, float, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineX(int, ImDouble, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineX(int, ImDouble, ImVec4, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineX(int, ImDouble, ImVec4, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineX(int, ImDouble, ImVec4, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable vertical guide line at an x-value.
- dragLineY(int, ImDouble, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragLineY(int, ImDouble, float, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragLineY(int, ImDouble, float, float, float, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragLineY(int, ImDouble, float, float, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragLineY(int, ImDouble, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragLineY(int, ImDouble, ImVec4, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragLineY(int, ImDouble, ImVec4, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragLineY(int, ImDouble, ImVec4, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable horizontal guide line at a y-value.
- dragPoint(int, ImDouble, ImDouble, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragPoint(int, ImDouble, ImDouble, float, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragPoint(int, ImDouble, ImDouble, float, float, float, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragPoint(int, ImDouble, ImDouble, float, float, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragPoint(int, ImDouble, ImDouble, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragPoint(int, ImDouble, ImDouble, ImVec4, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragPoint(int, ImDouble, ImDouble, ImVec4, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragPoint(int, ImDouble, ImDouble, ImVec4, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable point at x, y.
- dragRect(int, ImDouble, ImDouble, ImDouble, ImDouble, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable and resizeable rectangle.
- dragRect(int, ImDouble, ImDouble, ImDouble, ImDouble, float, float, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable and resizeable rectangle.
- dragRect(int, ImDouble, ImDouble, ImDouble, ImDouble, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable and resizeable rectangle.
- dragRect(int, ImDouble, ImDouble, ImDouble, ImDouble, ImVec4, int) - Static method in class imgui.extension.implot.ImPlot
-
Shows a draggable and resizeable rectangle.
- dragScalar(String, double[]) - Static method in class imgui.ImGui
- dragScalar(String, double[], float) - Static method in class imgui.ImGui
- dragScalar(String, double[], float, double) - Static method in class imgui.ImGui
- dragScalar(String, double[], float, double, double) - Static method in class imgui.ImGui
- dragScalar(String, double[], float, double, double, String) - Static method in class imgui.ImGui
- dragScalar(String, double[], float, double, double, String, int) - Static method in class imgui.ImGui
- dragScalar(String, float[]) - Static method in class imgui.ImGui
- dragScalar(String, float[], float) - Static method in class imgui.ImGui
- dragScalar(String, float[], float, float) - Static method in class imgui.ImGui
- dragScalar(String, float[], float, float, float) - Static method in class imgui.ImGui
- dragScalar(String, float[], float, float, float, String) - Static method in class imgui.ImGui
- dragScalar(String, float[], float, float, float, String, int) - Static method in class imgui.ImGui
- dragScalar(String, int[]) - Static method in class imgui.ImGui
- dragScalar(String, int[], float) - Static method in class imgui.ImGui
- dragScalar(String, int[], float, int) - Static method in class imgui.ImGui
- dragScalar(String, int[], float, int, int) - Static method in class imgui.ImGui
- dragScalar(String, int[], float, int, int, String) - Static method in class imgui.ImGui
- dragScalar(String, int[], float, int, int, String, int) - Static method in class imgui.ImGui
- dragScalar(String, long[]) - Static method in class imgui.ImGui
- dragScalar(String, long[], float) - Static method in class imgui.ImGui
- dragScalar(String, long[], float, long) - Static method in class imgui.ImGui
- dragScalar(String, long[], float, long, long) - Static method in class imgui.ImGui
- dragScalar(String, long[], float, long, long, String) - Static method in class imgui.ImGui
- dragScalar(String, long[], float, long, long, String, int) - Static method in class imgui.ImGui
- dragScalar(String, short[]) - Static method in class imgui.ImGui
- dragScalar(String, short[], float) - Static method in class imgui.ImGui
- dragScalar(String, short[], float, short) - Static method in class imgui.ImGui
- dragScalar(String, short[], float, short, short) - Static method in class imgui.ImGui
- dragScalar(String, short[], float, short, short, String) - Static method in class imgui.ImGui
- dragScalar(String, short[], float, short, short, String, int) - Static method in class imgui.ImGui
- dragScalarN(String, double[], int) - Static method in class imgui.ImGui
- dragScalarN(String, double[], int, float) - Static method in class imgui.ImGui
- dragScalarN(String, double[], int, float, double) - Static method in class imgui.ImGui
- dragScalarN(String, double[], int, float, double, double) - Static method in class imgui.ImGui
- dragScalarN(String, double[], int, float, double, double, String) - Static method in class imgui.ImGui
- dragScalarN(String, double[], int, float, double, double, String, int) - Static method in class imgui.ImGui
- dragScalarN(String, float[], int) - Static method in class imgui.ImGui
- dragScalarN(String, float[], int, float) - Static method in class imgui.ImGui
- dragScalarN(String, float[], int, float, float) - Static method in class imgui.ImGui
- dragScalarN(String, float[], int, float, float, float) - Static method in class imgui.ImGui
- dragScalarN(String, float[], int, float, float, float, String) - Static method in class imgui.ImGui
- dragScalarN(String, float[], int, float, float, float, String, int) - Static method in class imgui.ImGui
- dragScalarN(String, int[], int) - Static method in class imgui.ImGui
- dragScalarN(String, int[], int, float) - Static method in class imgui.ImGui
- dragScalarN(String, int[], int, float, int) - Static method in class imgui.ImGui
- dragScalarN(String, int[], int, float, int, int) - Static method in class imgui.ImGui
- dragScalarN(String, int[], int, float, int, int, String) - Static method in class imgui.ImGui
- dragScalarN(String, int[], int, float, int, int, String, int) - Static method in class imgui.ImGui
- dragScalarN(String, long[], int) - Static method in class imgui.ImGui
- dragScalarN(String, long[], int, float) - Static method in class imgui.ImGui
- dragScalarN(String, long[], int, float, long) - Static method in class imgui.ImGui
- dragScalarN(String, long[], int, float, long, long) - Static method in class imgui.ImGui
- dragScalarN(String, long[], int, float, long, long, String) - Static method in class imgui.ImGui
- dragScalarN(String, long[], int, float, long, long, String, int) - Static method in class imgui.ImGui
- dragScalarN(String, short[], int) - Static method in class imgui.ImGui
- dragScalarN(String, short[], int, float) - Static method in class imgui.ImGui
- dragScalarN(String, short[], int, float, short) - Static method in class imgui.ImGui
- dragScalarN(String, short[], int, float, short, short) - Static method in class imgui.ImGui
- dragScalarN(String, short[], int, float, short, short, String) - Static method in class imgui.ImGui
- dragScalarN(String, short[], int, float, short, short, String, int) - Static method in class imgui.ImGui
- DragVertical - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
-
Definition:
1 << 4 - draw() - Method in class imgui.ImGuiTextFilter
- draw(float) - Method in class imgui.ImGuiTextFilter
- draw(String) - Method in class imgui.ImGuiTextFilter
- draw(String, float) - Method in class imgui.ImGuiTextFilter
- drawContents(long, long) - Method in class imgui.extension.memedit.MemoryEditor
- drawContents(long, long, long) - Method in class imgui.extension.memedit.MemoryEditor
- drawCubes(float[], float[], float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Drawing an arbitrary cube in the world.
- drawCubes(float[], float[], float[]...) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Drawing an arbitrary cube in the world.
- drawCubes(float[], float[], float[], int) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Drawing an arbitrary cube in the world.
- drawGrid(float[], float[], float[], float) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Drawing a grid to the world (should only be used for debugging purposes).
- DrawLinesFull - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Horizontal lines to child nodes.
- DrawLinesNone - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
No lines drawn
- DrawLinesToNodes - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Horizontal lines to child nodes.
- drawOptionsLine(MemoryEditorSizes, long, long, long) - Method in class imgui.extension.memedit.MemoryEditor
- drawPreviewLine(MemoryEditorSizes, long, long, long) - Method in class imgui.extension.memedit.MemoryEditor
- DrawSelectedOverline - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Draw selected overline markers over selected tab
- drawWindow(String, long, long) - Method in class imgui.extension.memedit.MemoryEditor
- drawWindow(String, long, long, long) - Method in class imgui.extension.memedit.MemoryEditor
- dummy(float, float) - Static method in class imgui.ImGui
-
Add a dummy item of given size.
- dummy(ImVec2) - Static method in class imgui.ImGui
-
Add a dummy item of given size.
E
- E - Static variable in class imgui.flag.ImGuiKey
- East - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
center-right
- Edited - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Value exposed by item was edited in the current frame (should match the bool return value of most widgets)
- editorContextCreate() - Static method in class imgui.extension.imnodes.ImNodes
- editorContextFree(ImNodesEditorContext) - Static method in class imgui.extension.imnodes.ImNodes
- editorContextGetPanning() - Static method in class imgui.extension.imnodes.ImNodes
- editorContextGetPanning(ImVec2) - Static method in class imgui.extension.imnodes.ImNodes
- editorContextGetPanningX() - Static method in class imgui.extension.imnodes.ImNodes
- editorContextGetPanningY() - Static method in class imgui.extension.imnodes.ImNodes
- editorContextMoveToNode(int) - Static method in class imgui.extension.imnodes.ImNodes
- editorContextResetPanning(float, float) - Static method in class imgui.extension.imnodes.ImNodes
- editorContextResetPanning(ImVec2) - Static method in class imgui.extension.imnodes.ImNodes
- editorContextSet(ImNodesEditorContext) - Static method in class imgui.extension.imnodes.ImNodes
- ElideLeft - Static variable in class imgui.flag.ImGuiInputTextFlags
-
When text doesn't fit, elide left side to ensure right side stays visible.
- enable(boolean) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Enable/disable the gizmo.
- EnableLinkCreationOnSnap - Static variable in class imgui.extension.imnodes.flag.ImNodesAttributeFlags
-
Visual snapping of an in progress link will trigger IsLink Created/Destroyed events.
- EnableLinkDetachWithDragClick - Static variable in class imgui.extension.imnodes.flag.ImNodesAttributeFlags
-
Allow detaching a link by left-clicking and dragging the link at a pin it is connected to.
- EnableNav - Static variable in class imgui.flag.ImGuiButtonFlags
-
InvisibleButton(): do not disable navigation/tabbing.
- EnableNav - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
InvisibleButton(): do not disable navigation/tabbing.
- enableShortcuts(boolean) - Static method in class imgui.extension.nodeditor.NodeEditor
- end - Variable in class imgui.extension.texteditor.TextEditorCursorSelection
- end() - Static method in class imgui.extension.nodeditor.NodeEditor
- end() - Static method in class imgui.ImGui
- end() - Method in class imgui.ImGuiListClipper
-
Automatically called on the last call of Step() that returns false.
- End - Static variable in class imgui.flag.ImGuiKey
- endAlignedPlots() - Static method in class imgui.extension.implot.ImPlot
-
Ends aligned plots.
- endChild() - Static method in class imgui.ImGui
- endCombo() - Static method in class imgui.ImGui
-
Only call EndCombo() if BeginCombo() returns true!
- endCreate() - Static method in class imgui.extension.nodeditor.NodeEditor
- endDelete() - Static method in class imgui.extension.nodeditor.NodeEditor
- endDisabled() - Static method in class imgui.ImGui
- endDragDropSource() - Static method in class imgui.extension.implot.ImPlot
-
Ends a drag and drop source (currently just an alias for ImGui::EndDragDropSource).
- endDragDropSource() - Static method in class imgui.ImGui
-
Only call EndDragDropSource() if BeginDragDropSource() returns true!
- endDragDropTarget() - Static method in class imgui.extension.implot.ImPlot
-
Ends a drag and drop target (currently just an alias for ImGui::EndDragDropTarget).
- endDragDropTarget() - Static method in class imgui.ImGui
-
Only call EndDragDropTarget() if BeginDragDropTarget() returns true!
- endFrame() - Static method in class imgui.ImGui
-
Ends the Dear ImGui frame.
- endGroup() - Static method in class imgui.ImGui
-
Unlock horizontal starting position + capture the whole group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine() on whole group, etc.)
- endGroupHint() - Static method in class imgui.extension.nodeditor.NodeEditor
- endInputAttribute() - Static method in class imgui.extension.imnodes.ImNodes
- endLegendPopup() - Static method in class imgui.extension.implot.ImPlot
-
Ends a popup for a legend entry.
- endListBox() - Static method in class imgui.ImGui
-
Only call EndListBox() if BeginListBox() returned true!
- endMainMenuBar() - Static method in class imgui.ImGui
-
Only call EndMainMenuBar() if BeginMainMenuBar() returns true!
- endMenu() - Static method in class imgui.ImGui
-
Only call EndMenu() if BeginMenu() returns true!
- endMenuBar() - Static method in class imgui.ImGui
-
Only call EndMenuBar() if BeginMenuBar() returns true!
- endNode() - Static method in class imgui.extension.imnodes.ImNodes
- endNode() - Static method in class imgui.extension.nodeditor.NodeEditor
- endNodeEditor() - Static method in class imgui.extension.imnodes.ImNodes
- endNodeTitleBar() - Static method in class imgui.extension.imnodes.ImNodes
- endOutputAttribute() - Static method in class imgui.extension.imnodes.ImNodes
- endPin() - Static method in class imgui.extension.nodeditor.NodeEditor
- endPlot() - Static method in class imgui.extension.implot.ImPlot
-
Only call EndPlot() if beginPlot() returns true! Typically called at the end of an if statement conditioned on BeginPlot().
- endPopup() - Static method in class imgui.ImGui
-
Only call EndPopup() if BeginPopupXXX() returns true!
- endShortcut() - Static method in class imgui.extension.nodeditor.NodeEditor
- endStaticAttribute() - Static method in class imgui.extension.imnodes.ImNodes
- endSubplots() - Static method in class imgui.extension.implot.ImPlot
-
Only call EndSubplots() if BeginSubplots() returns true! Typically called at the end of an if statement conditioned on BeginSublots().
- endTabBar() - Static method in class imgui.ImGui
-
Only call EndTabBar() if BeginTabBar() returns true!
- endTabItem() - Static method in class imgui.ImGui
-
Only call EndTabItem() if BeginTabItem() returns true!
- endTable() - Static method in class imgui.ImGui
-
Only call EndTable() if BeginTable() returns true!
- endTooltip() - Static method in class imgui.ImGui
-
Only call EndTooltip() if BeginTooltip()/BeginItemTooltip() returns true!
- Enter - Static variable in class imgui.flag.ImGuiKey
- EnterReturnsTrue - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Return 'true' when Enter is pressed (as opposed to every time the value was modified).
- Equal - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
x and y axes pairs will be constrained to have the same units/pixel
- Equal - Static variable in class imgui.flag.ImGuiKey
-
=
- equals(Object) - Method in class imgui.extension.implot.ImPlotPoint
- equals(Object) - Method in class imgui.extension.implot.ImPlotRange
- equals(Object) - Method in class imgui.extension.implot.ImPlotRect
- equals(Object) - Method in class imgui.extension.texteditor.TextEditorCursorPosition
- equals(Object) - Method in class imgui.extension.texteditor.TextEditorCursorSelection
- equals(Object) - Method in class imgui.ImVec2
- equals(Object) - Method in class imgui.ImVec4
- equals(Object) - Method in class imgui.internal.ImRect
- equals(Object) - Method in class imgui.type.ImBoolean
- equals(Object) - Method in class imgui.type.ImDouble
- equals(Object) - Method in class imgui.type.ImFloat
- equals(Object) - Method in class imgui.type.ImInt
- equals(Object) - Method in class imgui.type.ImLong
- equals(Object) - Method in class imgui.type.ImShort
- equals(Object) - Method in class imgui.type.ImString
- Escape - Static variable in class imgui.flag.ImGuiKey
- EscapeClearsAll - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Escape key clears content if not empty, and deactivate otherwise (contrast to default behavior of Escape to revert)
- Exploding - Static variable in class imgui.extension.implot.flag.ImPlotPieChartFlags
-
explode legend-hovered slice
F
- F - Static variable in class imgui.flag.ImGuiKey
- F1 - Static variable in class imgui.flag.ImGuiKey
- F10 - Static variable in class imgui.flag.ImGuiKey
- F11 - Static variable in class imgui.flag.ImGuiKey
- F12 - Static variable in class imgui.flag.ImGuiKey
- F13 - Static variable in class imgui.flag.ImGuiKey
- F14 - Static variable in class imgui.flag.ImGuiKey
- F15 - Static variable in class imgui.flag.ImGuiKey
- F16 - Static variable in class imgui.flag.ImGuiKey
- F17 - Static variable in class imgui.flag.ImGuiKey
- F18 - Static variable in class imgui.flag.ImGuiKey
- F19 - Static variable in class imgui.flag.ImGuiKey
- F2 - Static variable in class imgui.flag.ImGuiKey
- F20 - Static variable in class imgui.flag.ImGuiKey
- F21 - Static variable in class imgui.flag.ImGuiKey
- F22 - Static variable in class imgui.flag.ImGuiKey
- F23 - Static variable in class imgui.flag.ImGuiKey
- F24 - Static variable in class imgui.flag.ImGuiKey
- F3 - Static variable in class imgui.flag.ImGuiKey
- F4 - Static variable in class imgui.flag.ImGuiKey
- F5 - Static variable in class imgui.flag.ImGuiKey
- F6 - Static variable in class imgui.flag.ImGuiKey
- F7 - Static variable in class imgui.flag.ImGuiKey
- F8 - Static variable in class imgui.flag.ImGuiKey
- F9 - Static variable in class imgui.flag.ImGuiKey
- findAll() - Method in class imgui.extension.texteditor.TextEditor
- findBottomMostVisibleWindowWithinBeginStack(ImGuiWindow) - Static method in class imgui.internal.ImGui
- findNext() - Method in class imgui.extension.texteditor.TextEditor
- findViewportByID(int) - Static method in class imgui.ImGui
-
This is a helper for backends.
- findViewportByPlatformHandle(long) - Static method in class imgui.ImGui
-
This is a helper for backends.
- findWindowByID(int) - Static method in class imgui.internal.ImGui
- findWindowByName(String) - Static method in class imgui.internal.ImGui
- findWindowDisplayIndex(ImGuiWindow) - Static method in class imgui.internal.ImGui
- FirstUseEver - Static variable in class imgui.flag.ImGuiCond
-
Set the variable if the object/window has no persistently saved data (no entry in .ini file)
- FitHorizontalView - Static variable in class imgui.extension.nodeditor.flag.NodeEditorCanvasSizeMode
-
Previous view will be scaled to fit new view on X axis
- FitPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, additional fit padding as a percentage of the fit extents (e.g.
- FittingPolicyDefault_ - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Definition:
ImGuiTabBarFlags_FittingPolicyMixed - FittingPolicyMask_ - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Definition:
ImGuiTabBarFlags_FittingPolicyMixed | ImGuiTabBarFlags_FittingPolicyShrink | ImGuiTabBarFlags_FittingPolicyScroll - FittingPolicyMixed - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Shrink down tabs when they don't fit, until width is style.TabMinWidthShrink, then enable scrolling buttons.
- FittingPolicyResizeDown - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Renamed in 1.92.2
- FittingPolicyScroll - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Enable scrolling buttons when tabs don't fit
- FittingPolicyShrink - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Shrink down tabs when they don't fit
- FitVerticalView - Static variable in class imgui.extension.nodeditor.flag.NodeEditorCanvasSizeMode
-
Previous view will be scaled to fit new view on Y axis
- FlattenChildren - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
allow interactions even if a child window is overlapping
- Float - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[DataType] // ColorEdit, ColorPicker, ColorButton: _display_ values formatted as 0.0f..1.0f floats instead of 0..255 integers.
- Float - Static variable in class imgui.flag.ImGuiDataType
-
float
- floatToColor(float, float, float) - Static method in class imgui.ImColor
-
Deprecated.
- floatToColor(float, float, float, float) - Static method in class imgui.ImColor
-
Deprecated.
- floatValue() - Method in class imgui.type.ImDouble
- floatValue() - Method in class imgui.type.ImFloat
- floatValue() - Method in class imgui.type.ImInt
- floatValue() - Method in class imgui.type.ImLong
- floatValue() - Method in class imgui.type.ImShort
- flow(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- flow(long, int) - Static method in class imgui.extension.nodeditor.NodeEditor
- Flow - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- FlowDuration - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- FlowMarker - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- FlowMarkerDistance - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- FlowSpeed - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- focusTopMostWindowUnderOne(ImGuiWindow, ImGuiWindow, ImGuiViewport, int) - Static method in class imgui.internal.ImGui
- focusWindow(ImGuiWindow) - Static method in class imgui.internal.ImGui
- focusWindow(ImGuiWindow, int) - Static method in class imgui.internal.ImGui
- ForceAutoHint - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Indicates that the auto-hinter is preferred over the font's native hinter.
- forEach(int, int, ImListClipperCallback) - Static method in class imgui.ImGuiListClipper
- forEach(int, ImListClipperCallback) - Static method in class imgui.ImGuiListClipper
- forEach(Consumer<ImGuiListClipper>) - Static method in class imgui.ImGuiListClipper
-
Shortcut to use
ImGuiListClipperinstance. - Foreground - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
grid lines will be displayed in the foreground (i.e.
- ForTooltip - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Shortcut for standard flags when using IsItemHovered() + SetTooltip() sequence.
- Forward - Static variable in class imgui.extension.nodeditor.flag.NodeEditorFlowDirection
- FrameBg - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
plot frame background color (defaults to ImGuiCol_FrameBg)
- FrameBg - Static variable in class imgui.flag.ImGuiCol
-
Background of checkbox, radio button, plot, slider, text input
- FrameBgActive - Static variable in class imgui.flag.ImGuiCol
- FrameBgHovered - Static variable in class imgui.flag.ImGuiCol
- FrameBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float FrameBorderSize
- Framed - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Draw frame with background (e.g.
- FramePadding - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 FramePadding
- FramePadding - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Use FramePadding (even for an unframed text node) to vertically align text baseline to regular widget height.
- FrameRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float FrameRounding
- FrameStyle - Static variable in class imgui.flag.ImGuiChildFlags
-
Style the child window like a framed item: use FrameBg, FrameRounding, FrameBorderSize, FramePadding instead of ChildBg, ChildRounding, ChildBorderSize, WindowPadding.
G
- G - Static variable in class imgui.flag.ImGuiKey
- GamepadBack - Static variable in class imgui.flag.ImGuiKey
-
View | - | Share |
- GamepadDpadDown - Static variable in class imgui.flag.ImGuiKey
-
D-pad Down | " | " | Move / Tweak / Resize Window (in Windowing mode)
- GamepadDpadLeft - Static variable in class imgui.flag.ImGuiKey
-
D-pad Left | " | " | Move / Tweak / Resize Window (in Windowing mode)
- GamepadDpadRight - Static variable in class imgui.flag.ImGuiKey
-
D-pad Right | " | " | Move / Tweak / Resize Window (in Windowing mode)
- GamepadDpadUp - Static variable in class imgui.flag.ImGuiKey
-
D-pad Up | " | " | Move / Tweak / Resize Window (in Windowing mode)
- GamepadFaceDown - Static variable in class imgui.flag.ImGuiKey
-
A | B | Cross | Activate / Open / Toggle.
- GamepadFaceLeft - Static variable in class imgui.flag.ImGuiKey
-
X | Y | Square | Toggle Menu.
- GamepadFaceRight - Static variable in class imgui.flag.ImGuiKey
-
B | A | Circle | Cancel / Close / Exit
- GamepadFaceUp - Static variable in class imgui.flag.ImGuiKey
-
Y | X | Triangle | Open Context Menu
- GamepadL1 - Static variable in class imgui.flag.ImGuiKey
-
L Bumper | L | L1 | Tweak Slower / Focus Previous (in Windowing mode)
- GamepadL2 - Static variable in class imgui.flag.ImGuiKey
-
L Trigger | ZL | L2 | [Analog]
- GamepadL3 - Static variable in class imgui.flag.ImGuiKey
-
L Stick | L3 | L3 |
- GamepadLStickDown - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog] Move Window (in Windowing mode)
- GamepadLStickLeft - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog] Move Window (in Windowing mode)
- GamepadLStickRight - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog] Move Window (in Windowing mode)
- GamepadLStickUp - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog] Move Window (in Windowing mode)
- GamepadR1 - Static variable in class imgui.flag.ImGuiKey
-
R Bumper | R | R1 | Tweak Faster / Focus Next (in Windowing mode)
- GamepadR2 - Static variable in class imgui.flag.ImGuiKey
-
R Trigger | ZR | R2 | [Analog]
- GamepadR3 - Static variable in class imgui.flag.ImGuiKey
-
R Stick | R3 | R3 |
- GamepadRStickDown - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog]
- GamepadRStickLeft - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog]
- GamepadRStickRight - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog]
- GamepadRStickUp - Static variable in class imgui.flag.ImGuiKey
-
| | | [Analog]
- GamepadStart - Static variable in class imgui.flag.ImGuiKey
-
Menu | + | Options |
- get() - Method in class imgui.callback.ImStrSupplier
- get() - Static method in class imgui.ImGuiOnceUponAFrame
- get() - Method in class imgui.type.ImBoolean
- get() - Method in class imgui.type.ImDouble
- get() - Method in class imgui.type.ImFloat
- get() - Method in class imgui.type.ImInt
- get() - Method in class imgui.type.ImLong
- get() - Method in class imgui.type.ImShort
- get() - Method in class imgui.type.ImString
- get(ImGuiViewport) - Method in class imgui.callback.ImPlatformFuncViewportSuppBoolean
- get(ImGuiViewport) - Method in class imgui.callback.ImPlatformFuncViewportSuppFloat
- get(ImGuiViewport, ImVec2) - Method in class imgui.callback.ImPlatformFuncViewportSuppImVec2
- getActionContextLinks(long[], int) - Static method in class imgui.extension.nodeditor.NodeEditor
- getActionContextNodes(long[], int) - Static method in class imgui.extension.nodeditor.NodeEditor
- getActionContextSize() - Static method in class imgui.extension.nodeditor.NodeEditor
- getActiveAttribute() - Static method in class imgui.extension.imnodes.ImNodes
-
Binding notice: getActiveAttribute() returns id the active attribute.
- getActiveID() - Static method in class imgui.internal.ImGui
- getAddrDigitsCount() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getAdvanceX() - Method in class imgui.ImFontGlyph
-
Distance to next character (= data from font + ImFontConfig::GlyphExtraSpacing.x baked in)
- getAlpha() - Method in class imgui.ImGuiStyle
-
Global alpha applies to everything in Dear ImGui.
- getAltMouseButton() - Method in class imgui.extension.imnodes.ImNodesIO
-
Holding alt mouse button pans the node area, by default middle mouse button will be used Set based on ImGuiMouseButton values
- getAnalogValue() - Method in class imgui.ImGuiKeyData
-
0.0f..1.0f for gamepad values
- getAnnotationPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getAnnotationPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getAnnotationPaddingX() - Method in class imgui.extension.implot.ImPlotStyle
- getAnnotationPaddingY() - Method in class imgui.extension.implot.ImPlotStyle
- getAntiAliasedFill() - Method in class imgui.ImGuiStyle
-
Enable anti-aliased edges around filled shapes (rounded rectangles, circles, etc.).
- getAntiAliasedLines() - Method in class imgui.ImGuiStyle
-
Enable anti-aliased lines/borders.
- getAntiAliasedLinesUseTex() - Method in class imgui.ImGuiStyle
-
Enable anti-aliased lines/borders using textures where possible.
- getAppAcceptingEvents() - Method in class imgui.ImGuiIO
-
Only modify via SetAppAcceptingEvents().
- getAppFocusLost() - Method in class imgui.ImGuiIO
-
Only modify via AddFocusEvent().
- getAuthorityForPos() - Method in class imgui.internal.ImGuiDockNode
- getAuthorityForSize() - Method in class imgui.internal.ImGuiDockNode
- getAuthorityForViewport() - Method in class imgui.internal.ImGuiDockNode
- getAutoPanningSpeed() - Method in class imgui.extension.imnodes.ImNodesIO
-
Panning speed when dragging an element and mouse is outside the main editor view.
- getBackendFlags() - Method in class imgui.ImGuiIO
-
See ImGuiBackendFlags enum.
- getBackendPlatformName() - Method in class imgui.ImGuiIO
-
Optional: Platform backend name (informational only! will be displayed in About Window) + User data for backend/wrappers to store their own stuff.
- getBackendRendererName() - Method in class imgui.ImGuiIO
- getBackgroundDrawList() - Static method in class imgui.ImGui
-
Get background draw list for the given viewport or viewport associated to the current window.
- getBackgroundDrawList(ImGuiViewport) - Static method in class imgui.ImGui
-
Get background draw list for the given viewport or viewport associated to the current window.
- getBit(int) - Method in class imgui.ImFontGlyphRangesBuilder
- getBool(int) - Method in class imgui.ImGuiStorage
- getBool(int, boolean) - Method in class imgui.ImGuiStorage
- getBuf() - Method in class imgui.ImGuiInputTextCallbackData
-
[Resize] Can replace pointer
- getBufDirty() - Method in class imgui.ImGuiInputTextCallbackData
-
Set if you modify Buf/BufTextLen!
- getBufferSize() - Method in class imgui.type.ImString
-
Get the size of the data buffer.
- getBufTextLen() - Method in class imgui.ImGuiInputTextCallbackData
-
[Resize,Completion,History,Always] Exclude zero-terminator storage.
- getButtonTextAlign() - Method in class imgui.ImGuiStyle
-
Alignment of button text when button is larger than text.
- getButtonTextAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment of button text when button is larger than text.
- getButtonTextAlignX() - Method in class imgui.ImGuiStyle
-
Alignment of button text when button is larger than text.
- getButtonTextAlignY() - Method in class imgui.ImGuiStyle
-
Alignment of button text when button is larger than text.
- getCanvasSizeMode() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getCaseSensitive() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getCellPadding() - Method in class imgui.ImGuiStyle
-
Padding within a table cell.
- getCellPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Padding within a table cell.
- getCellPaddingX() - Method in class imgui.ImGuiStyle
-
Padding within a table cell.
- getCellPaddingY() - Method in class imgui.ImGuiStyle
-
Padding within a table cell.
- getCenter() - Method in class imgui.ImGuiViewport
- getCenter(ImVec2) - Method in class imgui.ImGuiViewport
- getCenterX() - Method in class imgui.ImGuiViewport
- getCenterY() - Method in class imgui.ImGuiViewport
- getCentralNode() - Method in class imgui.internal.ImGuiDockNode
-
[Root node only] Pointer to central node.
- getChildBorderSize() - Method in class imgui.ImGuiStyle
-
Thickness of border around child windows.
- getChildNodeFirst() - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Child nodes (left/right or top/bottom).
- getChildNodeSecond() - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Child nodes (left/right or top/bottom).
- getChildRounding() - Method in class imgui.ImGuiStyle
-
Radius of child window corners rounding.
- getCircleTessellationMaxError() - Method in class imgui.ImGuiStyle
-
Maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified.
- getClassId() - Method in class imgui.ImGuiWindowClass
-
User data.
- getClipboardText() - Static method in class imgui.ImGui
- getClipRectMax() - Method in class imgui.ImDrawList
- getClipRectMax(ImVec2) - Method in class imgui.ImDrawList
- getClipRectMaxX() - Method in class imgui.ImDrawList
- getClipRectMaxY() - Method in class imgui.ImDrawList
- getClipRectMin() - Method in class imgui.ImDrawList
- getClipRectMin(ImVec2) - Method in class imgui.ImDrawList
- getClipRectMinX() - Method in class imgui.ImDrawList
- getClipRectMinY() - Method in class imgui.ImDrawList
- getCmdListCmdBufferClipRect(int, int) - Method in class imgui.ImDrawData
-
Clipping rectangle (x1, y1, x2, y2).
- getCmdListCmdBufferClipRect(ImVec4, int, int) - Method in class imgui.ImDrawData
-
Clipping rectangle (x1, y1, x2, y2).
- getCmdListCmdBufferElemCount(int, int) - Method in class imgui.ImDrawData
-
Number of indices (multiple of 3) to be rendered as triangles.
- getCmdListCmdBufferIdxOffset(int, int) - Method in class imgui.ImDrawData
-
Start offset in index buffer.
- getCmdListCmdBufferSize(int) - Method in class imgui.ImDrawData
-
Draw commands.
- getCmdListCmdBufferTextureId(int, int) - Method in class imgui.ImDrawData
-
User-provided texture ID.
- getCmdListCmdBufferVtxOffset(int, int) - Method in class imgui.ImDrawData
-
Start offset in vertex buffer.
- getCmdListIdxBufferData(int) - Method in class imgui.ImDrawData
- getCmdListIdxBufferSize(int) - Method in class imgui.ImDrawData
-
Index buffer.
- getCmdListsCount() - Method in class imgui.ImDrawData
-
Number of ImDrawList* to render
- getCmdListVtxBufferData(int) - Method in class imgui.ImDrawData
- getCmdListVtxBufferSize(int) - Method in class imgui.ImDrawData
-
Vertex buffer.
- getCodepoint() - Method in class imgui.ImFontGlyph
-
0x0000..0xFFFF
- getColor(int) - Method in class imgui.ImGuiStyle
- getColor(int, ImVec4) - Method in class imgui.ImGuiStyle
- getColorButtonPosition() - Method in class imgui.ImGuiStyle
-
Side of the color button in the ColorEdit4 widget (left/right).
- getColored() - Method in class imgui.ImFontGlyph
-
Flag to indicate glyph is colored and should generally ignore tinting (make it usable with no shift on little-endian as this is used in loops).
- getColormap() - Method in class imgui.extension.implot.ImPlotStyle
- getColormapColor(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColor(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColor(ImVec4, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColor(ImVec4, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorW(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorW(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorX(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorX(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorY(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorY(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorZ(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapColorZ(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a color from a colormap given an index
>=0 (modulo will be performed). - getColormapCount() - Static method in class imgui.extension.implot.ImPlot
-
Returns the number of available colormaps (i.e.
- getColormapIndex(String) - Static method in class imgui.extension.implot.ImPlot
-
Returns an index number for a colormap given a valid string name.
- getColormapName(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns a string name for a colormap given an index.
- getColormapSize() - Static method in class imgui.extension.implot.ImPlot
-
Returns the size of a colormap.
- getColormapSize(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the size of a colormap.
- getColorMarkerSize() - Method in class imgui.ImGuiStyle
-
Size of R/G/B/A color markers for
ColorEdit4()and for Drags/Sliders when usingImGuiSliderFlags_ColorMarkers(since imgui 1.92.7). - getColors() - Method in class imgui.extension.imnodes.ImNodesStyle
- getColors() - Method in class imgui.extension.implot.ImPlotStyle
- getColors() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getColors() - Method in class imgui.ImGuiStyle
- getColors(int) - Method in class imgui.extension.imnodes.ImNodesStyle
- getColorU32(float, float, float, float) - Static method in class imgui.ImGui
-
Retrieve given color with style alpha applied, packed as a 32-bit value suitable for ImDrawList.
- getColorU32(int) - Static method in class imgui.ImGui
-
Retrieve given style color with style alpha applied and optional extra alpha multiplier, packed as a 32-bit value suitable for ImDrawList.
- getColorU32(int, float) - Static method in class imgui.ImGui
-
Retrieve given style color with style alpha applied and optional extra alpha multiplier, packed as a 32-bit value suitable for ImDrawList.
- getColorU32(ImVec4) - Static method in class imgui.ImGui
-
Retrieve given color with style alpha applied, packed as a 32-bit value suitable for ImDrawList.
- getColorU32i(int) - Static method in class imgui.ImGui
-
Retrieve given color with style alpha applied, packed as a 32-bit value suitable for ImDrawList.
- getColorU32i(int, float) - Static method in class imgui.ImGui
-
Retrieve given color with style alpha applied, packed as a 32-bit value suitable for ImDrawList.
- getCols() - Method in class imgui.extension.memedit.MemoryEditor
- getColumnIndex() - Static method in class imgui.ImGui
-
Get current column index
- getColumnIndex() - Method in class imgui.ImGuiTableColumnSortSpecs
-
Index of the column
- getColumnOffset() - Static method in class imgui.ImGui
-
Get position of column line (in pixels, from the left side of the contents region).
- getColumnOffset(int) - Static method in class imgui.ImGui
-
Get position of column line (in pixels, from the left side of the contents region).
- getColumnsCount() - Static method in class imgui.ImGui
- getColumnsMinSpacing() - Method in class imgui.ImGuiStyle
-
Minimum horizontal spacing between two columns.
- getColumnUserID() - Method in class imgui.ImGuiTableColumnSortSpecs
-
User id of the column (if specified by a TableSetupColumn() call)
- getColumnWidth() - Static method in class imgui.ImGui
-
Get column width (in pixels).
- getColumnWidth(int) - Static method in class imgui.ImGui
-
Get column width (in pixels).
- getCommentEnd() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getCommentStart() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getConfigDebugBeginReturnValueLoop() - Method in class imgui.ImGuiIO
-
Some calls to Begin()/BeginChild() will return false.
- getConfigDebugBeginReturnValueOnce() - Method in class imgui.ImGuiIO
-
Tools to test correct Begin/End and BeginChild/EndChild behaviors.
- getConfigDebugHighlightIdConflicts() - Method in class imgui.ImGuiIO
-
Highlight and show an error message popup when multiple items have conflicting identifiers.
- getConfigDebugIgnoreFocusLoss() - Method in class imgui.ImGuiIO
-
Option to deactivate io.AddFocusEvent(false) handling.
- getConfigDebugIniSettings() - Method in class imgui.ImGuiIO
-
Option to audit .ini data Save .ini data with extra comments (particularly helpful for Docking, but makes saving slower)
- getConfigDebugIsDebuggerPresent() - Method in class imgui.ImGuiIO
-
Option to enable various debug tools showing buttons that will call the IM_DEBUG_BREAK() macro.
- getConfigDockingAlwaysTabBar() - Method in class imgui.ImGuiIO
- getConfigDockingNoDockingOver() - Method in class imgui.ImGuiIO
-
Simplified docking mode: disable window merging into the same tab-bar, so docking is limited to splitting windows.
- getConfigDockingNoSplit() - Method in class imgui.ImGuiIO
-
Simplified docking mode: disable window splitting, so docking is limited to merging multiple windows together into tab-bars.
- getConfigDockingTransparentPayload() - Method in class imgui.ImGuiIO
-
Make window or viewport transparent when docking and only display docking boxes on the target viewport.
- getConfigDockingWithShift() - Method in class imgui.ImGuiIO
-
Enable docking with holding Shift key (reduce visual noise, allows dropping in wider space)
- getConfigDpiScaleFonts() - Method in class imgui.ImGuiIO
-
[EXPERIMENTAL] Automatically overwrite
style.FontScaleDpiwhen monitor DPI changes. - getConfigDpiScaleViewports() - Method in class imgui.ImGuiIO
-
[EXPERIMENTAL] Scale Dear ImGui and platform windows when monitor DPI changes.
- getConfigDragClickToInputText() - Method in class imgui.ImGuiIO
-
[BETA] Enable turning DragXXX widgets into text input with a simple mouse click-release (without moving).
- getConfigErrorRecovery() - Method in class imgui.ImGuiIO
-
Enable error recovery support.
- getConfigErrorRecoveryEnableAssert() - Method in class imgui.ImGuiIO
-
Enable asserts on recoverable errors.
- getConfigErrorRecoveryEnableDebugLog() - Method in class imgui.ImGuiIO
-
Enable debug log output on recoverable errors.
- getConfigErrorRecoveryEnableTooltip() - Method in class imgui.ImGuiIO
-
Enable tooltip on recoverable errors.
- getConfigFlags() - Method in class imgui.ImGuiIO
-
See ImGuiConfigFlags enum.
- getConfigInputTextCursorBlink() - Method in class imgui.ImGuiIO
-
Set to false to disable blinking cursor, for users who consider it distracting.
- getConfigInputTextEnterKeepActive() - Method in class imgui.ImGuiIO
-
[BETA] Pressing Enter will keep item active and select contents (single-line only).
- getConfigInputTrickleEventQueue() - Method in class imgui.ImGuiIO
-
Enable input queue trickling: some types of events submitted during the same frame (e.g.
- getConfigMacOSXBehaviors() - Method in class imgui.ImGuiIO
-
OS X style: Text editing cursor movement using Alt instead of Ctrl, Shortcuts using Cmd/Super instead of Ctrl, Line/Text Start and End using Cmd+Arrows instead of Home/End, Double click selects by word instead of selecting whole text, Multi-selection in lists uses Cmd/Super instead of Ctrl
- getConfigMemoryCompactTimer() - Method in class imgui.ImGuiIO
-
[Timer (in seconds) to free transient windows/tables memory buffers when unused.
- getConfigViewportsNoAutoMerge() - Method in class imgui.ImGuiIO
-
Set to make all floating imgui windows always create their own viewport.
- getConfigViewportsNoDecoration() - Method in class imgui.ImGuiIO
-
Disable default OS window decoration flag for secondary viewports.
- getConfigViewportsNoDefaultParent() - Method in class imgui.ImGuiIO
-
Disable default OS parenting to main viewport for secondary viewports.
- getConfigViewportsNoTaskBarIcon() - Method in class imgui.ImGuiIO
-
Disable default OS task bar icon flag for secondary viewports.
- getConfigWindowsMoveFromTitleBarOnly() - Method in class imgui.ImGuiIO
-
Enable allowing to move windows only when clicking on their title bar.
- getConfigWindowsResizeFromEdges() - Method in class imgui.ImGuiIO
-
Enable resizing of windows from their edges and from the lower-left corner.
- getContentRegionAvail() - Static method in class imgui.ImGui
-
== GetContentRegionMax() - GetCursorPos()
- getContentRegionAvail(ImVec2) - Static method in class imgui.ImGui
-
== GetContentRegionMax() - GetCursorPos()
- getContentRegionAvailX() - Static method in class imgui.ImGui
-
== GetContentRegionMax() - GetCursorPos()
- getContentRegionAvailY() - Static method in class imgui.ImGui
-
== GetContentRegionMax() - GetCursorPos()
- getContentRegionMax() - Static method in class imgui.ImGui
-
Current content boundaries (typically window boundaries including scrolling, or current column boundaries), in windows coordinates
- getContentRegionMax(ImVec2) - Static method in class imgui.ImGui
-
Current content boundaries (typically window boundaries including scrolling, or current column boundaries), in windows coordinates
- getContentRegionMaxX() - Static method in class imgui.ImGui
-
Current content boundaries (typically window boundaries including scrolling, or current column boundaries), in windows coordinates
- getContentRegionMaxY() - Static method in class imgui.ImGui
-
Current content boundaries (typically window boundaries including scrolling, or current column boundaries), in windows coordinates
- getContextMenuButtonIndex() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getCountGrep() - Method in class imgui.ImGuiTextFilter
- getCtx() - Method in class imgui.ImGuiInputTextCallbackData
-
Parent UI context
- getCtx() - Method in class imgui.ImGuiIO
-
Parent UI context (needs to be set explicitly by parent).
- getCtx() - Method in class imgui.ImGuiListClipper
-
Parent UI context
- getCurrentContext() - Static method in class imgui.extension.imnodes.ImNodes
- getCurrentContext() - Static method in class imgui.extension.implot.ImPlot
-
Returns the current ImPlot context.
- getCurrentContext() - Static method in class imgui.ImGui
- getCurrentCursorPosition() - Method in class imgui.extension.texteditor.TextEditor
- getCurrentCursorPosition(TextEditorCursorPosition) - Method in class imgui.extension.texteditor.TextEditor
- getCurrentEditor() - Static method in class imgui.extension.nodeditor.NodeEditor
- getCurrentWindow() - Static method in class imgui.internal.ImGui
- getCurrentWindowRead() - Static method in class imgui.internal.ImGui
- getCurrentZoom() - Static method in class imgui.extension.nodeditor.NodeEditor
- getCursorPos() - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- getCursorPos() - Method in class imgui.ImGuiInputTextCallbackData
-
Current cursor position
- getCursorPos(ImVec2) - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- getCursorPosition(long) - Method in class imgui.extension.texteditor.TextEditor
- getCursorPosition(TextEditorCursorPosition, long) - Method in class imgui.extension.texteditor.TextEditor
- getCursorPosX() - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- getCursorPosY() - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- getCursorScreenPos() - Static method in class imgui.ImGui
-
Cursor position in absolute coordinates (prefer using this, also more useful to work with ImDrawList API).
- getCursorScreenPos(ImVec2) - Static method in class imgui.ImGui
-
Cursor position in absolute coordinates (prefer using this, also more useful to work with ImDrawList API).
- getCursorScreenPosX() - Static method in class imgui.ImGui
-
Cursor position in absolute coordinates (prefer using this, also more useful to work with ImDrawList API).
- getCursorScreenPosY() - Static method in class imgui.ImGui
-
Cursor position in absolute coordinates (prefer using this, also more useful to work with ImDrawList API).
- getCursorSelection(long) - Method in class imgui.extension.texteditor.TextEditor
- getCursorSelection(TextEditorCursorSelection, long) - Method in class imgui.extension.texteditor.TextEditor
- getCursorStartPos() - Static method in class imgui.ImGui
-
Initial cursor position in window coordinates
- getCursorStartPos(ImVec2) - Static method in class imgui.ImGui
-
Initial cursor position in window coordinates
- getCursorStartPosX() - Static method in class imgui.ImGui
-
Initial cursor position in window coordinates
- getCursorStartPosY() - Static method in class imgui.ImGui
-
Initial cursor position in window coordinates
- getCursorText(long) - Method in class imgui.extension.texteditor.TextEditor
- getCurveTessellationTol() - Method in class imgui.ImGuiStyle
-
Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments.
- getDarkPalette() - Static method in class imgui.extension.texteditor.TextEditor
- getData() - Method in class imgui.type.ImBoolean
- getData() - Method in class imgui.type.ImDouble
- getData() - Method in class imgui.type.ImFloat
- getData() - Method in class imgui.type.ImInt
- getData() - Method in class imgui.type.ImLong
- getData() - Method in class imgui.type.ImShort
- getData() - Method in class imgui.type.ImString
- getDebugName() - Method in class imgui.ImFont
- getDefaultFont() - Static method in class imgui.internal.ImGui
- getDefaultPalette() - Static method in class imgui.extension.texteditor.TextEditor
- getDeltaTime() - Method in class imgui.ImGuiIO
-
Time elapsed since last frame, in seconds.
- getDigitalPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getDigitalSpacing() - Method in class imgui.extension.implot.ImPlotStyle
- getDisabledAlpha() - Method in class imgui.ImGuiStyle
-
Additional alpha multiplier applied by BeginDisabled().
- getDisplayEnd() - Method in class imgui.ImGuiListClipper
- getDisplayFramebufferScale() - Method in class imgui.ImGuiIO
-
For retina display or other situations where window coordinates are different from framebuffer coordinates.
- getDisplayFramebufferScale(ImVec2) - Method in class imgui.ImGuiIO
-
For retina display or other situations where window coordinates are different from framebuffer coordinates.
- getDisplayFramebufferScaleX() - Method in class imgui.ImGuiIO
-
For retina display or other situations where window coordinates are different from framebuffer coordinates.
- getDisplayFramebufferScaleY() - Method in class imgui.ImGuiIO
-
For retina display or other situations where window coordinates are different from framebuffer coordinates.
- getDisplayPos() - Method in class imgui.ImDrawData
-
Upper-left position of the viewport to render (== upper-left of the orthogonal projection matrix to use)
- getDisplayPos(ImVec2) - Method in class imgui.ImDrawData
-
Upper-left position of the viewport to render (== upper-left of the orthogonal projection matrix to use)
- getDisplayPosX() - Method in class imgui.ImDrawData
-
Upper-left position of the viewport to render (== upper-left of the orthogonal projection matrix to use)
- getDisplayPosY() - Method in class imgui.ImDrawData
-
Upper-left position of the viewport to render (== upper-left of the orthogonal projection matrix to use)
- getDisplaySafeAreaPadding() - Method in class imgui.ImGuiStyle
-
If you cannot see the edges of your screen (e.g.
- getDisplaySafeAreaPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
If you cannot see the edges of your screen (e.g.
- getDisplaySafeAreaPaddingX() - Method in class imgui.ImGuiStyle
-
If you cannot see the edges of your screen (e.g.
- getDisplaySafeAreaPaddingY() - Method in class imgui.ImGuiStyle
-
If you cannot see the edges of your screen (e.g.
- getDisplaySize() - Method in class imgui.ImDrawData
-
Size of the viewport to render (== io.DisplaySize for the main viewport) (DisplayPos + DisplaySize == lower-right of the orthogonal projection matrix to use)
- getDisplaySize() - Method in class imgui.ImGuiIO
-
Main display size, in pixels (generally ==
GetMainViewport()->Size). - getDisplaySize(ImVec2) - Method in class imgui.ImDrawData
-
Size of the viewport to render (== io.DisplaySize for the main viewport) (DisplayPos + DisplaySize == lower-right of the orthogonal projection matrix to use)
- getDisplaySize(ImVec2) - Method in class imgui.ImGuiIO
-
Main display size, in pixels (generally ==
GetMainViewport()->Size). - getDisplaySizeX() - Method in class imgui.ImDrawData
-
Size of the viewport to render (== io.DisplaySize for the main viewport) (DisplayPos + DisplaySize == lower-right of the orthogonal projection matrix to use)
- getDisplaySizeX() - Method in class imgui.ImGuiIO
-
Main display size, in pixels (generally ==
GetMainViewport()->Size). - getDisplaySizeY() - Method in class imgui.ImDrawData
-
Size of the viewport to render (== io.DisplaySize for the main viewport) (DisplayPos + DisplaySize == lower-right of the orthogonal projection matrix to use)
- getDisplaySizeY() - Method in class imgui.ImGuiIO
-
Main display size, in pixels (generally ==
GetMainViewport()->Size). - getDisplayStart() - Method in class imgui.ImGuiListClipper
- getDisplayWindowPadding() - Method in class imgui.ImGuiStyle
-
Window position are clamped to be visible within the display area by at least this amount.
- getDisplayWindowPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Window position are clamped to be visible within the display area by at least this amount.
- getDisplayWindowPaddingX() - Method in class imgui.ImGuiStyle
-
Window position are clamped to be visible within the display area by at least this amount.
- getDisplayWindowPaddingY() - Method in class imgui.ImGuiStyle
-
Window position are clamped to be visible within the display area by at least this amount.
- getDockingAllowUnclassed() - Method in class imgui.ImGuiWindowClass
-
Set to true to allow windows of this class to be docked/merged with an unclassed window.
- getDockingAlwaysTabBar() - Method in class imgui.ImGuiWindowClass
-
Set to true to enforce single floating windows of this class always having their own docking node (equivalent of setting the global io.ConfigDockingAlwaysTabBar)
- getDockingSeparatorSize() - Method in class imgui.ImGuiStyle
-
Thickness of resizing border between docked windows
- getDockNodeFlagsOverrideSet() - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] Dock node flags to set when a window of this class is hosted by a dock node (it doesn't have to be selected!)
- getDoubleClickedLink() - Static method in class imgui.extension.nodeditor.NodeEditor
- getDoubleClickedNode() - Static method in class imgui.extension.nodeditor.NodeEditor
- getDoubleClickedPin() - Static method in class imgui.extension.nodeditor.NodeEditor
- getDown() - Method in class imgui.ImGuiKeyData
-
True for if key is down
- getDownDuration() - Method in class imgui.ImGuiKeyData
-
Duration the key has been down (
<0.0f: not pressed, 0.0f: just pressed,>0.0f: time held) - getDownDurationPrev() - Method in class imgui.ImGuiKeyData
-
Last frame duration the key has been down
- getDpiScale() - Method in class imgui.ImGuiPlatformMonitor
-
1.0f = 96 DPI
- getDpiScale() - Method in class imgui.ImGuiViewport
-
1.0f = 96 DPI = No extra scale.
- getDragButtonIndex() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getDragDropPayload() - Static method in class imgui.ImGui
-
Peek directly into the current payload from anywhere.
- getDragDropPayload(Class<T>) - Static method in class imgui.ImGui
-
Binding alternative for
ImGui.getDragDropPayload(String), which uses payload class as a unique identifier. - getDragDropPayload(String) - Static method in class imgui.ImGui
-
Peek directly into the current payload from anywhere.
- getDrawData() - Static method in class imgui.ImGui
-
Valid after Render() and until the next call to NewFrame().
- getDrawData() - Method in class imgui.ImGuiViewport
-
The ImDrawData corresponding to this viewport.
- getDstFont() - Method in class imgui.ImFontConfig
- getEllipsisChar() - Method in class imgui.ImFont
-
Character used for ellipsis rendering.
- getEllipsisChar() - Method in class imgui.ImFontConfig
-
Explicitly specify unicode codepoint of ellipsis character.
- getEnableSmoothZoom() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getEventChar() - Method in class imgui.ImGuiInputTextCallbackData
-
[CharFilter] Replace character with another one, or set to zero to drop.
- getEventFlag() - Method in class imgui.ImGuiInputTextCallbackData
-
One ImGuiInputTextFlags_Callback*
- getEventKey() - Method in class imgui.ImGuiInputTextCallbackData
-
[Completion,History]
- getFallbackChar() - Method in class imgui.ImFont
-
Character used if a glyph isn't found (U+FFFD, '?').
- getFillAlpha() - Method in class imgui.extension.implot.ImPlotSpec
- getFillColor() - Method in class imgui.extension.implot.ImPlotSpec
- getFillColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- getFillColorW() - Method in class imgui.extension.implot.ImPlotSpec
- getFillColorX() - Method in class imgui.extension.implot.ImPlotSpec
- getFillColorY() - Method in class imgui.extension.implot.ImPlotSpec
- getFillColorZ() - Method in class imgui.extension.implot.ImPlotSpec
- getFirstVisibleColumn() - Method in class imgui.extension.texteditor.TextEditor
- getFirstVisibleLine() - Method in class imgui.extension.texteditor.TextEditor
- getFit() - Method in class imgui.extension.implot.ImPlotInputMap
-
LMB initiates fit when double clicked
- getFitPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getFitPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getFitPaddingX() - Method in class imgui.extension.implot.ImPlotStyle
- getFitPaddingY() - Method in class imgui.extension.implot.ImPlotStyle
- getFlags() - Method in class imgui.extension.imnodes.ImNodesStyle
-
By default, ImNodesStyleFlags_NodeOutline and ImNodesStyleFlags_Gridlines are enabled.
- getFlags() - Method in class imgui.extension.implot.ImPlotSpec
- getFlags() - Method in class imgui.ImDrawList
-
Flags, you may poke into these to adjust anti-aliasing settings per-primitive.
- getFlags() - Method in class imgui.ImFontAtlas
-
Build flags (see
ImFontAtlasFlags) - getFlags() - Method in class imgui.ImGuiInputTextCallbackData
-
What user passed to InputText()
- getFlags() - Method in class imgui.ImGuiViewport
-
See
ImGuiViewportFlags. - getFloat(int) - Method in class imgui.ImGuiStorage
- getFloat(int, float) - Method in class imgui.ImGuiStorage
- getFlowDuration() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getFlowMarkerDistance() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getFlowSpeed() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getFocusID() - Static method in class imgui.internal.ImGui
- getFocusRouteParentWindowId() - Method in class imgui.ImGuiWindowClass
-
ID of parent window for shortcut focus route evaluation, e.g.
- getFont() - Static method in class imgui.ImGui
-
Get current font.
- getFontAllowUserScaling() - Method in class imgui.ImGuiIO
-
Allow user scaling text of individual window with CTRL+Wheel.
- getFontData() - Method in class imgui.ImFontConfig
-
TTF/OTF data
- getFontDataOwnedByAtlas() - Method in class imgui.ImFontConfig
-
TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).
- getFontDataSize() - Method in class imgui.ImFontConfig
-
TTF/OTF data size
- getFontDefault() - Method in class imgui.ImGuiIO
-
Font to use on NewFrame().
- getFontGlobalScale() - Method in class imgui.ImGuiIO
-
Global scale all fonts
- getFontLoaderFlags() - Method in class imgui.ImFontConfig
-
Settings for custom font loader.
- getFontNo() - Method in class imgui.ImFontConfig
-
Index of font within TTF/OTF file
- getFonts() - Method in class imgui.ImGuiIO
-
Font atlas: load, rasterize and pack one or more fonts into a single texture.
- getFontScaleDpi() - Method in class imgui.ImGuiStyle
-
Additional global scale factor from viewport/monitor contents scale (since imgui 1.92).
- getFontScaleMain() - Method in class imgui.ImGuiStyle
-
Main global scale factor applied on top of font size.
- getFontSize() - Static method in class imgui.ImGui
-
Get current font size (= height in pixels) of current font with current scale applied
- getFontTexUvWhitePixel() - Static method in class imgui.ImGui
-
Get UV coordinate for a while pixel, useful to draw custom shapes via the ImDrawList API
- getFontTexUvWhitePixel(ImVec2) - Static method in class imgui.ImGui
-
Get UV coordinate for a while pixel, useful to draw custom shapes via the ImDrawList API
- getFontTexUvWhitePixelX() - Static method in class imgui.ImGui
-
Get UV coordinate for a while pixel, useful to draw custom shapes via the ImDrawList API
- getFontTexUvWhitePixelY() - Static method in class imgui.ImGui
-
Get UV coordinate for a while pixel, useful to draw custom shapes via the ImDrawList API
- getForegroundDrawList() - Static method in class imgui.ImGui
-
Get foreground draw list for the given viewport or viewport associated to the current window.
- getForegroundDrawList(ImGuiViewport) - Static method in class imgui.ImGui
-
Get foreground draw list for the given viewport or viewport associated to the current window.
- getForegroundDrawList(ImGuiWindow) - Static method in class imgui.internal.ImGui
- getFrameBorderSize() - Method in class imgui.ImGuiStyle
-
Thickness of border around frames.
- getFramebufferScale() - Method in class imgui.ImDrawData
-
Amount of pixels for each unit of DisplaySize.
- getFramebufferScale(ImVec2) - Method in class imgui.ImDrawData
-
Amount of pixels for each unit of DisplaySize.
- getFramebufferScaleX() - Method in class imgui.ImDrawData
-
Amount of pixels for each unit of DisplaySize.
- getFramebufferScaleY() - Method in class imgui.ImDrawData
-
Amount of pixels for each unit of DisplaySize.
- getFrameCount() - Static method in class imgui.ImGui
-
Get global imgui frame count.
- getFrameHeight() - Static method in class imgui.ImGui
-
~ FontSize + style.FramePadding.y * 2
- getFrameHeightWithSpacing() - Static method in class imgui.ImGui
-
~ FontSize + style.FramePadding.y * 2 + style.ItemSpacing.y (distance in pixels between 2 consecutive lines of framed widgets)
- getFramePadding() - Method in class imgui.ImGuiStyle
-
Padding within a framed rectangle (used by most widgets).
- getFramePadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Padding within a framed rectangle (used by most widgets).
- getFramePaddingX() - Method in class imgui.ImGuiStyle
-
Padding within a framed rectangle (used by most widgets).
- getFramePaddingY() - Method in class imgui.ImGuiStyle
-
Padding within a framed rectangle (used by most widgets).
- getFramerate() - Method in class imgui.ImGuiIO
-
Estimate of application framerate (rolling average over 60 frames, based on io.DeltaTime), in frame per second.
- getFrameRounding() - Method in class imgui.ImGuiStyle
-
Radius of frame corners rounding.
- getGlyphExcludeRanges() - Method in class imgui.ImFontConfig
-
Exclude ranges (list of Unicode range pairs, zero-terminated) from this font source when merging multiple fonts -- useful to avoid one font's glyphs masking another's.
- getGlyphExtraAdvanceX() - Method in class imgui.ImFontConfig
-
Extra spacing (in pixels) between glyphs (added to glyph AdvanceX).
- getGlyphMaxAdvanceX() - Method in class imgui.ImFontConfig
-
Maximum AdvanceX for glyphs
- getGlyphMinAdvanceX() - Method in class imgui.ImFontConfig
-
Minimum AdvanceX for glyphs, set Min to align font icons, set both Min/Max to enforce mono-space font
- getGlyphOffset() - Method in class imgui.ImFontConfig
-
Offset all glyphs from this font input.
- getGlyphOffset(ImVec2) - Method in class imgui.ImFontConfig
-
Offset all glyphs from this font input.
- getGlyphOffsetX() - Method in class imgui.ImFontConfig
-
Offset all glyphs from this font input.
- getGlyphOffsetY() - Method in class imgui.ImFontConfig
-
Offset all glyphs from this font input.
- getGlyphRanges() - Method in class imgui.ImFontConfig
-
Pointer to a user-provided list of Unicode range (2 value per range, values are inclusive, zero-terminated list).
- getGlyphRangesChineseFull() - Method in class imgui.ImFontAtlas
-
Default + Half-Width + Japanese Hiragana/Katakana + full set of about 21000 CJK Unified Ideographs
- getGlyphRangesChineseSimplifiedCommon() - Method in class imgui.ImFontAtlas
-
Default + Half-Width + Japanese Hiragana/Katakana + set of 2500 CJK Unified Ideographs for common simplified Chinese
- getGlyphRangesCyrillic() - Method in class imgui.ImFontAtlas
-
Default + about 400 Cyrillic characters
- getGlyphRangesDefault() - Method in class imgui.ImFontAtlas
-
Basic Latin, Extended Latin
- getGlyphRangesGreek() - Method in class imgui.ImFontAtlas
-
Default + Greek and Coptic
- getGlyphRangesJapanese() - Method in class imgui.ImFontAtlas
-
Default + Hiragana, Katakana, Half-Width, Selection of 2999 Ideographs
- getGlyphRangesKorean() - Method in class imgui.ImFontAtlas
-
Default + Korean characters
- getGlyphRangesThai() - Method in class imgui.ImFontAtlas
-
Default + Thai characters
- getGlyphRangesVietnamese() - Method in class imgui.ImFontAtlas
-
Default + Vietnamese characters
- getGlyphWidth() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getGlyphWidth() - Method in class imgui.extension.texteditor.TextEditor
- getGrabMinSize() - Method in class imgui.ImGuiStyle
-
Minimum width/height of a grab box for slider/scrollbar.
- getGrabRounding() - Method in class imgui.ImGuiStyle
-
Radius of grabs corners rounding.
- getGridSpacing() - Method in class imgui.extension.imnodes.ImNodesStyle
- getGroupBorderWidth() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getGroupMax() - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupMax(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupMaxX() - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupMaxY() - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupMin() - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupMin(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupMinX() - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupMinY() - Static method in class imgui.extension.nodeditor.NodeEditor
- getGroupRounding() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getHasCentralNodeChild() - Method in class imgui.internal.ImGuiDockNode
- getHasCloseButton() - Method in class imgui.internal.ImGuiDockNode
- getHasDoubleQuotedStrings() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getHasSingleQuotedStrings() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getHasWindowMenuButton() - Method in class imgui.internal.ImGuiDockNode
- getHexCellWidth() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getHighlightColor() - Method in class imgui.extension.memedit.MemoryEditor
- getHighlightConnectedLinks() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getHintBackgroundDrawList() - Static method in class imgui.extension.nodeditor.NodeEditor
- getHintForegroundDrawList() - Static method in class imgui.extension.nodeditor.NodeEditor
- getHostWindow() - Method in class imgui.internal.ImGuiDockNode
- getHoverDelayNormal() - Method in class imgui.ImGuiStyle
-
Delay for IsItemHovered(ImGuiHoveredFlags_DelayNormal).
- getHoverDelayShort() - Method in class imgui.ImGuiStyle
-
Delay for IsItemHovered(ImGuiHoveredFlags_DelayShort).
- getHoveredID() - Static method in class imgui.internal.ImGui
- getHoveredLink() - Static method in class imgui.extension.imnodes.ImNodes
- getHoveredLink() - Static method in class imgui.extension.nodeditor.NodeEditor
- getHoveredNode() - Static method in class imgui.extension.imnodes.ImNodes
- getHoveredNode() - Static method in class imgui.extension.nodeditor.NodeEditor
- getHoveredNodeBorderWidth() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getHoveredPin() - Static method in class imgui.extension.imnodes.ImNodes
- getHoveredPin() - Static method in class imgui.extension.nodeditor.NodeEditor
- getHoverFlagsForTooltipMouse() - Method in class imgui.ImGuiStyle
-
Default flags when using IsItemHovered(ImGuiHoveredFlags_ForTooltip) or BeginItemTooltip()/SetItemTooltip() while using mouse.
- getHoverFlagsForTooltipNav() - Method in class imgui.ImGuiStyle
-
Default flags when using IsItemHovered(ImGuiHoveredFlags_ForTooltip) or BeginItemTooltip()/SetItemTooltip() while using keyboard/gamepad.
- getHoverNodeBorderOffset() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getHoverStationaryDelay() - Method in class imgui.ImGuiStyle
-
Delay for IsItemHovered(ImGuiHoveredFlags_Stationary).
- getID() - Method in class imgui.ImGuiViewport
-
Unique identifier for the viewport.
- getID() - Method in class imgui.internal.ImGuiDockNode
- getID(long) - Static method in class imgui.ImGui
-
Calculate unique ID (hash of whole ID stack + given parameter).
- getID(String) - Static method in class imgui.ImGui
-
Calculate unique ID (hash of whole ID stack + given parameter).
- getID(String, String) - Static method in class imgui.ImGui
-
Calculate unique ID (hash of whole ID stack + given parameter).
- getIDWithSeed(String, String, int) - Static method in class imgui.internal.ImGui
- getImageBorderSize() - Method in class imgui.ImGuiStyle
-
Thickness of border around Image() calls (since imgui 1.92).
- getImageRounding() - Method in class imgui.ImGuiStyle
-
Rounding of Image() calls (since imgui 1.92).
- getIndentSpacing() - Method in class imgui.ImGuiStyle
-
Horizontal indentation when e.g.
- getIniFilename() - Method in class imgui.ImGuiIO
-
Path to .ini file.
- getIniSavingRate() - Method in class imgui.ImGuiIO
-
Minimum time between saving positions/sizes to .ini file, in seconds.
- getInputBuffer() - Method in class imgui.ImGuiTextFilter
- getInputMap() - Static method in class imgui.extension.implot.ImPlot
-
Provides access to the input mapping structure for permanent modifications to controls for pan, select, etc.
- getInputQueueSurrogate() - Method in class imgui.ImGuiIO
-
For AddInputCharacterUTF16
- getInt(int) - Method in class imgui.ImGuiStorage
- getInt(int, int) - Method in class imgui.ImGuiStorage
- getIO() - Static method in class imgui.extension.imnodes.ImNodes
- getIO() - Static method in class imgui.ImGui
-
Access the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags).
- getIsFocused() - Method in class imgui.internal.ImGuiDockNode
- getIsVisible() - Method in class imgui.internal.ImGuiDockNode
-
Set to false when the node is hidden (usually disabled as it has no active window)
- getItemFlags() - Static method in class imgui.ImGui
-
Get generic flags of last item (since imgui 1.91).
- getItemFlags() - Static method in class imgui.internal.ImGui
- getItemID() - Static method in class imgui.ImGui
-
Get ID of last item (~~ often same ImGui::GetID(label) beforehand)
- getItemInnerSpacing() - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between within elements of a composed widget (e.g.
- getItemInnerSpacing(ImVec2) - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between within elements of a composed widget (e.g.
- getItemInnerSpacingX() - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between within elements of a composed widget (e.g.
- getItemInnerSpacingY() - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between within elements of a composed widget (e.g.
- getItemRectMax() - Static method in class imgui.ImGui
-
Get lower-right bounding rectangle of the last item (screen space)
- getItemRectMax(ImVec2) - Static method in class imgui.ImGui
-
Get lower-right bounding rectangle of the last item (screen space)
- getItemRectMaxX() - Static method in class imgui.ImGui
-
Get lower-right bounding rectangle of the last item (screen space)
- getItemRectMaxY() - Static method in class imgui.ImGui
-
Get lower-right bounding rectangle of the last item (screen space)
- getItemRectMin() - Static method in class imgui.ImGui
-
Get upper-left bounding rectangle of the last item (screen space)
- getItemRectMin(ImVec2) - Static method in class imgui.ImGui
-
Get upper-left bounding rectangle of the last item (screen space)
- getItemRectMinX() - Static method in class imgui.ImGui
-
Get upper-left bounding rectangle of the last item (screen space)
- getItemRectMinY() - Static method in class imgui.ImGui
-
Get upper-left bounding rectangle of the last item (screen space)
- getItemRectSize() - Static method in class imgui.ImGui
-
Get size of last item
- getItemRectSize(ImVec2) - Static method in class imgui.ImGui
-
Get size of last item
- getItemRectSizeX() - Static method in class imgui.ImGui
-
Get size of last item
- getItemRectSizeY() - Static method in class imgui.ImGui
-
Get size of last item
- getItemsCount() - Method in class imgui.ImGuiListClipper
- getItemsHeight() - Method in class imgui.ImGuiListClipper
- getItemSpacing() - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between widgets/lines.
- getItemSpacing(ImVec2) - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between widgets/lines.
- getItemSpacingX() - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between widgets/lines.
- getItemSpacingY() - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between widgets/lines.
- getItemStatusFlags() - Static method in class imgui.internal.ImGui
- getKeyAlt() - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Alt
- getKeyCtrl() - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Control
- getKeyMods() - Method in class imgui.ImGuiIO
-
Key mods flags (same as io.KeyCtrl/KeyShift/KeyAlt/KeySuper but merged into flags), updated by NewFrame()
- getKeyName(int) - Static method in class imgui.ImGui
-
[DEBUG] returns English name of the key.
- getKeyPressedAmount(int, float, float) - Static method in class imgui.ImGui
-
Uses provided repeat rate/delay.
- getKeyRepeatDelay() - Method in class imgui.ImGuiIO
-
When holding a key/button, time before it starts repeating, in seconds (for buttons in Repeat mode, etc.).
- getKeyRepeatRate() - Method in class imgui.ImGuiIO
-
When holding a key/button, rate at which it repeats, in seconds.
- getKeysData() - Method in class imgui.ImGuiIO
-
Key state for all known keys.
- getKeyShift() - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Shift
- getKeySuper() - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Cmd/Super/Windows
- getLabelPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getLabelPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getLabelPaddingX() - Method in class imgui.extension.implot.ImPlotStyle
- getLabelPaddingY() - Method in class imgui.extension.implot.ImPlotStyle
- getLanguage() - Method in class imgui.extension.texteditor.TextEditor
- getLanguageName() - Method in class imgui.extension.texteditor.TextEditor
- getLastBgColor() - Method in class imgui.internal.ImGuiDockNode
- getLastFocusedNodeId() - Method in class imgui.internal.ImGuiDockNode
-
[Root node only] Which of our child docking node (any ancestor in the hierarchy) was last focused.
- getLastFrameActive() - Method in class imgui.internal.ImGuiDockNode
-
Last frame number the node was updated.
- getLastFrameAlive() - Method in class imgui.internal.ImGuiDockNode
-
Last frame number the node was updated or kept alive explicitly with DockSpace() + int_KeepAliveOnly
- getLastFrameFocused() - Method in class imgui.internal.ImGuiDockNode
-
Last frame number the node was focused.
- getLastItemColor() - Static method in class imgui.extension.implot.ImPlot
-
Gets the last item primary color (i.e.
- getLastItemColor(ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Gets the last item primary color (i.e.
- getLastItemColorW() - Static method in class imgui.extension.implot.ImPlot
-
Gets the last item primary color (i.e.
- getLastItemColorX() - Static method in class imgui.extension.implot.ImPlot
-
Gets the last item primary color (i.e.
- getLastItemColorY() - Static method in class imgui.extension.implot.ImPlot
-
Gets the last item primary color (i.e.
- getLastItemColorZ() - Static method in class imgui.extension.implot.ImPlot
-
Gets the last item primary color (i.e.
- getLastVisibleColumn() - Method in class imgui.extension.texteditor.TextEditor
- getLastVisibleLine() - Method in class imgui.extension.texteditor.TextEditor
- getLegacySize() - Method in class imgui.ImFont
-
Font size passed to
AddFontXXX(). - getLegendInnerPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendInnerPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getLegendInnerPaddingX() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendInnerPaddingY() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getLegendPaddingX() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendPaddingY() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendSpacing() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendSpacing(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getLegendSpacingX() - Method in class imgui.extension.implot.ImPlotStyle
- getLegendSpacingY() - Method in class imgui.extension.implot.ImPlotStyle
- getLength() - Method in class imgui.type.ImString
-
Get the length of the text inside the data buffer.
- getLightPalette() - Static method in class imgui.extension.texteditor.TextEditor
- getLineColor() - Method in class imgui.extension.implot.ImPlotSpec
- getLineColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- getLineColorW() - Method in class imgui.extension.implot.ImPlotSpec
- getLineColorX() - Method in class imgui.extension.implot.ImPlotSpec
- getLineColorY() - Method in class imgui.extension.implot.ImPlotSpec
- getLineColorZ() - Method in class imgui.extension.implot.ImPlotSpec
- getLineCount() - Method in class imgui.extension.texteditor.TextEditor
- getLineHeight() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getLineHeight() - Method in class imgui.extension.texteditor.TextEditor
- getLineSpacing() - Method in class imgui.extension.texteditor.TextEditor
- getLineText(int) - Method in class imgui.extension.texteditor.TextEditor
- getLineWeight() - Method in class imgui.extension.implot.ImPlotSpec
- getLinkHoverDistance() - Method in class imgui.extension.imnodes.ImNodesStyle
- getLinkLineSegmentsPerLength() - Method in class imgui.extension.imnodes.ImNodesStyle
- getLinkPins(long, ImLong, ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- getLinkStrength() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getLinkThickness() - Method in class imgui.extension.imnodes.ImNodesStyle
- getLinkWithContextMenu() - Static method in class imgui.extension.nodeditor.NodeEditor
- getLocalFlags() - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node
- getLocalFlagsInWindows() - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node, applied from windows
- getLocked() - Method in class imgui.ImFontAtlas
-
Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert.
- getLogFilename() - Method in class imgui.ImGuiIO
-
Path to .log file (default parameter to ImGui::LogToFile when no file is specified).
- getLogSliderDeadzone() - Method in class imgui.ImGuiStyle
-
The size in pixels of the dead-zone around zero on logarithmic sliders that cross zero.
- getMainCursorPosition() - Method in class imgui.extension.texteditor.TextEditor
- getMainCursorPosition(TextEditorCursorPosition) - Method in class imgui.extension.texteditor.TextEditor
- getMainCursorSelection() - Method in class imgui.extension.texteditor.TextEditor
- getMainCursorSelection(TextEditorCursorSelection) - Method in class imgui.extension.texteditor.TextEditor
- getMainPos() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainPos(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainPosX() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainPosY() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainSize() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainSize(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainSizeX() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainSizeY() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- getMainViewport() - Static method in class imgui.ImGui
-
Return primary/default viewport.
- getMajorGridSize() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorGridSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getMajorGridSizeX() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorGridSizeY() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickLen() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickLen(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickLenX() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickLenY() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickSize() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickSizeX() - Method in class imgui.extension.implot.ImPlotStyle
- getMajorTickSizeY() - Method in class imgui.extension.implot.ImPlotStyle
- getMarker() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerFillColor() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerFillColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerFillColorW() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerFillColorX() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerFillColorY() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerFillColorZ() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerLineColor() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerLineColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerLineColorW() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerLineColorX() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerLineColorY() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerLineColorZ() - Method in class imgui.extension.implot.ImPlotSpec
- getMarkerName(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the null terminated string name for an ImPlotMarker.
- getMarkerSize() - Method in class imgui.extension.implot.ImPlotSpec
- getMenu() - Method in class imgui.extension.implot.ImPlotInputMap
-
RMB opens context menus (if enabled) when clicked
- getMergedFlags() - Method in class imgui.internal.ImGuiDockNode
-
Effective flags (== SharedFlags | LocalFlagsInNode | LocalFlagsInWindows)
- getMergeMode() - Method in class imgui.ImFontConfig
-
Merge into previous ImFont, so you can combine multiple inputs font into one ImFont (e.g.
- getMetricsActiveWindows() - Method in class imgui.ImGuiIO
-
Number of active windows
- getMetricsRenderIndices() - Method in class imgui.ImGuiIO
-
Indices output during last call to Render() = number of triangles * 3
- getMetricsRenderVertices() - Method in class imgui.ImGuiIO
-
Vertices output during last call to Render()
- getMetricsRenderWindows() - Method in class imgui.ImGuiIO
-
Number of visible windows
- getMiniMapOffset() - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map offset from the screen side.
- getMiniMapOffset(ImVec2) - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map offset from the screen side.
- getMiniMapOffsetX() - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map offset from the screen side.
- getMiniMapOffsetY() - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map offset from the screen side.
- getMiniMapPadding() - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map padding size between mini-map edge and mini-map content.
- getMiniMapPadding(ImVec2) - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map padding size between mini-map edge and mini-map content.
- getMiniMapPaddingX() - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map padding size between mini-map edge and mini-map content.
- getMiniMapPaddingY() - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map padding size between mini-map edge and mini-map content.
- getMinorAlpha() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorGridSize() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorGridSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getMinorGridSizeX() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorGridSizeY() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickLen() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickLen(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickLenX() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickLenY() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickSize() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickSizeX() - Method in class imgui.extension.implot.ImPlotStyle
- getMinorTickSizeY() - Method in class imgui.extension.implot.ImPlotStyle
- getMonitors(int) - Method in class imgui.ImGuiPlatformIO
- getMonitorsSize() - Method in class imgui.ImGuiPlatformIO
- getMouseClicked() - Method in class imgui.ImGuiIO
-
Mouse button went from !Down to Down (same as MouseClickedCount[x] != 0)
- getMouseClicked(int) - Method in class imgui.ImGuiIO
-
Mouse button went from !Down to Down (same as MouseClickedCount[x] != 0)
- getMouseClickedCount() - Method in class imgui.ImGuiIO
-
== 0 (not clicked), == 1 (same as MouseClicked[]), == 2 (double-clicked), == 3 (triple-clicked) etc.
- getMouseClickedCount(int) - Static method in class imgui.ImGui
-
Return the number of successive mouse-clicks at the time where a click happen (otherwise 0).
- getMouseClickedCount(int) - Method in class imgui.ImGuiIO
-
== 0 (not clicked), == 1 (same as MouseClicked[]), == 2 (double-clicked), == 3 (triple-clicked) etc.
- getMouseClickedLastCount() - Method in class imgui.ImGuiIO
-
Count successive number of clicks.
- getMouseClickedLastCount(int) - Method in class imgui.ImGuiIO
-
Count successive number of clicks.
- getMouseClickedPos() - Method in class imgui.ImGuiIO
-
Position at time of clicking.
- getMouseClickedTime() - Method in class imgui.ImGuiIO
-
Time of last click (used to figure out double-click)
- getMouseClickedTime(int) - Method in class imgui.ImGuiIO
-
Time of last click (used to figure out double-click)
- getMouseCtrlLeftAsRightClick() - Method in class imgui.ImGuiIO
-
(OSX) Set to true when the current click was a ctrl-click that spawned a simulated right click.
- getMouseCursor() - Static method in class imgui.ImGui
-
Get desired mouse cursor shape.
- getMouseCursorScale() - Method in class imgui.ImGuiStyle
-
Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled).
- getMouseDelta() - Method in class imgui.ImGuiIO
-
Mouse delta.
- getMouseDelta(ImVec2) - Method in class imgui.ImGuiIO
-
Mouse delta.
- getMouseDeltaX() - Method in class imgui.ImGuiIO
-
Mouse delta.
- getMouseDeltaY() - Method in class imgui.ImGuiIO
-
Mouse delta.
- getMouseDoubleClicked() - Method in class imgui.ImGuiIO
-
Has mouse button been double-clicked? (same as MouseClickedCount[x] == 2)
- getMouseDoubleClicked(int) - Method in class imgui.ImGuiIO
-
Has mouse button been double-clicked? (same as MouseClickedCount[x] == 2)
- getMouseDoubleClickMaxDist() - Method in class imgui.ImGuiIO
-
Distance threshold to stay in to validate a double-click, in pixels.
- getMouseDoubleClickTime() - Method in class imgui.ImGuiIO
-
Time for a double-click, in seconds.
- getMouseDown() - Method in class imgui.ImGuiIO
-
Mouse buttons: 0=left, 1=right, 2=middle + extras (ImGuiMouseButton_COUNT == 5).
- getMouseDown(int) - Method in class imgui.ImGuiIO
-
Mouse buttons: 0=left, 1=right, 2=middle + extras (ImGuiMouseButton_COUNT == 5).
- getMouseDownDuration() - Method in class imgui.ImGuiIO
-
Duration the mouse button has been down (0.0f == just clicked)
- getMouseDownDuration(int) - Method in class imgui.ImGuiIO
-
Duration the mouse button has been down (0.0f == just clicked)
- getMouseDownDurationPrev() - Method in class imgui.ImGuiIO
-
Previous time the mouse button has been down
- getMouseDownDurationPrev(int) - Method in class imgui.ImGuiIO
-
Previous time the mouse button has been down
- getMouseDownOwned() - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window or over void blocked by a popup.
- getMouseDownOwned(int) - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window or over void blocked by a popup.
- getMouseDownOwnedUnlessPopupClose() - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window.
- getMouseDownOwnedUnlessPopupClose(int) - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window.
- getMouseDragDelta() - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDelta(int) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDelta(int, float) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDelta(ImVec2) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDelta(ImVec2, int) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDelta(ImVec2, int, float) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDeltaX() - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDeltaX(int) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDeltaX(int, float) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDeltaY() - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDeltaY(int) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragDeltaY(int, float) - Static method in class imgui.ImGui
-
Return the delta from the initial clicking position while the mouse button is pressed or was just released.
- getMouseDragMaxDistanceAbs() - Method in class imgui.ImGuiIO
-
Maximum distance, absolute, on each axis, of how much mouse has traveled from the clicking point
- getMouseDragMaxDistanceSqr() - Method in class imgui.ImGuiIO
-
Squared maximum distance of how much mouse has traveled from the clicking point
- getMouseDragMaxDistanceSqr(int) - Method in class imgui.ImGuiIO
-
Squared maximum distance of how much mouse has traveled from the clicking point
- getMouseDragThreshold() - Method in class imgui.ImGuiIO
-
Distance threshold before considering we are dragging.
- getMouseDrawCursor() - Method in class imgui.ImGuiIO
-
Request ImGui to draw a mouse cursor for you (if you are on a platform without a mouse cursor).
- getMouseHoveredViewport() - Method in class imgui.ImGuiIO
-
(Optional) When using multiple viewports: viewport the OS mouse cursor is hovering _IGNORING_ viewports with the ImGuiViewportFlags_NoInputs flag, and _REGARDLESS_ of whether another viewport is focused.
- getMousePos() - Static method in class imgui.ImGui
-
Shortcut to ImGui::GetIO().MousePos provided by user, to be consistent with other calls
- getMousePos() - Method in class imgui.ImGuiIO
-
Mouse position, in pixels.
- getMousePos(ImVec2) - Static method in class imgui.ImGui
-
Shortcut to ImGui::GetIO().MousePos provided by user, to be consistent with other calls
- getMousePos(ImVec2) - Method in class imgui.ImGuiIO
-
Mouse position, in pixels.
- getMousePosOnOpeningCurrentPopup() - Static method in class imgui.ImGui
-
Retrieve backup of mouse position at the time of opening popup we have BeginPopup() into
- getMousePosOnOpeningCurrentPopup(ImVec2) - Static method in class imgui.ImGui
-
Retrieve backup of mouse position at the time of opening popup we have BeginPopup() into
- getMousePosOnOpeningCurrentPopupX() - Static method in class imgui.ImGui
-
Retrieve backup of mouse position at the time of opening popup we have BeginPopup() into
- getMousePosOnOpeningCurrentPopupY() - Static method in class imgui.ImGui
-
Retrieve backup of mouse position at the time of opening popup we have BeginPopup() into
- getMousePosPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getMousePosPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getMousePosPaddingX() - Method in class imgui.extension.implot.ImPlotStyle
- getMousePosPaddingY() - Method in class imgui.extension.implot.ImPlotStyle
- getMousePosPrev() - Method in class imgui.ImGuiIO
-
Previous mouse position (note that MouseDelta is not necessary == MousePos-MousePosPrev, in case either position is invalid)
- getMousePosPrev(ImVec2) - Method in class imgui.ImGuiIO
-
Previous mouse position (note that MouseDelta is not necessary == MousePos-MousePosPrev, in case either position is invalid)
- getMousePosPrevX() - Method in class imgui.ImGuiIO
-
Previous mouse position (note that MouseDelta is not necessary == MousePos-MousePosPrev, in case either position is invalid)
- getMousePosPrevY() - Method in class imgui.ImGuiIO
-
Previous mouse position (note that MouseDelta is not necessary == MousePos-MousePosPrev, in case either position is invalid)
- getMousePosX() - Static method in class imgui.ImGui
-
Shortcut to ImGui::GetIO().MousePos provided by user, to be consistent with other calls
- getMousePosX() - Method in class imgui.ImGuiIO
-
Mouse position, in pixels.
- getMousePosY() - Static method in class imgui.ImGui
-
Shortcut to ImGui::GetIO().MousePos provided by user, to be consistent with other calls
- getMousePosY() - Method in class imgui.ImGuiIO
-
Mouse position, in pixels.
- getMouseReleased() - Method in class imgui.ImGuiIO
-
Mouse button went from Down to !Down
- getMouseReleased(int) - Method in class imgui.ImGuiIO
-
Mouse button went from Down to !Down
- getMouseWheel() - Method in class imgui.ImGuiIO
-
Mouse wheel Vertical: 1 unit scrolls about 5 lines text.
- getMouseWheelH() - Method in class imgui.ImGuiIO
-
Mouse wheel Horizontal.
- getMouseWheelRequestAxisSwap() - Method in class imgui.ImGuiIO
-
On a non-Mac system, holding SHIFT requests WheelY to perform the equivalent of a WheelX event.
- getName() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getNavActive() - Method in class imgui.ImGuiIO
-
Keyboard/Gamepad navigation is currently allowed (will handle ImGuiKey_NavXXX events) = a window is focused and it doesn't use the ImGuiWindowFlags_NoNavInputs flag.
- getNavigateButtonIndex() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getNavVisible() - Method in class imgui.ImGuiIO
-
Keyboard/Gamepad navigation is visible and allowed (will handle ImGuiKey_NavXXX events).
- getNodeBackgroundDrawList(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeBorderThickness() - Method in class imgui.extension.imnodes.ImNodesStyle
- getNodeBorderWidth() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodeCornerRounding() - Method in class imgui.extension.imnodes.ImNodesStyle
- getNodeCount() - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeDimensions(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeDimensions(ImVec2, int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeDimensionsX(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeDimensionsY(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeEditorSpacePos(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeEditorSpacePos(ImVec2, int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeEditorSpacePosX(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeEditorSpacePosY(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeGridSpacePos(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeGridSpacePos(ImVec2, int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeGridSpacePosX(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeGridSpacePosY(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodePadding() - Method in class imgui.extension.imnodes.ImNodesStyle
- getNodePadding() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodePadding(ImVec2) - Method in class imgui.extension.imnodes.ImNodesStyle
- getNodePadding(ImVec4) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodePaddingW() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodePaddingX() - Method in class imgui.extension.imnodes.ImNodesStyle
- getNodePaddingX() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodePaddingY() - Method in class imgui.extension.imnodes.ImNodesStyle
- getNodePaddingY() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodePaddingZ() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodePosition(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodePosition(ImVec2, long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodePositionX(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodePositionY(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeRounding() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getNodeScreenSpacePos(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeScreenSpacePos(ImVec2, int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeScreenSpacePosX(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeScreenSpacePosY(int) - Static method in class imgui.extension.imnodes.ImNodes
- getNodeSize(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeSize(ImVec2, long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeSizeX(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeSizeY(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeWithContextMenu() - Static method in class imgui.extension.nodeditor.NodeEditor
- getNodeZPosition(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- getNumberOfCursors() - Method in class imgui.extension.texteditor.TextEditor
- getOffset() - Method in class imgui.extension.implot.ImPlotSpec
- getOffsetAsciiMaxX() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getOffsetAsciiMinX() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getOffsetHexMaxX() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getOffsetHexMinX() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getOnlyNodeWithWindows() - Method in class imgui.internal.ImGuiDockNode
-
[Root node only] Set when there is a single visible node within the hierarchy.
- getOpen() - Method in class imgui.extension.memedit.MemoryEditor
- getOptAddrDigitsCount() - Method in class imgui.extension.memedit.MemoryEditor
- getOptFooterExtraHeight() - Method in class imgui.extension.memedit.MemoryEditor
- getOptGreyOutZeroes() - Method in class imgui.extension.memedit.MemoryEditor
- getOptMidColsCount() - Method in class imgui.extension.memedit.MemoryEditor
- getOptShowAscii() - Method in class imgui.extension.memedit.MemoryEditor
- getOptShowDataPreview() - Method in class imgui.extension.memedit.MemoryEditor
- getOptShowHexII() - Method in class imgui.extension.memedit.MemoryEditor
- getOptShowOptions() - Method in class imgui.extension.memedit.MemoryEditor
- getOptUpperCaseHex() - Method in class imgui.extension.memedit.MemoryEditor
- getOrderedNodeIds(long[], int) - Static method in class imgui.extension.nodeditor.NodeEditor
- getOtherStringAltEnd() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getOtherStringAltStart() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getOtherStringEnd() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getOtherStringStart() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getOverrideMod() - Method in class imgui.extension.implot.ImPlotInputMap
-
Ctrl when held, all input is ignored; used to enable axis/plots as DND sources
- getOversampleH() - Method in class imgui.ImFontConfig
-
Rasterize at higher quality for sub-pixel positioning.
- getOversampleV() - Method in class imgui.ImFontConfig
-
Rasterize at higher quality for sub-pixel positioning.
- getOwnerViewport() - Method in class imgui.ImDrawData
-
Viewport carrying the ImDrawData instance, might be of use to the renderer (generally not).
- getPalette() - Method in class imgui.extension.texteditor.TextEditor
- getPaletteColor(int) - Method in class imgui.extension.texteditor.TextEditor
- getPaletteColor(TextEditorColor) - Method in class imgui.extension.texteditor.TextEditor
- getPan() - Method in class imgui.extension.implot.ImPlotInputMap
-
LMB enables panning when held
- getPanMod() - Method in class imgui.extension.implot.ImPlotInputMap
-
Optional modifier that must be held for panning/fitting
- getParentNode() - Method in class imgui.internal.ImGuiDockNode
- getParentViewportId() - Method in class imgui.ImGuiViewport
-
(Advanced) 0: no parent.
- getParentViewportId() - Method in class imgui.ImGuiWindowClass
-
Hint for the platform backend.
- getPenPressure() - Method in class imgui.ImGuiIO
-
Touch/Pen pressure (0.0f to 1.0f, should be
>0.0f only when MouseDown[0] == true). - getPinArrowSize() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPinArrowWidth() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPinBorderWidth() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPinCircleRadius() - Method in class imgui.extension.imnodes.ImNodesStyle
-
The circle radius used when the pin shape is either PinShape_Circle or PinShape_CircleFilled.
- getPinCorners() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPinHoverRadius() - Method in class imgui.extension.imnodes.ImNodesStyle
-
The radius from the pin's center position inside of which it is detected as being hovered over.
- getPinLineThickness() - Method in class imgui.extension.imnodes.ImNodesStyle
-
The thickness of the line used when the pin shape is not filled.
- getPinOffset() - Method in class imgui.extension.imnodes.ImNodesStyle
-
Offsets the pins' positions from the edge of the node to the outside of the node.
- getPinQuadSideLength() - Method in class imgui.extension.imnodes.ImNodesStyle
-
The quad side length used when the shape is either PinShape_Quad or PinShape_QuadFilled.
- getPinRadius() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPinRounding() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPinTriangleSideLength() - Method in class imgui.extension.imnodes.ImNodesStyle
-
The equilateral triangle side length used when the pin shape is either PinShape_Triangle or PinShape_TriangleFilled.
- getPinWithContextMenu() - Static method in class imgui.extension.nodeditor.NodeEditor
- getPivotAlignment() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotAlignment(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotAlignmentX() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotAlignmentY() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotScale() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotScale(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotScaleX() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotScaleY() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotSize() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotSize(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotSizeX() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPivotSizeY() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getPixelSnapH() - Method in class imgui.ImFontConfig
-
Align every glyph to pixel boundary.
- getPlatformHandle() - Method in class imgui.ImGuiPlatformMonitor
-
Backend dependant data (e.g.
- getPlatformHandle() - Method in class imgui.ImGuiViewport
-
void* for FindViewportByPlatformHandle().
- getPlatformHandleRaw() - Method in class imgui.ImGuiViewport
-
void* to hold lower-level, platform-native window handle (e.g.
- getPlatformIO() - Static method in class imgui.ImGui
-
Platform/renderer functions, for backend to setup + viewports list.
- getPlatformRequestClose() - Method in class imgui.ImGuiViewport
-
Platform window requested closure (e.g.
- getPlatformRequestMove() - Method in class imgui.ImGuiViewport
-
Platform window requested move (e.g.
- getPlatformRequestResize() - Method in class imgui.ImGuiViewport
-
Platform window requested resize (e.g.
- getPlatformUserData() - Method in class imgui.ImGuiViewport
-
void* to hold custom data structure for the OS / platform (e.g.
- getPlatformWindowCreated() - Method in class imgui.ImGuiViewport
-
Platform window has been created (Platform_CreateWindow() has been called).
- getPlotBorderSize() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotDefaultSize() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotDefaultSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getPlotDefaultSizeX() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotDefaultSizeY() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotDrawList() - Static method in class imgui.extension.implot.ImPlot
-
Get the plot draw list for custom rendering to the current plot area.
- getPlotLimits() - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot axis range.
- getPlotLimits(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot axis range.
- getPlotLimits(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot axis range.
- getPlotLimits(ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot axis range.
- getPlotLimits(ImPlotRect, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot axis range.
- getPlotLimits(ImPlotRect, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot axis range.
- getPlotMinSize() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotMinSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getPlotMinSizeX() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotMinSizeY() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotMousePos() - Static method in class imgui.extension.implot.ImPlot
-
Returns the mouse position in x, y coordinates of the current plot.
- getPlotMousePos(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the mouse position in x, y coordinates of the current plot.
- getPlotMousePos(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the mouse position in x, y coordinates of the current plot.
- getPlotMousePos(ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Returns the mouse position in x, y coordinates of the current plot.
- getPlotMousePos(ImPlotPoint, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the mouse position in x, y coordinates of the current plot.
- getPlotMousePos(ImPlotPoint, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the mouse position in x, y coordinates of the current plot.
- getPlotPadding() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- getPlotPaddingX() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotPaddingY() - Method in class imgui.extension.implot.ImPlotStyle
- getPlotPos() - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot position (top-left) in pixels.
- getPlotPos(ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot position (top-left) in pixels.
- getPlotPosX() - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot position (top-left) in pixels.
- getPlotPosY() - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot position (top-left) in pixels.
- getPlotSelection() - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot box selection bounds.
- getPlotSelection(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot box selection bounds.
- getPlotSelection(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot box selection bounds.
- getPlotSelection(ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot box selection bounds.
- getPlotSelection(ImPlotRect, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot box selection bounds.
- getPlotSelection(ImPlotRect, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the current plot box selection bounds.
- getPlotSize() - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot size in pixels.
- getPlotSize(ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot size in pixels.
- getPlotSizeX() - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot size in pixels.
- getPlotSizeY() - Static method in class imgui.extension.implot.ImPlot
-
Gets the current Plot size in pixels.
- getPopupBorderSize() - Method in class imgui.ImGuiStyle
-
Thickness of border around popup/tooltip windows.
- getPopupRounding() - Method in class imgui.ImGuiStyle
-
Radius of popup window corners rounding.
- getPos() - Method in class imgui.ImGuiViewport
-
Main Area: Position of the viewport (the imgui coordinates are the same as OS desktop/native coordinates).
- getPos() - Method in class imgui.internal.ImGuiDockNode
-
Current position
- getPos(ImVec2) - Method in class imgui.ImGuiViewport
-
Main Area: Position of the viewport (the imgui coordinates are the same as OS desktop/native coordinates).
- getPos(ImVec2) - Method in class imgui.internal.ImGuiDockNode
-
Current position
- getPosX() - Method in class imgui.ImGuiViewport
-
Main Area: Position of the viewport (the imgui coordinates are the same as OS desktop/native coordinates).
- getPosX() - Method in class imgui.internal.ImGuiDockNode
-
Current position
- getPosY() - Method in class imgui.ImGuiViewport
-
Main Area: Position of the viewport (the imgui coordinates are the same as OS desktop/native coordinates).
- getPosY() - Method in class imgui.internal.ImGuiDockNode
-
Current position
- getPreprocess() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getRasterizerDensity() - Method in class imgui.ImFontConfig
-
DPI scale for rasterization, not altering other font metrics: make it easy to swap between e.g.
- getRasterizerMultiply() - Method in class imgui.ImFontConfig
-
Brighten (
>1.0f) or darken (<1.0f) font output. - getReadOnly() - Method in class imgui.extension.memedit.MemoryEditor
- getRendererUserData() - Method in class imgui.ImGuiViewport
-
void* to hold custom data structure for the renderer (e.g.
- getScale() - Method in class imgui.ImFont
-
Legacy base font scale (~1.0f), multiplied by the per-window font scale which you can adjust with SetWindowFontScale().
- getScreenSize() - Static method in class imgui.extension.nodeditor.NodeEditor
- getScreenSize(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- getScreenSizeX() - Static method in class imgui.extension.nodeditor.NodeEditor
- getScreenSizeY() - Static method in class imgui.extension.nodeditor.NodeEditor
- getScrollbarRounding() - Method in class imgui.ImGuiStyle
-
Radius of grab corners for scrollbar.
- getScrollbarSize() - Method in class imgui.ImGuiStyle
-
Width of the vertical scrollbar, Height of the horizontal scrollbar.
- getScrollbarX() - Method in class imgui.internal.ImGuiWindow
-
Is scrollbar visible?
- getScrollbarY() - Method in class imgui.internal.ImGuiWindow
-
Is scrollbar visible?
- getScrollDuration() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getScrollMaxX() - Static method in class imgui.ImGui
-
Get maximum scrolling amount ~~ ContentSize.x - WindowSize.x - DecorationsSize.x
- getScrollMaxY() - Static method in class imgui.ImGui
-
Get maximum scrolling amount ~~ ContentSize.y - WindowSize.y - DecorationsSize.y
- getScrollX() - Static method in class imgui.ImGui
-
Get scrolling amount [0 ..
- getScrollY() - Static method in class imgui.ImGui
-
Get scrolling amount [0 ..
- getSectionText(int, int, int, int) - Method in class imgui.extension.texteditor.TextEditor
- getSelect() - Method in class imgui.extension.implot.ImPlotInputMap
-
RMB begins box selection when pressed and confirms selection when released
- getSelectableTextAlign() - Method in class imgui.ImGuiStyle
-
Alignment of selectable text.
- getSelectableTextAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment of selectable text.
- getSelectableTextAlignX() - Method in class imgui.ImGuiStyle
-
Alignment of selectable text.
- getSelectableTextAlignY() - Method in class imgui.ImGuiStyle
-
Alignment of selectable text.
- getSelectButtonIndex() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getSelectCancel() - Method in class imgui.extension.implot.ImPlotInputMap
-
LMB cancels active box selection when pressed; cannot be the same as Select
- getSelectedLinks(int[]) - Static method in class imgui.extension.imnodes.ImNodes
-
Get the selected node/link ids.
- getSelectedLinks(long[], int) - Static method in class imgui.extension.nodeditor.NodeEditor
- getSelectedNodeBorderOffset() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getSelectedNodeBorderWidth() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getSelectedNodes(int[]) - Static method in class imgui.extension.imnodes.ImNodes
-
Get the selected node/link ids.
- getSelectedNodes(long[], int) - Static method in class imgui.extension.nodeditor.NodeEditor
- getSelectedObjectCount() - Static method in class imgui.extension.nodeditor.NodeEditor
- getSelectedTabId() - Method in class imgui.internal.ImGuiDockNode
-
[Leaf node only] Which of our tab/window is selected.
- getSelectHorzMod() - Method in class imgui.extension.implot.ImPlotInputMap
-
Alt expands active box selection horizontally to plot edge when held
- getSelectionEnd() - Method in class imgui.ImGuiInputTextCallbackData
-
Selection End
- getSelectionStart() - Method in class imgui.ImGuiInputTextCallbackData
-
Selection Start
- getSelectMod() - Method in class imgui.extension.implot.ImPlotInputMap
-
Optional modifier that must be held for box selection
- getSelectVertMod() - Method in class imgui.extension.implot.ImPlotInputMap
-
Shift expands active box selection vertically to plot edge when held
- getSeparatorSize() - Method in class imgui.ImGuiStyle
-
Thickness of the separator line rendered by Separator() (new in imgui 1.92.7).
- getSeparatorTextAlign() - Method in class imgui.ImGuiStyle
-
Alignment of text within the separator.
- getSeparatorTextAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment of text within the separator.
- getSeparatorTextAlignX() - Method in class imgui.ImGuiStyle
-
Alignment of text within the separator.
- getSeparatorTextAlignY() - Method in class imgui.ImGuiStyle
-
Alignment of text within the separator.
- getSeparatorTextBorderSize() - Method in class imgui.ImGuiStyle
-
Thickkness of border in SeparatorText()
- getSeparatorTextPadding() - Method in class imgui.ImGuiStyle
-
Horizontal offset of text from each edge of the separator + spacing on other axis.
- getSeparatorTextPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Horizontal offset of text from each edge of the separator + spacing on other axis.
- getSeparatorTextPaddingX() - Method in class imgui.ImGuiStyle
-
Horizontal offset of text from each edge of the separator + spacing on other axis.
- getSeparatorTextPaddingY() - Method in class imgui.ImGuiStyle
-
Horizontal offset of text from each edge of the separator + spacing on other axis.
- getSettingsFile() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getSharedFlags() - Method in class imgui.internal.ImGuiDockNode
-
Flags shared by all nodes of a same dockspace hierarchy (inherited from the root node)
- getSingleLineComment() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getSingleLineCommentAlt() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getSize() - Method in class imgui.extension.implot.ImPlotSpec
- getSize() - Method in class imgui.ImGuiViewport
-
Main Area: Size of the viewport.
- getSize() - Method in class imgui.internal.ImGuiDockNode
-
Current size
- getSize(ImVec2) - Method in class imgui.ImGuiViewport
-
Main Area: Size of the viewport.
- getSize(ImVec2) - Method in class imgui.internal.ImGuiDockNode
-
Current size
- getSizePixels() - Method in class imgui.ImFontConfig
-
Size in pixels for rasterizer (more or less maps to the resulting font height).
- getSizeRef() - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
- getSizeRef(ImVec2) - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
- getSizeRefX() - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
- getSizeRefY() - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
- getSizeX() - Method in class imgui.ImGuiViewport
-
Main Area: Size of the viewport.
- getSizeX() - Method in class imgui.internal.ImGuiDockNode
-
Current size
- getSizeY() - Method in class imgui.ImGuiViewport
-
Main Area: Size of the viewport.
- getSizeY() - Method in class imgui.internal.ImGuiDockNode
-
Current size
- getSmoothZoomPower() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- getSnapLinkToPinDir() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getSortDirection() - Method in class imgui.ImGuiTableColumnSortSpecs
-
ImGuiSortDirection_Ascending or ImGuiSortDirection_Descending (you can use this or SortSign, whichever is more convenient for your sort function)
- getSortOrder() - Method in class imgui.ImGuiTableColumnSortSpecs
-
Index within parent ImGuiTableSortSpecs (always stored in order starting from 0, tables sorted on a single criteria will always have a 0 here)
- getSourceDirection() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getSourceDirection(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getSourceDirectionX() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getSourceDirectionY() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getSpacingBetweenMidCols() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getSpecs() - Method in class imgui.ImGuiTableSortSpecs
-
Pointer to sort spec array.
- getSpecsCount() - Method in class imgui.ImGuiTableSortSpecs
-
Sort spec count.
- getSpecsDirty() - Method in class imgui.ImGuiTableSortSpecs
-
Set to true when specs have changed since last time! Use this to sort again, then clear the flag.
- getSplitAxis() - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Split axis (X or Y)
- getStartPosY() - Method in class imgui.ImGuiListClipper
- getStateStorage() - Static method in class imgui.ImGui
- getStride() - Method in class imgui.extension.implot.ImPlotSpec
- getStringEscape() - Method in class imgui.extension.texteditor.TextEditorLanguage
- getStyle() - Static method in class imgui.extension.imnodes.ImNodes
-
Returns the global style struct.
- getStyle() - Static method in class imgui.extension.implot.ImPlot
-
Provides access to plot style structure for permanant modifications to colors, sizes, etc.
- getStyle() - Static method in class imgui.extension.nodeditor.NodeEditor
- getStyle() - Static method in class imgui.ImGui
-
Access the Style structure (colors, sizes).
- getStyleColorName(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns the string name for an ImPlotCol.
- getStyleColorName(int) - Static method in class imgui.extension.nodeditor.NodeEditor
- getStyleColorName(int) - Static method in class imgui.ImGui
-
Get a string corresponding to the enum value (for display, saving, etc.).
- getStyleColorVec4(int) - Static method in class imgui.ImGui
-
Retrieve style color as stored in ImGuiStyle structure.
- getStyleColorVec4(ImVec4, int) - Static method in class imgui.ImGui
-
Retrieve style color as stored in ImGuiStyle structure.
- getStyleColorVec4W(int) - Static method in class imgui.ImGui
-
Retrieve style color as stored in ImGuiStyle structure.
- getStyleColorVec4X(int) - Static method in class imgui.ImGui
-
Retrieve style color as stored in ImGuiStyle structure.
- getStyleColorVec4Y(int) - Static method in class imgui.ImGui
-
Retrieve style color as stored in ImGuiStyle structure.
- getStyleColorVec4Z(int) - Static method in class imgui.ImGui
-
Retrieve style color as stored in ImGuiStyle structure.
- getTabBorderSize() - Method in class imgui.ImGuiStyle
-
Thickness of border around tabs.
- getTabCloseButtonMinWidthSelected() - Method in class imgui.ImGuiStyle
-
Minimum width for close button to appear on a selected tab when hovered.
- getTabCloseButtonMinWidthUnselected() - Method in class imgui.ImGuiStyle
-
Minimum width for close button to appear on an unselected tab when hovered.
- getTabItemFlagsOverrideSet() - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] TabItem flags to set when a window of this class gets submitted into a dock node tab bar.
- getTabRounding() - Method in class imgui.ImGuiStyle
-
Radius of upper corners of a tab.
- getTabSize() - Method in class imgui.extension.texteditor.TextEditor
- getTargetDirection() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getTargetDirection(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getTargetDirectionX() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getTargetDirectionY() - Method in class imgui.extension.nodeditor.NodeEditorStyle
- getTexDataAsAlpha8(ImInt, ImInt) - Method in class imgui.ImFontAtlas
-
1 byte-per-pixel
- getTexDataAsAlpha8(ImInt, ImInt, ImInt) - Method in class imgui.ImFontAtlas
-
1 byte-per-pixel
- getTexDataAsRGBA32(ImInt, ImInt) - Method in class imgui.ImFontAtlas
-
4 bytes-per-pixel
- getTexDataAsRGBA32(ImInt, ImInt, ImInt) - Method in class imgui.ImFontAtlas
-
4 bytes-per-pixel
- getTexGlyphPadding() - Method in class imgui.ImFontAtlas
-
Padding between glyphs within texture in pixels.
- getTexMaxHeight() - Method in class imgui.ImFontAtlas
-
Maximum desired atlas texture height (must be power of two).
- getTexMaxWidth() - Method in class imgui.ImFontAtlas
-
Maximum desired atlas texture width (must be power of two).
- getTexMinHeight() - Method in class imgui.ImFontAtlas
-
Minimum desired atlas texture height (must be power of two).
- getTexMinWidth() - Method in class imgui.ImFontAtlas
-
Minimum desired atlas texture width (must be power of two).
- getText() - Method in class imgui.extension.texteditor.TextEditor
- getTextLineHeight() - Static method in class imgui.ImGui
-
~ FontSize
- getTextLineHeightWithSpacing() - Static method in class imgui.ImGui
-
~ FontSize + style.ItemSpacing.y (distance in pixels between 2 consecutive lines of text)
- getTime() - Static method in class imgui.ImGui
-
Get global imgui time.
- getTotalIdxCount() - Method in class imgui.ImDrawData
-
For convenience, sum of all ImDrawList's IdxBuffer.Size
- getTotalVtxCount() - Method in class imgui.ImDrawData
-
For convenience, sum of all ImDrawList's VtxBuffer.Size
- getTouchExtraPadding() - Method in class imgui.ImGuiStyle
-
Expand reactive bounding box for touch-based system where touch position is not accurate enough.
- getTouchExtraPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Expand reactive bounding box for touch-based system where touch position is not accurate enough.
- getTouchExtraPaddingX() - Method in class imgui.ImGuiStyle
-
Expand reactive bounding box for touch-based system where touch position is not accurate enough.
- getTouchExtraPaddingY() - Method in class imgui.ImGuiStyle
-
Expand reactive bounding box for touch-based system where touch position is not accurate enough.
- getTreeLinesFlags() - Method in class imgui.ImGuiStyle
-
Default way to draw lines connecting TreeNode hierarchy (since imgui 1.92).
- getTreeLinesRounding() - Method in class imgui.ImGuiStyle
-
Radius of lines connecting child nodes to the vertical line (since imgui 1.92).
- getTreeLinesSize() - Method in class imgui.ImGuiStyle
-
Thickness of outlines when using
ImGuiTreeNodeFlags_DrawLines(since imgui 1.92). - getTreeNodeToLabelSpacing() - Static method in class imgui.ImGui
-
Horizontal distance preceding label when using TreeNode*() or Bullet() == (g.FontSize + style.FramePadding.x*2) for a regular unframed TreeNode
- getU0() - Method in class imgui.ImFontGlyph
-
Texture coordinates
- getU1() - Method in class imgui.ImFontGlyph
-
Texture coordinates
- getUndoIndex() - Method in class imgui.extension.texteditor.TextEditor
- getUse24HourClock() - Method in class imgui.extension.implot.ImPlotStyle
- getUseISO8601() - Method in class imgui.extension.implot.ImPlotStyle
- getUseLocalTime() - Method in class imgui.extension.implot.ImPlotStyle
- getUserData(int) - Method in class imgui.extension.texteditor.TextEditor
- getV0() - Method in class imgui.ImFontGlyph
-
Texture coordinates
- getV1() - Method in class imgui.ImFontGlyph
-
Texture coordinates
- getValid() - Method in class imgui.ImDrawData
-
Only valid after Render() is called and before the next NewFrame() is called.
- getVersion() - Static method in class imgui.ImGui
-
Get the compiled version string e.g.
- getViewportFlagsOverrideClear() - Method in class imgui.ImGuiWindowClass
-
Viewport flags to clear when a window of this class owns a viewport.
- getViewportFlagsOverrideSet() - Method in class imgui.ImGuiWindowClass
-
Viewport flags to set when a window of this class owns a viewport.
- getViewportPlatformMonitor(ImGuiViewport) - Static method in class imgui.internal.ImGui
- getViewports(int) - Method in class imgui.ImGuiPlatformIO
- getViewportsSize() - Method in class imgui.ImGuiPlatformIO
- getVisible() - Method in class imgui.ImFontGlyph
-
Flag to indicate glyph has no visible pixels (e.g.
- getVisibleWindow() - Method in class imgui.internal.ImGuiDockNode
-
Generally point to window which is ID is == SelectedTabID, but when CTRL+Tabbing this can be a different window.
- getVtxCurrentIdx() - Method in class imgui.ImDrawList
-
[Internal] generally == VtxBuffer.Size unless we are past 64K vertices, in which case this gets reset to 0.
- getWantCaptureKeyboard() - Method in class imgui.ImGuiIO
-
Set when Dear ImGui will use keyboard inputs, in this case do not dispatch them to your main game/application (either way, always pass keyboard inputs to imgui).
- getWantCaptureMouse() - Method in class imgui.ImGuiIO
-
Set when Dear ImGui will use mouse inputs, in this case do not dispatch them to your main game/application (either way, always pass on mouse inputs to imgui).
- getWantCaptureMouseUnlessPopupClose() - Method in class imgui.ImGuiIO
-
Alternative to WantCaptureMouse: (WantCaptureMouse == true
&&WantCaptureMouseUnlessPopupClose == false) when a click over void is expected to close a popup. - getWantCloseAll() - Method in class imgui.internal.ImGuiDockNode
-
Set when closing all tabs at once.
- getWantCloseTabId() - Method in class imgui.internal.ImGuiDockNode
-
[Leaf node only] Set when closing a specific tab/window.
- getWantHiddenTabBarToggle() - Method in class imgui.internal.ImGuiDockNode
- getWantHiddenTabBarUpdate() - Method in class imgui.internal.ImGuiDockNode
- getWantLockSizeOnce() - Method in class imgui.internal.ImGuiDockNode
- getWantMouseMove() - Method in class imgui.internal.ImGuiDockNode
-
After a node extraction we need to transition toward moving the newly created host window
- getWantSaveIniSettings() - Method in class imgui.ImGuiIO
-
When manual .ini load/save is active (io.IniFilename == NULL), this will be set to notify your application that you can call SaveIniSettingsToMemory() and save yourself.
- getWantSetMousePos() - Method in class imgui.ImGuiIO
-
MousePos has been altered, backend should reposition mouse on next frame.
- getWantTextInput() - Method in class imgui.ImGuiIO
-
Mobile/console: when set, you may display an on-screen keyboard.
- getWindowBorderSize() - Method in class imgui.ImGuiStyle
-
Thickness of border around windows.
- getWindowClass() - Method in class imgui.internal.ImGuiDockNode
-
[Root node only]
- getWindowContentRegionMax() - Static method in class imgui.ImGui
-
Content boundaries max for the full window (roughly (0,0)+Size-Scroll) where Size can be overridden with SetNextWindowContentSize(), in window coordinates
- getWindowContentRegionMax(ImVec2) - Static method in class imgui.ImGui
-
Content boundaries max for the full window (roughly (0,0)+Size-Scroll) where Size can be overridden with SetNextWindowContentSize(), in window coordinates
- getWindowContentRegionMaxX() - Static method in class imgui.ImGui
-
Content boundaries max for the full window (roughly (0,0)+Size-Scroll) where Size can be overridden with SetNextWindowContentSize(), in window coordinates
- getWindowContentRegionMaxY() - Static method in class imgui.ImGui
-
Content boundaries max for the full window (roughly (0,0)+Size-Scroll) where Size can be overridden with SetNextWindowContentSize(), in window coordinates
- getWindowContentRegionMin() - Static method in class imgui.ImGui
-
Content boundaries min for the full window (roughly (0,0)-Scroll), in window coordinates
- getWindowContentRegionMin(ImVec2) - Static method in class imgui.ImGui
-
Content boundaries min for the full window (roughly (0,0)-Scroll), in window coordinates
- getWindowContentRegionMinX() - Static method in class imgui.ImGui
-
Content boundaries min for the full window (roughly (0,0)-Scroll), in window coordinates
- getWindowContentRegionMinY() - Static method in class imgui.ImGui
-
Content boundaries min for the full window (roughly (0,0)-Scroll), in window coordinates
- getWindowDockID() - Static method in class imgui.ImGui
- getWindowDpiScale() - Static method in class imgui.ImGui
-
Get DPI scale currently associated to the current window's viewport.
- getWindowDrawList() - Static method in class imgui.ImGui
-
Get draw list associated to the current window, to append your own drawing primitives
- getWindowHeight() - Static method in class imgui.ImGui
-
Get current window height (shortcut for GetWindowSize().y)
- getWindowMenuButtonPosition() - Method in class imgui.ImGuiStyle
-
Side of the collapsing/docking button in the title bar (None/Left/Right).
- getWindowMinSize() - Method in class imgui.ImGuiStyle
-
Minimum window size.
- getWindowMinSize(ImVec2) - Method in class imgui.ImGuiStyle
-
Minimum window size.
- getWindowMinSizeX() - Method in class imgui.ImGuiStyle
-
Minimum window size.
- getWindowMinSizeY() - Method in class imgui.ImGuiStyle
-
Minimum window size.
- getWindowPadding() - Method in class imgui.ImGuiStyle
-
Padding within a window.
- getWindowPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Padding within a window.
- getWindowPaddingX() - Method in class imgui.ImGuiStyle
-
Padding within a window.
- getWindowPaddingY() - Method in class imgui.ImGuiStyle
-
Padding within a window.
- getWindowPos() - Static method in class imgui.ImGui
-
Get current window position in screen space (note: it is unlikely you need to use this.
- getWindowPos(ImVec2) - Static method in class imgui.ImGui
-
Get current window position in screen space (note: it is unlikely you need to use this.
- getWindowPosX() - Static method in class imgui.ImGui
-
Get current window position in screen space (note: it is unlikely you need to use this.
- getWindowPosY() - Static method in class imgui.ImGui
-
Get current window position in screen space (note: it is unlikely you need to use this.
- getWindowResizeBorderID(ImGuiWindow, int) - Static method in class imgui.internal.ImGui
- getWindowResizeCornerID(ImGuiWindow, int) - Static method in class imgui.internal.ImGui
- getWindowRounding() - Method in class imgui.ImGuiStyle
-
Radius of window corners rounding.
- getWindowScrollbarID(ImGuiWindow, int) - Static method in class imgui.internal.ImGui
- getWindowScrollbarRect(ImGuiWindow, int) - Static method in class imgui.internal.ImGui
- getWindowScrollbarRect(ImRect, ImGuiWindow, int) - Static method in class imgui.internal.ImGui
- getWindowSize() - Static method in class imgui.ImGui
-
Get current window size (note: it is unlikely you need to use this.
- getWindowSize(ImVec2) - Static method in class imgui.ImGui
-
Get current window size (note: it is unlikely you need to use this.
- getWindowSizeX() - Static method in class imgui.ImGui
-
Get current window size (note: it is unlikely you need to use this.
- getWindowSizeY() - Static method in class imgui.ImGui
-
Get current window size (note: it is unlikely you need to use this.
- getWindowTitleAlign() - Method in class imgui.ImGuiStyle
-
Alignment for title bar text.
- getWindowTitleAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment for title bar text.
- getWindowTitleAlignX() - Method in class imgui.ImGuiStyle
-
Alignment for title bar text.
- getWindowTitleAlignY() - Method in class imgui.ImGuiStyle
-
Alignment for title bar text.
- getWindowViewport() - Static method in class imgui.ImGui
-
Get viewport currently associated to the current window.
- getWindowWidth() - Method in class imgui.extension.memedit.MemoryEditorSizes
- getWindowWidth() - Static method in class imgui.ImGui
-
Get current window width (shortcut for GetWindowSize().x)
- getWordAtScreenPos(float, float) - Method in class imgui.extension.texteditor.TextEditor
- getWordAtScreenPos(ImVec2) - Method in class imgui.extension.texteditor.TextEditor
- getWorkCenter() - Method in class imgui.ImGuiViewport
- getWorkCenter(ImVec2) - Method in class imgui.ImGuiViewport
- getWorkCenterX() - Method in class imgui.ImGuiViewport
- getWorkCenterY() - Method in class imgui.ImGuiViewport
- getWorkPos() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkPos() - Method in class imgui.ImGuiViewport
-
Work Area: Position of the viewport minus task bars, menus bars, status bars.
- getWorkPos(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkPos(ImVec2) - Method in class imgui.ImGuiViewport
-
Work Area: Position of the viewport minus task bars, menus bars, status bars.
- getWorkPosX() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkPosX() - Method in class imgui.ImGuiViewport
-
Work Area: Position of the viewport minus task bars, menus bars, status bars.
- getWorkPosY() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkPosY() - Method in class imgui.ImGuiViewport
-
Work Area: Position of the viewport minus task bars, menus bars, status bars.
- getWorkSize() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkSize() - Method in class imgui.ImGuiViewport
-
Work Area: Size of the viewport minus task bars, menu bars, status bars.
- getWorkSize(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkSize(ImVec2) - Method in class imgui.ImGuiViewport
-
Work Area: Size of the viewport minus task bars, menu bars, status bars.
- getWorkSizeX() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkSizeX() - Method in class imgui.ImGuiViewport
-
Work Area: Size of the viewport minus task bars, menu bars, status bars.
- getWorkSizeY() - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- getWorkSizeY() - Method in class imgui.ImGuiViewport
-
Work Area: Size of the viewport minus task bars, menu bars, status bars.
- getX0() - Method in class imgui.ImFontGlyph
-
Glyph corners
- getX1() - Method in class imgui.ImFontGlyph
-
Glyph corners
- getY0() - Method in class imgui.ImFontGlyph
-
Glyph corners
- getY1() - Method in class imgui.ImFontGlyph
-
Glyph corners
- getZoomMod() - Method in class imgui.extension.implot.ImPlotInputMap
-
Optional modifier that must be held for scroll wheel zooming
- getZoomRate() - Method in class imgui.extension.implot.ImPlotInputMap
-
Zoom rate for scroll (e.g.
- Glsl() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- gotoAddrAndHighlight(long, long) - Method in class imgui.extension.memedit.MemoryEditor
- GrabMinSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float GrabMinSize
- GrabRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float GrabRounding
- GraveAccent - Static variable in class imgui.flag.ImGuiKey
-
`
- Greys - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
white/black (qual=false, n=2 )
- Grid - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- GridBackground - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- GridLine - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- GridLinePrimary - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- GridLines - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleFlags
-
Definition:
1 << 2 - GridLinesPrimary - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleFlags
-
Definition:
1 << 3 - GridSnapping - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleFlags
-
Definition:
1 << 4 - GridSpacing - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
-
Definition:
0 - group(float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- group(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- GroupBg - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- GroupBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- GroupBorderWidth - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- GroupRounding - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- growSelectionsToCurlyBrackets() - Method in class imgui.extension.texteditor.TextEditor
H
- H - Static variable in class imgui.flag.ImGuiKey
- Hand - Static variable in class imgui.flag.ImGuiMouseCursor
-
(Unused by Dear ImGui functions.
- hasAnyLinksNode(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- hasAnyLinksPin(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- hasBackendFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiBackendFlags enum.
- HasClipRect - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
g.LastItemData.ClipRect is valid.
- hasConfigFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiConfigFlags enum.
- HasDeactivated - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Set if the widget/group is able to provide data for the ImGuiItemStatusFlags_Deactivated flag.
- HasDisplayRect - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
g.LastItemData.DisplayRect is valid
- hasDockNodeFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] Dock node flags to set when a window of this class is hosted by a dock node (it doesn't have to be selected!)
- hasEventFlag(int) - Method in class imgui.ImGuiInputTextCallbackData
-
One ImGuiInputTextFlags_Callback*
- hasFindString() - Method in class imgui.extension.texteditor.TextEditor
- hasFlags(int) - Method in class imgui.extension.imnodes.ImNodesStyle
-
By default, ImNodesStyleFlags_NodeOutline and ImNodesStyleFlags_Gridlines are enabled.
- hasFlags(int) - Method in class imgui.ImDrawList
-
Flags, you may poke into these to adjust anti-aliasing settings per-primitive.
- hasFlags(int) - Method in class imgui.ImFontAtlas
-
Build flags (see
ImFontAtlasFlags) - hasFlags(int) - Method in class imgui.ImGuiInputTextCallbackData
-
What user passed to InputText()
- hasFlags(int) - Method in class imgui.ImGuiViewport
-
See
ImGuiViewportFlags. - hasFontLoaderFlags(int) - Method in class imgui.ImFontConfig
-
Settings for custom font loader.
- HasGamepad - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Platform supports gamepad and currently has one connected.
- hashCode() - Method in class imgui.extension.implot.ImPlotPoint
- hashCode() - Method in class imgui.extension.implot.ImPlotRange
- hashCode() - Method in class imgui.extension.implot.ImPlotRect
- hashCode() - Method in class imgui.extension.texteditor.TextEditorCursorPosition
- hashCode() - Method in class imgui.extension.texteditor.TextEditorCursorSelection
- hashCode() - Method in class imgui.ImVec2
- hashCode() - Method in class imgui.ImVec4
- hashCode() - Method in class imgui.internal.ImRect
- hashCode() - Method in class imgui.type.ImBoolean
- hashCode() - Method in class imgui.type.ImDouble
- hashCode() - Method in class imgui.type.ImFloat
- hashCode() - Method in class imgui.type.ImInt
- hashCode() - Method in class imgui.type.ImLong
- hashCode() - Method in class imgui.type.ImShort
- hashCode() - Method in class imgui.type.ImString
- hasLanguage() - Method in class imgui.extension.texteditor.TextEditor
- hasLocalFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node
- hasLocalFlagsInWindows(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node, applied from windows
- hasMarkers() - Method in class imgui.extension.texteditor.TextEditor
- hasMergedFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Effective flags (== SharedFlags | LocalFlagsInNode | LocalFlagsInWindows)
- HasMouseCursors - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Platform supports honoring GetMouseCursor() value to change the OS cursor shape.
- HasMouseHoveredViewport - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Platform supports calling io.AddMouseViewportEvent() with the viewport under the mouse.
- HasParentViewport - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Platform supports honoring viewport
->ParentViewport/ParentViewportId value, by applying the corresponding parent/child relation at the Platform level. - hasSelection() - Method in class imgui.ImGuiInputTextCallbackData
- hasSelectionChanged() - Static method in class imgui.extension.nodeditor.NodeEditor
- HasSetMousePos - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Platform supports io.WantSetMousePos requests to reposition the OS mouse position (only used if io.ConfigNavMoveSetMousePos is set).
- hasSharedFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags shared by all nodes of a same dockspace hierarchy (inherited from the root node)
- HasShortcut - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
g.LastItemData.Shortcut valid.
- hasTabItemFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] TabItem flags to set when a window of this class gets submitted into a dock node tab bar.
- hasTreeLinesFlags(int) - Method in class imgui.ImGuiStyle
-
Default way to draw lines connecting TreeNode hierarchy (since imgui 1.92).
- hasViewportFlagsOverrideClear(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to clear when a window of this class owns a viewport.
- hasViewportFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to set when a window of this class owns a viewport.
- HDR - Static variable in class imgui.flag.ImGuiColorEditFlags
-
(WIP) ColorEdit: Currently only disable 0.0f..1.0f limits in RGBA edition (note: you probably want to use ImGuiColorEditFlags_Float flag as well).
- Header - Static variable in class imgui.flag.ImGuiCol
-
Header* colors are used for CollapsingHeader, TreeNode, Selectable, MenuItem
- HeaderActive - Static variable in class imgui.flag.ImGuiCol
- HeaderHovered - Static variable in class imgui.flag.ImGuiCol
- Headers - Static variable in class imgui.flag.ImGuiTableRowFlags
-
Identify header row (set default background color + width of its contents accounted differently for auto column width)
- HeightLarge - Static variable in class imgui.flag.ImGuiComboFlags
-
Max ~20 items visible
- HeightLargest - Static variable in class imgui.flag.ImGuiComboFlags
-
As many fitting items as possible
- HeightMask_ - Static variable in class imgui.flag.ImGuiComboFlags
-
Definition:
ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest - HeightRegular - Static variable in class imgui.flag.ImGuiComboFlags
-
Max ~8 items visible (default)
- HeightSmall - Static variable in class imgui.flag.ImGuiComboFlags
-
Max ~4 items visible.
- HiddenTabBar - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Saved // Tab bar is hidden, with a triangle in the corner to show it again (NB: actual tab-bar instance may be destroyed as this is only used for single-window tab bar)
- Hideable - Static variable in class imgui.flag.ImGuiTableFlags
-
Enable hiding/disabling columns in context menu.
- hideNextItem() - Static method in class imgui.extension.implot.ImPlot
-
Hides or shows the next plot item (i.e.
- hideNextItem(boolean) - Static method in class imgui.extension.implot.ImPlot
-
Hides or shows the next plot item (i.e.
- hideNextItem(boolean, int) - Static method in class imgui.extension.implot.ImPlot
-
Hides or shows the next plot item (i.e.
- hideNextItem(int) - Static method in class imgui.extension.implot.ImPlot
-
Hides or shows the next plot item (i.e.
- Highlight - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Make the item be displayed as if it is hovered
- HighlightConnectedLinks - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- HighlightHoveredColumn - Static variable in class imgui.flag.ImGuiTableFlags
-
Highlight column headers when hovered (may evolve into a fuller highlight)
- HighlightLinkBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- Hlsl() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- Home - Static variable in class imgui.flag.ImGuiKey
- Horizontal - Static variable in class imgui.extension.implot.flag.ImPlotBarGroupsFlags
-
bar groups will be rendered horizontally on the current y-axis
- Horizontal - Static variable in class imgui.extension.implot.flag.ImPlotBarsFlags
-
bars will be rendered horizontally on the current y-axis
- Horizontal - Static variable in class imgui.extension.implot.flag.ImPlotErrorBarsFlags
-
error bars will be rendered horizontally on the current y-axis
- Horizontal - Static variable in class imgui.extension.implot.flag.ImPlotHistogramFlags
-
histogram bars will be rendered horizontally (not supported by PlotHistogram2D)
- Horizontal - Static variable in class imgui.extension.implot.flag.ImPlotInfLinesFlags
-
lines will be rendered horizontally on the current y-axis
- Horizontal - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
legend entries will be displayed horizontally
- Horizontal - Static variable in class imgui.extension.implot.flag.ImPlotStemsFlags
-
stems will be rendered horizontally on the current y-axis
- Horizontal - Static variable in class imgui.internal.flag.ImGuiSeparatorFlags
-
Axis default to current layout type, so generally Horizontal unless e.g.
- HorizontalScrollbar - Static variable in class imgui.flag.ImGuiWindowFlags
-
Allow horizontal scrollbar to appear (off by default).
- HostWindowHiddenBecauseSingleWindow - Static variable in class imgui.internal.flag.ImGuiDockNodeState
- HostWindowHiddenBecauseWindowsAreResizing - Static variable in class imgui.internal.flag.ImGuiDockNodeState
- HostWindowVisible - Static variable in class imgui.internal.flag.ImGuiDockNodeState
- Hot - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- HoveredNodeBorderOffset - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- HoveredNodeBorderWidth - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- HoveredRect - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Mouse position is within item rectangle (does NOT mean that the window is in correct z-order and can be hovered!, this is only one part of the most-common IsItemHovered test)
- HoveredWindow - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Override the HoveredWindow test to allow cross-window hover testing.
- HovLinkBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- HovNodeBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- hsl(float, float, float) - Static method in class imgui.ImColor
- hsl(int, int, int) - Static method in class imgui.ImColor
- hsla(float, float, float, float) - Static method in class imgui.ImColor
- hsla(int, int, int, int) - Static method in class imgui.ImColor
- hslToColor(float, float, float) - Static method in class imgui.ImColor
-
Deprecated.
- hslToColor(float, float, float, float) - Static method in class imgui.ImColor
-
Deprecated.
- hslToColor(int, int, int) - Static method in class imgui.ImColor
-
Deprecated.
- hslToColor(int, int, int, float) - Static method in class imgui.ImColor
-
Deprecated.
I
- I - Static variable in class imgui.flag.ImGuiKey
- identifier - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- IgnoreHidden - Static variable in class imgui.extension.implot.flag.ImPlotPieChartFlags
-
ignore hidden slices when drawing the pie chart (as if they were not there)
- image(long, float, float) - Static method in class imgui.ImGui
- image(long, float, float, float, float) - Static method in class imgui.ImGui
- image(long, float, float, float, float, float, float) - Static method in class imgui.ImGui
- image(long, ImVec2) - Static method in class imgui.ImGui
- image(long, ImVec2, ImVec2) - Static method in class imgui.ImGui
- image(long, ImVec2, ImVec2, ImVec2) - Static method in class imgui.ImGui
- ImageBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float ImageBorderSize
- imageButton(String, long, float, float) - Static method in class imgui.ImGui
- imageButton(String, long, float, float, float, float) - Static method in class imgui.ImGui
- imageButton(String, long, float, float, float, float, float, float) - Static method in class imgui.ImGui
- imageButton(String, long, float, float, float, float, float, float, float, float, float, float) - Static method in class imgui.ImGui
- imageButton(String, long, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class imgui.ImGui
- imageButton(String, long, ImVec2) - Static method in class imgui.ImGui
- imageButton(String, long, ImVec2, ImVec2) - Static method in class imgui.ImGui
- imageButton(String, long, ImVec2, ImVec2, ImVec2) - Static method in class imgui.ImGui
- imageButton(String, long, ImVec2, ImVec2, ImVec2, ImVec4) - Static method in class imgui.ImGui
- imageButton(String, long, ImVec2, ImVec2, ImVec2, ImVec4, ImVec4) - Static method in class imgui.ImGui
- imageButtonEx(int, long, float, float, float, float, float, float, float, float, float, float, float, float, float, float, int) - Static method in class imgui.internal.ImGui
- imageButtonEx(int, long, ImVec2, ImVec2, ImVec2, ImVec4, ImVec4, int) - Static method in class imgui.internal.ImGui
- ImageRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float ImageRounding
- imageWithBg(long, float, float) - Static method in class imgui.ImGui
- imageWithBg(long, float, float, float, float) - Static method in class imgui.ImGui
- imageWithBg(long, float, float, float, float, float, float) - Static method in class imgui.ImGui
- imageWithBg(long, float, float, float, float, float, float, float, float, float, float) - Static method in class imgui.ImGui
- imageWithBg(long, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class imgui.ImGui
- imageWithBg(long, ImVec2) - Static method in class imgui.ImGui
- imageWithBg(long, ImVec2, ImVec2) - Static method in class imgui.ImGui
- imageWithBg(long, ImVec2, ImVec2, ImVec2) - Static method in class imgui.ImGui
- imageWithBg(long, ImVec2, ImVec2, ImVec2, ImVec4) - Static method in class imgui.ImGui
- imageWithBg(long, ImVec2, ImVec2, ImVec2, ImVec4, ImVec4) - Static method in class imgui.ImGui
- imAssert(String, int, String) - Method in class imgui.assertion.ImAssertCallback
-
Called from native code to bring the callback into java side.
- imAssertCallback(String, int, String) - Method in class imgui.assertion.ImAssertCallback
-
The assertion callback from ImGui.
- ImAssertCallback - Class in imgui.assertion
-
Callback for native IM_ASSERT calls.
- ImAssertCallback() - Constructor for class imgui.assertion.ImAssertCallback
- ImBoolean - Class in imgui.type
- ImBoolean() - Constructor for class imgui.type.ImBoolean
- ImBoolean(boolean) - Constructor for class imgui.type.ImBoolean
- ImBoolean(ImBoolean) - Constructor for class imgui.type.ImBoolean
- ImColor - Class in imgui
-
Helper class to get ABGR packed color used by Dear ImGui.
- ImDouble - Class in imgui.type
- ImDouble() - Constructor for class imgui.type.ImDouble
- ImDouble(double) - Constructor for class imgui.type.ImDouble
- ImDouble(ImDouble) - Constructor for class imgui.type.ImDouble
- ImDrawData - Class in imgui
-
All draw data to render Dear ImGui frame (NB: the style and the naming convention here is a little inconsistent, we currently preserve them for backward compatibility purpose, as this is one of the oldest structure exposed by the library! Basically, ImDrawList == CmdList)
- ImDrawData(long) - Constructor for class imgui.ImDrawData
- ImDrawFlags - Class in imgui.flag
-
Flags for ImDrawList functions
- ImDrawList - Class in imgui
-
Draw command list This is the low-level list of polygons that ImGui:: functions are filling.
- ImDrawList(long) - Constructor for class imgui.ImDrawList
- ImDrawListFlags - Class in imgui.flag
-
Flags for ImDrawList.
- ImFloat - Class in imgui.type
- ImFloat() - Constructor for class imgui.type.ImFloat
- ImFloat(float) - Constructor for class imgui.type.ImFloat
- ImFloat(ImFloat) - Constructor for class imgui.type.ImFloat
- ImFont - Class in imgui
-
Font runtime data.
- ImFont() - Constructor for class imgui.ImFont
- ImFont(long) - Constructor for class imgui.ImFont
- ImFontAtlas - Class in imgui
-
Load and rasterize multiple TTF/OTF fonts into a same texture.
- ImFontAtlas() - Constructor for class imgui.ImFontAtlas
- ImFontAtlas(long) - Constructor for class imgui.ImFontAtlas
- ImFontAtlasFlags - Class in imgui.flag
-
Flags for ImFontAtlas build
- ImFontConfig - Class in imgui
- ImFontConfig() - Constructor for class imgui.ImFontConfig
- ImFontGlyph - Class in imgui
-
Hold rendering data for one glyph.
- ImFontGlyph() - Constructor for class imgui.ImFontGlyph
- ImFontGlyph(long) - Constructor for class imgui.ImFontGlyph
- ImFontGlyphRangesBuilder - Class in imgui
-
Helper to build glyph ranges from text/string data.
- ImFontGlyphRangesBuilder() - Constructor for class imgui.ImFontGlyphRangesBuilder
- imgui - package imgui
- ImGui - Class in imgui
- ImGui - Class in imgui.internal
- ImGui() - Constructor for class imgui.ImGui
- ImGui() - Constructor for class imgui.internal.ImGui
- imgui.assertion - package imgui.assertion
- imgui.binding - package imgui.binding
- imgui.callback - package imgui.callback
- imgui.extension.imguiknobs - package imgui.extension.imguiknobs
- imgui.extension.imguiknobs.flag - package imgui.extension.imguiknobs.flag
- imgui.extension.imguizmo - package imgui.extension.imguizmo
- imgui.extension.imguizmo.flag - package imgui.extension.imguizmo.flag
- imgui.extension.imnodes - package imgui.extension.imnodes
- imgui.extension.imnodes.flag - package imgui.extension.imnodes.flag
- imgui.extension.implot - package imgui.extension.implot
- imgui.extension.implot.flag - package imgui.extension.implot.flag
- imgui.extension.memedit - package imgui.extension.memedit
- imgui.extension.nodeditor - package imgui.extension.nodeditor
- imgui.extension.nodeditor.flag - package imgui.extension.nodeditor.flag
- imgui.extension.texteditor - package imgui.extension.texteditor
- imgui.extension.texteditor.flag - package imgui.extension.texteditor.flag
- imgui.flag - package imgui.flag
- imgui.internal - package imgui.internal
- imgui.internal.flag - package imgui.internal.flag
- imgui.lwjgl3.glfw - package imgui.lwjgl3.glfw
- imgui.type - package imgui.type
- ImGuiAxis - Class in imgui.internal.flag
- ImGuiBackendFlags - Class in imgui.flag
-
Backend capabilities flags stored in io.BackendFlags.
- ImGuiButtonFlags - Class in imgui.flag
- ImGuiButtonFlags - Class in imgui.internal.flag
- ImGuiChildFlags - Class in imgui.flag
-
Flags for ImGui::BeginChild() (Legacy: bit 0 must always correspond to ImGuiChildFlags_Border to be backward compatible with old API using 'bool border = false'.
- ImGuiCol - Class in imgui.flag
-
Enumeration for PushStyleColor() / PopStyleColor()
- ImGuiColorEditFlags - Class in imgui.flag
-
Flags for ColorEdit3() / ColorEdit4() / ColorPicker3() / ColorPicker4() / ColorButton()
- ImGuiComboFlags - Class in imgui.flag
-
Flags for ImGui::BeginCombo()
- ImGuiCond - Class in imgui.flag
-
Enumeration for ImGui::SetWindow***(), SetNextWindow***(), SetNextItem***() functions Represent a condition.
- ImGuiConfigFlags - Class in imgui.flag
-
Configuration flags stored in io.ConfigFlags.
- ImGuiContext - Class in imgui.internal
- ImGuiContext(long) - Constructor for class imgui.internal.ImGuiContext
- ImGuiDataAuthority - Class in imgui.internal.flag
-
Store the source authority (dock node vs window) of a field
- ImGuiDataType - Class in imgui.flag
-
A primary data type
- ImGuiDir - Class in imgui.flag
-
A cardinal direction
- ImGuiDockNode - Class in imgui.internal
- ImGuiDockNode(long) - Constructor for class imgui.internal.ImGuiDockNode
- ImGuiDockNodeFlags - Class in imgui.flag
-
Flags for ImGui::DockSpace(), shared/inherited by child nodes.
- ImGuiDockNodeFlags - Class in imgui.internal.flag
-
Extend ImGuiDockNodeFlags
- ImGuiDockNodeState - Class in imgui.internal.flag
- ImGuiDragDropFlags - Class in imgui.flag
-
Flags for ImGui::BeginDragDropSource(), ImGui::AcceptDragDropPayload()
- ImGuiFocusedFlags - Class in imgui.flag
-
Flags for ImGui::IsWindowFocused()
- ImGuiFocusRequestFlags - Class in imgui.internal.flag
- ImGuiFreeTypeBuilderFlags_Bitmap - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_Bitmap - ImGuiFreeTypeBuilderFlags_Bold - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_Bold - ImGuiFreeTypeBuilderFlags_ForceAutoHint - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_ForceAutoHint - ImGuiFreeTypeBuilderFlags_LightHinting - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_LightHinting - ImGuiFreeTypeBuilderFlags_LoadColor - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_LoadColor - ImGuiFreeTypeBuilderFlags_Monochrome - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_Monochrome - ImGuiFreeTypeBuilderFlags_MonoHinting - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_MonoHinting - ImGuiFreeTypeBuilderFlags_NoAutoHint - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_NoAutoHint - ImGuiFreeTypeBuilderFlags_NoHinting - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_NoHinting - ImGuiFreeTypeBuilderFlags_Oblique - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Definition:
ImGuiFreeTypeLoaderFlags_Oblique - ImGuiFreeTypeLoaderFlags - Class in imgui.flag
-
Renamed from
ImGuiFreeTypeBuilderFlagsin imgui 1.92. - ImGuiHoveredFlags - Class in imgui.flag
-
Flags for ImGui::IsItemHovered(), ImGui::IsWindowHovered() Note:if you are trying to check whether your mouse should be dispatched to Dear ImGui or to your app, you should use'io.WantCaptureMouse'instead!Please read the FAQ!Note: windows with the ImGuiWindowFlags_NoInputs flag are ignored by IsWindowHovered() calls.
- ImGuiImplGlfwNative - Class in imgui.lwjgl3.glfw
- ImGuiInputTextCallback - Class in imgui.callback
-
Callback to use in
ImGui.inputText(String, imgui.type.ImString, int, ImGuiInputTextCallback). - ImGuiInputTextCallback() - Constructor for class imgui.callback.ImGuiInputTextCallback
- ImGuiInputTextCallbackData - Class in imgui
-
Shared state of InputText(), passed as an argument to your callback when a ImGuiInputTextFlags_Callback* flag is used.
- ImGuiInputTextCallbackData(long) - Constructor for class imgui.ImGuiInputTextCallbackData
- ImGuiInputTextFlags - Class in imgui.flag
-
Flags for ImGui::InputText()
- ImGuiIO - Class in imgui
-
Communicate most settings and inputs/outputs to Dear ImGui using this structure.
- ImGuiIO(long) - Constructor for class imgui.ImGuiIO
- ImGuiItemFlags - Class in imgui.internal.flag
-
Transient per-window flags, reset at the beginning of the frame.
- ImGuiItemStatusFlags - Class in imgui.internal.flag
- ImGuiKey - Class in imgui.flag
-
A key identifier (ImGuiKey_XXX or ImGuiMod_XXX value): can represent Keyboard, Mouse and Gamepad values.
- ImGuiKeyData - Class in imgui
-
[Internal] Storage used by IsKeyDown(), IsKeyPressed() etc functions.
- ImGuiKeyData() - Constructor for class imgui.ImGuiKeyData
- ImGuiKeyData(long) - Constructor for class imgui.ImGuiKeyData
- ImGuiKnobFlags - Class in imgui.extension.imguiknobs.flag
- ImGuiKnobs - Class in imgui.extension.imguiknobs
-
ImGuiKnobs extension for ImGui Repo: https://github.com/altschuler/imgui-knobs
- ImGuiKnobVariant - Class in imgui.extension.imguiknobs.flag
- ImGuiListClipper - Class in imgui
-
Helper: Manually clip large list of items.
- ImGuiListClipper() - Constructor for class imgui.ImGuiListClipper
- ImGuiListClipper(long) - Constructor for class imgui.ImGuiListClipper
- ImGuiMod_Alt - Static variable in class imgui.flag.ImGuiKey
-
Option/Menu
- ImGuiMod_Ctrl - Static variable in class imgui.flag.ImGuiKey
-
Ctrl (non-macOS), Cmd (macOS)
- ImGuiMod_Mask_ - Static variable in class imgui.flag.ImGuiKey
-
4-bits
- ImGuiMod_None - Static variable in class imgui.flag.ImGuiKey
-
Keyboard Modifiers (explicitly submitted by backend via AddKeyEvent() calls) - Any functions taking a ImGuiKeyChord parameter can binary-or those with regular keys, e.g.
- ImGuiMod_Shift - Static variable in class imgui.flag.ImGuiKey
-
Shift
- ImGuiMod_Shortcut - Static variable in class imgui.flag.ImGuiKey
-
Removed in 1.90.7, you can now simply use ImGuiMod_Ctrl
- ImGuiMod_Super - Static variable in class imgui.flag.ImGuiKey
-
Windows/Super (non-macOS), Ctrl (macOS)
- ImGuiMouseButton - Class in imgui.flag
-
Identify a mouse button.
- ImGuiMouseCursor - Class in imgui.flag
-
Enumeration for GetMouseCursor() User code may request binding to display given cursor by calling SetMouseCursor(), which is why we have some cursors that are marked unused here
- ImGuiMouseSource - Class in imgui.flag
-
Enumeration for AddMouseSourceEvent() actual source of Mouse Input data.
- ImGuiOnceUponAFrame - Class in imgui
-
Helper: Execute a block of code at maximum once a frame.
- ImGuiPlatformIO - Class in imgui
-
----------------------------------------------------------------------------- [BETA] Platform interface for multi-viewport support ----------------------------------------------------------------------------- (Optional) This is completely optional, for advanced users! If you are new to Dear ImGui and trying to integrate it into your engine, you can probably ignore this for now.
- ImGuiPlatformIO(long) - Constructor for class imgui.ImGuiPlatformIO
- ImGuiPlatformMonitor - Class in imgui
-
(Optional) This is required when enabling multi-viewport.
- ImGuiPlatformMonitor(long) - Constructor for class imgui.ImGuiPlatformMonitor
- ImGuiPopupFlags - Class in imgui.flag
-
Flags for OpenPopup*(), BeginPopupContext*(), IsPopupOpen() functions.
- ImGuiSelectableFlags - Class in imgui.flag
-
Flags for ImGui::Selectable()
- ImGuiSeparatorFlags - Class in imgui.internal.flag
- ImGuiSeparatorFlags() - Constructor for class imgui.internal.flag.ImGuiSeparatorFlags
- ImGuiSliderFlags - Class in imgui.flag
- ImGuiSortDirection - Class in imgui.flag
-
A sorting direction
- ImGuiStorage - Class in imgui
-
Helper: Key-Value storage Typically you don't have to worry about this since a storage is held within each Window.
- ImGuiStorage() - Constructor for class imgui.ImGuiStorage
- ImGuiStorage(long) - Constructor for class imgui.ImGuiStorage
- ImGuiStruct - Class in imgui.binding
-
Class provides a communication layer between binding and Dear ImGui library through the "pointer" field.
- ImGuiStruct(long) - Constructor for class imgui.binding.ImGuiStruct
- ImGuiStructDestroyable - Class in imgui.binding
-
Class extends
ImGuiStructand provides additional API to allocated and de-allocate native objects. - ImGuiStructDestroyable() - Constructor for class imgui.binding.ImGuiStructDestroyable
-
Constructor, which creates natively allocated struct.
- ImGuiStructDestroyable(long) - Constructor for class imgui.binding.ImGuiStructDestroyable
- ImGuiStyle - Class in imgui
-
You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame().
- ImGuiStyle() - Constructor for class imgui.ImGuiStyle
- ImGuiStyle(long) - Constructor for class imgui.ImGuiStyle
- ImGuiStyleVar - Class in imgui.flag
-
Enumeration for PushStyleVar() / PopStyleVar() to temporarily modify the ImGuiStyle structure.
- ImGuiTabBarFlags - Class in imgui.flag
-
Flags for ImGui::BeginTabBar()
- ImGuiTabItemFlags - Class in imgui.flag
-
Flags for ImGui::BeginTabItem()
- ImGuiTableBgTarget - Class in imgui.flag
-
Enum for ImGui::TableSetBgColor() Background colors are rendering in 3 layers: - Layer 0: draw with RowBg0 color if set, otherwise draw with ColumnBg0 if set.
- ImGuiTableColumnFlags - Class in imgui.flag
-
Flags for
ImGui.tableSetupColumn(String, int) - ImGuiTableColumnSortSpecs - Class in imgui
-
Sorting specification for one column of a table.
- ImGuiTableColumnSortSpecs(long) - Constructor for class imgui.ImGuiTableColumnSortSpecs
- ImGuiTableFlags - Class in imgui.flag
-
Flags for ImGui::BeginTable() [BETA API] API may evolve slightly! If you use this, please update to the next version when it comes out! - Important! Sizing policies have complex and subtle side effects, more so than you would expect.
- ImGuiTableRowFlags - Class in imgui.flag
-
Flags for
ImGui.tableNextRow(int) - ImGuiTableSortSpecs - Class in imgui
-
Sorting specifications for a table (often handling sort specs for a single column, occasionally more) Obtained by calling TableGetSortSpecs().
- ImGuiTableSortSpecs(long) - Constructor for class imgui.ImGuiTableSortSpecs
- ImGuiTextFilter - Class in imgui
-
Helper: Parse and apply text filters.
- ImGuiTextFilter() - Constructor for class imgui.ImGuiTextFilter
- ImGuiTextFilter(long) - Constructor for class imgui.ImGuiTextFilter
- ImGuiTextFilter(String) - Constructor for class imgui.ImGuiTextFilter
- ImGuiTextFlags - Class in imgui.internal.flag
- ImGuiTextFlags() - Constructor for class imgui.internal.flag.ImGuiTextFlags
- ImGuiTreeNodeFlags - Class in imgui.flag
-
Flags for ImGui::TreeNodeEx(), ImGui::CollapsingHeader*()
- ImGuiViewport - Class in imgui
-
The viewports created and managed by Dear ImGui.
- ImGuiViewport(long) - Constructor for class imgui.ImGuiViewport
- ImGuiViewportFlags - Class in imgui.flag
-
Flags stored in ImGuiViewport::Flags, giving indications to the platform backends.
- ImGuiWindow - Class in imgui.internal
- ImGuiWindow(long) - Constructor for class imgui.internal.ImGuiWindow
- ImGuiWindowClass - Class in imgui
-
[ALPHA] Rarely used / very advanced uses only.
- ImGuiWindowClass() - Constructor for class imgui.ImGuiWindowClass
- ImGuiWindowClass(long) - Constructor for class imgui.ImGuiWindowClass
- ImGuiWindowFlags - Class in imgui.flag
-
Flags for ImGui::Begin()
- ImGuizmo - Class in imgui.extension.imguizmo
- ImInt - Class in imgui.type
- ImInt() - Constructor for class imgui.type.ImInt
- ImInt(int) - Constructor for class imgui.type.ImInt
- ImInt(ImInt) - Constructor for class imgui.type.ImInt
- ImListClipperCallback - Class in imgui.callback
-
Callback for
ImGuiListClipperclass. - ImListClipperCallback() - Constructor for class imgui.callback.ImListClipperCallback
- ImLong - Class in imgui.type
- ImLong() - Constructor for class imgui.type.ImLong
- ImLong(long) - Constructor for class imgui.type.ImLong
- ImLong(ImLong) - Constructor for class imgui.type.ImLong
- ImNodes - Class in imgui.extension.imnodes
-
Bindings for Imnodes (https://github.com/Nelarius/imnodes/) Original library author - Johann Muszynski (https://github.com/Nelarius)
- ImNodesAttributeFlags - Class in imgui.extension.imnodes.flag
-
This enum controls the way the attribute pins behave.
- ImNodesCol - Class in imgui.extension.imnodes.flag
- ImNodesContext - Class in imgui.extension.imnodes
- ImNodesContext(long) - Constructor for class imgui.extension.imnodes.ImNodesContext
- ImNodesEditorContext - Class in imgui.extension.imnodes
- ImNodesEditorContext(long) - Constructor for class imgui.extension.imnodes.ImNodesEditorContext
- ImNodesIO - Class in imgui.extension.imnodes
- ImNodesIO(long) - Constructor for class imgui.extension.imnodes.ImNodesIO
- ImNodesMiniMapLocation - Class in imgui.extension.imnodes.flag
-
This enum controls the minimap's location.
- ImNodesPinShape - Class in imgui.extension.imnodes.flag
-
This enum controls the way attribute pins look.
- ImNodesStyle - Class in imgui.extension.imnodes
- ImNodesStyle(long) - Constructor for class imgui.extension.imnodes.ImNodesStyle
- ImNodesStyleFlags - Class in imgui.extension.imnodes.flag
- ImNodesStyleVar - Class in imgui.extension.imnodes.flag
- ImPlatformFuncViewport - Class in imgui.callback
-
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*)
- ImPlatformFuncViewport() - Constructor for class imgui.callback.ImPlatformFuncViewport
- ImPlatformFuncViewportFloat - Class in imgui.callback
-
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*, String)
- ImPlatformFuncViewportFloat() - Constructor for class imgui.callback.ImPlatformFuncViewportFloat
- ImPlatformFuncViewportImVec2 - Class in imgui.callback
-
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*, ImVec2)
- ImPlatformFuncViewportImVec2() - Constructor for class imgui.callback.ImPlatformFuncViewportImVec2
- ImPlatformFuncViewportString - Class in imgui.callback
-
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*, String)
- ImPlatformFuncViewportString() - Constructor for class imgui.callback.ImPlatformFuncViewportString
- ImPlatformFuncViewportSuppBoolean - Class in imgui.callback
-
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*) - Boolean
- ImPlatformFuncViewportSuppBoolean() - Constructor for class imgui.callback.ImPlatformFuncViewportSuppBoolean
- ImPlatformFuncViewportSuppFloat - Class in imgui.callback
-
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*) - Boolean
- ImPlatformFuncViewportSuppFloat() - Constructor for class imgui.callback.ImPlatformFuncViewportSuppFloat
- ImPlatformFuncViewportSuppImVec2 - Class in imgui.callback
-
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*) - ImVec2
- ImPlatformFuncViewportSuppImVec2() - Constructor for class imgui.callback.ImPlatformFuncViewportSuppImVec2
- ImPlot - Class in imgui.extension.implot
- ImPlotAxis - Class in imgui.extension.implot.flag
- ImPlotAxisFlags - Class in imgui.extension.implot.flag
- ImPlotBarGroupsFlags - Class in imgui.extension.implot.flag
- ImPlotBarsFlags - Class in imgui.extension.implot.flag
- ImPlotBin - Class in imgui.extension.implot.flag
- ImPlotCol - Class in imgui.extension.implot.flag
- ImPlotColormap - Class in imgui.extension.implot.flag
- ImPlotCond - Class in imgui.extension.implot.flag
- ImPlotContext - Class in imgui.extension.implot
- ImPlotContext(long) - Constructor for class imgui.extension.implot.ImPlotContext
- ImPlotDragToolFlags - Class in imgui.extension.implot.flag
- ImPlotErrorBarsFlags - Class in imgui.extension.implot.flag
- ImPlotFlags - Class in imgui.extension.implot.flag
- ImPlotHeatmapFlags - Class in imgui.extension.implot.flag
- ImPlotHistogramFlags - Class in imgui.extension.implot.flag
- ImPlotInfLinesFlags - Class in imgui.extension.implot.flag
- ImPlotInputMap - Class in imgui.extension.implot
- ImPlotInputMap() - Constructor for class imgui.extension.implot.ImPlotInputMap
- ImPlotInputMap(long) - Constructor for class imgui.extension.implot.ImPlotInputMap
- ImPlotItemFlags - Class in imgui.extension.implot.flag
- ImPlotLegendFlags - Class in imgui.extension.implot.flag
- ImPlotLineFlags - Class in imgui.extension.implot.flag
- ImPlotLocation - Class in imgui.extension.implot.flag
- ImPlotMarker - Class in imgui.extension.implot.flag
- ImPlotMouseTextFlags - Class in imgui.extension.implot.flag
- ImPlotPieChartFlags - Class in imgui.extension.implot.flag
- ImPlotPoint - Class in imgui.extension.implot
- ImPlotPoint() - Constructor for class imgui.extension.implot.ImPlotPoint
- ImPlotPoint(double, double) - Constructor for class imgui.extension.implot.ImPlotPoint
- ImPlotPoint(ImPlotPoint) - Constructor for class imgui.extension.implot.ImPlotPoint
- ImPlotPoint(ImVec2) - Constructor for class imgui.extension.implot.ImPlotPoint
- ImPlotRange - Class in imgui.extension.implot
- ImPlotRange() - Constructor for class imgui.extension.implot.ImPlotRange
- ImPlotRange(double, double) - Constructor for class imgui.extension.implot.ImPlotRange
- ImPlotRange(ImPlotRange) - Constructor for class imgui.extension.implot.ImPlotRange
- ImPlotRect - Class in imgui.extension.implot
- ImPlotRect() - Constructor for class imgui.extension.implot.ImPlotRect
- ImPlotRect(double, double, double, double) - Constructor for class imgui.extension.implot.ImPlotRect
- ImPlotRect(ImPlotRect) - Constructor for class imgui.extension.implot.ImPlotRect
- ImPlotRect(ImVec2, ImVec2) - Constructor for class imgui.extension.implot.ImPlotRect
- ImPlotScale - Class in imgui.extension.implot.flag
- ImPlotScatterFlags - Class in imgui.extension.implot.flag
- ImPlotSpec - Class in imgui.extension.implot
- ImPlotSpec() - Constructor for class imgui.extension.implot.ImPlotSpec
- ImPlotSpec(long) - Constructor for class imgui.extension.implot.ImPlotSpec
- ImPlotStairsFlags - Class in imgui.extension.implot.flag
- ImPlotStemsFlags - Class in imgui.extension.implot.flag
- ImPlotStyle - Class in imgui.extension.implot
- ImPlotStyle() - Constructor for class imgui.extension.implot.ImPlotStyle
- ImPlotStyle(long) - Constructor for class imgui.extension.implot.ImPlotStyle
- ImPlotStyleVar - Class in imgui.extension.implot.flag
- ImPlotTextFlags - Class in imgui.extension.implot.flag
- ImRect - Class in imgui.internal
-
Helper: ImRect (2D axis aligned bounding-box) NB: we can't rely on ImVec2 math operators being available here!
- ImRect() - Constructor for class imgui.internal.ImRect
- ImRect(float, float, float, float) - Constructor for class imgui.internal.ImRect
- ImRect(ImVec2, ImVec2) - Constructor for class imgui.internal.ImRect
- ImRect(ImRect) - Constructor for class imgui.internal.ImRect
- ImShort - Class in imgui.type
- ImShort() - Constructor for class imgui.type.ImShort
- ImShort(short) - Constructor for class imgui.type.ImShort
- ImShort(ImShort) - Constructor for class imgui.type.ImShort
- ImStrConsumer - Class in imgui.callback
-
Callback to supply Java string form native code.
- ImStrConsumer() - Constructor for class imgui.callback.ImStrConsumer
- ImString - Class in imgui.type
-
Wrapper for
Stringto use inside th Dear ImGui input widgets. - ImString() - Constructor for class imgui.type.ImString
-
Creates an
ImStringinstance withImString.DEFAULT_LENGTHsize for the inner buffer. - ImString(int) - Constructor for class imgui.type.ImString
-
Creates an
ImStringinstance with provided size for the inner buffer. - ImString(ImString) - Constructor for class imgui.type.ImString
- ImString(String) - Constructor for class imgui.type.ImString
-
Creates an
ImStringinstance from provided string. - ImString(String, int) - Constructor for class imgui.type.ImString
-
Create an
ImStringinstance from provided string with custom size for the inner buffer. - ImString.InputData - Class in imgui.type
-
Use this class to customize your ImGui input.
- ImStrSupplier - Class in imgui.callback
-
Callback to get Java string from native code.
- ImStrSupplier() - Constructor for class imgui.callback.ImStrSupplier
- ImVec2 - Class in imgui
-
2D vector (often used to store positions or sizes).
- ImVec2() - Constructor for class imgui.ImVec2
- ImVec2(float, float) - Constructor for class imgui.ImVec2
- ImVec2(ImVec2) - Constructor for class imgui.ImVec2
- ImVec4 - Class in imgui
-
4D vector (often used to store floating-point colors).
- ImVec4() - Constructor for class imgui.ImVec4
- ImVec4(float, float, float, float) - Constructor for class imgui.ImVec4
- ImVec4(ImVec4) - Constructor for class imgui.ImVec4
- includeItemByIndex(int) - Method in class imgui.ImGuiListClipper
-
Call IncludeItemByIndex() or IncludeItemsByIndex() *BEFORE* first call to Step() if you need a range of items to not be clipped, regardless of their visibility.
- includeItemsByIndex(int, int) - Method in class imgui.ImGuiListClipper
-
Call IncludeItemByIndex() or IncludeItemsByIndex() *BEFORE* first call to Step() if you need a range of items to not be clipped, regardless of their visibility.
- indent() - Static method in class imgui.ImGui
-
Move content position toward the right, by indent_w, or style.IndentSpacing if indent_w
<= 0. - indent(float) - Static method in class imgui.ImGui
-
Move content position toward the right, by indent_w, or style.IndentSpacing if indent_w
<= 0. - IndentDisable - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Ignore current Indent value when entering cell (default for columns
>0). - IndentEnable - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Use current Indent value when entering cell (default for column 0).
- indentLines() - Method in class imgui.extension.texteditor.TextEditor
- IndentMask_ - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
[Internal] Combinations and masks
- IndentSpacing - Static variable in class imgui.flag.ImGuiStyleVar
-
float IndentSpacing
- init() - Static method in class imgui.ImGui
-
For internal usage.
- init() - Static method in class imgui.internal.ImGui
- initialize() - Static method in class imgui.internal.ImGui
- InlayText - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
color of text appearing inside of plots (defaults to ImGuiCol_Text)
- Input - Static variable in class imgui.extension.nodeditor.flag.NodeEditorPinKind
- inputData - Variable in class imgui.type.ImString
-
Configuration class to set up some specific behaviour for current string.
- inputDouble(String, ImDouble) - Static method in class imgui.ImGui
- inputDouble(String, ImDouble, double) - Static method in class imgui.ImGui
- inputDouble(String, ImDouble, double, double) - Static method in class imgui.ImGui
- inputDouble(String, ImDouble, double, double, int) - Static method in class imgui.ImGui
- inputDouble(String, ImDouble, double, double, String) - Static method in class imgui.ImGui
- inputDouble(String, ImDouble, double, double, String, int) - Static method in class imgui.ImGui
- inputFloat(String, ImFloat) - Static method in class imgui.ImGui
- inputFloat(String, ImFloat, float) - Static method in class imgui.ImGui
- inputFloat(String, ImFloat, float, float) - Static method in class imgui.ImGui
- inputFloat(String, ImFloat, float, float, int) - Static method in class imgui.ImGui
- inputFloat(String, ImFloat, float, float, String) - Static method in class imgui.ImGui
- inputFloat(String, ImFloat, float, float, String, int) - Static method in class imgui.ImGui
- inputFloat2(String, float[]) - Static method in class imgui.ImGui
- inputFloat2(String, float[], int) - Static method in class imgui.ImGui
- inputFloat2(String, float[], String) - Static method in class imgui.ImGui
- inputFloat2(String, float[], String, int) - Static method in class imgui.ImGui
- inputFloat3(String, float[]) - Static method in class imgui.ImGui
- inputFloat3(String, float[], int) - Static method in class imgui.ImGui
- inputFloat3(String, float[], String) - Static method in class imgui.ImGui
- inputFloat3(String, float[], String, int) - Static method in class imgui.ImGui
- inputFloat4(String, float[]) - Static method in class imgui.ImGui
- inputFloat4(String, float[], int) - Static method in class imgui.ImGui
- inputFloat4(String, float[], String) - Static method in class imgui.ImGui
- inputFloat4(String, float[], String, int) - Static method in class imgui.ImGui
- InputHSV - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Input] // ColorEdit, ColorPicker: input and output data in HSV format.
- inputInt(String, ImInt) - Static method in class imgui.ImGui
- inputInt(String, ImInt, int) - Static method in class imgui.ImGui
- inputInt(String, ImInt, int, int) - Static method in class imgui.ImGui
- inputInt(String, ImInt, int, int, int) - Static method in class imgui.ImGui
- inputInt2(String, int[]) - Static method in class imgui.ImGui
- inputInt2(String, int[], int) - Static method in class imgui.ImGui
- inputInt3(String, int[]) - Static method in class imgui.ImGui
- inputInt3(String, int[], int) - Static method in class imgui.ImGui
- inputInt4(String, int[]) - Static method in class imgui.ImGui
- inputInt4(String, int[], int) - Static method in class imgui.ImGui
- InputMask_ - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Internal] Masks
- InputRGB - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Input] // ColorEdit, ColorPicker: input and output data in RGB format.
- inputScalar(String, int, ImDouble) - Static method in class imgui.ImGui
- inputScalar(String, int, ImDouble, double) - Static method in class imgui.ImGui
- inputScalar(String, int, ImDouble, double, double) - Static method in class imgui.ImGui
- inputScalar(String, int, ImDouble, double, double, String) - Static method in class imgui.ImGui
- inputScalar(String, int, ImDouble, double, double, String, int) - Static method in class imgui.ImGui
- inputScalar(String, int, ImFloat) - Static method in class imgui.ImGui
- inputScalar(String, int, ImFloat, float) - Static method in class imgui.ImGui
- inputScalar(String, int, ImFloat, float, float) - Static method in class imgui.ImGui
- inputScalar(String, int, ImFloat, float, float, String) - Static method in class imgui.ImGui
- inputScalar(String, int, ImFloat, float, float, String, int) - Static method in class imgui.ImGui
- inputScalar(String, int, ImInt) - Static method in class imgui.ImGui
- inputScalar(String, int, ImInt, int) - Static method in class imgui.ImGui
- inputScalar(String, int, ImInt, int, int) - Static method in class imgui.ImGui
- inputScalar(String, int, ImInt, int, int, String) - Static method in class imgui.ImGui
- inputScalar(String, int, ImInt, int, int, String, int) - Static method in class imgui.ImGui
- inputScalar(String, int, ImLong) - Static method in class imgui.ImGui
- inputScalar(String, int, ImLong, long) - Static method in class imgui.ImGui
- inputScalar(String, int, ImLong, long, long) - Static method in class imgui.ImGui
- inputScalar(String, int, ImLong, long, long, String) - Static method in class imgui.ImGui
- inputScalar(String, int, ImLong, long, long, String, int) - Static method in class imgui.ImGui
- inputScalar(String, int, ImShort) - Static method in class imgui.ImGui
- inputScalar(String, int, ImShort, short) - Static method in class imgui.ImGui
- inputScalar(String, int, ImShort, short, short) - Static method in class imgui.ImGui
- inputScalar(String, int, ImShort, short, short, String) - Static method in class imgui.ImGui
- inputScalar(String, int, ImShort, short, short, String, int) - Static method in class imgui.ImGui
- inputScalar(String, ImDouble) - Static method in class imgui.ImGui
- inputScalar(String, ImDouble, double) - Static method in class imgui.ImGui
- inputScalar(String, ImDouble, double, double) - Static method in class imgui.ImGui
- inputScalar(String, ImDouble, double, double, String) - Static method in class imgui.ImGui
- inputScalar(String, ImDouble, double, double, String, int) - Static method in class imgui.ImGui
- inputScalar(String, ImFloat) - Static method in class imgui.ImGui
- inputScalar(String, ImFloat, float) - Static method in class imgui.ImGui
- inputScalar(String, ImFloat, float, float) - Static method in class imgui.ImGui
- inputScalar(String, ImFloat, float, float, String) - Static method in class imgui.ImGui
- inputScalar(String, ImFloat, float, float, String, int) - Static method in class imgui.ImGui
- inputScalar(String, ImInt) - Static method in class imgui.ImGui
- inputScalar(String, ImInt, int) - Static method in class imgui.ImGui
- inputScalar(String, ImInt, int, int) - Static method in class imgui.ImGui
- inputScalar(String, ImInt, int, int, String) - Static method in class imgui.ImGui
- inputScalar(String, ImInt, int, int, String, int) - Static method in class imgui.ImGui
- inputScalar(String, ImLong) - Static method in class imgui.ImGui
- inputScalar(String, ImLong, long) - Static method in class imgui.ImGui
- inputScalar(String, ImLong, long, long) - Static method in class imgui.ImGui
- inputScalar(String, ImLong, long, long, String) - Static method in class imgui.ImGui
- inputScalar(String, ImLong, long, long, String, int) - Static method in class imgui.ImGui
- inputScalar(String, ImShort) - Static method in class imgui.ImGui
- inputScalar(String, ImShort, short) - Static method in class imgui.ImGui
- inputScalar(String, ImShort, short, short) - Static method in class imgui.ImGui
- inputScalar(String, ImShort, short, short, String) - Static method in class imgui.ImGui
- inputScalar(String, ImShort, short, short, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, double[], int) - Static method in class imgui.ImGui
- inputScalarN(String, double[], int, double) - Static method in class imgui.ImGui
- inputScalarN(String, double[], int, double, double) - Static method in class imgui.ImGui
- inputScalarN(String, double[], int, double, double, String) - Static method in class imgui.ImGui
- inputScalarN(String, double[], int, double, double, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, float[], int) - Static method in class imgui.ImGui
- inputScalarN(String, float[], int, float) - Static method in class imgui.ImGui
- inputScalarN(String, float[], int, float, float) - Static method in class imgui.ImGui
- inputScalarN(String, float[], int, float, float, String) - Static method in class imgui.ImGui
- inputScalarN(String, float[], int, float, float, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, int[], int) - Static method in class imgui.ImGui
- inputScalarN(String, int[], int, int) - Static method in class imgui.ImGui
- inputScalarN(String, int[], int, int, int) - Static method in class imgui.ImGui
- inputScalarN(String, int[], int, int, int, String) - Static method in class imgui.ImGui
- inputScalarN(String, int[], int, int, int, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, int, double[], int) - Static method in class imgui.ImGui
- inputScalarN(String, int, double[], int, double) - Static method in class imgui.ImGui
- inputScalarN(String, int, double[], int, double, double) - Static method in class imgui.ImGui
- inputScalarN(String, int, double[], int, double, double, String) - Static method in class imgui.ImGui
- inputScalarN(String, int, double[], int, double, double, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, int, float[], int) - Static method in class imgui.ImGui
- inputScalarN(String, int, float[], int, float) - Static method in class imgui.ImGui
- inputScalarN(String, int, float[], int, float, float) - Static method in class imgui.ImGui
- inputScalarN(String, int, float[], int, float, float, String) - Static method in class imgui.ImGui
- inputScalarN(String, int, float[], int, float, float, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, int, int[], int) - Static method in class imgui.ImGui
- inputScalarN(String, int, int[], int, int) - Static method in class imgui.ImGui
- inputScalarN(String, int, int[], int, int, int) - Static method in class imgui.ImGui
- inputScalarN(String, int, int[], int, int, int, String) - Static method in class imgui.ImGui
- inputScalarN(String, int, int[], int, int, int, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, int, long[], int) - Static method in class imgui.ImGui
- inputScalarN(String, int, long[], int, long) - Static method in class imgui.ImGui
- inputScalarN(String, int, long[], int, long, long) - Static method in class imgui.ImGui
- inputScalarN(String, int, long[], int, long, long, String) - Static method in class imgui.ImGui
- inputScalarN(String, int, long[], int, long, long, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, int, short[], int) - Static method in class imgui.ImGui
- inputScalarN(String, int, short[], int, short) - Static method in class imgui.ImGui
- inputScalarN(String, int, short[], int, short, short) - Static method in class imgui.ImGui
- inputScalarN(String, int, short[], int, short, short, String) - Static method in class imgui.ImGui
- inputScalarN(String, int, short[], int, short, short, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, long[], int) - Static method in class imgui.ImGui
- inputScalarN(String, long[], int, long) - Static method in class imgui.ImGui
- inputScalarN(String, long[], int, long, long) - Static method in class imgui.ImGui
- inputScalarN(String, long[], int, long, long, String) - Static method in class imgui.ImGui
- inputScalarN(String, long[], int, long, long, String, int) - Static method in class imgui.ImGui
- inputScalarN(String, short[], int) - Static method in class imgui.ImGui
- inputScalarN(String, short[], int, short) - Static method in class imgui.ImGui
- inputScalarN(String, short[], int, short, short) - Static method in class imgui.ImGui
- inputScalarN(String, short[], int, short, short, String) - Static method in class imgui.ImGui
- inputScalarN(String, short[], int, short, short, String, int) - Static method in class imgui.ImGui
- inputText(String, ImString) - Static method in class imgui.ImGui
- inputText(String, ImString, int) - Static method in class imgui.ImGui
- inputText(String, ImString, int, ImGuiInputTextCallback) - Static method in class imgui.ImGui
- InputTextCursor - Static variable in class imgui.flag.ImGuiCol
-
InputText cursor/caret
- inputTextMultiline(String, ImString) - Static method in class imgui.ImGui
- inputTextMultiline(String, ImString, float, float) - Static method in class imgui.ImGui
- inputTextMultiline(String, ImString, float, float, int) - Static method in class imgui.ImGui
- inputTextMultiline(String, ImString, float, float, int, ImGuiInputTextCallback) - Static method in class imgui.ImGui
- inputTextMultiline(String, ImString, int) - Static method in class imgui.ImGui
- inputTextMultiline(String, ImString, int, ImGuiInputTextCallback) - Static method in class imgui.ImGui
- inputTextWithHint(String, String, ImString) - Static method in class imgui.ImGui
- inputTextWithHint(String, String, ImString, int) - Static method in class imgui.ImGui
- inputTextWithHint(String, String, ImString, int, ImGuiInputTextCallback) - Static method in class imgui.ImGui
- Insert - Static variable in class imgui.flag.ImGuiKey
- insertChars(int, String) - Method in class imgui.ImGuiInputTextCallbackData
-
Insert Chars
- intToColor(int, int, int) - Static method in class imgui.ImColor
-
Deprecated.
- intToColor(int, int, int, int) - Static method in class imgui.ImColor
-
Deprecated.
- intValue() - Method in class imgui.type.ImDouble
- intValue() - Method in class imgui.type.ImFloat
- intValue() - Method in class imgui.type.ImInt
- intValue() - Method in class imgui.type.ImLong
- intValue() - Method in class imgui.type.ImShort
- InvalidMask_ - Static variable in class imgui.flag.ImGuiPopupFlags
-
[Internal] Reserve legacy bits 0-1 to detect incorrectly passing 1 or 2 to the function.
- InvalidMask_ - Static variable in class imgui.flag.ImGuiSliderFlags
-
[Internal] We treat using those bits as being potentially a 'float power' argument from legacy API (obsoleted 2020-08) that has got miscast to this enum, and will trigger an assert if needed.
- Invert - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
the axis will be inverted
- invisibleButton(String, float, float) - Static method in class imgui.ImGui
-
Flexible button behavior without the visuals, frequently useful to build custom behaviors using the public api (along with IsItemActive, IsItemHovered, etc.)
- invisibleButton(String, float, float, int) - Static method in class imgui.ImGui
-
Flexible button behavior without the visuals, frequently useful to build custom behaviors using the public api (along with IsItemActive, IsItemHovered, etc.)
- invisibleButton(String, ImVec2) - Static method in class imgui.ImGui
-
Flexible button behavior without the visuals, frequently useful to build custom behaviors using the public api (along with IsItemActive, IsItemHovered, etc.)
- invisibleButton(String, ImVec2, int) - Static method in class imgui.ImGui
-
Flexible button behavior without the visuals, frequently useful to build custom behaviors using the public api (along with IsItemActive, IsItemHovered, etc.)
- isActive() - Static method in class imgui.extension.nodeditor.NodeEditor
- isActive() - Method in class imgui.ImGuiTextFilter
- isAnyAttributeActive() - Static method in class imgui.extension.imnodes.ImNodes
- isAnyAttributeActive(ImInt) - Static method in class imgui.extension.imnodes.ImNodes
- isAnyItemActive() - Static method in class imgui.ImGui
-
Is any item active?
- isAnyItemFocused() - Static method in class imgui.ImGui
-
Is any item focused?
- isAnyItemHovered() - Static method in class imgui.ImGui
-
Is any item hovered?
- isAnyMouseDown() - Static method in class imgui.ImGui
-
Is any mouse button held
- isAttributeActive() - Static method in class imgui.extension.imnodes.ImNodes
-
Was the previous attribute active? This will continuously return true while the left mouse button is being pressed over the UI content of the attribute.
- isAutoIndentEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isAxisHovered(int) - Static method in class imgui.extension.implot.ImPlot
-
Returns true if the axis label area in the current plot is hovered.
- isBackgroundClicked() - Static method in class imgui.extension.nodeditor.NodeEditor
- isBackgroundDoubleClicked() - Static method in class imgui.extension.nodeditor.NodeEditor
- isBuilt() - Method in class imgui.ImFontAtlas
- isCentralNode() - Method in class imgui.internal.ImGuiDockNode
- isClippedEx(float, float, float, float, int) - Static method in class imgui.internal.ImGui
- isClippedEx(ImRect, int) - Static method in class imgui.internal.ImGui
- isCompletingPairedGlyphs() - Method in class imgui.extension.texteditor.TextEditor
- isDockSpace() - Method in class imgui.internal.ImGuiDockNode
- isEditorHovered() - Static method in class imgui.extension.imnodes.ImNodes
-
Returns true if the current node editor canvas is being hovered over by the mouse, and is not blocked by any other windows.
- isEmpty() - Method in class imgui.extension.texteditor.TextEditor
- isEmpty() - Method in class imgui.internal.ImGuiDockNode
- isEmpty() - Method in class imgui.type.ImString
- IsEnabled - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Status: is enabled == not hidden by user/api (referred to as "Hide" in _DefaultHide and _NoHide) flags.
- isFloatingNode() - Method in class imgui.internal.ImGuiDockNode
- IsFocused - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Window is focused (last call to Platform_GetWindowFocus() returned true)
- isHiddenTabBar() - Method in class imgui.internal.ImGuiDockNode
-
Hidden tab bar can be shown back by clicking the small triangle
- IsHovered - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Status: is hovered by mouse
- isInsertSpacesOnTabs() - Method in class imgui.extension.texteditor.TextEditor
- isItemActivated() - Static method in class imgui.ImGui
-
Was the last item just made active (item was previously inactive).
- isItemActive() - Static method in class imgui.ImGui
-
Is the last item active? (e.g.
- isItemClicked() - Static method in class imgui.ImGui
-
Is the last item hovered and mouse clicked on? (**) ==
IsMouseClicked(mouseButton) && IsItemHovered()Important. - isItemClicked(int) - Static method in class imgui.ImGui
-
Is the last item hovered and mouse clicked on? (**) ==
IsMouseClicked(mouseButton) && IsItemHovered()Important. - isItemDeactivated() - Static method in class imgui.ImGui
-
Was the last item just made inactive (item was previously active).
- isItemDeactivatedAfterEdit() - Static method in class imgui.ImGui
-
Was the last item just made inactive and made a value change when it was active? (e.g.
- isItemEdited() - Static method in class imgui.ImGui
-
Did the last item modify its underlying value this frame? or was pressed? This is generally the same as the "bool" return value of many widgets.
- isItemFocused() - Static method in class imgui.ImGui
-
Is the last item focused for keyboard/gamepad navigation?
- isItemHovered() - Static method in class imgui.ImGui
-
Is the last item hovered? (and usable, aka not blocked by a popup, etc.).
- isItemHovered(int) - Static method in class imgui.ImGui
-
Is the last item hovered? (and usable, aka not blocked by a popup, etc.).
- isItemToggledOpen() - Static method in class imgui.ImGui
-
Was the last item open state toggled? set by TreeNode().
- isItemToggledSelection() - Static method in class imgui.ImGui
-
Was the last item's selection state toggled? (since imgui 1.91 multi-select).
- isItemToggledSelection() - Static method in class imgui.internal.ImGui
- isItemVisible() - Static method in class imgui.ImGui
-
Is the last item visible? (items may be out of sight because of clipping/scrolling)
- isKeyChordPressed(int) - Static method in class imgui.ImGui
-
Was key chord (mods + key) pressed, e.g.
- isKeyDown(int) - Static method in class imgui.ImGui
-
Is key being held.
- isKeyPressed(int) - Static method in class imgui.ImGui
-
Was key pressed (went from !Down to Down)? if repeat=true, uses io.KeyRepeatDelay / KeyRepeatRate
- isKeyPressed(int, boolean) - Static method in class imgui.ImGui
-
Was key pressed (went from !Down to Down)? if repeat=true, uses io.KeyRepeatDelay / KeyRepeatRate
- isKeyReleased(int) - Static method in class imgui.ImGui
-
Was key released (went from Down to !Down)
- isLeafNode() - Method in class imgui.internal.ImGuiDockNode
- isLegendEntryHovered(String) - Static method in class imgui.extension.implot.ImPlot
-
Returns true if a plot item legend entry is hovered.
- isLinkCreated(ImInt, ImInt) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user finish creating a new link?
- isLinkCreated(ImInt, ImInt, ImBoolean) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user finish creating a new link?
- isLinkCreated(ImInt, ImInt, ImInt, ImInt) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user finish creating a new link?
- isLinkCreated(ImInt, ImInt, ImInt, ImInt, ImBoolean) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user finish creating a new link?
- isLinkDestroyed(ImInt) - Static method in class imgui.extension.imnodes.ImNodes
-
Was an existing link detached from a pin by the user? The detached link's id is assigned to the output argument link_id.
- isLinkDropped() - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user drop the dragged link before attaching it to a pin? There are two different kinds of situations to consider when handling this event: 1) a link which is created at a pin and then dropped 2) an existing link which is detached from a pin and then dropped Use the including_detached_links flag to control whether this function triggers when the user detaches a link and drops it.
- isLinkDropped(boolean) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user drop the dragged link before attaching it to a pin? There are two different kinds of situations to consider when handling this event: 1) a link which is created at a pin and then dropped 2) an existing link which is detached from a pin and then dropped Use the including_detached_links flag to control whether this function triggers when the user detaches a link and drops it.
- isLinkDropped(ImInt) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user drop the dragged link before attaching it to a pin? There are two different kinds of situations to consider when handling this event: 1) a link which is created at a pin and then dropped 2) an existing link which is detached from a pin and then dropped Use the including_detached_links flag to control whether this function triggers when the user detaches a link and drops it.
- isLinkDropped(ImInt, boolean) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user drop the dragged link before attaching it to a pin? There are two different kinds of situations to consider when handling this event: 1) a link which is created at a pin and then dropped 2) an existing link which is detached from a pin and then dropped Use the including_detached_links flag to control whether this function triggers when the user detaches a link and drops it.
- isLinkHovered(ImInt) - Static method in class imgui.extension.imnodes.ImNodes
- isLinkSelected(int) - Static method in class imgui.extension.imnodes.ImNodes
- isLinkSelected(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- isLinkStarted(ImInt) - Static method in class imgui.extension.imnodes.ImNodes
-
Did the user start dragging a new link from a pin?
- isLoaded() - Method in class imgui.ImFont
- isMiddleMousePanMode() - Method in class imgui.extension.texteditor.TextEditor
- IsMinimized - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Window is minimized, can skip render.
- isMouseClicked(int) - Static method in class imgui.ImGui
-
Did mouse button clicked (went from !Down to Down) (0=left, 1=right, 2=middle)
- isMouseClicked(int, boolean) - Static method in class imgui.ImGui
-
Did mouse button clicked (went from !Down to Down) (0=left, 1=right, 2=middle)
- isMouseDoubleClicked(int) - Static method in class imgui.ImGui
-
did mouse button double-clicked? (note that a double-click will also report IsMouseClicked() == true).
- isMouseDown(int) - Static method in class imgui.ImGui
-
Is mouse button held (0=left, 1=right, 2=middle)
- isMouseDragging(int) - Static method in class imgui.ImGui
-
Is mouse dragging?
(uses io.MouseDraggingThreshold if lock_threshold < 0.0f) - isMouseDragging(int, float) - Static method in class imgui.ImGui
-
Is mouse dragging?
(uses io.MouseDraggingThreshold if lock_threshold < 0.0f) - isMouseHoveringRect(float, float, float, float) - Static method in class imgui.ImGui
-
Is mouse hovering given bounding rect (in screen space).
- isMouseHoveringRect(float, float, float, float, boolean) - Static method in class imgui.ImGui
-
Is mouse hovering given bounding rect (in screen space).
- isMouseHoveringRect(ImVec2, ImVec2) - Static method in class imgui.ImGui
-
Is mouse hovering given bounding rect (in screen space).
- isMouseHoveringRect(ImVec2, ImVec2, boolean) - Static method in class imgui.ImGui
-
Is mouse hovering given bounding rect (in screen space).
- isMousePosValid() - Static method in class imgui.ImGui
-
By convention we use (-FLT_MAX,-FLT_MAX) to denote that there is no mouse
- isMousePosValid(float, float) - Static method in class imgui.ImGui
-
By convention we use (-FLT_MAX,-FLT_MAX) to denote that there is no mouse
- isMousePosValid(ImVec2) - Static method in class imgui.ImGui
-
By convention we use (-FLT_MAX,-FLT_MAX) to denote that there is no mouse
- isMouseReleased(int) - Static method in class imgui.ImGui
-
Did mouse button released (went from Down to !Down)
- isNodeHovered(ImInt) - Static method in class imgui.extension.imnodes.ImNodes
- isNodeSelected(int) - Static method in class imgui.extension.imnodes.ImNodes
- isNodeSelected(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- isNoTabBar() - Method in class imgui.internal.ImGuiDockNode
-
Never show a tab bar
- isNotEmpty() - Method in class imgui.type.ImString
- isNotValidPtr() - Method in class imgui.binding.ImGuiStruct
-
Shows if object pointer is valid and does it point to the existing object.
- isOver() - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Return true if mouse cursor is over any gizmo control (axis, plan or screen component)
- isOver(int) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Return true if the cursor is over the operation's gizmo
- isOverwriteEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isPinHovered(ImInt) - Static method in class imgui.extension.imnodes.ImNodes
- IsPlatformMonitor - Static variable in class imgui.flag.ImGuiViewportFlags
-
Represent a Platform Monitor (unused yet)
- IsPlatformWindow - Static variable in class imgui.flag.ImGuiViewportFlags
-
Represent a Platform Window
- isPlotHovered() - Static method in class imgui.extension.implot.ImPlot
-
Returns true if the plot area in the current plot is hovered.
- isPlotSelected() - Static method in class imgui.extension.implot.ImPlot
-
Returns true if the current plot is being box selected.
- isPopupOpen(String) - Static method in class imgui.ImGui
-
Return true if the popup is open.
- isPopupOpen(String, int) - Static method in class imgui.ImGui
-
Return true if the popup is open.
- isReadOnlyEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isRectVisible(float, float) - Static method in class imgui.ImGui
-
Test if rectangle (of given size, starting from cursor position) is visible / not clipped.
- isRectVisible(float, float, float, float) - Static method in class imgui.ImGui
-
Test if rectangle (in screen space) is visible / not clipped.
- isRectVisible(ImVec2) - Static method in class imgui.ImGui
-
Test if rectangle (of given size, starting from cursor position) is visible / not clipped.
- isRectVisible(ImVec2, ImVec2) - Static method in class imgui.ImGui
-
Test if rectangle (in screen space) is visible / not clipped.
- isResizable - Variable in class imgui.type.ImString.InputData
-
If true, then string will be resized during the
ImGui.inputText(java.lang.String, imgui.type.ImString)andImGui.inputTextMultiline(java.lang.String, imgui.type.ImString)methods. - isRootNode() - Method in class imgui.internal.ImGuiDockNode
- isShowingMatchingBrackets() - Method in class imgui.extension.texteditor.TextEditor
- isShowLineNumbersEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isShowPanScrollIndicatorEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isShowScrollbarMiniMapEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isShowSpacesEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isShowTabsEnabled() - Method in class imgui.extension.texteditor.TextEditor
- isShowWhitespacesEnabled() - Method in class imgui.extension.texteditor.TextEditor
- IsSorted - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Status: is currently part of the sort specs
- isSplitNode() - Method in class imgui.internal.ImGuiDockNode
- IsSRGB - Static variable in class imgui.flag.ImGuiConfigFlags
-
Application is SRGB-aware.
- isSubplotsHovered() - Static method in class imgui.extension.implot.ImPlot
-
Returns true if the bounding frame of a subplot is hovered.
- isSuspended() - Static method in class imgui.extension.nodeditor.NodeEditor
- IsTouchScreen - Static variable in class imgui.flag.ImGuiConfigFlags
-
Application is using a touch screen instead of a mouse.
- isUsing() - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Return true if mouse IsOver or if the gizmo is in moving state
- isValidPtr() - Method in class imgui.binding.ImGuiStruct
-
Shows if object pointer is valid and does it point to the existing object.
- IsVisible - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Status: is visible == is enabled AND not clipped by scrolling.
- isWindowAbove(ImGuiWindow, ImGuiWindow) - Static method in class imgui.internal.ImGui
- isWindowAppearing() - Static method in class imgui.ImGui
- isWindowChildOf(ImGuiWindow, ImGuiWindow, boolean, boolean) - Static method in class imgui.internal.ImGui
- isWindowCollapsed() - Static method in class imgui.ImGui
- isWindowContentHoverable(ImGuiWindow, int) - Static method in class imgui.internal.ImGui
- isWindowDocked() - Static method in class imgui.ImGui
-
Is current window docked into another window?
- isWindowFocused() - Static method in class imgui.ImGui
-
Is current window focused? or its root/child, depending on flags.
- isWindowFocused(int) - Static method in class imgui.ImGui
-
Is current window focused? or its root/child, depending on flags.
- isWindowHovered() - Static method in class imgui.ImGui
-
Is current window hovered and hoverable (e.g.
- isWindowHovered(int) - Static method in class imgui.ImGui
-
Is current window hovered and hoverable (e.g.
- isWindowNavFocusable(ImGuiWindow) - Static method in class imgui.internal.ImGui
- isWindowWithinBeginStackOf(ImGuiWindow, ImGuiWindow) - Static method in class imgui.internal.ImGui
- itemHoverable(float, float, float, float, int, int) - Static method in class imgui.internal.ImGui
- itemHoverable(ImRect, int, int) - Static method in class imgui.internal.ImGui
- itemIcon(float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
- itemIcon(int) - Static method in class imgui.extension.implot.ImPlot
- itemIcon(ImVec4) - Static method in class imgui.extension.implot.ImPlot
- ItemInnerSpacing - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 ItemInnerSpacing
- itemSize(float, float) - Static method in class imgui.internal.ImGui
- itemSize(float, float, float) - Static method in class imgui.internal.ImGui
- itemSize(float, float, float, float) - Static method in class imgui.internal.ImGui
- itemSize(float, float, float, float, float) - Static method in class imgui.internal.ImGui
- itemSize(ImVec2) - Static method in class imgui.internal.ImGui
- itemSize(ImVec2, float) - Static method in class imgui.internal.ImGui
- itemSize(ImRect) - Static method in class imgui.internal.ImGui
- itemSize(ImRect, float) - Static method in class imgui.internal.ImGui
- ItemSpacing - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 ItemSpacing
J
- J - Static variable in class imgui.flag.ImGuiKey
- Jet - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- Json() - Static method in class imgui.extension.texteditor.TextEditorLanguage
K
- K - Static variable in class imgui.flag.ImGuiKey
- keepAliveID(int) - Static method in class imgui.internal.ImGui
- KeepAliveOnly - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Don't display the dockspace node but keep it alive.
- KeepAliveOnly - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Don't display the dockspace node but keep it alive.
- Keypad0 - Static variable in class imgui.flag.ImGuiKey
- Keypad1 - Static variable in class imgui.flag.ImGuiKey
- Keypad2 - Static variable in class imgui.flag.ImGuiKey
- Keypad3 - Static variable in class imgui.flag.ImGuiKey
- Keypad4 - Static variable in class imgui.flag.ImGuiKey
- Keypad5 - Static variable in class imgui.flag.ImGuiKey
- Keypad6 - Static variable in class imgui.flag.ImGuiKey
- Keypad7 - Static variable in class imgui.flag.ImGuiKey
- Keypad8 - Static variable in class imgui.flag.ImGuiKey
- Keypad9 - Static variable in class imgui.flag.ImGuiKey
- KeypadAdd - Static variable in class imgui.flag.ImGuiKey
- KeypadDecimal - Static variable in class imgui.flag.ImGuiKey
- KeypadDivide - Static variable in class imgui.flag.ImGuiKey
- KeypadEnter - Static variable in class imgui.flag.ImGuiKey
- KeypadEqual - Static variable in class imgui.flag.ImGuiKey
- KeypadMultiply - Static variable in class imgui.flag.ImGuiKey
- KeypadSubtract - Static variable in class imgui.flag.ImGuiKey
- keyword - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- knob(String, ImFloat, float, float) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String, int, float) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String, int, float, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, float, String, int, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImFloat, float, float, String, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with float values
- knob(String, ImInt, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String, int, float) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String, int, float, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, float, String, int, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knob(String, ImInt, int, int, String, int, float, int, int) - Static method in class imgui.extension.imguiknobs.ImGuiKnobs
-
Create a knob with int values
- knownIdentifier - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
L
- L - Static variable in class imgui.flag.ImGuiKey
- LabelPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, padding between axes labels, tick labels, and plot edge
- LabelSpanAllColumns - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Label will span all columns of its container table
- labelText(String, String) - Static method in class imgui.ImGui
-
Display text+label aligned the same way as value+label widgets
- Leading - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Enforce the tab position to the left of the tab bar (after the tab list popup button)
- Leaf - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
No collapsing, no arrow (use as a convenience for leaf nodes).
- Left - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
an leftward-pointing triangle marker
- Left - Static variable in class imgui.flag.ImGuiDir
-
Definition:
0 - Left - Static variable in class imgui.flag.ImGuiMouseButton
-
Definition:
0 - LeftAlt - Static variable in class imgui.flag.ImGuiKey
-
Also see ImGuiMod_Ctrl, ImGuiMod_Shift, ImGuiMod_Alt, ImGuiMod_Super below!
- LeftArrow - Static variable in class imgui.flag.ImGuiKey
- LeftBracket - Static variable in class imgui.flag.ImGuiKey
-
[
- LeftCtrl - Static variable in class imgui.flag.ImGuiKey
-
Also see ImGuiMod_Ctrl, ImGuiMod_Shift, ImGuiMod_Alt, ImGuiMod_Super below!
- LeftShift - Static variable in class imgui.flag.ImGuiKey
-
Also see ImGuiMod_Ctrl, ImGuiMod_Shift, ImGuiMod_Alt, ImGuiMod_Super below!
- LeftSuper - Static variable in class imgui.flag.ImGuiKey
-
Also see ImGuiMod_Ctrl, ImGuiMod_Shift, ImGuiMod_Alt, ImGuiMod_Super below!
- LegendBg - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
legend background color (defaults to ImGuiCol_PopupBg)
- LegendBorder - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
legend border color (defaults to ImPlotCol_PlotBorder)
- LegendInnerPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, legend inner padding from legend edges
- LegendPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, legend padding from plot edges
- LegendSpacing - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, spacing between legend entries
- LegendText - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
legend text color (defaults to ImPlotCol_InlayText)
- LightHinting - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
A lighter hinting algorithm for gray-level modes.
- line - Variable in class imgui.extension.texteditor.TextEditorCursorPosition
- Linear - Static variable in class imgui.extension.implot.flag.ImPlotScale
-
default linear scale
- lineNumber - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- link(int, int, int) - Static method in class imgui.extension.imnodes.ImNodes
-
Render a link between attributes.
- link(long, long, long) - Static method in class imgui.extension.nodeditor.NodeEditor
- link(long, long, long, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- link(long, long, long, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- link(long, long, long, float, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- link(long, long, long, ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- link(long, long, long, ImVec4, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- Link - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- LinkHoverDistance - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- LinkHovered - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- LinkLineSegmentsPerLength - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- LinkSelected - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- LinkSelRect - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- LinkSelRectBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- LinkStrength - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- LinkThickness - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- listBox(String, ImInt, String[]) - Static method in class imgui.ImGui
- listBox(String, ImInt, String[], int) - Static method in class imgui.ImGui
- LoadColor - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Enable FreeType color-layered glyphs
- loadCurrentEditorStateFromIniFile(String) - Static method in class imgui.extension.imnodes.ImNodes
- loadCurrentEditorStateFromIniString(String, int) - Static method in class imgui.extension.imnodes.ImNodes
- loadEditorStateFromIniFile(ImNodesEditorContext, String) - Static method in class imgui.extension.imnodes.ImNodes
- loadEditorStateFromIniString(ImNodesEditorContext, String, int) - Static method in class imgui.extension.imnodes.ImNodes
- loadIniSettingsFromDisk(String) - Static method in class imgui.ImGui
-
Call after CreateContext() and before the first call to NewFrame().
- loadIniSettingsFromMemory(String) - Static method in class imgui.ImGui
-
Call after CreateContext() and before the first call to NewFrame() to provide .ini data from your own data source.
- loadIniSettingsFromMemory(String, int) - Static method in class imgui.ImGui
-
Call after CreateContext() and before the first call to NewFrame() to provide .ini data from your own data source.
- LOCAL - Static variable in class imgui.extension.imguizmo.flag.Mode
- LocalFlagsTransferMask_ - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
When splitting, those local flags are moved to the inheriting child, never duplicated
- Lock - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
Definition:
ImPlotAxisFlags_LockMin | ImPlotAxisFlags_LockMax - LockMax - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
the axis maximum value will be locked when panning/zooming
- LockMin - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
the axis minimum value will be locked when panning/zooming
- Log10 - Static variable in class imgui.extension.implot.flag.ImPlotScale
-
base 10 logarithmic scale
- Logarithmic - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
-
Definition:
1 << 5 - Logarithmic - Static variable in class imgui.flag.ImGuiSliderFlags
-
Make the widget logarithmic (linear otherwise).
- logButtons() - Static method in class imgui.ImGui
-
Helper to display buttons for logging to tty/file/clipboard
- logFinish() - Static method in class imgui.ImGui
-
Stop logging (close file, etc.)
- logText(String) - Static method in class imgui.ImGui
-
Pass text data straight to log (without being displayed)
- logToClipboard() - Static method in class imgui.ImGui
-
Start logging to OS clipboard
- logToClipboard(int) - Static method in class imgui.ImGui
-
Start logging to OS clipboard
- logToFile() - Static method in class imgui.ImGui
-
Start logging to file
- logToFile(int) - Static method in class imgui.ImGui
-
Start logging to file
- logToFile(int, String) - Static method in class imgui.ImGui
-
Start logging to file
- logToFile(String) - Static method in class imgui.ImGui
-
Start logging to file
- logToTTY() - Static method in class imgui.ImGui
-
Start logging to tty (stdout)
- logToTTY(int) - Static method in class imgui.ImGui
-
Start logging to tty (stdout)
- longValue() - Method in class imgui.type.ImDouble
- longValue() - Method in class imgui.type.ImFloat
- longValue() - Method in class imgui.type.ImInt
- longValue() - Method in class imgui.type.ImLong
- longValue() - Method in class imgui.type.ImShort
- Loop - Static variable in class imgui.extension.implot.flag.ImPlotLineFlags
-
the last and first point will be connected to form a closed loop
- Lua() - Static method in class imgui.extension.texteditor.TextEditorLanguage
M
- M - Static variable in class imgui.flag.ImGuiKey
- MajorGridSize - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, line thickness of major grid lines
- MajorTickLen - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, major tick lengths for X and Y axes
- MajorTickSize - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, line thickness of major ticks
- manipulate(float[], float[], int, int, float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Manipulating the given model matrix with delta matrix
- manipulate(float[], float[], int, int, float[], float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Manipulating the given model matrix with delta matrix
- manipulate(float[], float[], int, int, float[], float[], float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Manipulating the given model matrix with delta matrix
- manipulate(float[], float[], int, int, float[], float[], float[], float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Manipulating the given model matrix with delta matrix
- manipulate(float[], float[], int, int, float[], float[], float[], float[], float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Manipulating the given model matrix with delta matrix
- mapInputDefault() - Static method in class imgui.extension.implot.ImPlot
-
Default input mapping: pan = LMB drag, box select = RMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.
- mapInputDefault(ImPlotInputMap) - Static method in class imgui.extension.implot.ImPlot
-
Default input mapping: pan = LMB drag, box select = RMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.
- mapInputReverse() - Static method in class imgui.extension.implot.ImPlot
-
Reverse input mapping: pan = RMB drag, box select = LMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.
- mapInputReverse(ImPlotInputMap) - Static method in class imgui.extension.implot.ImPlot
-
Reverse input mapping: pan = RMB drag, box select = LMB drag, fit = LMB double click, context menu = RMB click, zoom = scroll.
- Markdown() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- markItemEdited(int) - Static method in class imgui.internal.ImGui
- matchingBracketActive - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- matchingBracketBackground - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- matchingBracketError - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- matchingBracketLevel1 - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- matchingBracketLevel2 - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- matchingBracketLevel3 - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- max - Variable in class imgui.extension.implot.ImPlotRange
- max - Variable in class imgui.internal.ImRect
-
Lower-right
- max() - Method in class imgui.extension.implot.ImPlotRect
- MemoryEditor - Class in imgui.extension.memedit
-
ImGui Club Memory Editor extension for ImGui Repo: https://github.com/ocornut/imgui_club
- MemoryEditor() - Constructor for class imgui.extension.memedit.MemoryEditor
- MemoryEditor(long) - Constructor for class imgui.extension.memedit.MemoryEditor
- MemoryEditorSizes - Class in imgui.extension.memedit
- MemoryEditorSizes() - Constructor for class imgui.extension.memedit.MemoryEditorSizes
- MemoryEditorSizes(long) - Constructor for class imgui.extension.memedit.MemoryEditorSizes
- Menu - Static variable in class imgui.flag.ImGuiKey
- MenuBar - Static variable in class imgui.flag.ImGuiWindowFlags
-
Has a menu-bar
- MenuBarBg - Static variable in class imgui.flag.ImGuiCol
- menuItem(String) - Static method in class imgui.ImGui
-
Return true when activated.
- menuItem(String, boolean) - Static method in class imgui.ImGui
-
Return true when activated.
- menuItem(String, boolean, boolean) - Static method in class imgui.ImGui
-
Return true when activated.
- menuItem(String, String) - Static method in class imgui.ImGui
-
Return true when activated.
- menuItem(String, String, boolean) - Static method in class imgui.ImGui
-
Return true when activated.
- menuItem(String, String, boolean, boolean) - Static method in class imgui.ImGui
-
Return true when activated.
- menuItem(String, String, ImBoolean) - Static method in class imgui.ImGui
-
Return true when activated + toggle (*pSelected) if pSelected != NULL
- menuItem(String, String, ImBoolean, boolean) - Static method in class imgui.ImGui
-
Return true when activated + toggle (*pSelected) if pSelected != NULL
- Middle - Static variable in class imgui.flag.ImGuiMouseButton
-
Definition:
2 - min - Variable in class imgui.extension.implot.ImPlotRange
- min - Variable in class imgui.internal.ImRect
-
Upper-left
- min() - Method in class imgui.extension.implot.ImPlotRect
- miniMap() - Static method in class imgui.extension.imnodes.ImNodes
-
Add a navigable minimap to the editor; call before EndNodeEditor after all nodes and links have been specified // TODO: add callback
- miniMap(float) - Static method in class imgui.extension.imnodes.ImNodes
-
Add a navigable minimap to the editor; call before EndNodeEditor after all nodes and links have been specified // TODO: add callback
- miniMap(float, int) - Static method in class imgui.extension.imnodes.ImNodes
-
Add a navigable minimap to the editor; call before EndNodeEditor after all nodes and links have been specified // TODO: add callback
- MiniMapBackground - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapBackgroundHovered - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapCanvas - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapCanvasOutline - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapLink - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapLinkSelected - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapNodeBackground - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapNodeBackgroundHovered - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapNodeBackgroundSelected - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapNodeOutline - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapOffset - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- MiniMapOutline - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapOutlineHovered - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- MiniMapPadding - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- MinorAlpha - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
float, alpha multiplier applied to minor axis grid lines
- MinorGridSize - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, line thickness of minor grid lines
- MinorTickLen - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, minor tick lengths for X and Y axes
- MinorTickSize - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, line thickness of minor ticks
- minus(double, double) - Method in class imgui.extension.implot.ImPlotPoint
- minus(double, double) - Method in class imgui.extension.implot.ImPlotRange
- minus(float, float) - Method in class imgui.ImVec2
- minus(float, float, float, float) - Method in class imgui.ImVec4
- minus(ImPlotPoint) - Method in class imgui.extension.implot.ImPlotPoint
- minus(ImPlotRange) - Method in class imgui.extension.implot.ImPlotRange
- minus(ImVec2) - Method in class imgui.ImVec2
- minus(ImVec4) - Method in class imgui.ImVec4
- Minus - Static variable in class imgui.flag.ImGuiKey
-
-
- Modal - Static variable in class imgui.flag.ImGuiWindowFlags
-
Don't use! For internal use by BeginPopupModal()
- ModalWindowDimBg - Static variable in class imgui.flag.ImGuiCol
-
Darken/colorize entire screen behind a modal window, when one is active
- Mode - Class in imgui.extension.imguizmo.flag
- Monochrome - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Disable anti-aliasing.
- MonoHinting - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Strong hinting algorithm that should only be used for monochrome output.
- Mouse - Static variable in class imgui.flag.ImGuiMouseSource
-
Input is coming from an actual mouse.
- MouseButtonLeft - Static variable in class imgui.flag.ImGuiButtonFlags
-
React on left mouse button (default)
- MouseButtonLeft - Static variable in class imgui.flag.ImGuiPopupFlags
-
For BeginPopupContext*(): open on Left Mouse release.
- MouseButtonLeft - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
React on left mouse button (default)
- MouseButtonMask_ - Static variable in class imgui.flag.ImGuiButtonFlags
-
[Internal]
- MouseButtonMask_ - Static variable in class imgui.flag.ImGuiPopupFlags
-
[Internal]
- MouseButtonMask_ - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
[Internal]
- MouseButtonMiddle - Static variable in class imgui.flag.ImGuiButtonFlags
-
React on center mouse button
- MouseButtonMiddle - Static variable in class imgui.flag.ImGuiPopupFlags
-
For BeginPopupContext*(): open on Middle Mouse release.
- MouseButtonMiddle - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
React on center mouse button
- MouseButtonRight - Static variable in class imgui.flag.ImGuiButtonFlags
-
React on right mouse button
- MouseButtonRight - Static variable in class imgui.flag.ImGuiPopupFlags
-
For BeginPopupContext*(): open on Right Mouse release.
- MouseButtonRight - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
React on right mouse button
- MouseButtonShift_ - Static variable in class imgui.flag.ImGuiPopupFlags
-
[Internal]
- MouseLeft - Static variable in class imgui.flag.ImGuiKey
-
Aliases: Mouse Buttons (auto-submitted from AddMouseButtonEvent() calls) - This is mirroring the data also written to io.MouseDown[], io.MouseWheel, in a format allowing them to be accessed via standard key API.
- MouseMiddle - Static variable in class imgui.flag.ImGuiKey
-
Aliases: Mouse Buttons (auto-submitted from AddMouseButtonEvent() calls) - This is mirroring the data also written to io.MouseDown[], io.MouseWheel, in a format allowing them to be accessed via standard key API.
- MousePosPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, padding between plot edge and interior info text
- MouseRight - Static variable in class imgui.flag.ImGuiKey
-
Aliases: Mouse Buttons (auto-submitted from AddMouseButtonEvent() calls) - This is mirroring the data also written to io.MouseDown[], io.MouseWheel, in a format allowing them to be accessed via standard key API.
- MouseWheelX - Static variable in class imgui.flag.ImGuiKey
-
Aliases: Mouse Buttons (auto-submitted from AddMouseButtonEvent() calls) - This is mirroring the data also written to io.MouseDown[], io.MouseWheel, in a format allowing them to be accessed via standard key API.
- MouseWheelY - Static variable in class imgui.flag.ImGuiKey
-
Aliases: Mouse Buttons (auto-submitted from AddMouseButtonEvent() calls) - This is mirroring the data also written to io.MouseDown[], io.MouseWheel, in a format allowing them to be accessed via standard key API.
- MouseX1 - Static variable in class imgui.flag.ImGuiKey
-
Aliases: Mouse Buttons (auto-submitted from AddMouseButtonEvent() calls) - This is mirroring the data also written to io.MouseDown[], io.MouseWheel, in a format allowing them to be accessed via standard key API.
- MouseX2 - Static variable in class imgui.flag.ImGuiKey
-
Aliases: Mouse Buttons (auto-submitted from AddMouseButtonEvent() calls) - This is mirroring the data also written to io.MouseDown[], io.MouseWheel, in a format allowing them to be accessed via standard key API.
- moveDownLines() - Method in class imgui.extension.texteditor.TextEditor
- moveUpLines() - Method in class imgui.extension.texteditor.TextEditor
N
- N - Static variable in class imgui.flag.ImGuiKey
- NamedKey_BEGIN - Static variable in class imgui.flag.ImGuiKey
-
First valid key value (other than 0)
- NamedKey_COUNT - Static variable in class imgui.flag.ImGuiKey
-
[Internal] If you need to iterate all keys (for e.g.
- NamedKey_END - Static variable in class imgui.flag.ImGuiKey
-
[Internal] If you need to iterate all keys (for e.g.
- NavCursor - Static variable in class imgui.flag.ImGuiCol
-
Color of keyboard/gamepad navigation cursor/rectangle, when visible
- NavEnableGamepad - Static variable in class imgui.flag.ImGuiConfigFlags
-
Master gamepad navigation enable flag.
- NavEnableKeyboard - Static variable in class imgui.flag.ImGuiConfigFlags
-
Master keyboard navigation enable flag.
- NavEnableSetMousePos - Static variable in class imgui.flag.ImGuiConfigFlags
-
[moved/renamed in 1.91.4]
->use bool io.ConfigNavMoveSetMousePos - NavFlattened - Static variable in class imgui.flag.ImGuiChildFlags
-
[BETA] Share focus scope, allow keyboard/gamepad navigation to cross over parent border to this child or between sibling child windows.
- NavHighlight - Static variable in class imgui.flag.ImGuiCol
-
[renamed in 1.91.4]
- navigateToContent() - Static method in class imgui.extension.nodeditor.NodeEditor
- navigateToContent(float) - Static method in class imgui.extension.nodeditor.NodeEditor
- navigateToSelection() - Static method in class imgui.extension.nodeditor.NodeEditor
- navigateToSelection(boolean) - Static method in class imgui.extension.nodeditor.NodeEditor
- navigateToSelection(boolean, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- navigateToSelection(float) - Static method in class imgui.extension.nodeditor.NodeEditor
- NavLeftJumpsBackHere - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Renamed in 1.92.0
- NavLeftJumpsToParent - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Nav: left arrow moves back to parent.
- NavNoCaptureKeyboard - Static variable in class imgui.flag.ImGuiConfigFlags
-
[moved/renamed in 1.91.4]
->use bool io.ConfigNavCaptureKeyboard - NavWindowingDimBg - Static variable in class imgui.flag.ImGuiCol
-
Darken/colorize entire screen behind the Ctrl+Tab window list, when active
- NavWindowingHighlight - Static variable in class imgui.flag.ImGuiCol
-
Highlight window when using Ctrl+Tab
- nColorConvertHSVtoRGB(float[], float[]) - Static method in class imgui.ImGui
- nColorConvertRGBtoHSV(float[], float[]) - Static method in class imgui.ImGui
- newFrame() - Static method in class imgui.ImGui
-
Start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame().
- newLine() - Static method in class imgui.ImGui
-
Undo a SameLine() or force a new line when in a horizontal-layout context.
- nextColormapColor() - Static method in class imgui.extension.implot.ImPlot
-
Returns the next color from the current colormap and advances the colormap for the current plot.
- nextColormapColor(ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Returns the next color from the current colormap and advances the colormap for the current plot.
- nextColormapColorW() - Static method in class imgui.extension.implot.ImPlot
-
Returns the next color from the current colormap and advances the colormap for the current plot.
- nextColormapColorX() - Static method in class imgui.extension.implot.ImPlot
-
Returns the next color from the current colormap and advances the colormap for the current plot.
- nextColormapColorY() - Static method in class imgui.extension.implot.ImPlot
-
Returns the next color from the current colormap and advances the colormap for the current plot.
- nextColormapColorZ() - Static method in class imgui.extension.implot.ImPlot
-
Returns the next color from the current colormap and advances the colormap for the current plot.
- nextColumn() - Static method in class imgui.ImGui
-
Next column, defaults to current row or next row if the current row is finished
- nextMarker() - Static method in class imgui.extension.implot.ImPlot
-
Returns the next automatic marker (in the order ImPlot cycles markers for auto-style items).
- nGetCanvasSizeMode() - Method in class imgui.extension.nodeditor.NodeEditorConfig
- NoAlpha - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker, ColorButton: ignore Alpha component (will only read 3 components from the input pointer).
- NoArrowButton - Static variable in class imgui.flag.ImGuiComboFlags
-
Display on the preview box without the square arrow button
- NoAssumedClosure - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Tab is selected when trying to close + closure is not immediately assumed (will wait for user to stop submitting the tab).
- NoAutoClosePopups - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Clicking this doesn't close parent popup window (overrides ImGuiItemFlags_AutoClosePopups)
- NoAutoHint - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Disable auto-hinter.
- NoAutoMerge - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Avoid merging this window into another host window.
- NoAutoOpenOnLog - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Don't automatically and temporarily open node when Logging is active (by default logging will automatically open tree nodes)
- NoAuxAxes - Static variable in class imgui.extension.implot.flag.ImPlotMouseTextFlags
-
only show the mouse position for primary axes
- NoBackground - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable drawing background color (WindowBg, etc.) and outside border.
- NoBakedLines - Static variable in class imgui.flag.ImFontAtlasFlags
-
Don't build thick line textures into the atlas (save a little texture memory, allow support for point/nearest filtering).
- NoBorder - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorButton: disable border (which is enforced by default)
- NoBordersInBody - Static variable in class imgui.flag.ImGuiTableFlags
-
[ALPHA] Disable vertical borders in columns Body (borders will always appear in Headers).
- NoBordersInBodyUntilResize - Static variable in class imgui.flag.ImGuiTableFlags
-
[ALPHA] Disable vertical borders in columns Body until hovered for resize (borders will always appear in Headers).
- NoBoxSelect - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the user will not be able to box-select
- NoBringToFrontOnFocus - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable bringing window to front when taking focus (e.g.
- NoButtons - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
legend icons will not function as hide/show buttons
- NoClip - Static variable in class imgui.extension.implot.flag.ImPlotLineFlags
-
markers (if displayed) on the edge of a plot will not be clipped
- NoClip - Static variable in class imgui.extension.implot.flag.ImPlotScatterFlags
-
markers on the edge of a plot will not be clipped
- NoClip - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable clipping for this column (all NoClip columns will render in a same draw command).
- NoClip - Static variable in class imgui.flag.ImGuiTableFlags
-
Disable clipping rectangle for every individual columns (reduce draw command count, items will be able to overflow into other columns).
- NoCloseButton - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Saved // Disable close button
- NoCloseWithMiddleMouseButton - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Disable behavior of closing tabs (that are submitted with p_open != NULL) with middle mouse button.
- NoCloseWithMiddleMouseButton - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Disable behavior of closing tabs (that are submitted with p_open != NULL) with middle mouse button.
- NoCollapse - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable user collapsing window by double-clicking on it.
- NoColorMarkers - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit: disable rendering R/G/B/A color marker.
- NoCursors - Static variable in class imgui.extension.implot.flag.ImPlotDragToolFlags
-
drag tools won't change cursor icons when hovered or held
- NodeBackground - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
-
Definition:
0 - NodeBackgroundHovered - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- NodeBackgroundSelected - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- NodeBg - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- NodeBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- NodeBorderThickness - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- NodeBorderWidth - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- NoDecoration - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Disable platform decorations: title bar, borders, etc.
- NoDecoration - Static variable in class imgui.flag.ImGuiWindowFlags
-
Definition:
ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse - NoDecorations - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
Definition:
ImPlotAxisFlags_NoLabel | ImPlotAxisFlags_NoGridLines | ImPlotAxisFlags_NoTickMarks | ImPlotAxisFlags_NoTickLabels - NodeCornerRounding - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- NodeEditor - Class in imgui.extension.nodeditor
-
Bindings for Imgui Node Editor (https://github.com/thedmd/imgui-node-editor) Original library author - Michał Cichoń (https://github.com/thedmd)
- NodeEditorCanvasSizeMode - Class in imgui.extension.nodeditor.flag
- NodeEditorConfig - Class in imgui.extension.nodeditor
- NodeEditorConfig() - Constructor for class imgui.extension.nodeditor.NodeEditorConfig
- NodeEditorContext - Class in imgui.extension.nodeditor
- NodeEditorContext(long) - Constructor for class imgui.extension.nodeditor.NodeEditorContext
- NodeEditorFlowDirection - Class in imgui.extension.nodeditor.flag
- NodeEditorPinKind - Class in imgui.extension.nodeditor.flag
- NodeEditorStyle - Class in imgui.extension.nodeditor
- NodeEditorStyle(long) - Constructor for class imgui.extension.nodeditor.NodeEditorStyle
- NodeEditorStyleColor - Class in imgui.extension.nodeditor.flag
- NodeEditorStyleVar - Class in imgui.extension.nodeditor.flag
- NodeOutline - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- NodeOutline - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleFlags
-
Definition:
1 << 0 - NodePadding - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- NodePadding - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- NodeRounding - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- NodeSelRect - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- NodeSelRectBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- NoDirectResize_ - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
[Internal] Disable user resizing this column directly (it may however we resized indirectly from its left edge)
- NoDocking - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable docking of this window
- NoDocking - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Definition:
ImGuiDockNodeFlags_NoDockingOverMe | ImGuiDockNodeFlags_NoDockingOverOther | ImGuiDockNodeFlags_NoDockingOverEmpty | ImGuiDockNodeFlags_NoDockingSplit | ImGuiDockNodeFlags_NoDockingSplitOther - NoDockingInCentralNode - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Renamed in 1.90
- NoDockingInCentralNode - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Renamed in 1.90
- NoDockingOverCentralNode - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Disable docking over the Central Node, which will be always kept empty.
- NoDockingOverCentralNode - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Disable docking over the Central Node, which will be always kept empty.
- NoDockingOverEmpty - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Disable this node from being docked over an empty node (e.g.
- NoDockingOverMe - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Disable other windows/nodes from being docked over this node.
- NoDockingOverOther - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Disable this node from being docked over another window or non-empty node.
- NoDockingSplit - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Disable other windows/nodes from splitting this node.
- NoDockingSplit - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Disable other windows/nodes from splitting this node.
- NoDockingSplitOther - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Disable this node from splitting other windows/nodes.
- NoDragDrop - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit: disable drag and drop target/source.
- NoFit - Static variable in class imgui.extension.implot.flag.ImPlotDragToolFlags
-
the drag tool won't be considered for plot fits
- NoFit - Static variable in class imgui.extension.implot.flag.ImPlotItemFlags
-
the item won't be considered for plot fits
- NoFocus - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
[EXPERIMENTAL: Not very well specced].
- NoFocusOnAppearing - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Don't take focus when created.
- NoFocusOnAppearing - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable taking focus when transitioning from hidden to visible state
- NoFocusOnClick - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Don't take focus when clicked on.
- NoFormat - Static variable in class imgui.extension.implot.flag.ImPlotMouseTextFlags
-
axes label formatters won't be used to render text
- NoFrame - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the ImGui frame will not be rendered
- NoGridLines - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
no grid lines will be displayed
- NoHeaderLabel - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
TableHeadersRow() will submit an empty label for this column.
- NoHeaderWidth - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable header text width contribution to automatic column width.
- NoHide - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable ability to hide/disable this column.
- NoHighlight - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
the axis will not have its background highlighted when hovered or held
- NoHighlightAxis - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
axes will not be highlighted when legend entries are hovered (only relevant if x/y-axis count
>1) - NoHighlightItem - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
plot items will not be highlighted when their legend entry is hovered
- NoHinting - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Disable hinting.
- NoHoldingActiveId - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
don't set ActiveId while holding the mouse (ImGuiButtonFlags_PressedOnClick only)
- NoHorizontalScroll - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Disable following the cursor horizontally
- NoHostExtendX - Static variable in class imgui.flag.ImGuiTableFlags
-
Make outer width auto-fit to columns, overriding outer_size.x value.
- NoHostExtendY - Static variable in class imgui.flag.ImGuiTableFlags
-
Make outer height stop exactly at outer_size.y (prevent auto-extending table past the limit).
- NoHoveredOnFocus - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
don't report as hovered when nav focus is on this item
- NoInitialFit - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
axis will not be initially fit to data extents on the first rendered frame
- NoInput - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
-
Definition:
1 << 1 - NoInput - Static variable in class imgui.flag.ImGuiSliderFlags
-
Disable Ctrl+Click or Enter key allowing to input text directly into the widget.
- NoInputs - Static variable in class imgui.extension.implot.flag.ImPlotDragToolFlags
-
lock the tool from user inputs
- NoInputs - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the user will not be able to interact with the plot
- NoInputs - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker: disable inputs sliders/text widgets (e.g.
- NoInputs - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Make mouse pass through so we can drag this window while peaking behind it.
- NoInputs - Static variable in class imgui.flag.ImGuiWindowFlags
-
Definition:
ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus - NoKeepColumnsVisible - Static variable in class imgui.flag.ImGuiTableFlags
-
Disable keeping column always minimally visible when ScrollX is off and table gets too small.
- NoKeyboard - Static variable in class imgui.flag.ImGuiConfigFlags
-
Instruct dear imgui to disable keyboard inputs and interactions.
- NoKeyModsAllowed - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
disable mouse interaction if a key modifier is held
- NoLabel - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
the axis label will not be displayed (axis labels are also hidden if the supplied string name is nullptr)
- NoLabel - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker: disable display of inline text label (the label is still forwarded to the tooltip and picker).
- NoLegend - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the legend will not be displayed
- NoLegend - Static variable in class imgui.extension.implot.flag.ImPlotItemFlags
-
the item won't have a legend entry displayed
- NoMenus - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
the user will not be able to open context menus with right-click
- NoMenus - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the user will not be able to open context menus
- NoMenus - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
the user will not be able to open context menus with right-click
- NoMouse - Static variable in class imgui.flag.ImGuiConfigFlags
-
Instruct dear imgui to disable mouse inputs and interactions.
- NoMouseCursorChange - Static variable in class imgui.flag.ImGuiConfigFlags
-
Instruct backend to not alter mouse cursor shape and visibility.
- NoMouseCursors - Static variable in class imgui.flag.ImFontAtlasFlags
-
Don't build software mouse cursors into the atlas (save a little texture memory)
- NoMouseInputs - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable catching mouse, hovering test with pass through.
- NoMouseText - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the mouse position, in plot coordinates, will not be displayed inside of the plot
- NoMove - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable user moving the window
- NoNav - Static variable in class imgui.flag.ImGuiWindowFlags
-
Definition:
ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus - NoNav - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
false // Disable any form of focusing (keyboard/gamepad directional navigation and SetKeyboardFocusHere() calls).
- NoNavDefaultFocus - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
false // Disable item being a candidate for default focus (e.g.
- NoNavFocus - Static variable in class imgui.flag.ImGuiWindowFlags
-
No focusing toward this window with keyboard/gamepad navigation (e.g.
- NoNavFocus - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
don't override navigation focus when activated (FIXME: this is essentially used every time an item uses ImGuiItemFlags_NoNav, but because legacy specs don't requires LastItemData to be set ButtonBehavior(), we can't poll g.LastItemData.ItemFlags)
- NoNavInputs - Static variable in class imgui.flag.ImGuiWindowFlags
-
No keyboard/gamepad navigation within the window
- NoNavOverride - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Disable using keyboard/gamepad navigation state when active, always query mouse
- None - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
- None - Static variable in class imgui.extension.imnodes.flag.ImNodesAttributeFlags
-
Definition:
0 - None - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleFlags
-
Definition:
0 - None - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotBarGroupsFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotBarsFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotCond
-
No condition (always set the variable), same as _Always
- None - Static variable in class imgui.extension.implot.flag.ImPlotDragToolFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotErrorBarsFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotHeatmapFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotHistogramFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotInfLinesFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotItemFlags
-
Definition:
0 - None - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotLineFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
no marker
- None - Static variable in class imgui.extension.implot.flag.ImPlotMouseTextFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotPieChartFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotScatterFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotStairsFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotStemsFlags
-
default
- None - Static variable in class imgui.extension.implot.flag.ImPlotTextFlags
-
default
- None - Static variable in class imgui.flag.ImDrawFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImDrawListFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImFontAtlasFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiBackendFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiButtonFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiChildFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiColorEditFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiComboFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiCond
-
No condition (always set the variable), same as _Always
- None - Static variable in class imgui.flag.ImGuiConfigFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiDir
-
Definition:
-1 - None - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiFocusedFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Return true if directly over the item/window, not obstructed by another window, not obstructed by an active popup or modal blocking inputs under them.
- None - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Basic filters (also see ImGuiInputTextFlags_CallbackCharFilter)
- None - Static variable in class imgui.flag.ImGuiKey
-
Keyboard
- None - Static variable in class imgui.flag.ImGuiMouseCursor
-
Definition:
-1 - None - Static variable in class imgui.flag.ImGuiPopupFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiSliderFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiSortDirection
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiTableBgTarget
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Input configuration flags
- None - Static variable in class imgui.flag.ImGuiTableFlags
-
Features
- None - Static variable in class imgui.flag.ImGuiTableRowFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiViewportFlags
-
Definition:
0 - None - Static variable in class imgui.flag.ImGuiWindowFlags
-
Definition:
0 - None - Static variable in class imgui.internal.flag.ImGuiAxis
-
Definition:
-1 - None - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
Definition:
0 - None - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Definition:
0 - None - Static variable in class imgui.internal.flag.ImGuiFocusRequestFlags
-
Definition:
0 - None - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
(Default)
- None - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Definition:
0 - None - Static variable in class imgui.internal.flag.ImGuiSeparatorFlags
-
Definition:
0 - None - Static variable in class imgui.internal.flag.ImGuiTextFlags
-
Definition:
0 - NoOpenOverExistingPopup - Static variable in class imgui.flag.ImGuiPopupFlags
-
For OpenPopup*(), BeginPopupContext*(): don't open if there's already a popup at the same level of the popup stack
- NoOpenOverItems - Static variable in class imgui.flag.ImGuiPopupFlags
-
For BeginPopupContextWindow(): don't return true when hovering items, only when hovering empty space
- NoOptions - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit: disable toggling options menu when right-clicking on inputs/small preview.
- NoOutliers - Static variable in class imgui.extension.implot.flag.ImPlotHistogramFlags
-
exclude values outside the specified histogram range from the count toward normalizing and cumulative counts
- NoPadInnerX - Static variable in class imgui.flag.ImGuiTableFlags
-
Disable inner padding between columns (double inner padding if BordersOuterV is on, single inner padding if BordersOuterV is off).
- NoPadOuterX - Static variable in class imgui.flag.ImGuiTableFlags
-
Default if BordersOuterV is off.
- NoPicker - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit: disable picker when clicking on color square.
- NoPopupHierarchy - Static variable in class imgui.flag.ImGuiFocusedFlags
-
Do not consider popup hierarchy (do not treat popup emitter as parent of popup) (when used with _ChildWindows or _RootWindow)
- NoPopupHierarchy - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsWindowHovered() only: Do not consider popup hierarchy (do not treat popup emitter as parent of popup) (when used with _ChildWindows or _RootWindow)
- NoPowerOfTwoHeight - Static variable in class imgui.flag.ImFontAtlasFlags
-
Don't round the height to next power of two
- NoPreview - Static variable in class imgui.flag.ImGuiComboFlags
-
Display only a square arrow button
- NoPushId - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Don't call PushID()/PopID() on BeginTabItem()/EndTabItem()
- NoRendererClear - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Renderer doesn't need to clear the framebuffer ahead (because we will fill it entirely).
- NoReopen - Static variable in class imgui.flag.ImGuiPopupFlags
-
For OpenPopup*(), BeginPopupContext*(): don't reopen same popup if already open (won't reposition, won't reinitialize navigation)
- NoReorder - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Disable reordering this tab or having another tab cross over this tab
- NoReorder - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable manual reordering this column, this will also prevent other columns from crossing over this column.
- NoResize - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Saved // Disable resizing node using the splitter/separators.
- NoResize - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable manual resizing.
- NoResize - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable user resizing with the lower-right grip
- NoResize - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Saved // Disable resizing node using the splitter/separators.
- NoResizeFlagsMask_ - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Masks
- NoResizeX - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Definition:
1 << 16 - NoResizeY - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Definition:
1 << 17 - Normalize - Static variable in class imgui.extension.implot.flag.ImPlotPieChartFlags
-
force normalization of pie chart values (i.e.
- NoRoundToFormat - Static variable in class imgui.flag.ImGuiSliderFlags
-
Disable rounding underlying value to match precision of the display format string (e.g.
- North - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
top-center
- NorthEast - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
top-right
- NorthWest - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
top-left
- NoSavedSettings - Static variable in class imgui.flag.ImGuiTableFlags
-
Disable persisting columns order, width, visibility and sort settings in the .ini file.
- NoSavedSettings - Static variable in class imgui.flag.ImGuiWindowFlags
-
Never load/save settings in .ini file
- NoScrollbar - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable scrollbars (window can still scroll with mouse or programmatically)
- NoScrollWithMouse - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable user vertically scrolling with mouse wheel.
- NoSetKeyOwner - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
don't set key/input owner on the initial click (note: mouse buttons are keys! often, the key in question will be ImGuiKey_MouseLeft!)
- NoSharedDelay - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsItemHovered() only: Disable shared delay system where moving from one item to the next keeps the previous timer for a short time (standard for tooltips with long delays)
- NoSidePreview - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorPicker: disable bigger color preview on right side of the picker, use small color square preview instead.
- NoSideSwitch - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
the user will not be able to switch the axis side by dragging it
- NoSliceBorder - Static variable in class imgui.extension.implot.flag.ImPlotPieChartFlags
-
do not draw slice borders
- NoSmallPreview - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker: disable color square preview next to the inputs.
- NoSort - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable ability to sort on this field (even if ImGuiTableFlags_Sortable is set on the table).
- NoSortAscending - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable ability to sort in the ascending direction.
- NoSortDescending - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Disable ability to sort in the descending direction.
- NoSpeedTweaks - Static variable in class imgui.flag.ImGuiSliderFlags
-
Disable keyboard modifiers altering tweak speed.
- NoSplit - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Renamed in 1.90
- NoSplit - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Renamed in 1.90
- NoTabBar - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Saved // Tab bar is completely unavailable.
- NoTabListScrollingButtons - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Disable scrolling buttons (apply when fitting policy is ImGuiTabBarFlags_FittingPolicyScroll)
- NoTabStop - Static variable in class imgui.internal.flag.ImGuiItemFlags
-
false // Disable keyboard tabbing.
- NotAllowed - Static variable in class imgui.flag.ImGuiMouseCursor
-
When hovering something with disallowed interaction.
- NoTaskBarIcon - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Disable platform task bar icon (generally set on popups/tooltips, or all windows if ImGuiConfigFlags_ViewportsNoTaskBarIcon is set)
- NoTestKeyOwner - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
don't test key/input owner when polling the key (note: mouse buttons are keys! often, the key in question will be ImGuiKey_MouseLeft!)
- NoTickLabels - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
no text labels will be displayed
- NoTickMarks - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
no tick marks will be displayed
- NoTitle - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
-
Definition:
1 << 0 - NoTitle - Static variable in class imgui.extension.implot.flag.ImPlotFlags
-
the plot title will not be displayed (titles are also hidden if preceded by double hashes, e.g.
- NoTitleBar - Static variable in class imgui.flag.ImGuiWindowFlags
-
Disable title-bar
- NoTooltip - Static variable in class imgui.flag.ImGuiColorEditFlags
-
ColorEdit, ColorPicker, ColorButton: disable tooltip when hovering the preview.
- NoTooltip - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Disable tooltips when hovering a tab
- NoTooltip - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Disable tooltip for the given tab
- NoTreePushOnOpen - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Don't do a TreePush() when open (e.g.
- NoUndocking - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Disable undocking this node.
- NoUndocking - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Disable undocking this node.
- NoUndoRedo - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Disable undo/redo.
- NoWidthForLargeClippedText - Static variable in class imgui.internal.flag.ImGuiTextFlags
-
Definition:
1 << 0 - NoWindowMenuButton - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Saved // Disable window/docking menu (that one that appears instead of the collapse button)
- nSetCanvasSizeMode(int) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- number - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- NumLock - Static variable in class imgui.flag.ImGuiKey
- numSelectedLinks() - Static method in class imgui.extension.imnodes.ImNodes
- numSelectedNodes() - Static method in class imgui.extension.imnodes.ImNodes
-
Use The following two functions to query the number of selected nodes or links in the current editor.
O
- O - Static variable in class imgui.flag.ImGuiKey
- Oblique - Static variable in class imgui.flag.ImGuiFreeTypeLoaderFlags
-
Styling: Should we slant the font, emulating italic style?
- Oem102 - Static variable in class imgui.flag.ImGuiKey
-
Non-US backslash.
- Once - Static variable in class imgui.extension.implot.flag.ImPlotCond
-
Set the variable once per runtime session (only the first call will succeed)
- Once - Static variable in class imgui.flag.ImGuiCond
-
Set the variable once per runtime session (only the first call will succeed)
- openFindReplaceWindow() - Method in class imgui.extension.texteditor.TextEditor
- OpenOnArrow - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Open when clicking on the arrow part (default for multi-select unless any _OpenOnXXX behavior is set explicitly).
- OpenOnDoubleClick - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Open on double-click instead of simple click (default for multi-select unless any _OpenOnXXX behavior is set explicitly).
- openPopup(int) - Static method in class imgui.ImGui
-
Id overload to facilitate calling from nested stacks.
- openPopup(int, int) - Static method in class imgui.ImGui
-
Id overload to facilitate calling from nested stacks.
- openPopup(String) - Static method in class imgui.ImGui
-
Call to mark popup as open (don't call every frame!).
- openPopup(String, int) - Static method in class imgui.ImGui
-
Call to mark popup as open (don't call every frame!).
- openPopupOnItemClick() - Static method in class imgui.ImGui
-
Helper to open popup when clicked on last item.
- openPopupOnItemClick(int) - Static method in class imgui.ImGui
-
Helper to open popup when clicked on last item.
- openPopupOnItemClick(String) - Static method in class imgui.ImGui
-
Helper to open popup when clicked on last item.
- openPopupOnItemClick(String, int) - Static method in class imgui.ImGui
-
Helper to open popup when clicked on last item.
- Operation - Class in imgui.extension.imguizmo.flag
-
Needs view and projection matrices.
- Opposite - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
axis ticks and labels will be rendered on the conventionally opposite side (i.e, right or top)
- Output - Static variable in class imgui.extension.nodeditor.flag.NodeEditorPinKind
- Outside - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
legend will be rendered outside of the plot area
- OwnedByApp - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Is created/managed by the user application? (rather than our backend)
P
- P - Static variable in class imgui.flag.ImGuiKey
- PadOuterX - Static variable in class imgui.flag.ImGuiTableFlags
-
Default if BordersOuterV is on.
- PageDown - Static variable in class imgui.flag.ImGuiKey
- PageUp - Static variable in class imgui.flag.ImGuiKey
- Paired - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- PanStretch - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
panning in a locked or constrained state will cause the axis to stretch if possible
- ParseEmptyRefVal - Static variable in class imgui.flag.ImGuiInputTextFlags
-
InputFloat(), InputInt(), InputScalar() etc.
- passFilter(String) - Method in class imgui.ImGuiTextFilter
- PassthruCentralNode - Static variable in class imgui.flag.ImGuiDockNodeFlags
-
Enable passthru dockspace: 1) DockSpace() will render a ImGuiCol_WindowBg background covering everything excepted the Central Node when empty.
- PassthruCentralNode - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Enable passthru dockspace: 1) DockSpace() will render a ImGuiCol_WindowBg background covering everything excepted the Central Node when empty.
- Password - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Password mode, display all characters as '*', disable copy
- paste() - Method in class imgui.extension.texteditor.TextEditor
- Pastel - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- pathArcTo(float, float, float, float, float) - Method in class imgui.ImDrawList
- pathArcTo(float, float, float, float, float, int) - Method in class imgui.ImDrawList
- pathArcTo(ImVec2, float, float, float) - Method in class imgui.ImDrawList
- pathArcTo(ImVec2, float, float, float, int) - Method in class imgui.ImDrawList
- pathArcToFast(float, float, float, int, int) - Method in class imgui.ImDrawList
-
Use precomputed angles for a 12 steps circle
- pathArcToFast(ImVec2, float, int, int) - Method in class imgui.ImDrawList
-
Use precomputed angles for a 12 steps circle
- pathBezierCubicCurveTo(float, float, float, float, float, float) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- pathBezierCubicCurveTo(float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- pathBezierCubicCurveTo(ImVec2, ImVec2, ImVec2) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- pathBezierCubicCurveTo(ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
-
Cubic Bezier (4 control points)
- pathBezierQuadraticCurveTo(float, float, float, float) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- pathBezierQuadraticCurveTo(float, float, float, float, int) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- pathBezierQuadraticCurveTo(ImVec2, ImVec2) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- pathBezierQuadraticCurveTo(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
-
Quadratic Bezier (3 control points)
- pathClear() - Method in class imgui.ImDrawList
- pathEllipticalArcTo(float, float, float, float, float, float, float) - Method in class imgui.ImDrawList
- pathEllipticalArcTo(float, float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- pathEllipticalArcTo(ImVec2, ImVec2, float, float, float) - Method in class imgui.ImDrawList
- pathEllipticalArcTo(ImVec2, ImVec2, float, float, float, int) - Method in class imgui.ImDrawList
- pathFillConcave(int) - Method in class imgui.ImDrawList
- pathFillConvex(int) - Method in class imgui.ImDrawList
-
Note: Anti-aliased filling requires points to be in clockwise order.
- pathLineTo(float, float) - Method in class imgui.ImDrawList
- pathLineTo(ImVec2) - Method in class imgui.ImDrawList
- pathLineToMergeDuplicate(float, float) - Method in class imgui.ImDrawList
- pathLineToMergeDuplicate(ImVec2) - Method in class imgui.ImDrawList
- pathRect(float, float, float, float) - Method in class imgui.ImDrawList
- pathRect(float, float, float, float, float) - Method in class imgui.ImDrawList
- pathRect(float, float, float, float, float, int) - Method in class imgui.ImDrawList
- pathRect(float, float, float, float, int) - Method in class imgui.ImDrawList
- pathRect(ImVec2, ImVec2) - Method in class imgui.ImDrawList
- pathRect(ImVec2, ImVec2, float) - Method in class imgui.ImDrawList
- pathRect(ImVec2, ImVec2, float, int) - Method in class imgui.ImDrawList
- pathRect(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- pathStroke(int) - Method in class imgui.ImDrawList
- pathStroke(int, float) - Method in class imgui.ImDrawList
- pathStroke(int, int) - Method in class imgui.ImDrawList
- pathStroke(int, int, float) - Method in class imgui.ImDrawList
- Pause - Static variable in class imgui.flag.ImGuiKey
- PayloadAutoExpire - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Automatically expire the payload if the source cease to be submitted (otherwise payloads are persisting while being dragged)
- PayloadNoCrossContext - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Hint to specify that the payload may not be copied outside current dear imgui context.
- PayloadNoCrossProcess - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Hint to specify that the payload may not be copied outside current process.
- Pen - Static variable in class imgui.flag.ImGuiMouseSource
-
Input is coming from a pressure/magnetic pen (often used in conjunction with high-sampling rates).
- Period - Static variable in class imgui.flag.ImGuiKey
-
.
- PickerHueBar - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Picker] // ColorPicker: bar for Hue, rectangle for Sat/Value.
- PickerHueWheel - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Picker] // ColorPicker: wheel for Hue, triangle for Sat/Value.
- PickerMask_ - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[Internal] Masks
- Pin - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- PinArrowSize - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- PinArrowWidth - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- PinBorderWidth - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- PinCircleRadius - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- PinCorners - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- pinHadAnyLinks(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- PinHovered - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- PinHoverRadius - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- Pink - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- PinLineThickness - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- PinOffset - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- pinPivotAlignment(float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinPivotAlignment(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinPivotRect(float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinPivotRect(ImVec2, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinPivotScale(float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinPivotScale(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinPivotSize(float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinPivotSize(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- PinQuadSideLength - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- PinRadius - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- pinRect(float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pinRect(ImVec2, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- PinRect - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- PinRectBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- PinRounding - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- PinTriangleSideLength - Static variable in class imgui.extension.imnodes.flag.ImNodesStyleVar
- PivotAlignment - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- PivotScale - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- PivotSize - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- pixelsToPlot(float, float) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(float, float, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImPlotPoint, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImPlotPoint, float, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImPlotPoint, float, float, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImPlotPoint, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImPlotPoint, ImVec2, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImPlotPoint, ImVec2, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImVec2, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- pixelsToPlot(ImVec2, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts pixels to a position in the current plot's coordinate system.
- PiYG - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
pink/yellow-green, Color Brewer (qual=false, n=11)
- Plasma - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- PlatformHasViewports - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Platform supports multiple viewports.
- plotBarGroups(String[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], double[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], float[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], int[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], long[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroups(String[], short[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], double[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], double[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], double[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], double[], int, int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], float[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], float[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], float[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], float[], int, int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], int[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], int[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], int[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], int[], int, int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], long[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], long[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], long[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], long[], int, int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], short[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], short[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], short[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBarGroupsV(String[], short[], int, int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a group of vertical bars.
- plotBars(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, double[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, double[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, float[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, float[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, int[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, int[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, long[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, long[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, short[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, short[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBars(String, short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], double[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], double[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, double[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], float[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], float[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, float[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, int[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], long[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, long[], long[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], short[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- plotBarsV(String, short[], short[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a vertical bar graph.
- PlotBg - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
plot area background color (defaults to ImGuiCol_WindowBg)
- PlotBorder - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
plot area border color (defaults to ImGuiCol_Border)
- PlotBorderSize - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
float, thickness of border around plot area
- plotBubbles(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, double[], double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, double[], double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, double[], double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, double[], double[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, double[], double[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, float[], float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, float[], float[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, float[], float[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, float[], float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, float[], float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, int[], int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, int[], int[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, int[], int[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, int[], int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, int[], int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, long[], long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, long[], long[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, long[], long[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, long[], long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, long[], long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, short[], short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, short[], short[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, short[], short[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, short[], short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubbles(String, short[], short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, double[], double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, double[], double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, double[], double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, double[], double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, double[], double[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, float[], float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, float[], float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, float[], float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, float[], float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, float[], float[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, int[], int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, int[], int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, int[], int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, int[], int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, int[], int[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, long[], long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, long[], long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, long[], long[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, long[], long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, long[], long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, short[], short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, short[], short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, short[], short[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, short[], short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- plotBubblesV(String, short[], short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots bubble markers with per-index sizes.
- PlotDefaultSize - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, default size used when ImVec2(0,0) is passed to BeginPlot
- plotDigital(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigital(String, short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDigitalV(String, short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots digital data.
- plotDummy(String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a dummy item (i.e.
- plotDummy(String, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a dummy item (i.e.
- plotErrorBars(String, double[], double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, double[], double[], double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, double[], double[], double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, double[], double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, float[], float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, float[], float[], float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, float[], float[], float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, float[], float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, int[], int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, int[], int[], int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, int[], int[], int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, int[], int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, long[], long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, long[], long[], long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, long[], long[], long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, long[], long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, short[], short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, short[], short[], short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, short[], short[], short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBars(String, short[], short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, double[], double[], double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, double[], double[], double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, double[], double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, double[], double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, float[], float[], float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, float[], float[], float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, float[], float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, float[], float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, int[], int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, int[], int[], int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, int[], int[], int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, int[], int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, long[], long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, long[], long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, long[], long[], long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, long[], long[], long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, short[], short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, short[], short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, short[], short[], short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotErrorBarsV(String, short[], short[], short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical error bar.
- plotHeatmap(String, double[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, String, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, String, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, String, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, String, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, String, ImPlotPoint, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, double[], int, int, double, double, String, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, String, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, String, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, String, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, String, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, String, ImPlotPoint, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, float[], int, int, double, double, String, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, String, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, String, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, String, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, String, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, String, ImPlotPoint, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, int[], int, int, double, double, String, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, String, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, String, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, String, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, String, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, String, ImPlotPoint, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, long[], int, int, double, double, String, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, String, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, String, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, String, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, String, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, String, ImPlotPoint, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHeatmap(String, short[], int, int, double, double, String, ImPlotPoint, ImPlotPoint, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a 2D heatmap chart.
- plotHistogram(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, double[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, float[], int, float, float, float, float, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, float, float, ImVec2, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, float, float, float, float, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, float, float, ImVec2, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String, float) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String, float, float) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String, float, float, float, float) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String, float, float, float, float, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String, float, float, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String, float, float, ImVec2) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, int, String, float, float, ImVec2, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, String, float, float, float, float, int) - Static method in class imgui.ImGui
- plotHistogram(String, float[], int, String, float, float, ImVec2, int) - Static method in class imgui.ImGui
- plotHistogram(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, int[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, long[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogram(String, short[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- PlotHistogram - Static variable in class imgui.flag.ImGuiCol
- plotHistogram2D(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, double[], double[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, double[], double[], int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, double[], double[], int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, double[], double[], int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, double[], double[], int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, double[], double[], int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[], int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[], int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[], int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[], int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, float[], float[], int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[], int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[], int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[], int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[], int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, int[], int[], int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[], int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[], int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[], int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[], int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, long[], long[], int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[], int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[], int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[], int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[], int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2D(String, short[], short[], int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int, int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int, int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int, int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int, int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, double[], double[], int, int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int, int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int, int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int, int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int, int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, float[], float[], int, int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int, int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int, int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int, int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int, int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, int[], int[], int, int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int, int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int, int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int, int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int, int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, long[], long[], int, int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int, int, int, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int, int, int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int, int, int, ImPlotRect) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int, int, int, ImPlotRect, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- plotHistogram2DV(String, short[], short[], int, int, int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots two dimensional, bivariate histogram as a heatmap.
- PlotHistogramHovered - Static variable in class imgui.flag.ImGuiCol
- plotHistogramV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, double[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, double[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, double[], int, int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, double[], int, int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, double[], int, int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, double[], int, int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, double[], int, int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int, int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int, int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int, int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int, int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, float[], int, int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int, int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int, int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int, int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int, int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, int[], int, int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int, int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int, int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int, int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int, int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, long[], int, int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int, int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int, int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int, int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int, int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int, int, double, ImPlotRange) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int, int, double, ImPlotRange, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotHistogramV(String, short[], int, int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a horizontal histogram.
- plotImage(String, long, double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, double, double, double, double, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, double, double, double, double, ImVec2, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, double, double, double, double, ImVec2, ImVec2, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, double, double, double, double, ImVec2, ImVec2, ImVec4, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, float, float, float, float, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, float, float, float, float, float, float, float, float, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, ImVec2, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, ImVec2, ImVec2, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotImage(String, long, ImPlotPoint, ImPlotPoint, ImVec2, ImVec2, ImVec4, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots an axis-aligned image.
- plotInfLines(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLines(String, short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotInfLinesV(String, short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots infinite vertical or horizontal lines (e.g.
- plotLine(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, double[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, double[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, float[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, float[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, int[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, int[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, long[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, long[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, short[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, short[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLine(String, short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLines(String, float[], int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, float, float, float, float, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, float, float, ImVec2, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, float, float, float, float, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, float, float, ImVec2, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String, float) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String, float, float) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String, float, float, float, float) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String, float, float, float, float, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String, float, float, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String, float, float, ImVec2) - Static method in class imgui.ImGui
- plotLines(String, float[], int, int, String, float, float, ImVec2, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, String, float, float, float, float, int) - Static method in class imgui.ImGui
- plotLines(String, float[], int, String, float, float, ImVec2, int) - Static method in class imgui.ImGui
- PlotLines - Static variable in class imgui.flag.ImGuiCol
- PlotLinesHovered - Static variable in class imgui.flag.ImGuiCol
- plotLineV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, double[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, float[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, int[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, long[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, short[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- plotLineV(String, short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D line plot.
- PlotMinSize - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, minimum size plot frame can be when shrunk
- PlotPadding - Static variable in class imgui.extension.implot.flag.ImPlotStyleVar
-
ImVec2, padding between widget frame and plot area, labels, or outside legends (i.e.
- plotPieChart(String[], double[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], double[], double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], double[], double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], double[], double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], double[], double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], float[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], float[], double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], float[], double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], float[], double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], float[], double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], int[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], int[], double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], int[], double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], int[], double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], int[], double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], long[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], long[], double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], long[], double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], long[], double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], long[], double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], short[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], short[], double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], short[], double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], short[], double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChart(String[], short[], double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], double[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], double[], int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], double[], int, double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], double[], int, double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], double[], int, double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], float[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], float[], int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], float[], int, double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], float[], int, double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], float[], int, double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], int[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], int[], int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], int[], int, double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], int[], int, double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], int[], int, double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], long[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], long[], int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], long[], int, double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], long[], int, double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], long[], int, double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], short[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], short[], int, double, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], short[], int, double, double, double, String) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], short[], int, double, double, double, String, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPieChartV(String[], short[], int, double, double, double, String, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a pie chart.
- plotPolygon(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygon(String, short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotPolygonV(String, short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a polygon (open, closed or loop) using the spec Flags (e.g.
- plotScatter(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, double[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, double[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, float[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, float[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, int[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, int[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, long[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, long[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, short[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, short[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatter(String, short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, double[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, float[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, int[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, long[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, short[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotScatterV(String, short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a standard 2D scatter plot.
- plotShaded(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, double[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], float[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, float[], float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], int[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, int[], int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], long[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, long[], long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], short[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShaded(String, short[], short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], double[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, double[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], float[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, float[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, int[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], long[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, long[], long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], short[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotShadedV(String, short[], short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a shaded (filled) region between two lines, or a line and a horizontal reference.
- plotStairs(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, double[], double[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, double[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, double[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, float[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, float[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, float[], float[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, int[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, int[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, int[], int[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, long[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, long[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, long[], long[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, short[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, short[], double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairs(String, short[], short[], ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, double[], double[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, double[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, float[], float[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, float[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, int[], int[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, int[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, long[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, long[], long[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, short[], int, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStairsV(String, short[], short[], int, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a stairstep graph.
- plotStems(String, double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, double[], double[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, double[], double[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, double[], double[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, double[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, double[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, double[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[], float[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[], float[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, float[], float[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[], int[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[], int[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, int[], int[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[], long[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[], long[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, long[], long[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[], double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[], double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[], double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[], short[]) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[], short[], double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStems(String, short[], short[], double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], double[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, double[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], float[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, float[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, int[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], long[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], long[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, long[], long[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], int, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], int, double, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], short[], int) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], short[], int, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotStemsV(String, short[], short[], int, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots vertical stems.
- plotText(String, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Plots a centered text label at point x,y with an optional pixel offset.
- plotText(String, double, double, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Plots a centered text label at point x,y with an optional pixel offset.
- plotText(String, double, double, float, float, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a centered text label at point x,y with an optional pixel offset.
- plotText(String, double, double, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a centered text label at point x,y with an optional pixel offset.
- plotText(String, double, double, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Plots a centered text label at point x,y with an optional pixel offset.
- plotText(String, double, double, ImVec2, ImPlotSpec) - Static method in class imgui.extension.implot.ImPlot
-
Plots a centered text label at point x,y with an optional pixel offset.
- plotToPixels(double, double) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(double, double, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(double, double, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImPlotPoint, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImPlotPoint, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImVec2, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImVec2, double, double, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImVec2, double, double, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImVec2, ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImVec2, ImPlotPoint, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixels(ImVec2, ImPlotPoint, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixelsX(ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixelsX(ImPlotPoint, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixelsX(ImPlotPoint, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixelsY(ImPlotPoint) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixelsY(ImPlotPoint, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plotToPixelsY(ImPlotPoint, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Converts a position in the current plot's coordinate system to pixels.
- plus(double, double) - Method in class imgui.extension.implot.ImPlotPoint
- plus(double, double) - Method in class imgui.extension.implot.ImPlotRange
- plus(float, float) - Method in class imgui.ImVec2
- plus(float, float, float, float) - Method in class imgui.ImVec4
- plus(ImPlotPoint) - Method in class imgui.extension.implot.ImPlotPoint
- plus(ImPlotRange) - Method in class imgui.extension.implot.ImPlotRange
- plus(ImVec2) - Method in class imgui.ImVec2
- plus(ImVec4) - Method in class imgui.ImVec4
- Plus - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
a plus marker (not fill-able)
- popAttributeFlag() - Static method in class imgui.extension.imnodes.ImNodes
- popButtonRepeat() - Static method in class imgui.ImGui
- popClipRect() - Method in class imgui.ImDrawList
- popClipRect() - Static method in class imgui.ImGui
- popColormap() - Static method in class imgui.extension.implot.ImPlot
-
Undo temporary colormap modification(s).
- popColormap(int) - Static method in class imgui.extension.implot.ImPlot
-
Undo temporary colormap modification(s).
- popColorStyle() - Static method in class imgui.extension.imnodes.ImNodes
- popFont() - Static method in class imgui.ImGui
- popID() - Static method in class imgui.ImGui
-
Pop from the ID stack.
- popItemFlag() - Static method in class imgui.internal.ImGui
- popItemWidth() - Static method in class imgui.ImGui
- popPlotClipRect() - Static method in class imgui.extension.implot.ImPlot
-
Pop plot clip rect.
- popStyleColor() - Static method in class imgui.extension.implot.ImPlot
- popStyleColor() - Static method in class imgui.extension.nodeditor.NodeEditor
- popStyleColor() - Static method in class imgui.ImGui
- popStyleColor(int) - Static method in class imgui.extension.implot.ImPlot
- popStyleColor(int) - Static method in class imgui.extension.nodeditor.NodeEditor
- popStyleColor(int) - Static method in class imgui.ImGui
- popStyleVar() - Static method in class imgui.extension.imnodes.ImNodes
- popStyleVar() - Static method in class imgui.extension.implot.ImPlot
-
Undo temporary style variable modification(s).
- popStyleVar() - Static method in class imgui.extension.nodeditor.NodeEditor
- popStyleVar() - Static method in class imgui.ImGui
- popStyleVar(int) - Static method in class imgui.extension.implot.ImPlot
-
Undo temporary style variable modification(s).
- popStyleVar(int) - Static method in class imgui.extension.nodeditor.NodeEditor
- popStyleVar(int) - Static method in class imgui.ImGui
- popTabStop() - Static method in class imgui.ImGui
- popTextureID() - Method in class imgui.ImDrawList
- popTextWrapPos() - Static method in class imgui.ImGui
- Popup - Static variable in class imgui.flag.ImGuiWindowFlags
-
Don't use! For internal use by BeginPopup()
- PopupAlignLeft - Static variable in class imgui.flag.ImGuiComboFlags
-
Align the popup toward the left by default
- PopupBg - Static variable in class imgui.flag.ImGuiCol
-
Background of popups, menus, tooltips windows
- PopupBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float PopupBorderSize
- PopupRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float PopupRounding
- PreciseWidths - Static variable in class imgui.flag.ImGuiTableFlags
-
Disable distributing remainder width to stretched columns (width allocation on a 100-wide table with 3 columns: Without this flag: 33,33,34.
- PreferSortAscending - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Make the initial sort direction Ascending when first sorting on this column (default).
- PreferSortDescending - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Make the initial sort direction Descending when first sorting on this column.
- preprocessor - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- PressedOnClick - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
return true on click (mouse down event)
- PressedOnClickRelease - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
[Default] return true on click + release on same item
<-- this is what the majority of Button are using - PressedOnClickReleaseAnywhere - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
return true on click + release even if the release event is not done while hovering the item
- PressedOnDefault_ - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
Definition:
ImGuiButtonFlags_PressedOnClickRelease - PressedOnDoubleClick - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
return true on double-click (default requires click+release)
- PressedOnDragDropHold - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
return true when held into while we are drag and dropping another item (used by e.g.
- PressedOnMask_ - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
Definition:
ImGuiButtonFlags_PressedOnClick | ImGuiButtonFlags_PressedOnClickRelease | ImGuiButtonFlags_PressedOnClickReleaseAnywhere | ImGuiButtonFlags_PressedOnRelease | ImGuiButtonFlags_PressedOnDoubleClick | ImGuiButtonFlags_PressedOnDragDropHold - PressedOnRelease - Static variable in class imgui.internal.flag.ImGuiButtonFlags
-
return true on release (default requires click+release).
- PreStep - Static variable in class imgui.extension.implot.flag.ImPlotStairsFlags
-
the y value is continued constantly to the left from every x position, i.e.
- primQuadUV(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- primQuadUV(ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- primRect(float, float, float, float, int) - Method in class imgui.ImDrawList
- primRect(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- primRectUV(float, float, float, float, float, float, float, float, int) - Method in class imgui.ImDrawList
- primRectUV(ImVec2, ImVec2, ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- primReserve(int, int) - Method in class imgui.ImDrawList
- primUnreserve(int, int) - Method in class imgui.ImDrawList
- primVtx(float, float, float, float, int) - Method in class imgui.ImDrawList
- primVtx(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- primWriteIdx(int) - Method in class imgui.ImDrawList
- primWriteVtx(float, float, float, float, int) - Method in class imgui.ImDrawList
- primWriteVtx(ImVec2, ImVec2, int) - Method in class imgui.ImDrawList
- PrintScreen - Static variable in class imgui.flag.ImGuiKey
- Progress - Static variable in class imgui.flag.ImGuiMouseCursor
-
When waiting for something to process/load, but application is still interactive.
- progressBar(float) - Static method in class imgui.ImGui
- progressBar(float, float, float) - Static method in class imgui.ImGui
- progressBar(float, float, float, String) - Static method in class imgui.ImGui
- progressBar(float, ImVec2) - Static method in class imgui.ImGui
- progressBar(float, ImVec2, String) - Static method in class imgui.ImGui
- progressBar(float, String) - Static method in class imgui.ImGui
- ptr - Variable in class imgui.binding.ImGuiStruct
-
Pointer to the natively allocated object.
- punctuation - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- pushAttributeFlag(int) - Static method in class imgui.extension.imnodes.ImNodes
-
Push a single AttributeFlags value.
- pushButtonRepeat(boolean) - Static method in class imgui.ImGui
-
In 'repeat' mode, Button*() functions return repeated true in a typematic manner (using io.KeyRepeatDelay/io.KeyRepeatRate setting).
- pushClipRect(float, float, float, float) - Method in class imgui.ImDrawList
-
Render-level scissoring.
- pushClipRect(float, float, float, float, boolean) - Method in class imgui.ImDrawList
-
Render-level scissoring.
- pushClipRect(float, float, float, float, boolean) - Static method in class imgui.ImGui
- pushClipRect(ImVec2, ImVec2) - Method in class imgui.ImDrawList
-
Render-level scissoring.
- pushClipRect(ImVec2, ImVec2, boolean) - Method in class imgui.ImDrawList
-
Render-level scissoring.
- pushClipRect(ImVec2, ImVec2, boolean) - Static method in class imgui.ImGui
- pushClipRectFullScreen() - Method in class imgui.ImDrawList
- pushColormap(int) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily switch to one of the built-in (i.e.
- pushColormap(String) - Static method in class imgui.extension.implot.ImPlot
-
Push a colormap by string name.
- pushColorStyle(int, int) - Static method in class imgui.extension.imnodes.ImNodes
-
Use PushColorStyle and PopColorStyle to modify ImNodesColorStyle mid-frame.
- pushFont(ImFont, float) - Static method in class imgui.ImGui
-
Push a font onto the stack.
- pushID(int) - Static method in class imgui.ImGui
-
Push integer into the ID stack (will hash integer).
- pushID(long) - Static method in class imgui.ImGui
-
Push pointer into the ID stack (will hash pointer).
- pushID(String) - Static method in class imgui.ImGui
-
Push string into the ID stack (will hash string).
- pushID(String, String) - Static method in class imgui.ImGui
-
Push string into the ID stack (will hash string).
- pushItemFlag(int, boolean) - Static method in class imgui.internal.ImGui
- pushItemWidth(float) - Static method in class imgui.ImGui
-
Push width of items for common large "item+label" widgets.
- pushMonitors(long, float, float, float, float, float, float, float, float, float) - Method in class imgui.ImGuiPlatformIO
- pushMultiItemsWidths(int, float) - Static method in class imgui.internal.ImGui
- pushOverrideID(int) - Static method in class imgui.internal.ImGui
- pushPlotClipRect() - Static method in class imgui.extension.implot.ImPlot
-
Push clip rect for rendering to current plot area.
- pushPlotClipRect(float) - Static method in class imgui.extension.implot.ImPlot
-
Push clip rect for rendering to current plot area.
- pushStyleColor(int, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style color.
- pushStyleColor(int, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pushStyleColor(int, float, float, float, float) - Static method in class imgui.ImGui
-
Modify a style color.
- pushStyleColor(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style color.
- pushStyleColor(int, int) - Static method in class imgui.ImGui
-
Modify a style color.
- pushStyleColor(int, int, int, int, int) - Static method in class imgui.ImGui
-
Modify a style color.
- pushStyleColor(int, long) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style color.
- pushStyleColor(int, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style color.
- pushStyleColor(int, ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- pushStyleColor(int, ImVec4) - Static method in class imgui.ImGui
-
Modify a style color.
- pushStyleVar(int, float) - Static method in class imgui.extension.imnodes.ImNodes
- pushStyleVar(int, float) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style variable of float type.
- pushStyleVar(int, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pushStyleVar(int, float) - Static method in class imgui.ImGui
-
Modify a style float variable.
- pushStyleVar(int, float, float) - Static method in class imgui.extension.imnodes.ImNodes
- pushStyleVar(int, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style variable of ImVec2 type.
- pushStyleVar(int, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pushStyleVar(int, float, float) - Static method in class imgui.ImGui
-
Modify a style ImVec2 variable.
- pushStyleVar(int, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- pushStyleVar(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style variable of int type.
- pushStyleVar(int, ImVec2) - Static method in class imgui.extension.imnodes.ImNodes
- pushStyleVar(int, ImVec2) - Static method in class imgui.extension.implot.ImPlot
-
Temporarily modify a style variable of ImVec2 type.
- pushStyleVar(int, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- pushStyleVar(int, ImVec2) - Static method in class imgui.ImGui
-
Modify a style ImVec2 variable.
- pushStyleVar(int, ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- pushTabStop(boolean) - Static method in class imgui.ImGui
-
Tab stop enable.
- pushTextureID(long) - Method in class imgui.ImDrawList
- pushTextWrapPos() - Static method in class imgui.ImGui
-
Push Word-wrapping positions for Text*() commands.
- pushTextWrapPos(float) - Static method in class imgui.ImGui
-
Push Word-wrapping positions for Text*() commands.
- Python() - Static method in class imgui.extension.texteditor.TextEditorLanguage
Q
- Q - Static variable in class imgui.flag.ImGuiKey
- Quad - Static variable in class imgui.extension.imnodes.flag.ImNodesPinShape
- QuadFilled - Static variable in class imgui.extension.imnodes.flag.ImNodesPinShape
- queryDeletedLink(ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryDeletedLink(ImLong, ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryDeletedLink(ImLong, ImLong, ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryDeletedNode(ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewLink(ImLong, ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewLink(ImLong, ImLong, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewLink(ImLong, ImLong, float, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewLink(ImLong, ImLong, ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewLink(ImLong, ImLong, ImVec4, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewNode(ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewNode(ImLong, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewNode(ImLong, float, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewNode(ImLong, ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- queryNewNode(ImLong, ImVec4, float) - Static method in class imgui.extension.nodeditor.NodeEditor
R
- R - Static variable in class imgui.flag.ImGuiKey
- radioButton(String, boolean) - Static method in class imgui.ImGui
-
Use with e.g.
- radioButton(String, ImInt, int) - Static method in class imgui.ImGui
-
Shortcut to handle the above pattern when value is an integer
- RangeFit - Static variable in class imgui.extension.implot.flag.ImPlotAxisFlags
-
axis will only fit points if the point is in the visible range of the **orthogonal** axis
- RdBu - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
red/blue, Color Brewer (qual=false, n=11)
- ReadOnly - Static variable in class imgui.flag.ImGuiInputTextFlags
-
Read-only mode
- recomposeMatrixFromComponents(float[], float[], float[], float[]) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Helper function for manually editing Translation/Rotation/Scale with an input float.
- rect() - Method in class imgui.internal.ImGuiDockNode
- rect(ImRect) - Method in class imgui.internal.ImGuiDockNode
- RectOnly - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Definition:
ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped - redo() - Method in class imgui.extension.texteditor.TextEditor
- rejectDeletedItem() - Static method in class imgui.extension.nodeditor.NodeEditor
- rejectNewItem() - Static method in class imgui.extension.nodeditor.NodeEditor
- rejectNewItem(float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- rejectNewItem(float, float, float, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- rejectNewItem(ImVec4) - Static method in class imgui.extension.nodeditor.NodeEditor
- rejectNewItem(ImVec4, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- removeBackendFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiBackendFlags enum.
- removeConfigFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiConfigFlags enum.
- removeDockNodeFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] Dock node flags to set when a window of this class is hosted by a dock node (it doesn't have to be selected!)
- removeFlags(int) - Method in class imgui.extension.imnodes.ImNodesStyle
-
By default, ImNodesStyleFlags_NodeOutline and ImNodesStyleFlags_Gridlines are enabled.
- removeFlags(int) - Method in class imgui.ImDrawList
-
Flags, you may poke into these to adjust anti-aliasing settings per-primitive.
- removeFlags(int) - Method in class imgui.ImFontAtlas
-
Build flags (see
ImFontAtlasFlags) - removeFlags(int) - Method in class imgui.ImGuiViewport
-
See
ImGuiViewportFlags. - removeFontLoaderFlags(int) - Method in class imgui.ImFontConfig
-
Settings for custom font loader.
- removeLocalFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node
- removeLocalFlagsInWindows(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node, applied from windows
- removeSharedFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags shared by all nodes of a same dockspace hierarchy (inherited from the root node)
- removeTabItemFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] TabItem flags to set when a window of this class gets submitted into a dock node tab bar.
- removeTreeLinesFlags(int) - Method in class imgui.ImGuiStyle
-
Default way to draw lines connecting TreeNode hierarchy (since imgui 1.92).
- removeViewportFlagsOverrideClear(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to clear when a window of this class owns a viewport.
- removeViewportFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to set when a window of this class owns a viewport.
- render() - Static method in class imgui.ImGui
-
Ends the Dear ImGui frame, finalize the draw data.
- render(String) - Method in class imgui.extension.texteditor.TextEditor
- render(String, boolean) - Method in class imgui.extension.texteditor.TextEditor
- render(String, float, float) - Method in class imgui.extension.texteditor.TextEditor
- render(String, float, float, boolean) - Method in class imgui.extension.texteditor.TextEditor
- render(String, ImVec2) - Method in class imgui.extension.texteditor.TextEditor
- render(String, ImVec2, boolean) - Method in class imgui.extension.texteditor.TextEditor
- renderChar(ImDrawList, float, float, float, int, int) - Method in class imgui.ImFont
- renderChar(ImDrawList, float, ImVec2, int, int) - Method in class imgui.ImFont
- RendererHasTextures - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Renderer supports ImTextureData requests to create/update/destroy textures.
- RendererHasViewports - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Renderer supports multiple viewports.
- RendererHasVtxOffset - Static variable in class imgui.flag.ImGuiBackendFlags
-
Backend Renderer supports ImDrawCmd::VtxOffset.
- renderPlatformWindowsDefault() - Static method in class imgui.ImGui
-
Call in main loop.
- renderText(ImDrawList, float, float, float, int, float, float, float, float, String, String) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - renderText(ImDrawList, float, float, float, int, float, float, float, float, String, String, float) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - renderText(ImDrawList, float, float, float, int, float, float, float, float, String, String, float, int) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - renderText(ImDrawList, float, float, float, int, float, float, float, float, String, String, int) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - renderText(ImDrawList, float, ImVec2, int, ImVec4, String, String) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - renderText(ImDrawList, float, ImVec2, int, ImVec4, String, String, float) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - renderText(ImDrawList, float, ImVec2, int, ImVec4, String, String, float, int) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - renderText(ImDrawList, float, ImVec2, int, ImVec4, String, String, int) - Method in class imgui.ImFont
-
The
flagsparameter isImDrawTextFlags(since imgui 1.92; previously abool cpu_fine_clip). - Reorderable - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Allow manually dragging tabs to re-order them + New tabs are appended at the end of list
- Reorderable - Static variable in class imgui.flag.ImGuiTableFlags
-
Enable reordering columns in header row.
- replaceSectionText(int, int, int, int, String) - Method in class imgui.extension.texteditor.TextEditor
- replaceTextInAllCursors(String) - Method in class imgui.extension.texteditor.TextEditor
- replaceTextInCurrentCursor(String) - Method in class imgui.extension.texteditor.TextEditor
- ReservedForModAlt - Static variable in class imgui.flag.ImGuiKey
-
[Internal] Reserved for mod storage
- ReservedForModCtrl - Static variable in class imgui.flag.ImGuiKey
-
[Internal] Reserved for mod storage
- ReservedForModShift - Static variable in class imgui.flag.ImGuiKey
-
[Internal] Reserved for mod storage
- ReservedForModSuper - Static variable in class imgui.flag.ImGuiKey
-
[Internal] Reserved for mod storage
- resetMouseDragDelta() - Static method in class imgui.ImGui
- resetMouseDragDelta(int) - Static method in class imgui.ImGui
- Resizable - Static variable in class imgui.flag.ImGuiTableFlags
-
Enable resizing columns.
- resize(int) - Method in class imgui.type.ImString
- ResizeAll - Static variable in class imgui.flag.ImGuiMouseCursor
-
(Unused by Dear ImGui functions)
- ResizeEW - Static variable in class imgui.flag.ImGuiMouseCursor
-
When hovering over a vertical border or a column
- resizeFactor - Variable in class imgui.type.ImString.InputData
-
String will be resized to the value equal to a new size plus this resize factor.
- ResizeGrip - Static variable in class imgui.flag.ImGuiCol
-
Resize grip in lower-right and lower-left corners of windows.
- ResizeGripActive - Static variable in class imgui.flag.ImGuiCol
- ResizeGripHovered - Static variable in class imgui.flag.ImGuiCol
- resizeMonitors(int) - Method in class imgui.ImGuiPlatformIO
- ResizeNESW - Static variable in class imgui.flag.ImGuiMouseCursor
-
When hovering over the bottom-left corner of a window
- ResizeNS - Static variable in class imgui.flag.ImGuiMouseCursor
-
When hovering over a horizontal border
- ResizeNWSE - Static variable in class imgui.flag.ImGuiMouseCursor
-
When hovering over the bottom-right corner of a window
- ResizeX - Static variable in class imgui.flag.ImGuiChildFlags
-
Allow resize from right border (layout direction).
- ResizeY - Static variable in class imgui.flag.ImGuiChildFlags
-
Allow resize from bottom border (layout direction).
- RestoreFocusedChild - Static variable in class imgui.internal.flag.ImGuiFocusRequestFlags
-
Find last focused child (if any) and focus it instead.
- restoreNodeState(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- resume() - Static method in class imgui.extension.nodeditor.NodeEditor
- Reverse - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
legend entries will be displayed in reverse order
- rgb(float, float, float) - Static method in class imgui.ImColor
- rgb(int, int, int) - Static method in class imgui.ImColor
- rgb(ImVec4) - Static method in class imgui.ImColor
- rgb(Color) - Static method in class imgui.ImColor
- rgb(String) - Static method in class imgui.ImColor
- rgba(float, float, float, float) - Static method in class imgui.ImColor
- rgba(int, int, int, int) - Static method in class imgui.ImColor
- rgba(ImVec4) - Static method in class imgui.ImColor
- rgba(Color) - Static method in class imgui.ImColor
- rgba(String) - Static method in class imgui.ImColor
- rgbaToColor(String) - Static method in class imgui.ImColor
-
Deprecated.
- rgbToColor(String) - Static method in class imgui.ImColor
-
Deprecated.
- Rice - Static variable in class imgui.extension.implot.flag.ImPlotBin
-
k = 2 * cbrt(n)
- Right - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
an rightward-pointing triangle marker
- Right - Static variable in class imgui.flag.ImGuiDir
-
Definition:
1 - Right - Static variable in class imgui.flag.ImGuiMouseButton
-
Definition:
1 - RightAlt - Static variable in class imgui.flag.ImGuiKey
- RightArrow - Static variable in class imgui.flag.ImGuiKey
- RightBracket - Static variable in class imgui.flag.ImGuiKey
-
]
- RightCtrl - Static variable in class imgui.flag.ImGuiKey
- RightShift - Static variable in class imgui.flag.ImGuiKey
- RightSuper - Static variable in class imgui.flag.ImGuiKey
- RootAndChildWindows - Static variable in class imgui.flag.ImGuiFocusedFlags
-
Definition:
ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows - RootAndChildWindows - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Definition:
ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows - RootWindow - Static variable in class imgui.flag.ImGuiFocusedFlags
-
Test from root window (top most parent of the current hierarchy)
- RootWindow - Static variable in class imgui.flag.ImGuiHoveredFlags
-
IsWindowHovered() only: Test from root window (top most parent of the current hierarchy)
- ROTATE - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
ROTATE_X | ROTATE_Y | ROTATE_Z | ROTATE_SCREEN - ROTATE_SCREEN - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 6) - ROTATE_X - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 3) - ROTATE_Y - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 4) - ROTATE_Z - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 5) - RoundCornersAll - Static variable in class imgui.flag.ImDrawFlags
-
Definition:
ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight | ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight - RoundCornersBottom - Static variable in class imgui.flag.ImDrawFlags
-
Definition:
ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight - RoundCornersBottomLeft - Static variable in class imgui.flag.ImDrawFlags
-
AddRect(), AddRectFilled(), PathRect(): enable rounding bottom-left corner only (when rounding
>0.0f, we default to all corners). - RoundCornersBottomRight - Static variable in class imgui.flag.ImDrawFlags
-
AddRect(), AddRectFilled(), PathRect(): enable rounding bottom-right corner only (when rounding
>0.0f, we default to all corners). - RoundCornersDefault_ - Static variable in class imgui.flag.ImDrawFlags
-
Default to ALL corners if none of the _RoundCornersXX flags are specified.
- RoundCornersLeft - Static variable in class imgui.flag.ImDrawFlags
-
Definition:
ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersTopLeft - RoundCornersMask_ - Static variable in class imgui.flag.ImDrawFlags
-
Definition:
ImDrawFlags_RoundCornersAll | ImDrawFlags_RoundCornersNone - RoundCornersNone - Static variable in class imgui.flag.ImDrawFlags
-
AddRect(), AddRectFilled(), PathRect(): disable rounding on all corners (when rounding
>0.0f). - RoundCornersRight - Static variable in class imgui.flag.ImDrawFlags
-
Definition:
ImDrawFlags_RoundCornersBottomRight | ImDrawFlags_RoundCornersTopRight - RoundCornersTop - Static variable in class imgui.flag.ImDrawFlags
-
Definition:
ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight - RoundCornersTopLeft - Static variable in class imgui.flag.ImDrawFlags
-
AddRect(), AddRectFilled(), PathRect(): enable rounding top-left corner only (when rounding
>0.0f, we default to all corners). - RoundCornersTopRight - Static variable in class imgui.flag.ImDrawFlags
-
AddRect(), AddRectFilled(), PathRect(): enable rounding top-right corner only (when rounding
>0.0f, we default to all corners). - RowBg - Static variable in class imgui.flag.ImGuiTableFlags
-
Set each RowBg color with ImGuiCol_TableRowBg or ImGuiCol_TableRowBgAlt (equivalent of calling TableSetBgColor with ImGuiTableBgFlags_RowBg0 on each row manually)
- RowBg0 - Static variable in class imgui.flag.ImGuiTableBgTarget
-
Set row background color 0 (generally used for background, automatically set when ImGuiTableFlags_RowBg is used)
- RowBg1 - Static variable in class imgui.flag.ImGuiTableBgTarget
-
Set row background color 1 (generally used for selection marking)
S
- S - Static variable in class imgui.flag.ImGuiKey
- S16 - Static variable in class imgui.flag.ImGuiDataType
-
short
- S32 - Static variable in class imgui.flag.ImGuiDataType
-
int
- S64 - Static variable in class imgui.flag.ImGuiDataType
-
long long / __int64
- S8 - Static variable in class imgui.flag.ImGuiDataType
-
signed char / char (with sensible compilers)
- sameLine() - Static method in class imgui.ImGui
-
Call between widgets or groups to layout them horizontally.
- sameLine(float) - Static method in class imgui.ImGui
-
Call between widgets or groups to layout them horizontally.
- sameLine(float, float) - Static method in class imgui.ImGui
-
Call between widgets or groups to layout them horizontally.
- sampleColormap(float) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormap(float, int) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormap(ImVec4, float) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormap(ImVec4, float, int) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapW(float) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapW(float, int) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapX(float) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapX(float, int) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapY(float) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapY(float, int) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapZ(float) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- sampleColormapZ(float, int) - Static method in class imgui.extension.implot.ImPlot
-
Sample a color from a colormap given t between 0 and 1
- saveCurrentEditorStateToIniFile(String) - Static method in class imgui.extension.imnodes.ImNodes
- saveCurrentEditorStateToIniString() - Static method in class imgui.extension.imnodes.ImNodes
- SavedFlagsMask_ - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
When splitting, those local flags are moved to the inheriting child, never duplicated
- saveEditorStateToIniFile(ImNodesEditorContext, String) - Static method in class imgui.extension.imnodes.ImNodes
- saveEditorStateToIniString(ImNodesEditorContext) - Static method in class imgui.extension.imnodes.ImNodes
- saveIniSettingsToDisk(String) - Static method in class imgui.ImGui
-
This is automatically called (if io.IniFilename is not empty) a few seconds after any modification that should be reflected in the .ini file (and also by DestroyContext).
- saveIniSettingsToMemory() - Static method in class imgui.ImGui
-
Return a zero-terminated string with the .ini data which you can save by your own mean.
- saveIniSettingsToMemory(long) - Static method in class imgui.ImGui
-
Return a zero-terminated string with the .ini data which you can save by your own mean.
- SCALE - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
SCALE_X | SCALE_Y | SCALE_Z - SCALE_X - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 7) - SCALE_XU - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 11) - SCALE_Y - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 8) - SCALE_YU - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 12) - SCALE_Z - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 9) - SCALE_ZU - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 13) - scaleAllSizes(float) - Method in class imgui.ImGuiStyle
- scaleClipRects(float, float) - Method in class imgui.ImDrawData
-
Helper to scale the ClipRect field of each ImDrawCmd.
- scaleClipRects(ImVec2) - Method in class imgui.ImDrawData
-
Helper to scale the ClipRect field of each ImDrawCmd.
- SCALEU - Static variable in class imgui.extension.imguizmo.flag.Operation
-
universal
- Scott - Static variable in class imgui.extension.implot.flag.ImPlotBin
-
w = 3.49 * sigma / cbrt(n)
- screenToCanvas(float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- screenToCanvas(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- screenToCanvas(ImVec2, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- screenToCanvas(ImVec2, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- screenToCanvasX(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- screenToCanvasY(ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- scrollbar(int) - Static method in class imgui.internal.ImGui
- ScrollbarBg - Static variable in class imgui.flag.ImGuiCol
- ScrollbarGrab - Static variable in class imgui.flag.ImGuiCol
- ScrollbarGrabActive - Static variable in class imgui.flag.ImGuiCol
- ScrollbarGrabHovered - Static variable in class imgui.flag.ImGuiCol
- ScrollbarPadding - Static variable in class imgui.flag.ImGuiStyleVar
-
float ScrollbarPadding
- ScrollbarRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float ScrollbarRounding
- ScrollbarSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float ScrollbarSize
- ScrollDuration - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- ScrollLock - Static variable in class imgui.flag.ImGuiKey
- scrollToItem() - Static method in class imgui.internal.ImGui
- scrollToItem(int) - Static method in class imgui.internal.ImGui
- scrollToLine(int, int) - Method in class imgui.extension.texteditor.TextEditor
- scrollToLine(int, TextEditorScroll) - Method in class imgui.extension.texteditor.TextEditor
- scrollToRect(ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- scrollToRect(ImGuiWindow, float, float, float, float, int) - Static method in class imgui.internal.ImGui
- scrollToRect(ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- scrollToRect(ImGuiWindow, ImRect, int) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImVec2, ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImVec2, ImGuiWindow, float, float, float, float, int) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImVec2, ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImVec2, ImGuiWindow, ImRect, int) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImGuiWindow, float, float, float, float, int) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- scrollToRectEx(ImGuiWindow, ImRect, int) - Static method in class imgui.internal.ImGui
- scrollToRectExX(ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- scrollToRectExX(ImGuiWindow, ImRect, int) - Static method in class imgui.internal.ImGui
- scrollToRectExY(ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- scrollToRectExY(ImGuiWindow, ImRect, int) - Static method in class imgui.internal.ImGui
- ScrollX - Static variable in class imgui.flag.ImGuiTableFlags
-
Enable horizontal scrolling.
- ScrollY - Static variable in class imgui.flag.ImGuiTableFlags
-
Enable vertical scrolling.
- Segments - Static variable in class imgui.extension.implot.flag.ImPlotLineFlags
-
a line segment will be rendered from every two consecutive points
- selectable(String) - Static method in class imgui.ImGui
- selectable(String, boolean) - Static method in class imgui.ImGui
- selectable(String, boolean, float, float) - Static method in class imgui.ImGui
- selectable(String, boolean, int) - Static method in class imgui.ImGui
- selectable(String, boolean, int, float, float) - Static method in class imgui.ImGui
- selectable(String, boolean, int, ImVec2) - Static method in class imgui.ImGui
- selectable(String, boolean, ImVec2) - Static method in class imgui.ImGui
- selectable(String, float, float) - Static method in class imgui.ImGui
- selectable(String, int, float, float) - Static method in class imgui.ImGui
- selectable(String, int, ImVec2) - Static method in class imgui.ImGui
- selectable(String, ImVec2) - Static method in class imgui.ImGui
- selectable(String, ImBoolean) - Static method in class imgui.ImGui
- selectable(String, ImBoolean, float, float) - Static method in class imgui.ImGui
- selectable(String, ImBoolean, int) - Static method in class imgui.ImGui
- selectable(String, ImBoolean, int, float, float) - Static method in class imgui.ImGui
- selectable(String, ImBoolean, int, ImVec2) - Static method in class imgui.ImGui
- selectable(String, ImBoolean, ImVec2) - Static method in class imgui.ImGui
- SelectableTextAlign - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 SelectableTextAlign
- selectAll() - Method in class imgui.extension.texteditor.TextEditor
- selectAll() - Method in class imgui.ImGuiInputTextCallbackData
- selectAllOccurrences() - Method in class imgui.extension.texteditor.TextEditor
- selectAllOccurrencesOf(String) - Method in class imgui.extension.texteditor.TextEditor
- selectAllOccurrencesOf(String, boolean) - Method in class imgui.extension.texteditor.TextEditor
- selectAllOccurrencesOf(String, boolean, boolean) - Method in class imgui.extension.texteditor.TextEditor
- Selected - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Draw as selected
- SelectedNodeBorderOffset - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- SelectedNodeBorderWidth - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- selectFirstOccurrenceOf(String) - Method in class imgui.extension.texteditor.TextEditor
- selectFirstOccurrenceOf(String, boolean) - Method in class imgui.extension.texteditor.TextEditor
- selectFirstOccurrenceOf(String, boolean, boolean) - Method in class imgui.extension.texteditor.TextEditor
- selection - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- Selection - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
box-selection color (defaults to yellow)
- selectionToLowerCase() - Method in class imgui.extension.texteditor.TextEditor
- selectionToUpperCase() - Method in class imgui.extension.texteditor.TextEditor
- selectLine(int) - Method in class imgui.extension.texteditor.TextEditor
- selectLines(int, int) - Method in class imgui.extension.texteditor.TextEditor
- selectLink(int) - Static method in class imgui.extension.imnodes.ImNodes
- selectLink(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- selectLink(long, boolean) - Static method in class imgui.extension.nodeditor.NodeEditor
- selectNextOccurrenceOf(String) - Method in class imgui.extension.texteditor.TextEditor
- selectNextOccurrenceOf(String, boolean) - Method in class imgui.extension.texteditor.TextEditor
- selectNextOccurrenceOf(String, boolean, boolean) - Method in class imgui.extension.texteditor.TextEditor
- selectNode(int) - Static method in class imgui.extension.imnodes.ImNodes
-
Manually select a node or link.
- selectNode(long) - Static method in class imgui.extension.nodeditor.NodeEditor
- selectNode(long, boolean) - Static method in class imgui.extension.nodeditor.NodeEditor
- SelectOnNav - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Auto-select when moved into, unless Ctrl is held.
- selectRegion(int, int, int, int) - Method in class imgui.extension.texteditor.TextEditor
- selectToBrackets() - Method in class imgui.extension.texteditor.TextEditor
- selectToBrackets(boolean) - Method in class imgui.extension.texteditor.TextEditor
- SelLinkBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- SelNodeBorder - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleColor
- Semicolon - Static variable in class imgui.flag.ImGuiKey
-
;
- separator() - Static method in class imgui.ImGui
-
Separator, generally horizontal.
- Separator - Static variable in class imgui.flag.ImGuiCol
- SeparatorActive - Static variable in class imgui.flag.ImGuiCol
- separatorEx(int) - Static method in class imgui.internal.ImGui
- separatorEx(int, float) - Static method in class imgui.internal.ImGui
- SeparatorHovered - Static variable in class imgui.flag.ImGuiCol
- SeparatorSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float SeparatorSize
- separatorText(String) - Static method in class imgui.ImGui
-
Currently: formatted text with an horizontal line
- SeparatorTextAlign - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 SeparatorTextAlign
- SeparatorTextBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float SeparatorTextBorderSize
- separatorTextEx(int, String, String, float) - Static method in class imgui.internal.ImGui
- SeparatorTextPadding - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 SeparatorTextPadding
- set(boolean) - Method in class imgui.type.ImBoolean
- set(double) - Method in class imgui.type.ImDouble
- set(double, double) - Method in class imgui.extension.implot.ImPlotPoint
- set(double, double) - Method in class imgui.extension.implot.ImPlotRange
- set(double, double, double, double) - Method in class imgui.extension.implot.ImPlotRect
- set(float) - Method in class imgui.type.ImFloat
- set(float, float) - Method in class imgui.ImVec2
- set(float, float, float, float) - Method in class imgui.ImVec4
- set(float, float, float, float) - Method in class imgui.internal.ImRect
- set(int) - Method in class imgui.type.ImInt
- set(int, int) - Method in class imgui.extension.texteditor.TextEditorCursorPosition
- set(int, int, int, int) - Method in class imgui.extension.texteditor.TextEditorCursorSelection
- set(long) - Method in class imgui.type.ImLong
- set(short) - Method in class imgui.type.ImShort
- set(ImPlotPoint) - Method in class imgui.extension.implot.ImPlotPoint
- set(ImPlotRange) - Method in class imgui.extension.implot.ImPlotRange
- set(ImPlotRange, ImPlotRange) - Method in class imgui.extension.implot.ImPlotRect
- set(ImPlotRect) - Method in class imgui.extension.implot.ImPlotRect
- set(TextEditorCursorPosition) - Method in class imgui.extension.texteditor.TextEditorCursorPosition
- set(TextEditorCursorPosition, TextEditorCursorPosition) - Method in class imgui.extension.texteditor.TextEditorCursorSelection
- set(TextEditorCursorSelection) - Method in class imgui.extension.texteditor.TextEditorCursorSelection
- set(ImVec2) - Method in class imgui.extension.implot.ImPlotPoint
- set(ImVec2) - Method in class imgui.ImVec2
- set(ImVec2, ImVec2) - Method in class imgui.extension.implot.ImPlotRect
- set(ImVec2, ImVec2) - Method in class imgui.internal.ImRect
- set(ImVec4) - Method in class imgui.ImVec4
- set(ImRect) - Method in class imgui.internal.ImRect
- set(ImBoolean) - Method in class imgui.type.ImBoolean
- set(ImDouble) - Method in class imgui.type.ImDouble
- set(ImFloat) - Method in class imgui.type.ImFloat
- set(ImInt) - Method in class imgui.type.ImInt
- set(ImLong) - Method in class imgui.type.ImLong
- set(ImShort) - Method in class imgui.type.ImShort
- set(ImString) - Method in class imgui.type.ImString
- set(ImString, boolean) - Method in class imgui.type.ImString
- set(Object) - Method in class imgui.type.ImString
- set(String) - Method in class imgui.type.ImString
- set(String, boolean) - Method in class imgui.type.ImString
- set(String, boolean, int) - Method in class imgui.type.ImString
- setActiveID(int, ImGuiWindow) - Static method in class imgui.internal.ImGui
- setAddrDigitsCount(int) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setAdvanceX(float) - Method in class imgui.ImFontGlyph
-
Distance to next character (= data from font + ImFontConfig::GlyphExtraSpacing.x baked in)
- setAllInt(int) - Method in class imgui.ImGuiStorage
-
Use on your own storage if you know only integer are being stored (open/close all tree nodes)
- setAlpha(float) - Method in class imgui.ImGuiStyle
-
Global alpha applies to everything in Dear ImGui.
- setAltMouseButton(int) - Method in class imgui.extension.imnodes.ImNodesIO
-
Holding alt mouse button pans the node area, by default middle mouse button will be used Set based on ImGuiMouseButton values
- setAnalogValue(float) - Method in class imgui.ImGuiKeyData
-
0.0f..1.0f for gamepad values
- setAnnotationPadding(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setAnnotationPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setAntiAliasedFill(boolean) - Method in class imgui.ImGuiStyle
-
Enable anti-aliased edges around filled shapes (rounded rectangles, circles, etc.).
- setAntiAliasedLines(boolean) - Method in class imgui.ImGuiStyle
-
Enable anti-aliased lines/borders.
- setAntiAliasedLinesUseTex(boolean) - Method in class imgui.ImGuiStyle
-
Enable anti-aliased lines/borders using textures where possible.
- setAppAcceptingEvents(boolean) - Method in class imgui.ImGuiIO
-
Set master flag for accepting key/mouse/text events (default to true).
- setAssertCallback(ImAssertCallback) - Static method in class imgui.ImGui
-
Set a custom assertion callback for ImGui assertions.
- setAuthorityForPos(int) - Method in class imgui.internal.ImGuiDockNode
- setAuthorityForSize(int) - Method in class imgui.internal.ImGuiDockNode
- setAuthorityForViewport(int) - Method in class imgui.internal.ImGuiDockNode
- setAutoIndentEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setAutoPanningSpeed(float) - Method in class imgui.extension.imnodes.ImNodesIO
-
Panning speed when dragging an element and mouse is outside the main editor view.
- setAxes(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Selects which axes will be used for subsequent plot elements.
- setAxis(int) - Static method in class imgui.extension.implot.ImPlot
-
Selects which axis will be used for subsequent plot elements.
- setBackendFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiBackendFlags enum.
- setBackendPlatformName(String) - Method in class imgui.ImGuiIO
-
Optional: Platform backend name (informational only! will be displayed in About Window) + User data for backend/wrappers to store their own stuff.
- setBackendRendererName(String) - Method in class imgui.ImGuiIO
- setBit(int) - Method in class imgui.ImFontGlyphRangesBuilder
- setBool(int, boolean) - Method in class imgui.ImGuiStorage
- setBuf(String) - Method in class imgui.ImGuiInputTextCallbackData
-
[Resize] Can replace pointer
- setBufDirty(boolean) - Method in class imgui.ImGuiInputTextCallbackData
-
Set if you modify Buf/BufTextLen!
- setBufTextLen(int) - Method in class imgui.ImGuiInputTextCallbackData
-
[Resize,Completion,History,Always] Exclude zero-terminator storage.
- setButtonTextAlign(float, float) - Method in class imgui.ImGuiStyle
-
Alignment of button text when button is larger than text.
- setButtonTextAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment of button text when button is larger than text.
- setCanvasSizeMode(int) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setCellPadding(float, float) - Method in class imgui.ImGuiStyle
-
Padding within a table cell.
- setCellPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Padding within a table cell.
- setCentralNode(ImGuiDockNode) - Method in class imgui.internal.ImGuiDockNode
-
[Root node only] Pointer to central node.
- setChildBorderSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of border around child windows.
- setChildNodeFirst(ImGuiDockNode) - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Child nodes (left/right or top/bottom).
- setChildNodeSecond(ImGuiDockNode) - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Child nodes (left/right or top/bottom).
- setChildRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of child window corners rounding.
- setCircleTessellationMaxError(float) - Method in class imgui.ImGuiStyle
-
Maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified.
- setClassId(int) - Method in class imgui.ImGuiWindowClass
-
User data.
- setClipboardText(String) - Static method in class imgui.ImGui
- setCodepoint(int) - Method in class imgui.ImFontGlyph
-
0x0000..0xFFFF
- setColor(int, float, float, float, float) - Method in class imgui.ImGuiStyle
- setColor(int, int) - Method in class imgui.ImGuiStyle
- setColor(int, int, int, int, int) - Method in class imgui.ImGuiStyle
- setColorButtonPosition(int) - Method in class imgui.ImGuiStyle
-
Side of the color button in the ColorEdit4 widget (left/right).
- setColored(int) - Method in class imgui.ImFontGlyph
-
Flag to indicate glyph is colored and should generally ignore tinting (make it usable with no shift on little-endian as this is used in loops).
- setColorEditOptions(int) - Static method in class imgui.ImGui
-
Initialize current options (generally on application startup) if you want to select a default format, picker type, etc.
- setColormap(int) - Method in class imgui.extension.implot.ImPlotStyle
- setColorMarkerSize(float) - Method in class imgui.ImGuiStyle
-
Size of R/G/B/A color markers for
ColorEdit4()and for Drags/Sliders when usingImGuiSliderFlags_ColorMarkers(since imgui 1.92.7). - setColors(int[]) - Method in class imgui.extension.imnodes.ImNodesStyle
- setColors(int, int) - Method in class imgui.extension.imnodes.ImNodesStyle
- setColors(ImVec4[]) - Method in class imgui.extension.implot.ImPlotStyle
- setColors(ImVec4[]) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setColors(ImVec4[]) - Method in class imgui.ImGuiStyle
- setCols(int) - Method in class imgui.extension.memedit.MemoryEditor
- setColumnOffset(int, float) - Static method in class imgui.ImGui
-
Set position of column line (in pixels, from the left side of the contents region).
- setColumnsMinSpacing(float) - Method in class imgui.ImGuiStyle
-
Minimum horizontal spacing between two columns.
- setColumnWidth(int, float) - Static method in class imgui.ImGui
-
Set column width (in pixels).
- setCompletePairedGlyphs(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setConfigDebugBeginReturnValueLoop(boolean) - Method in class imgui.ImGuiIO
-
Some calls to Begin()/BeginChild() will return false.
- setConfigDebugBeginReturnValueOnce(boolean) - Method in class imgui.ImGuiIO
-
Tools to test correct Begin/End and BeginChild/EndChild behaviors.
- setConfigDebugHighlightIdConflicts(boolean) - Method in class imgui.ImGuiIO
-
Highlight and show an error message popup when multiple items have conflicting identifiers.
- setConfigDebugIgnoreFocusLoss(boolean) - Method in class imgui.ImGuiIO
-
Option to deactivate io.AddFocusEvent(false) handling.
- setConfigDebugIniSettings(boolean) - Method in class imgui.ImGuiIO
-
Option to audit .ini data Save .ini data with extra comments (particularly helpful for Docking, but makes saving slower)
- setConfigDebugIsDebuggerPresent(boolean) - Method in class imgui.ImGuiIO
-
Option to enable various debug tools showing buttons that will call the IM_DEBUG_BREAK() macro.
- setConfigDockingAlwaysTabBar(boolean) - Method in class imgui.ImGuiIO
- setConfigDockingNoDockingOver(boolean) - Method in class imgui.ImGuiIO
-
Simplified docking mode: disable window merging into the same tab-bar, so docking is limited to splitting windows.
- setConfigDockingNoSplit(boolean) - Method in class imgui.ImGuiIO
-
Simplified docking mode: disable window splitting, so docking is limited to merging multiple windows together into tab-bars.
- setConfigDockingTransparentPayload(boolean) - Method in class imgui.ImGuiIO
-
Make window or viewport transparent when docking and only display docking boxes on the target viewport.
- setConfigDockingWithShift(boolean) - Method in class imgui.ImGuiIO
-
Enable docking with holding Shift key (reduce visual noise, allows dropping in wider space)
- setConfigDpiScaleFonts(boolean) - Method in class imgui.ImGuiIO
-
[EXPERIMENTAL] Automatically overwrite
style.FontScaleDpiwhen monitor DPI changes. - setConfigDpiScaleViewports(boolean) - Method in class imgui.ImGuiIO
-
[EXPERIMENTAL] Scale Dear ImGui and platform windows when monitor DPI changes.
- setConfigDragClickToInputText(boolean) - Method in class imgui.ImGuiIO
-
[BETA] Enable turning DragXXX widgets into text input with a simple mouse click-release (without moving).
- setConfigErrorRecovery(boolean) - Method in class imgui.ImGuiIO
-
Enable error recovery support.
- setConfigErrorRecoveryEnableAssert(boolean) - Method in class imgui.ImGuiIO
-
Enable asserts on recoverable errors.
- setConfigErrorRecoveryEnableDebugLog(boolean) - Method in class imgui.ImGuiIO
-
Enable debug log output on recoverable errors.
- setConfigErrorRecoveryEnableTooltip(boolean) - Method in class imgui.ImGuiIO
-
Enable tooltip on recoverable errors.
- setConfigFlags(int) - Method in class imgui.ImGuiIO
-
See ImGuiConfigFlags enum.
- setConfigInputTextCursorBlink(boolean) - Method in class imgui.ImGuiIO
-
Set to false to disable blinking cursor, for users who consider it distracting.
- setConfigInputTextEnterKeepActive(boolean) - Method in class imgui.ImGuiIO
-
[BETA] Pressing Enter will keep item active and select contents (single-line only).
- setConfigInputTrickleEventQueue(boolean) - Method in class imgui.ImGuiIO
-
Enable input queue trickling: some types of events submitted during the same frame (e.g.
- setConfigMacOSXBehaviors(boolean) - Method in class imgui.ImGuiIO
-
OS X style: Text editing cursor movement using Alt instead of Ctrl, Shortcuts using Cmd/Super instead of Ctrl, Line/Text Start and End using Cmd+Arrows instead of Home/End, Double click selects by word instead of selecting whole text, Multi-selection in lists uses Cmd/Super instead of Ctrl
- setConfigMemoryCompactTimer(boolean) - Method in class imgui.ImGuiIO
-
[Timer (in seconds) to free transient windows/tables memory buffers when unused.
- setConfigViewportsNoAutoMerge(boolean) - Method in class imgui.ImGuiIO
-
Set to make all floating imgui windows always create their own viewport.
- setConfigViewportsNoDecoration(boolean) - Method in class imgui.ImGuiIO
-
Disable default OS window decoration flag for secondary viewports.
- setConfigViewportsNoDefaultParent(boolean) - Method in class imgui.ImGuiIO
-
Disable default OS parenting to main viewport for secondary viewports.
- setConfigViewportsNoTaskBarIcon(boolean) - Method in class imgui.ImGuiIO
-
Disable default OS task bar icon flag for secondary viewports.
- setConfigWindowsMoveFromTitleBarOnly(boolean) - Method in class imgui.ImGuiIO
-
Enable allowing to move windows only when clicking on their title bar.
- setConfigWindowsResizeFromEdges(boolean) - Method in class imgui.ImGuiIO
-
Enable resizing of windows from their edges and from the lower-left corner.
- setContextMenuButtonIndex(int) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setCountGrep(int) - Method in class imgui.ImGuiTextFilter
- setCtx(ImGuiContext) - Method in class imgui.ImGuiInputTextCallbackData
-
Parent UI context
- setCtx(ImGuiContext) - Method in class imgui.ImGuiIO
-
Parent UI context (needs to be set explicitly by parent).
- setCtx(ImGuiContext) - Method in class imgui.ImGuiListClipper
-
Parent UI context
- setCurrentContext(ImNodesContext) - Static method in class imgui.extension.imnodes.ImNodes
- setCurrentContext(ImPlotContext) - Static method in class imgui.extension.implot.ImPlot
-
Sets the current ImPlot context.
- setCurrentContext(ImGuiContext) - Static method in class imgui.ImGui
- setCurrentEditor(NodeEditorContext) - Static method in class imgui.extension.nodeditor.NodeEditor
- setCurrentFont(ImFont, float, float) - Static method in class imgui.internal.ImGui
- setCursor(int, int) - Method in class imgui.extension.texteditor.TextEditor
- setCursorPos(float, float) - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- setCursorPos(int) - Method in class imgui.ImGuiInputTextCallbackData
-
Current cursor position
- setCursorPos(ImVec2) - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- setCursorPosX(float) - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- setCursorPosY(float) - Static method in class imgui.ImGui
-
Cursor position in window coordinates (relative to window position)
- setCursorScreenPos(float, float) - Static method in class imgui.ImGui
-
Cursor position in absolute coordinates.
- setCursorScreenPos(ImVec2) - Static method in class imgui.ImGui
-
Cursor position in absolute coordinates.
- setCurveTessellationTol(float) - Method in class imgui.ImGuiStyle
-
Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments.
- setDarkPalette() - Method in class imgui.extension.texteditor.TextEditor
- setDefaultPalette(int[]) - Static method in class imgui.extension.texteditor.TextEditor
- setDeltaTime(float) - Method in class imgui.ImGuiIO
-
Time elapsed since last frame, in seconds.
- setDigitalPadding(float) - Method in class imgui.extension.implot.ImPlotStyle
- setDigitalSpacing(float) - Method in class imgui.extension.implot.ImPlotStyle
- setDisabledAlpha(float) - Method in class imgui.ImGuiStyle
-
Additional alpha multiplier applied by BeginDisabled().
- setDisplayEnd(int) - Method in class imgui.ImGuiListClipper
- setDisplayFramebufferScale(float, float) - Method in class imgui.ImGuiIO
-
For retina display or other situations where window coordinates are different from framebuffer coordinates.
- setDisplayFramebufferScale(ImVec2) - Method in class imgui.ImGuiIO
-
For retina display or other situations where window coordinates are different from framebuffer coordinates.
- setDisplaySafeAreaPadding(float, float) - Method in class imgui.ImGuiStyle
-
If you cannot see the edges of your screen (e.g.
- setDisplaySafeAreaPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
If you cannot see the edges of your screen (e.g.
- setDisplaySize(float, float) - Method in class imgui.ImGuiIO
-
Main display size, in pixels (generally ==
GetMainViewport()->Size). - setDisplaySize(ImVec2) - Method in class imgui.ImGuiIO
-
Main display size, in pixels (generally ==
GetMainViewport()->Size). - setDisplayStart(int) - Method in class imgui.ImGuiListClipper
- setDisplayWindowPadding(float, float) - Method in class imgui.ImGuiStyle
-
Window position are clamped to be visible within the display area by at least this amount.
- setDisplayWindowPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Window position are clamped to be visible within the display area by at least this amount.
- setDockingAllowUnclassed(boolean) - Method in class imgui.ImGuiWindowClass
-
Set to true to allow windows of this class to be docked/merged with an unclassed window.
- setDockingAlwaysTabBar(boolean) - Method in class imgui.ImGuiWindowClass
-
Set to true to enforce single floating windows of this class always having their own docking node (equivalent of setting the global io.ConfigDockingAlwaysTabBar)
- setDockingSeparatorSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of resizing border between docked windows
- setDockNodeFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] Dock node flags to set when a window of this class is hosted by a dock node (it doesn't have to be selected!)
- setDown(boolean) - Method in class imgui.ImGuiKeyData
-
True for if key is down
- setDownDuration(float) - Method in class imgui.ImGuiKeyData
-
Duration the key has been down (
<0.0f: not pressed, 0.0f: just pressed,>0.0f: time held) - setDownDurationPrev(float) - Method in class imgui.ImGuiKeyData
-
Last frame duration the key has been down
- setDpiScale(float) - Method in class imgui.ImGuiPlatformMonitor
-
1.0f = 96 DPI
- setDpiScale(float) - Method in class imgui.ImGuiViewport
-
1.0f = 96 DPI = No extra scale.
- setDragButtonIndex(int) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setDragDropPayload(Object) - Static method in class imgui.ImGui
-
Binding alternative for
ImGui.setDragDropPayload(String, Object), which uses payload class as a unique identifier. - setDragDropPayload(Object, int) - Static method in class imgui.ImGui
-
Binding alternative for
ImGui.setDragDropPayload(String, Object, int), which uses payload class as a unique identifier. - setDragDropPayload(String, Object) - Static method in class imgui.ImGui
-
Type is a user defined string of maximum 32 characters.
- setDragDropPayload(String, Object, int) - Static method in class imgui.ImGui
-
Type is a user defined string of maximum 32 characters.
- setDrawData(ImDrawData) - Method in class imgui.ImGuiViewport
-
The ImDrawData corresponding to this viewport.
- setDrawList() - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Call inside your own window and before Manipulate() in order to draw gizmo to that window.
- setDrawList(ImDrawList) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Call inside your own window and before Manipulate() in order to draw gizmo to that window.
- setDstFont(ImFont) - Method in class imgui.ImFontConfig
- setEllipsisChar(short) - Method in class imgui.ImFont
-
Character used for ellipsis rendering.
- setEllipsisChar(short) - Method in class imgui.ImFontConfig
-
Explicitly specify unicode codepoint of ellipsis character.
- setEnableSmoothZoom(boolean) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setEventChar(int) - Method in class imgui.ImGuiInputTextCallbackData
-
[CharFilter] Replace character with another one, or set to zero to drop.
- setFallbackChar(short) - Method in class imgui.ImFont
-
Character used if a glyph isn't found (U+FFFD, '?').
- setFillAlpha(float) - Method in class imgui.extension.implot.ImPlotSpec
- setFillColor(float, float, float, float) - Method in class imgui.extension.implot.ImPlotSpec
- setFillColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- setFillColors(int[]) - Method in class imgui.extension.implot.ImPlotSpec
- setFillColors(int[], int) - Method in class imgui.extension.implot.ImPlotSpec
- setFindAllButtonLabel(String) - Method in class imgui.extension.texteditor.TextEditor
- setFindButtonLabel(String) - Method in class imgui.extension.texteditor.TextEditor
- setFit(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
LMB initiates fit when double clicked
- setFitPadding(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setFitPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setFlags(int) - Method in class imgui.extension.imnodes.ImNodesStyle
-
By default, ImNodesStyleFlags_NodeOutline and ImNodesStyleFlags_Gridlines are enabled.
- setFlags(int) - Method in class imgui.extension.implot.ImPlotSpec
- setFlags(int) - Method in class imgui.ImDrawList
-
Flags, you may poke into these to adjust anti-aliasing settings per-primitive.
- setFlags(int) - Method in class imgui.ImFontAtlas
-
Build flags (see
ImFontAtlasFlags) - setFlags(int) - Method in class imgui.ImGuiViewport
-
See
ImGuiViewportFlags. - setFloat(int, float) - Method in class imgui.ImGuiStorage
- setFlowDuration(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setFlowMarkerDistance(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setFlowSpeed(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setFocus() - Method in class imgui.extension.texteditor.TextEditor
- setFocusID(int, ImGuiWindow) - Static method in class imgui.internal.ImGui
- setFocusRouteParentWindowId(int) - Method in class imgui.ImGuiWindowClass
-
ID of parent window for shortcut focus route evaluation, e.g.
- setFontAllowUserScaling(boolean) - Method in class imgui.ImGuiIO
-
Allow user scaling text of individual window with CTRL+Wheel.
- setFontData(byte[]) - Method in class imgui.ImFontConfig
-
TTF/OTF data
- setFontDataOwnedByAtlas(boolean) - Method in class imgui.ImFontConfig
-
TTF/OTF data ownership taken by the container ImFontAtlas (will delete memory itself).
- setFontDataSize(int) - Method in class imgui.ImFontConfig
-
TTF/OTF data size
- setFontDefault(ImFont) - Method in class imgui.ImGuiIO
-
Font to use on NewFrame().
- setFontGlobalScale(float) - Method in class imgui.ImGuiIO
-
Global scale all fonts
- setFontLoaderFlags(int) - Method in class imgui.ImFontConfig
-
Settings for custom font loader.
- setFontNo(int) - Method in class imgui.ImFontConfig
-
Index of font within TTF/OTF file
- setFonts(ImFontAtlas) - Method in class imgui.ImGuiIO
-
Font atlas: load, rasterize and pack one or more fonts into a single texture.
- setFontScaleDpi(float) - Method in class imgui.ImGuiStyle
-
Additional global scale factor from viewport/monitor contents scale (since imgui 1.92).
- setFontScaleMain(float) - Method in class imgui.ImGuiStyle
-
Main global scale factor applied on top of font size.
- setFrameBorderSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of border around frames.
- setFramePadding(float, float) - Method in class imgui.ImGuiStyle
-
Padding within a framed rectangle (used by most widgets).
- setFramePadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Padding within a framed rectangle (used by most widgets).
- setFramerate(float) - Method in class imgui.ImGuiIO
-
Estimate of application framerate (rolling average over 60 frames, based on io.DeltaTime), in frame per second.
- setFrameRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of frame corners rounding.
- setFreeTypeRenderer(boolean) - Method in class imgui.ImFontAtlas
-
BINDING NOTICE: This method is specific to the imgui-java binding.
- setGetClipboardTextFn(ImStrSupplier) - Method in class imgui.ImGuiIO
- setGizmoSizeClipSpace(float) - Static method in class imgui.extension.imguizmo.ImGuizmo
- setGlyphExcludeRanges(short[]) - Method in class imgui.ImFontConfig
-
Exclude ranges (list of Unicode range pairs, zero-terminated) from this font source when merging multiple fonts.
- setGlyphExtraAdvanceX(float) - Method in class imgui.ImFontConfig
-
Extra spacing (in pixels) between glyphs (added to glyph AdvanceX).
- setGlyphMaxAdvanceX(float) - Method in class imgui.ImFontConfig
-
Maximum AdvanceX for glyphs
- setGlyphMinAdvanceX(float) - Method in class imgui.ImFontConfig
-
Minimum AdvanceX for glyphs, set Min to align font icons, set both Min/Max to enforce mono-space font
- setGlyphOffset(float, float) - Method in class imgui.ImFontConfig
-
Offset all glyphs from this font input.
- setGlyphOffset(ImVec2) - Method in class imgui.ImFontConfig
-
Offset all glyphs from this font input.
- setGlyphRanges(short[]) - Method in class imgui.ImFontConfig
-
Pointer to a user-provided list of Unicode range (2 value per range, values are inclusive, zero-terminated list).
- setGlyphWidth(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setGrabMinSize(float) - Method in class imgui.ImGuiStyle
-
Minimum width/height of a grab box for slider/scrollbar.
- setGrabRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of grabs corners rounding.
- setGridSpacing(float) - Method in class imgui.extension.imnodes.ImNodesStyle
- setGroupBorderWidth(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setGroupRounding(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setGroupSize(long, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- setGroupSize(long, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- setHasCentralNodeChild(boolean) - Method in class imgui.internal.ImGuiDockNode
- setHasCloseButton(boolean) - Method in class imgui.internal.ImGuiDockNode
- setHasWindowMenuButton(boolean) - Method in class imgui.internal.ImGuiDockNode
- setHexCellWidth(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setHighlightColor(int) - Method in class imgui.extension.memedit.MemoryEditor
- setHighlightConnectedLinks(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setHostWindow(ImGuiWindow) - Method in class imgui.internal.ImGuiDockNode
- setHoverDelayNormal(float) - Method in class imgui.ImGuiStyle
-
Delay for IsItemHovered(ImGuiHoveredFlags_DelayNormal).
- setHoverDelayShort(float) - Method in class imgui.ImGuiStyle
-
Delay for IsItemHovered(ImGuiHoveredFlags_DelayShort).
- setHoveredID(int) - Static method in class imgui.internal.ImGui
- setHoveredNodeBorderWidth(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setHoverFlagsForTooltipMouse(int) - Method in class imgui.ImGuiStyle
-
Default flags when using IsItemHovered(ImGuiHoveredFlags_ForTooltip) or BeginItemTooltip()/SetItemTooltip() while using mouse.
- setHoverFlagsForTooltipNav(int) - Method in class imgui.ImGuiStyle
-
Default flags when using IsItemHovered(ImGuiHoveredFlags_ForTooltip) or BeginItemTooltip()/SetItemTooltip() while using keyboard/gamepad.
- setHoverNodeBorderOffset(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setHoverStationaryDelay(float) - Method in class imgui.ImGuiStyle
-
Delay for IsItemHovered(ImGuiHoveredFlags_Stationary).
- setID(int) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
This will update the current id
- setID(int) - Method in class imgui.ImGuiViewport
-
Unique identifier for the viewport.
- setID(int) - Method in class imgui.internal.ImGuiDockNode
- setImageBorderSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of border around Image() calls (since imgui 1.92).
- setImageRounding(float) - Method in class imgui.ImGuiStyle
-
Rounding of Image() calls (since imgui 1.92).
- setImGuiContext(ImGuiContext) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
This is necessary because when imguizmo is compiled into a dll, and imgui into another Globals are not shared between them.
- setImGuiContext(ImGuiContext) - Static method in class imgui.extension.imnodes.ImNodes
- setImGuiContext(ImGuiContext) - Static method in class imgui.extension.implot.ImPlot
- setImGuiContext(ImGuiContext) - Static method in class imgui.extension.texteditor.TextEditor
- setIndentSpacing(float) - Method in class imgui.ImGuiStyle
-
Horizontal indentation when e.g.
- setIniFilename(String) - Method in class imgui.ImGuiIO
-
Path to .ini file.
- setIniSavingRate(float) - Method in class imgui.ImGuiIO
-
Minimum time between saving positions/sizes to .ini file, in seconds.
- setInputBuffer(String) - Method in class imgui.ImGuiTextFilter
- setInputQueueSurrogate(short) - Method in class imgui.ImGuiIO
-
For AddInputCharacterUTF16
- setInsertSpacesOnTabs(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setInt(int, int) - Method in class imgui.ImGuiStorage
- setIsFocused(boolean) - Method in class imgui.internal.ImGuiDockNode
- setIsVisible(boolean) - Method in class imgui.internal.ImGuiDockNode
-
Set to false when the node is hidden (usually disabled as it has no active window)
- setItemDefaultFocus() - Static method in class imgui.ImGui
-
Make last item the default focused item of a window.
- setItemInnerSpacing(float, float) - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between within elements of a composed widget (e.g.
- setItemInnerSpacing(ImVec2) - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between within elements of a composed widget (e.g.
- setItemSpacing(float, float) - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between widgets/lines.
- setItemSpacing(ImVec2) - Method in class imgui.ImGuiStyle
-
Horizontal and vertical spacing between widgets/lines.
- setItemTooltip(String) - Static method in class imgui.ImGui
-
Set a text-only tooltip if preceding item was hovered.
- setKeyAlt(boolean) - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Alt
- setKeyboardFocusHere() - Static method in class imgui.ImGui
-
Focus keyboard on the next widget.
- setKeyboardFocusHere(int) - Static method in class imgui.ImGui
-
Focus keyboard on the next widget.
- setKeyCtrl(boolean) - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Control
- setKeyEventNativeData(int, int, int) - Method in class imgui.ImGuiIO
-
[Optional] Specify index for legacy
<1.87IsKeyXXX() functions with native indices + specify native keycode, scancode. - setKeyEventNativeData(int, int, int, int) - Method in class imgui.ImGuiIO
-
[Optional] Specify index for legacy
<1.87IsKeyXXX() functions with native indices + specify native keycode, scancode. - setKeyMods(int) - Method in class imgui.ImGuiIO
-
Key mods flags (same as io.KeyCtrl/KeyShift/KeyAlt/KeySuper but merged into flags), updated by NewFrame()
- setKeyRepeatDelay(float) - Method in class imgui.ImGuiIO
-
When holding a key/button, time before it starts repeating, in seconds (for buttons in Repeat mode, etc.).
- setKeyRepeatRate(float) - Method in class imgui.ImGuiIO
-
When holding a key/button, rate at which it repeats, in seconds.
- setKeysData(ImGuiKeyData[]) - Method in class imgui.ImGuiIO
-
Key state for all known keys.
- setKeyShift(boolean) - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Shift
- setKeySuper(boolean) - Method in class imgui.ImGuiIO
-
Keyboard modifier pressed: Cmd/Super/Windows
- setLabelPadding(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setLabelPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setLanguage(TextEditorLanguage) - Method in class imgui.extension.texteditor.TextEditor
- setLastBgColor(int) - Method in class imgui.internal.ImGuiDockNode
- setLastFocusedNodeId(int) - Method in class imgui.internal.ImGuiDockNode
-
[Root node only] Which of our child docking node (any ancestor in the hierarchy) was last focused.
- setLastFrameActive(int) - Method in class imgui.internal.ImGuiDockNode
-
Last frame number the node was updated.
- setLastFrameAlive(int) - Method in class imgui.internal.ImGuiDockNode
-
Last frame number the node was updated or kept alive explicitly with DockSpace() + int_KeepAliveOnly
- setLastFrameFocused(int) - Method in class imgui.internal.ImGuiDockNode
-
Last frame number the node was focused.
- setLastItemData(int, int, int, float, float, float, float) - Static method in class imgui.internal.ImGui
- setLastItemData(int, int, int, ImRect) - Static method in class imgui.internal.ImGui
- setLegacySize(float) - Method in class imgui.ImFont
-
Font size passed to
AddFontXXX(). - setLegendInnerPadding(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setLegendInnerPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setLegendPadding(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setLegendPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setLegendSpacing(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setLegendSpacing(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setLightPalette() - Method in class imgui.extension.texteditor.TextEditor
- setLineColor(float, float, float, float) - Method in class imgui.extension.implot.ImPlotSpec
- setLineColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- setLineColors(int[]) - Method in class imgui.extension.implot.ImPlotSpec
- setLineColors(int[], int) - Method in class imgui.extension.implot.ImPlotSpec
- setLineHeight(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setLineSpacing(float) - Method in class imgui.extension.texteditor.TextEditor
- setLineWeight(float) - Method in class imgui.extension.implot.ImPlotSpec
- setLinkHoverDistance(float) - Method in class imgui.extension.imnodes.ImNodesStyle
- setLinkLineSegmentsPerLength(float) - Method in class imgui.extension.imnodes.ImNodesStyle
- setLinkStrength(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setLinkThickness(float) - Method in class imgui.extension.imnodes.ImNodesStyle
- setLocalFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node
- setLocalFlagsInWindows(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags specific to this node, applied from windows
- setLocked(boolean) - Method in class imgui.ImFontAtlas
-
Marked as Locked by ImGui::NewFrame() so attempt to modify the atlas will assert.
- setLogFilename(String) - Method in class imgui.ImGuiIO
-
Path to .log file (default parameter to ImGui::LogToFile when no file is specified).
- setLogSliderDeadzone(float) - Method in class imgui.ImGuiStyle
-
The size in pixels of the dead-zone around zero on logarithmic sliders that cross zero.
- setMainPos(float, float) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- setMainPos(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- setMainSize(float, float) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- setMainSize(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
- setMajorGridSize(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setMajorGridSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setMajorTickLen(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setMajorTickLen(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setMajorTickSize(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setMajorTickSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setMarker(int) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerFillColor(float, float, float, float) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerFillColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerFillColors(int[]) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerFillColors(int[], int) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerLineColor(float, float, float, float) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerLineColor(ImVec4) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerLineColors(int[]) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerLineColors(int[], int) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerSize(float) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerSizes(float[]) - Method in class imgui.extension.implot.ImPlotSpec
- setMarkerSizes(float[], int) - Method in class imgui.extension.implot.ImPlotSpec
- setMenu(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
RMB opens context menus (if enabled) when clicked
- setMergeMode(boolean) - Method in class imgui.ImFontConfig
-
Merge into previous ImFont, so you can combine multiple inputs font into one ImFont (e.g.
- setMetricsActiveWindows(int) - Method in class imgui.ImGuiIO
-
Number of active windows
- setMetricsRenderIndices(int) - Method in class imgui.ImGuiIO
-
Indices output during last call to Render() = number of triangles * 3
- setMetricsRenderVertices(int) - Method in class imgui.ImGuiIO
-
Vertices output during last call to Render()
- setMetricsRenderWindows(int) - Method in class imgui.ImGuiIO
-
Number of visible windows
- setMiddleMousePanMode() - Method in class imgui.extension.texteditor.TextEditor
- setMiddleMouseScrollMode() - Method in class imgui.extension.texteditor.TextEditor
- setMiniMapOffset(float, float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map offset from the screen side.
- setMiniMapOffset(ImVec2) - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map offset from the screen side.
- setMiniMapPadding(float, float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map padding size between mini-map edge and mini-map content.
- setMiniMapPadding(ImVec2) - Method in class imgui.extension.imnodes.ImNodesStyle
-
Mini-map padding size between mini-map edge and mini-map content.
- setMinorAlpha(float) - Method in class imgui.extension.implot.ImPlotStyle
- setMinorGridSize(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setMinorGridSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setMinorTickLen(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setMinorTickLen(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setMinorTickSize(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setMinorTickSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setMouseClicked(boolean[]) - Method in class imgui.ImGuiIO
-
Mouse button went from !Down to Down (same as MouseClickedCount[x] != 0)
- setMouseClicked(int, boolean) - Method in class imgui.ImGuiIO
-
Mouse button went from !Down to Down (same as MouseClickedCount[x] != 0)
- setMouseClickedCount(int[]) - Method in class imgui.ImGuiIO
-
== 0 (not clicked), == 1 (same as MouseClicked[]), == 2 (double-clicked), == 3 (triple-clicked) etc.
- setMouseClickedCount(int, int) - Method in class imgui.ImGuiIO
-
== 0 (not clicked), == 1 (same as MouseClicked[]), == 2 (double-clicked), == 3 (triple-clicked) etc.
- setMouseClickedLastCount(int[]) - Method in class imgui.ImGuiIO
-
Count successive number of clicks.
- setMouseClickedLastCount(int, int) - Method in class imgui.ImGuiIO
-
Count successive number of clicks.
- setMouseClickedPos(ImVec2[]) - Method in class imgui.ImGuiIO
-
Position at time of clicking.
- setMouseClickedTime(double[]) - Method in class imgui.ImGuiIO
-
Time of last click (used to figure out double-click)
- setMouseClickedTime(int, double) - Method in class imgui.ImGuiIO
-
Time of last click (used to figure out double-click)
- setMouseCtrlLeftAsRightClick(boolean) - Method in class imgui.ImGuiIO
-
(OSX) Set to true when the current click was a ctrl-click that spawned a simulated right click.
- setMouseCursor(int) - Static method in class imgui.ImGui
-
Set desired mouse cursor shape
- setMouseCursorScale(float) - Method in class imgui.ImGuiStyle
-
Scale software rendered mouse cursor (when io.MouseDrawCursor is enabled).
- setMouseDelta(float, float) - Method in class imgui.ImGuiIO
-
Mouse delta.
- setMouseDelta(ImVec2) - Method in class imgui.ImGuiIO
-
Mouse delta.
- setMouseDoubleClicked(boolean[]) - Method in class imgui.ImGuiIO
-
Has mouse button been double-clicked? (same as MouseClickedCount[x] == 2)
- setMouseDoubleClicked(int, boolean) - Method in class imgui.ImGuiIO
-
Has mouse button been double-clicked? (same as MouseClickedCount[x] == 2)
- setMouseDoubleClickMaxDist(float) - Method in class imgui.ImGuiIO
-
Distance threshold to stay in to validate a double-click, in pixels.
- setMouseDoubleClickTime(float) - Method in class imgui.ImGuiIO
-
Time for a double-click, in seconds.
- setMouseDown(boolean[]) - Method in class imgui.ImGuiIO
-
Mouse buttons: 0=left, 1=right, 2=middle + extras (ImGuiMouseButton_COUNT == 5).
- setMouseDown(int, boolean) - Method in class imgui.ImGuiIO
-
Mouse buttons: 0=left, 1=right, 2=middle + extras (ImGuiMouseButton_COUNT == 5).
- setMouseDownDuration(float[]) - Method in class imgui.ImGuiIO
-
Duration the mouse button has been down (0.0f == just clicked)
- setMouseDownDuration(int, float) - Method in class imgui.ImGuiIO
-
Duration the mouse button has been down (0.0f == just clicked)
- setMouseDownDurationPrev(float[]) - Method in class imgui.ImGuiIO
-
Previous time the mouse button has been down
- setMouseDownDurationPrev(int, float) - Method in class imgui.ImGuiIO
-
Previous time the mouse button has been down
- setMouseDownOwned(boolean[]) - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window or over void blocked by a popup.
- setMouseDownOwned(int, boolean) - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window or over void blocked by a popup.
- setMouseDownOwnedUnlessPopupClose(boolean[]) - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window.
- setMouseDownOwnedUnlessPopupClose(int, boolean) - Method in class imgui.ImGuiIO
-
Track if button was clicked inside a dear imgui window.
- setMouseDragMaxDistanceAbs(ImVec2[]) - Method in class imgui.ImGuiIO
-
Maximum distance, absolute, on each axis, of how much mouse has traveled from the clicking point
- setMouseDragMaxDistanceSqr(float[]) - Method in class imgui.ImGuiIO
-
Squared maximum distance of how much mouse has traveled from the clicking point
- setMouseDragMaxDistanceSqr(int, float) - Method in class imgui.ImGuiIO
-
Squared maximum distance of how much mouse has traveled from the clicking point
- setMouseDragThreshold(float) - Method in class imgui.ImGuiIO
-
Distance threshold before considering we are dragging.
- setMouseDrawCursor(boolean) - Method in class imgui.ImGuiIO
-
Request ImGui to draw a mouse cursor for you (if you are on a platform without a mouse cursor).
- setMouseHoveredViewport(int) - Method in class imgui.ImGuiIO
-
(Optional) When using multiple viewports: viewport the OS mouse cursor is hovering _IGNORING_ viewports with the ImGuiViewportFlags_NoInputs flag, and _REGARDLESS_ of whether another viewport is focused.
- setMousePos(float, float) - Method in class imgui.ImGuiIO
-
Mouse position, in pixels.
- setMousePos(ImVec2) - Method in class imgui.ImGuiIO
-
Mouse position, in pixels.
- setMousePosPadding(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setMousePosPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setMousePosPrev(float, float) - Method in class imgui.ImGuiIO
-
Previous mouse position (note that MouseDelta is not necessary == MousePos-MousePosPrev, in case either position is invalid)
- setMousePosPrev(ImVec2) - Method in class imgui.ImGuiIO
-
Previous mouse position (note that MouseDelta is not necessary == MousePos-MousePosPrev, in case either position is invalid)
- setMouseReleased(boolean[]) - Method in class imgui.ImGuiIO
-
Mouse button went from Down to !Down
- setMouseReleased(int, boolean) - Method in class imgui.ImGuiIO
-
Mouse button went from Down to !Down
- setMouseWheel(float) - Method in class imgui.ImGuiIO
-
Mouse wheel Vertical: 1 unit scrolls about 5 lines text.
- setMouseWheelH(float) - Method in class imgui.ImGuiIO
-
Mouse wheel Horizontal.
- setMouseWheelRequestAxisSwap(boolean) - Method in class imgui.ImGuiIO
-
On a non-Mac system, holding SHIFT requests WheelY to perform the equivalent of a WheelX event.
- setName(String) - Method in class imgui.ImFontConfig
-
Name (strictly to ease debugging)
- setNavActive(boolean) - Method in class imgui.ImGuiIO
-
Keyboard/Gamepad navigation is currently allowed (will handle ImGuiKey_NavXXX events) = a window is focused and it doesn't use the ImGuiWindowFlags_NoNavInputs flag.
- setNavigateButtonIndex(int) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setNavVisible(boolean) - Method in class imgui.ImGuiIO
-
Keyboard/Gamepad navigation is visible and allowed (will handle ImGuiKey_NavXXX events).
- setNextAxesLimits(double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Sets the upcoming primary X and Y axes range limits.
- setNextAxesLimits(double, double, double, double, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets the upcoming primary X and Y axes range limits.
- setNextAxesToFit() - Static method in class imgui.extension.implot.ImPlot
-
Sets all upcoming axes to auto fit to their data.
- setNextAxisLimits(int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Sets an upcoming axis range limits.
- setNextAxisLimits(int, double, double, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets an upcoming axis range limits.
- setNextAxisLinks(int, ImDouble, ImDouble) - Static method in class imgui.extension.implot.ImPlot
-
Links an upcoming axis range limits to external values.
- setNextAxisToFit(int) - Static method in class imgui.extension.implot.ImPlot
-
Set an upcoming axis to auto fit to its data.
- setNextFrameWantCaptureKeyboard(boolean) - Static method in class imgui.ImGui
-
Override io.WantCaptureKeyboard flag next frame (said flag is left for your application to handle, typically when true it instructs your app to ignore inputs).
- setNextFrameWantCaptureMouse(boolean) - Static method in class imgui.ImGui
-
Override io.WantCaptureMouse flag next frame (said flag is left for your application to handle, typical when true it instucts your app to ignore inputs).
- setNextItemAllowOverlap() - Static method in class imgui.ImGui
-
Allow next item to be overlapped by a subsequent item.
- setNextItemOpen(boolean) - Static method in class imgui.ImGui
-
Set next TreeNode/CollapsingHeader open state.
- setNextItemOpen(boolean, int) - Static method in class imgui.ImGui
-
Set next TreeNode/CollapsingHeader open state.
- setNextItemSelectionUserData(long) - Static method in class imgui.ImGui
-
Set selection user data for the next item, used by
BeginMultiSelect/EndMultiSelect()and insideImGuiMultiSelectIO. - setNextItemShortcut(int) - Static method in class imgui.ImGui
- setNextItemShortcut(int, int) - Static method in class imgui.ImGui
- setNextItemWidth(float) - Static method in class imgui.ImGui
-
Set width of the _next_ common large "item+label" widget.
- setNextWindowBgAlpha(float) - Static method in class imgui.ImGui
-
Set next window background color alpha.
- setNextWindowClass(ImGuiWindowClass) - Static method in class imgui.ImGui
-
set next window class (rare/advanced uses: provide hints to the platform backend via altered viewport flags and parent/child info)
- setNextWindowCollapsed(boolean) - Static method in class imgui.ImGui
-
Set next window collapsed state.
- setNextWindowCollapsed(boolean, int) - Static method in class imgui.ImGui
-
Set next window collapsed state.
- setNextWindowContentSize(float, float) - Static method in class imgui.ImGui
-
Set next window content size (~ scrollable client area, which enforce the range of scrollbars).
- setNextWindowContentSize(ImVec2) - Static method in class imgui.ImGui
-
Set next window content size (~ scrollable client area, which enforce the range of scrollbars).
- setNextWindowDockID(int) - Static method in class imgui.ImGui
-
Set next window dock id
- setNextWindowDockID(int, int) - Static method in class imgui.ImGui
-
Set next window dock id
- setNextWindowFocus() - Static method in class imgui.ImGui
-
Set next window to be focused / top-most.
- setNextWindowPos(float, float) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowPos(float, float, float, float) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowPos(float, float, int) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowPos(float, float, int, float, float) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowPos(ImVec2) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowPos(ImVec2, int) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowPos(ImVec2, int, ImVec2) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowPos(ImVec2, ImVec2) - Static method in class imgui.ImGui
-
Set next window position.
- setNextWindowScroll(float, float) - Static method in class imgui.ImGui
-
Set next window scrolling value (use
< 0.0fto not affect a given axis). - setNextWindowScroll(float, float) - Static method in class imgui.internal.ImGui
- setNextWindowScroll(ImVec2) - Static method in class imgui.ImGui
-
Set next window scrolling value (use
< 0.0fto not affect a given axis). - setNextWindowScroll(ImVec2) - Static method in class imgui.internal.ImGui
- setNextWindowSize(float, float) - Static method in class imgui.ImGui
-
Set next window size.
- setNextWindowSize(float, float, int) - Static method in class imgui.ImGui
-
Set next window size.
- setNextWindowSize(ImVec2) - Static method in class imgui.ImGui
-
Set next window size.
- setNextWindowSize(ImVec2, int) - Static method in class imgui.ImGui
-
Set next window size.
- setNextWindowSizeConstraints(float, float, float, float) - Static method in class imgui.ImGui
-
Set next window size limits.
- setNextWindowSizeConstraints(ImVec2, ImVec2) - Static method in class imgui.ImGui
-
Set next window size limits.
- setNextWindowViewport(int) - Static method in class imgui.ImGui
-
Set next window viewport.
- setNodeBorderThickness(float) - Method in class imgui.extension.imnodes.ImNodesStyle
- setNodeBorderWidth(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setNodeCornerRounding(float) - Method in class imgui.extension.imnodes.ImNodesStyle
- setNodeDraggable(int, boolean) - Static method in class imgui.extension.imnodes.ImNodes
-
Enable or disable the ability to click and drag a specific node.
- setNodeEditorSpacePos(int, float, float) - Static method in class imgui.extension.imnodes.ImNodes
- setNodeEditorSpacePos(int, ImVec2) - Static method in class imgui.extension.imnodes.ImNodes
- setNodeGridSpacePos(int, float, float) - Static method in class imgui.extension.imnodes.ImNodes
- setNodeGridSpacePos(int, ImVec2) - Static method in class imgui.extension.imnodes.ImNodes
- setNodePadding(float, float) - Method in class imgui.extension.imnodes.ImNodesStyle
- setNodePadding(float, float, float, float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setNodePadding(ImVec2) - Method in class imgui.extension.imnodes.ImNodesStyle
- setNodePadding(ImVec4) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setNodePosition(long, float, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- setNodePosition(long, ImVec2) - Static method in class imgui.extension.nodeditor.NodeEditor
- setNodeRounding(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setNodeScreenSpacePos(int, float, float) - Static method in class imgui.extension.imnodes.ImNodes
- setNodeScreenSpacePos(int, ImVec2) - Static method in class imgui.extension.imnodes.ImNodes
- setNodeZPosition(long, float) - Static method in class imgui.extension.nodeditor.NodeEditor
- setOffset(int) - Method in class imgui.extension.implot.ImPlotSpec
- setOffsetAsciiMaxX(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setOffsetAsciiMinX(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setOffsetHexMaxX(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setOffsetHexMinX(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setOnlyNodeWithWindows(ImGuiDockNode) - Method in class imgui.internal.ImGuiDockNode
-
[Root node only] Set when there is a single visible node within the hierarchy.
- setOpen(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setOptAddrDigitsCount(int) - Method in class imgui.extension.memedit.MemoryEditor
- setOptFooterExtraHeight(float) - Method in class imgui.extension.memedit.MemoryEditor
- setOptGreyOutZeroes(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setOptMidColsCount(int) - Method in class imgui.extension.memedit.MemoryEditor
- setOptShowAscii(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setOptShowDataPreview(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setOptShowHexII(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setOptShowOptions(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setOptUpperCaseHex(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setOrthographic(boolean) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Making sure if we're set to ortho or not.
- setOverrideMod(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
Ctrl when held, all input is ignored; used to enable axis/plots as DND sources
- setOversampleH(int) - Method in class imgui.ImFontConfig
-
Rasterize at higher quality for sub-pixel positioning.
- setOversampleV(int) - Method in class imgui.ImFontConfig
-
Rasterize at higher quality for sub-pixel positioning.
- setOverwriteEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setPalette(int[]) - Method in class imgui.extension.texteditor.TextEditor
- setPaletteColor(int, int) - Method in class imgui.extension.texteditor.TextEditor
- setPaletteColor(TextEditorColor, int) - Method in class imgui.extension.texteditor.TextEditor
- setPan(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
LMB enables panning when held
- setPanMod(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
Optional modifier that must be held for panning/fitting
- setParentNode(ImGuiDockNode) - Method in class imgui.internal.ImGuiDockNode
- setParentViewportId(int) - Method in class imgui.ImGuiViewport
-
(Advanced) 0: no parent.
- setParentViewportId(int) - Method in class imgui.ImGuiWindowClass
-
Hint for the platform backend.
- setPenPressure(float) - Method in class imgui.ImGuiIO
-
Touch/Pen pressure (0.0f to 1.0f, should be
>0.0f only when MouseDown[0] == true). - setPinArrowSize(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPinArrowWidth(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPinBorderWidth(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPinCircleRadius(float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
The circle radius used when the pin shape is either PinShape_Circle or PinShape_CircleFilled.
- setPinCorners(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPinHoverRadius(float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
The radius from the pin's center position inside of which it is detected as being hovered over.
- setPinLineThickness(float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
The thickness of the line used when the pin shape is not filled.
- setPinOffset(float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
Offsets the pins' positions from the edge of the node to the outside of the node.
- setPinQuadSideLength(float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
The quad side length used when the shape is either PinShape_Quad or PinShape_QuadFilled.
- setPinRadius(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPinRounding(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPinTriangleSideLength(float) - Method in class imgui.extension.imnodes.ImNodesStyle
-
The equilateral triangle side length used when the pin shape is either PinShape_Triangle or PinShape_TriangleFilled.
- setPivotAlignment(float, float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPivotAlignment(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPivotScale(float, float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPivotScale(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPivotSize(float, float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPivotSize(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setPixelSnapH(boolean) - Method in class imgui.ImFontConfig
-
Align every glyph to pixel boundary.
- setPlatformCreateWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformDestroyWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// N .
- setPlatformGetWindowDpiScale(ImPlatformFuncViewportSuppFloat) - Method in class imgui.ImGuiPlatformIO
-
// N .
- setPlatformGetWindowFocus(ImPlatformFuncViewportSuppBoolean) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformGetWindowMinimized(ImPlatformFuncViewportSuppBoolean) - Method in class imgui.ImGuiPlatformIO
-
// N .
- setPlatformGetWindowPos(ImPlatformFuncViewportSuppImVec2) - Method in class imgui.ImGuiPlatformIO
-
// N .
- setPlatformGetWindowSize(ImPlatformFuncViewportSuppImVec2) - Method in class imgui.ImGuiPlatformIO
-
// N .
- setPlatformHandle(long) - Method in class imgui.ImGuiPlatformMonitor
-
Backend dependant data (e.g.
- setPlatformHandle(long) - Method in class imgui.ImGuiViewport
-
void* for FindViewportByPlatformHandle().
- setPlatformHandleRaw(long) - Method in class imgui.ImGuiViewport
-
void* to hold lower-level, platform-native window handle (e.g.
- setPlatformOnChangedViewport(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// (Optional) [BETA] FIXME-DPI: DPI handling: Called during Begin() every time the viewport we are outputting into changes, so backend has a chance to swap fonts to adjust style.
- setPlatformRenderWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformRequestClose(boolean) - Method in class imgui.ImGuiViewport
-
Platform window requested closure (e.g.
- setPlatformRequestMove(boolean) - Method in class imgui.ImGuiViewport
-
Platform window requested move (e.g.
- setPlatformRequestResize(boolean) - Method in class imgui.ImGuiViewport
-
Platform window requested resize (e.g.
- setPlatformSetWindowAlpha(ImPlatformFuncViewportFloat) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformSetWindowFocus(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// N .
- setPlatformSetWindowPos(ImPlatformFuncViewportImVec2) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformSetWindowSize(ImPlatformFuncViewportImVec2) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformSetWindowTitle(ImPlatformFuncViewportString) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformShowWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformSwapBuffers(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformUpdateWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setPlatformUserData(Object) - Method in class imgui.ImGuiViewport
-
void* to hold custom data structure for the OS / platform (e.g.
- setPlatformWindowCreated(boolean) - Method in class imgui.ImGuiViewport
-
Platform window has been created (Platform_CreateWindow() has been called).
- setPlotBorderSize(float) - Method in class imgui.extension.implot.ImPlotStyle
- setPlotDefaultSize(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setPlotDefaultSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setPlotMinSize(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setPlotMinSize(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setPlotPadding(float, float) - Method in class imgui.extension.implot.ImPlotStyle
- setPlotPadding(ImVec2) - Method in class imgui.extension.implot.ImPlotStyle
- setPopupBorderSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of border around popup/tooltip windows.
- setPopupRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of popup window corners rounding.
- setPos(float, float) - Method in class imgui.ImGuiViewport
-
Main Area: Position of the viewport (the imgui coordinates are the same as OS desktop/native coordinates).
- setPos(float, float) - Method in class imgui.internal.ImGuiDockNode
-
Current position
- setPos(ImVec2) - Method in class imgui.ImGuiViewport
-
Main Area: Position of the viewport (the imgui coordinates are the same as OS desktop/native coordinates).
- setPos(ImVec2) - Method in class imgui.internal.ImGuiDockNode
-
Current position
- setRasterizerDensity(float) - Method in class imgui.ImFontConfig
-
DPI scale for rasterization, not altering other font metrics: make it easy to swap between e.g.
- setRasterizerMultiply(float) - Method in class imgui.ImFontConfig
-
Brighten (
>1.0f) or darken (<1.0f) font output. - setReadOnly(boolean) - Method in class imgui.extension.memedit.MemoryEditor
- setReadOnlyEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setRect(float, float, float, float) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
This will set the rect position.
- setRendererCreateWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setRendererDestroyWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// N .
- setRendererRenderWindow(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setRendererSetWindowPos(ImPlatformFuncViewportImVec2) - Method in class imgui.ImGuiPlatformIO
-
// .
- setRendererSwapBuffers(ImPlatformFuncViewport) - Method in class imgui.ImGuiPlatformIO
-
// .
- setRendererUserData(Object) - Method in class imgui.ImGuiViewport
-
void* to hold custom data structure for the renderer (e.g.
- setReplaceAllButtonLabel(String) - Method in class imgui.extension.texteditor.TextEditor
- setReplaceButtonLabel(String) - Method in class imgui.extension.texteditor.TextEditor
- setScale(float) - Method in class imgui.ImFont
-
Legacy base font scale (~1.0f), multiplied by the per-window font scale which you can adjust with SetWindowFontScale().
- setScrollbarRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of grab corners for scrollbar.
- setScrollbarSize(float) - Method in class imgui.ImGuiStyle
-
Width of the vertical scrollbar, Height of the horizontal scrollbar.
- setScrollDuration(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setScrollFromPosX(float) - Static method in class imgui.ImGui
-
Adjust scrolling amount to make given position visible.
- setScrollFromPosX(float, float) - Static method in class imgui.ImGui
-
Adjust scrolling amount to make given position visible.
- setScrollFromPosX(ImGuiWindow, float, float) - Static method in class imgui.internal.ImGui
- setScrollFromPosY(float) - Static method in class imgui.ImGui
-
Adjust scrolling amount to make given position visible.
- setScrollFromPosY(float, float) - Static method in class imgui.ImGui
-
Adjust scrolling amount to make given position visible.
- setScrollFromPosY(ImGuiWindow, float, float) - Static method in class imgui.internal.ImGui
- setScrollHereX() - Static method in class imgui.ImGui
-
Adjust scrolling amount to make current cursor position visible.
- setScrollHereX(float) - Static method in class imgui.ImGui
-
Adjust scrolling amount to make current cursor position visible.
- setScrollHereY() - Static method in class imgui.ImGui
-
Adjust scrolling amount to make current cursor position visible.
- setScrollHereY(float) - Static method in class imgui.ImGui
-
Adjust scrolling amount to make current cursor position visible.
- setScrollX(float) - Static method in class imgui.ImGui
-
Set scrolling amount [0 ..
- setScrollX(ImGuiWindow, float) - Static method in class imgui.internal.ImGui
- setScrollY(float) - Static method in class imgui.ImGui
-
Set scrolling amount [0..GetScrollMaxY()]
- setScrollY(ImGuiWindow, float) - Static method in class imgui.internal.ImGui
- setSelect(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
RMB begins box selection when pressed and confirms selection when released
- setSelectableTextAlign(float, float) - Method in class imgui.ImGuiStyle
-
Alignment of selectable text.
- setSelectableTextAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment of selectable text.
- setSelectButtonIndex(int) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setSelectCancel(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
LMB cancels active box selection when pressed; cannot be the same as Select
- SetSelected - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Trigger flag to programmatically make the tab selected when calling BeginTabItem()
- setSelectedNodeBorderOffset(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setSelectedNodeBorderWidth(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setSelectedTabId(int) - Method in class imgui.internal.ImGuiDockNode
-
[Leaf node only] Which of our tab/window is selected.
- setSelectHorzMod(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
Alt expands active box selection horizontally to plot edge when held
- setSelectionEnd(int) - Method in class imgui.ImGuiInputTextCallbackData
-
Selection End
- setSelectionStart(int) - Method in class imgui.ImGuiInputTextCallbackData
-
Selection Start
- setSelectMod(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
Optional modifier that must be held for box selection
- setSelectVertMod(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
Shift expands active box selection vertically to plot edge when held
- setSeparatorSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of the separator line rendered by Separator() (new in imgui 1.92.7).
- setSeparatorTextAlign(float, float) - Method in class imgui.ImGuiStyle
-
Alignment of text within the separator.
- setSeparatorTextAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment of text within the separator.
- setSeparatorTextBorderSize(float) - Method in class imgui.ImGuiStyle
-
Thickkness of border in SeparatorText()
- setSeparatorTextPadding(float, float) - Method in class imgui.ImGuiStyle
-
Horizontal offset of text from each edge of the separator + spacing on other axis.
- setSeparatorTextPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Horizontal offset of text from each edge of the separator + spacing on other axis.
- setSetClipboardTextFn(ImStrConsumer) - Method in class imgui.ImGuiIO
- setSettingsFile(String) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setSharedFlags(int) - Method in class imgui.internal.ImGuiDockNode
-
Flags shared by all nodes of a same dockspace hierarchy (inherited from the root node)
- setShowLineNumbersEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setShowMatchingBrackets(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setShowPanScrollIndicatorEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setShowScrollbarMiniMapEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setShowSpacesEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setShowTabsEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setShowWhitespacesEnabled(boolean) - Method in class imgui.extension.texteditor.TextEditor
- setSize(float) - Method in class imgui.extension.implot.ImPlotSpec
- setSize(float, float) - Method in class imgui.ImGuiViewport
-
Main Area: Size of the viewport.
- setSize(float, float) - Method in class imgui.internal.ImGuiDockNode
-
Current size
- setSize(ImVec2) - Method in class imgui.ImGuiViewport
-
Main Area: Size of the viewport.
- setSize(ImVec2) - Method in class imgui.internal.ImGuiDockNode
-
Current size
- setSizePixels(float) - Method in class imgui.ImFontConfig
-
Size in pixels for rasterizer (more or less maps to the resulting font height).
- setSizeRef(float, float) - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
- setSizeRef(ImVec2) - Method in class imgui.internal.ImGuiDockNode
-
[Split node only] Last explicitly written-to size (overridden when using a splitter affecting the node), used to calculate Size.
- setSmoothZoomPower(float) - Method in class imgui.extension.nodeditor.NodeEditorConfig
- setSnapLinkToPinDir(float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setSourceDirection(float, float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setSourceDirection(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setSpacingBetweenMidCols(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setSpecsDirty(boolean) - Method in class imgui.ImGuiTableSortSpecs
-
Set to true when specs have changed since last time! Use this to sort again, then clear the flag.
- setStateStorage(ImGuiStorage) - Static method in class imgui.ImGui
-
Replace current window storage with our own (if you want to manipulate it yourself, typically clear subsection of it).
- setStride(int) - Method in class imgui.extension.implot.ImPlotSpec
- setTabBorderSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of border around tabs.
- setTabCloseButtonMinWidthSelected(float) - Method in class imgui.ImGuiStyle
-
Minimum width for close button to appear on a selected tab when hovered.
- setTabCloseButtonMinWidthUnselected(float) - Method in class imgui.ImGuiStyle
-
Minimum width for close button to appear on an unselected tab when hovered.
- setTabItemClosed(String) - Static method in class imgui.ImGui
-
Notify TabBar or Docking system of a closed tab/window ahead (useful to reduce visual flicker on reorderable tab bars).
- setTabItemFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
[EXPERIMENTAL] TabItem flags to set when a window of this class gets submitted into a dock node tab bar.
- setTabRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of upper corners of a tab.
- setTabSize(int) - Method in class imgui.extension.texteditor.TextEditor
- setTargetDirection(float, float) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setTargetDirection(ImVec2) - Method in class imgui.extension.nodeditor.NodeEditorStyle
- setTexGlyphPadding(int) - Method in class imgui.ImFontAtlas
-
Padding between glyphs within texture in pixels.
- setTexID(long) - Method in class imgui.ImFontAtlas
-
User data to refer to the texture once it has been uploaded to user's graphic systems.
- setTexMaxHeight(int) - Method in class imgui.ImFontAtlas
-
Maximum desired atlas texture height (must be power of two).
- setTexMaxWidth(int) - Method in class imgui.ImFontAtlas
-
Maximum desired atlas texture width (must be power of two).
- setTexMinHeight(int) - Method in class imgui.ImFontAtlas
-
Minimum desired atlas texture height (must be power of two).
- setTexMinWidth(int) - Method in class imgui.ImFontAtlas
-
Minimum desired atlas texture width (must be power of two).
- setText(String) - Method in class imgui.extension.texteditor.TextEditor
- setTooltip(String) - Static method in class imgui.ImGui
-
Set a text-only tooltip.
- setTouchExtraPadding(float, float) - Method in class imgui.ImGuiStyle
-
Expand reactive bounding box for touch-based system where touch position is not accurate enough.
- setTouchExtraPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Expand reactive bounding box for touch-based system where touch position is not accurate enough.
- setTreeLinesFlags(int) - Method in class imgui.ImGuiStyle
-
Default way to draw lines connecting TreeNode hierarchy (since imgui 1.92).
- setTreeLinesRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of lines connecting child nodes to the vertical line (since imgui 1.92).
- setTreeLinesSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of outlines when using
ImGuiTreeNodeFlags_DrawLines(since imgui 1.92). - setU0(float) - Method in class imgui.ImFontGlyph
-
Texture coordinates
- setU1(float) - Method in class imgui.ImFontGlyph
-
Texture coordinates
- setupAxes(String, String) - Static method in class imgui.extension.implot.ImPlot
-
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).
- setupAxes(String, String, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).
- setupAxes(String, String, int, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets the label and/or flags for primary X and Y axes (shorthand for two calls to SetupAxis).
- setupAxesLimits(double, double, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Sets the primary X and Y axes range limits.
- setupAxesLimits(double, double, double, double, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets the primary X and Y axes range limits.
- setupAxis(int) - Static method in class imgui.extension.implot.ImPlot
-
Enables an axis or sets the label and/or flags for an existing axis.
- setupAxis(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Enables an axis or sets the label and/or flags for an existing axis.
- setupAxis(int, String) - Static method in class imgui.extension.implot.ImPlot
-
Enables an axis or sets the label and/or flags for an existing axis.
- setupAxis(int, String, int) - Static method in class imgui.extension.implot.ImPlot
-
Enables an axis or sets the label and/or flags for an existing axis.
- setupAxisFormat(int, String) - Static method in class imgui.extension.implot.ImPlot
-
Sets the format of numeric axis labels via formatter specifier (default="%g").
- setupAxisLimits(int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis range limits.
- setupAxisLimits(int, double, double, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis range limits.
- setupAxisLimitsConstraints(int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' limits constraints.
- setupAxisLinks(int, ImDouble, ImDouble) - Static method in class imgui.extension.implot.ImPlot
-
Links an axis range limits to external values.
- setupAxisScale(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' scale using built-in options.
- setupAxisTicks(int, double[], int) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels.
- setupAxisTicks(int, double[], int, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels.
- setupAxisTicks(int, double[], int, String[]) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels.
- setupAxisTicks(int, double[], int, String[], boolean) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels.
- setupAxisTicks(int, double, double, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels for the next plot.
- setupAxisTicks(int, double, double, int, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels for the next plot.
- setupAxisTicks(int, double, double, int, String[]) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels for the next plot.
- setupAxisTicks(int, double, double, int, String[], boolean) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' ticks and optionally the labels for the next plot.
- setupAxisZoomConstraints(int, double, double) - Static method in class imgui.extension.implot.ImPlot
-
Sets an axis' zoom constraints.
- setupFinish() - Static method in class imgui.extension.implot.ImPlot
-
Explicitly finalize plot setup.
- setupLegend(int) - Static method in class imgui.extension.implot.ImPlot
-
Sets up the plot legend.
- setupLegend(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets up the plot legend.
- setupMouseText(int) - Static method in class imgui.extension.implot.ImPlot
-
Sets the location of the current plot's mouse position text (default = South|East).
- setupMouseText(int, int) - Static method in class imgui.extension.implot.ImPlot
-
Sets the location of the current plot's mouse position text (default = South|East).
- setUse24HourClock(boolean) - Method in class imgui.extension.implot.ImPlotStyle
- setUseISO8601(boolean) - Method in class imgui.extension.implot.ImPlotStyle
- setUseLocalTime(boolean) - Method in class imgui.extension.implot.ImPlotStyle
- setUserData(int, long) - Method in class imgui.extension.texteditor.TextEditor
- setV0(float) - Method in class imgui.ImFontGlyph
-
Texture coordinates
- setV1(float) - Method in class imgui.ImFontGlyph
-
Texture coordinates
- setViewportFlagsOverrideClear(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to clear when a window of this class owns a viewport.
- setViewportFlagsOverrideSet(int) - Method in class imgui.ImGuiWindowClass
-
Viewport flags to set when a window of this class owns a viewport.
- setVisible(int) - Method in class imgui.ImFontGlyph
-
Flag to indicate glyph has no visible pixels (e.g.
- setVisibleWindow(ImGuiWindow) - Method in class imgui.internal.ImGuiDockNode
-
Generally point to window which is ID is == SelectedTabID, but when CTRL+Tabbing this can be a different window.
- setWantCaptureKeyboard(boolean) - Method in class imgui.ImGuiIO
-
Set when Dear ImGui will use keyboard inputs, in this case do not dispatch them to your main game/application (either way, always pass keyboard inputs to imgui).
- setWantCaptureMouse(boolean) - Method in class imgui.ImGuiIO
-
Set when Dear ImGui will use mouse inputs, in this case do not dispatch them to your main game/application (either way, always pass on mouse inputs to imgui).
- setWantCaptureMouseUnlessPopupClose(boolean) - Method in class imgui.ImGuiIO
-
Alternative to WantCaptureMouse: (WantCaptureMouse == true
&&WantCaptureMouseUnlessPopupClose == false) when a click over void is expected to close a popup. - setWantCloseAll(boolean) - Method in class imgui.internal.ImGuiDockNode
-
Set when closing all tabs at once.
- setWantCloseTabId(int) - Method in class imgui.internal.ImGuiDockNode
-
[Leaf node only] Set when closing a specific tab/window.
- setWantHiddenTabBarToggle(boolean) - Method in class imgui.internal.ImGuiDockNode
- setWantHiddenTabBarUpdate(boolean) - Method in class imgui.internal.ImGuiDockNode
- setWantLockSizeOnce(boolean) - Method in class imgui.internal.ImGuiDockNode
- setWantMouseMove(boolean) - Method in class imgui.internal.ImGuiDockNode
-
After a node extraction we need to transition toward moving the newly created host window
- setWantSaveIniSettings(boolean) - Method in class imgui.ImGuiIO
-
When manual .ini load/save is active (io.IniFilename == NULL), this will be set to notify your application that you can call SaveIniSettingsToMemory() and save yourself.
- setWantSetMousePos(boolean) - Method in class imgui.ImGuiIO
-
MousePos has been altered, backend should reposition mouse on next frame.
- setWantTextInput(boolean) - Method in class imgui.ImGuiIO
-
Mobile/console: when set, you may display an on-screen keyboard.
- setWindowBorderSize(float) - Method in class imgui.ImGuiStyle
-
Thickness of border around windows.
- setWindowCollapsed(boolean) - Static method in class imgui.ImGui
-
(not recommended) set current window collapsed state.
- setWindowCollapsed(boolean, int) - Static method in class imgui.ImGui
-
(not recommended) set current window collapsed state.
- setWindowCollapsed(ImGuiWindow, boolean) - Static method in class imgui.internal.ImGui
- setWindowCollapsed(ImGuiWindow, boolean, int) - Static method in class imgui.internal.ImGui
- setWindowCollapsed(String, boolean) - Static method in class imgui.ImGui
-
Set named window collapsed state
- setWindowCollapsed(String, boolean, int) - Static method in class imgui.ImGui
-
Set named window collapsed state
- setWindowFocus() - Static method in class imgui.ImGui
-
(not recommended) set current window to be focused / top-most.
- setWindowFocus(String) - Static method in class imgui.ImGui
-
Set named window to be focused / top-most.
- setWindowFontScale(float) - Static method in class imgui.ImGui
-
Set font scale.
- setWindowHitTestHole(ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- setWindowHitTestHole(ImGuiWindow, ImVec2, ImVec2) - Static method in class imgui.internal.ImGui
- setWindowMenuButtonPosition(int) - Method in class imgui.ImGuiStyle
-
Side of the collapsing/docking button in the title bar (None/Left/Right).
- setWindowMinSize(float, float) - Method in class imgui.ImGuiStyle
-
Minimum window size.
- setWindowMinSize(ImVec2) - Method in class imgui.ImGuiStyle
-
Minimum window size.
- setWindowPadding(float, float) - Method in class imgui.ImGuiStyle
-
Padding within a window.
- setWindowPadding(ImVec2) - Method in class imgui.ImGuiStyle
-
Padding within a window.
- setWindowPos(float, float) - Static method in class imgui.ImGui
-
(not recommended) set current window position - call within Begin()/End().
- setWindowPos(float, float, int) - Static method in class imgui.ImGui
-
(not recommended) set current window position - call within Begin()/End().
- setWindowPos(ImVec2) - Static method in class imgui.ImGui
-
(not recommended) set current window position - call within Begin()/End().
- setWindowPos(ImVec2, int) - Static method in class imgui.ImGui
-
(not recommended) set current window position - call within Begin()/End().
- setWindowPos(ImGuiWindow, float, float) - Static method in class imgui.internal.ImGui
- setWindowPos(ImGuiWindow, float, float, int) - Static method in class imgui.internal.ImGui
- setWindowPos(ImGuiWindow, ImVec2) - Static method in class imgui.internal.ImGui
- setWindowPos(ImGuiWindow, ImVec2, int) - Static method in class imgui.internal.ImGui
- setWindowPos(String, float, float) - Static method in class imgui.ImGui
-
Set named window position.
- setWindowPos(String, float, float, int) - Static method in class imgui.ImGui
-
Set named window position.
- setWindowPos(String, ImVec2) - Static method in class imgui.ImGui
-
Set named window position.
- setWindowPos(String, ImVec2, int) - Static method in class imgui.ImGui
-
Set named window position.
- setWindowRounding(float) - Method in class imgui.ImGuiStyle
-
Radius of window corners rounding.
- setWindowSize(float, float) - Static method in class imgui.ImGui
-
(not recommended) set current window size - call within Begin()/End().
- setWindowSize(float, float, int) - Static method in class imgui.ImGui
-
(not recommended) set current window size - call within Begin()/End().
- setWindowSize(ImVec2) - Static method in class imgui.ImGui
-
(not recommended) set current window size - call within Begin()/End().
- setWindowSize(ImVec2, int) - Static method in class imgui.ImGui
-
(not recommended) set current window size - call within Begin()/End().
- setWindowSize(ImGuiWindow, float, float) - Static method in class imgui.internal.ImGui
- setWindowSize(ImGuiWindow, float, float, int) - Static method in class imgui.internal.ImGui
- setWindowSize(ImGuiWindow, ImVec2) - Static method in class imgui.internal.ImGui
- setWindowSize(ImGuiWindow, ImVec2, int) - Static method in class imgui.internal.ImGui
- setWindowSize(String, float, float) - Static method in class imgui.ImGui
-
Set named window size.
- setWindowSize(String, float, float, int) - Static method in class imgui.ImGui
-
Set named window size.
- setWindowSize(String, ImVec2) - Static method in class imgui.ImGui
-
Set named window size.
- setWindowSize(String, ImVec2, int) - Static method in class imgui.ImGui
-
Set named window size.
- setWindowTitleAlign(float, float) - Method in class imgui.ImGuiStyle
-
Alignment for title bar text.
- setWindowTitleAlign(ImVec2) - Method in class imgui.ImGuiStyle
-
Alignment for title bar text.
- setWindowWidth(float) - Method in class imgui.extension.memedit.MemoryEditorSizes
- setWorkPos(float, float) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- setWorkPos(float, float) - Method in class imgui.ImGuiViewport
-
Work Area: Position of the viewport minus task bars, menus bars, status bars.
- setWorkPos(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- setWorkPos(ImVec2) - Method in class imgui.ImGuiViewport
-
Work Area: Position of the viewport minus task bars, menus bars, status bars.
- setWorkSize(float, float) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- setWorkSize(float, float) - Method in class imgui.ImGuiViewport
-
Work Area: Size of the viewport minus task bars, menu bars, status bars.
- setWorkSize(ImVec2) - Method in class imgui.ImGuiPlatformMonitor
-
Coordinates without task bars / side bars / menu bars.
- setWorkSize(ImVec2) - Method in class imgui.ImGuiViewport
-
Work Area: Size of the viewport minus task bars, menu bars, status bars.
- setX0(float) - Method in class imgui.ImFontGlyph
-
Glyph corners
- setX1(float) - Method in class imgui.ImFontGlyph
-
Glyph corners
- setY0(float) - Method in class imgui.ImFontGlyph
-
Glyph corners
- setY1(float) - Method in class imgui.ImFontGlyph
-
Glyph corners
- setZoomMod(int) - Method in class imgui.extension.implot.ImPlotInputMap
-
Optional modifier that must be held for scroll wheel zooming
- setZoomRate(float) - Method in class imgui.extension.implot.ImPlotInputMap
-
Zoom rate for scroll (e.g.
- Shaded - Static variable in class imgui.extension.implot.flag.ImPlotLineFlags
-
a filled region between the line and horizontal origin will be rendered; use PlotShaded for more advanced cases
- Shaded - Static variable in class imgui.extension.implot.flag.ImPlotStairsFlags
-
a filled region between the stairs and horizontal origin will be rendered; use PlotShaded for more advanced cases
- shadeVertsTransformPos(ImDrawList, int, int, float, float, float, float, float, float) - Static method in class imgui.internal.ImGui
- shadeVertsTransformPos(ImDrawList, int, int, ImVec2, float, float, ImVec2) - Static method in class imgui.internal.ImGui
- SharedFlagsInheritMask_ - Static variable in class imgui.internal.flag.ImGuiDockNodeFlags
-
Masks
- shortcut(int) - Static method in class imgui.ImGui
- shortcut(int, int) - Static method in class imgui.ImGui
- showAboutWindow() - Static method in class imgui.ImGui
-
Create About window.
- showAboutWindow(ImBoolean) - Static method in class imgui.ImGui
-
Create About window.
- ShowAlways - Static variable in class imgui.extension.implot.flag.ImPlotMouseTextFlags
-
always display mouse position even if plot not hovered
- showBackgroundContextMenu() - Static method in class imgui.extension.nodeditor.NodeEditor
- showColormapSelector(String) - Static method in class imgui.extension.implot.ImPlot
-
Shows ImPlot colormap selector dropdown menu.
- showDebugLogWindow() - Static method in class imgui.ImGui
-
Create Debug Log window.
- showDebugLogWindow(ImBoolean) - Static method in class imgui.ImGui
-
Create Debug Log window.
- showDemoWindow() - Static method in class imgui.extension.implot.ImPlot
-
Shows the ImPlot demo window.
- showDemoWindow() - Static method in class imgui.ImGui
-
Create Demo window.
- showDemoWindow(ImBoolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows the ImPlot demo window.
- showDemoWindow(ImBoolean) - Static method in class imgui.ImGui
-
Create Demo window.
- showFontSelector(String) - Static method in class imgui.ImGui
-
Add font selector block (not a window), essentially a combo listing the loaded fonts.
- showIDStackToolWindow() - Static method in class imgui.ImGui
-
Create Stack Tool window.
- showIDStackToolWindow(ImBoolean) - Static method in class imgui.ImGui
-
Create Stack Tool window.
- showInputMapSelector(String) - Static method in class imgui.extension.implot.ImPlot
-
Shows ImPlot input map selector dropdown menu.
- showLinkContextMenu(ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- showMetricsWindow() - Static method in class imgui.extension.implot.ImPlot
-
Shows ImPlot metrics/debug information window.
- showMetricsWindow() - Static method in class imgui.ImGui
-
Create Metrics/Debugger window.
- showMetricsWindow(ImBoolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows ImPlot metrics/debug information window.
- showMetricsWindow(ImBoolean) - Static method in class imgui.ImGui
-
Create Metrics/Debugger window.
- showNodeContextMenu(ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- showPinContextMenu(ImLong) - Static method in class imgui.extension.nodeditor.NodeEditor
- showStyleEditor() - Static method in class imgui.extension.implot.ImPlot
-
Shows ImPlot style editor block (not a window).
- showStyleEditor() - Static method in class imgui.ImGui
-
Add style editor block (not a window).
- showStyleEditor(ImPlotStyle) - Static method in class imgui.extension.implot.ImPlot
-
Shows ImPlot style editor block (not a window).
- showStyleEditor(ImGuiStyle) - Static method in class imgui.ImGui
-
Add style editor block (not a window).
- showStyleSelector(String) - Static method in class imgui.extension.implot.ImPlot
-
Shows ImPlot style selector dropdown menu.
- showStyleSelector(String) - Static method in class imgui.ImGui
-
Add style selector block (not a window), essentially a combo listing the default styles.
- showUserGuide() - Static method in class imgui.extension.implot.ImPlot
-
Add basic help/info block for end users (not a window).
- showUserGuide() - Static method in class imgui.ImGui
-
Add basic help/info block (not a window): how to manipulate ImGui as an end-user (mouse/keyboard controls).
- shrinkSelectionsToCurlyBrackets() - Method in class imgui.extension.texteditor.TextEditor
- shutdown() - Static method in class imgui.internal.ImGui
- size() - Method in class imgui.extension.implot.ImPlotRange
- size() - Method in class imgui.extension.implot.ImPlotRect
- sizeOfImDrawIdx() - Static method in class imgui.ImDrawData
- sizeOfImDrawVert() - Static method in class imgui.ImDrawData
- SizingFixedFit - Static variable in class imgui.flag.ImGuiTableFlags
-
Columns default to _WidthFixed or _WidthAuto (if resizable or not resizable), matching contents width.
- SizingFixedSame - Static variable in class imgui.flag.ImGuiTableFlags
-
Columns default to _WidthFixed or _WidthAuto (if resizable or not resizable), matching the maximum contents width of all columns.
- SizingMask_ - Static variable in class imgui.flag.ImGuiTableFlags
-
[Internal] Combinations and masks
- SizingStretchProp - Static variable in class imgui.flag.ImGuiTableFlags
-
Columns default to _WidthStretch with default weights proportional to each columns contents widths.
- SizingStretchSame - Static variable in class imgui.flag.ImGuiTableFlags
-
Columns default to _WidthStretch with default weights all equal, unless overridden by TableSetupColumn().
- SkipNaN - Static variable in class imgui.extension.implot.flag.ImPlotLineFlags
-
NaNs values will be skipped instead of rendered as missing data
- Slash - Static variable in class imgui.flag.ImGuiKey
-
/
- sliderAngle(String, float[]) - Static method in class imgui.ImGui
- sliderAngle(String, float[], float) - Static method in class imgui.ImGui
- sliderAngle(String, float[], float, float) - Static method in class imgui.ImGui
- sliderAngle(String, float[], float, float, int) - Static method in class imgui.ImGui
- sliderAngle(String, float[], float, float, String) - Static method in class imgui.ImGui
- sliderAngle(String, float[], float, float, String, int) - Static method in class imgui.ImGui
- sliderFloat(String, float[], float, float) - Static method in class imgui.ImGui
-
Adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display.
- sliderFloat(String, float[], float, float, int) - Static method in class imgui.ImGui
-
Adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display.
- sliderFloat(String, float[], float, float, String) - Static method in class imgui.ImGui
-
Adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display.
- sliderFloat(String, float[], float, float, String, int) - Static method in class imgui.ImGui
-
Adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display.
- sliderFloat2(String, float[], float, float) - Static method in class imgui.ImGui
- sliderFloat2(String, float[], float, float, int) - Static method in class imgui.ImGui
- sliderFloat2(String, float[], float, float, String) - Static method in class imgui.ImGui
- sliderFloat2(String, float[], float, float, String, int) - Static method in class imgui.ImGui
- sliderFloat3(String, float[], float, float) - Static method in class imgui.ImGui
- sliderFloat3(String, float[], float, float, int) - Static method in class imgui.ImGui
- sliderFloat3(String, float[], float, float, String) - Static method in class imgui.ImGui
- sliderFloat3(String, float[], float, float, String, int) - Static method in class imgui.ImGui
- sliderFloat4(String, float[], float, float) - Static method in class imgui.ImGui
- sliderFloat4(String, float[], float, float, int) - Static method in class imgui.ImGui
- sliderFloat4(String, float[], float, float, String) - Static method in class imgui.ImGui
- sliderFloat4(String, float[], float, float, String, int) - Static method in class imgui.ImGui
- SliderGrab - Static variable in class imgui.flag.ImGuiCol
- SliderGrabActive - Static variable in class imgui.flag.ImGuiCol
- sliderInt(String, int[], int, int) - Static method in class imgui.ImGui
- sliderInt(String, int[], int, int, int) - Static method in class imgui.ImGui
- sliderInt(String, int[], int, int, String) - Static method in class imgui.ImGui
- sliderInt(String, int[], int, int, String, int) - Static method in class imgui.ImGui
- sliderInt2(String, int[], int, int) - Static method in class imgui.ImGui
- sliderInt2(String, int[], int, int, int) - Static method in class imgui.ImGui
- sliderInt2(String, int[], int, int, String) - Static method in class imgui.ImGui
- sliderInt2(String, int[], int, int, String, int) - Static method in class imgui.ImGui
- sliderInt3(String, int[], int, int) - Static method in class imgui.ImGui
- sliderInt3(String, int[], int, int, int) - Static method in class imgui.ImGui
- sliderInt3(String, int[], int, int, String) - Static method in class imgui.ImGui
- sliderInt3(String, int[], int, int, String, int) - Static method in class imgui.ImGui
- sliderInt4(String, int[], int, int) - Static method in class imgui.ImGui
- sliderInt4(String, int[], int, int, int) - Static method in class imgui.ImGui
- sliderInt4(String, int[], int, int, String) - Static method in class imgui.ImGui
- sliderInt4(String, int[], int, int, String, int) - Static method in class imgui.ImGui
- sliderScalar(String, double[], double, double) - Static method in class imgui.ImGui
- sliderScalar(String, double[], double, double, String) - Static method in class imgui.ImGui
- sliderScalar(String, double[], double, double, String, int) - Static method in class imgui.ImGui
- sliderScalar(String, float[], float, float) - Static method in class imgui.ImGui
- sliderScalar(String, float[], float, float, String) - Static method in class imgui.ImGui
- sliderScalar(String, float[], float, float, String, int) - Static method in class imgui.ImGui
- sliderScalar(String, int[], int, int) - Static method in class imgui.ImGui
- sliderScalar(String, int[], int, int, String) - Static method in class imgui.ImGui
- sliderScalar(String, int[], int, int, String, int) - Static method in class imgui.ImGui
- sliderScalar(String, long[], long, long) - Static method in class imgui.ImGui
- sliderScalar(String, long[], long, long, String) - Static method in class imgui.ImGui
- sliderScalar(String, long[], long, long, String, int) - Static method in class imgui.ImGui
- sliderScalar(String, short[], short, short) - Static method in class imgui.ImGui
- sliderScalar(String, short[], short, short, String) - Static method in class imgui.ImGui
- sliderScalar(String, short[], short, short, String, int) - Static method in class imgui.ImGui
- sliderScalarN(String, double[], int, double, double) - Static method in class imgui.ImGui
- sliderScalarN(String, double[], int, double, double, String) - Static method in class imgui.ImGui
- sliderScalarN(String, double[], int, double, double, String, int) - Static method in class imgui.ImGui
- sliderScalarN(String, float[], int, float, float) - Static method in class imgui.ImGui
- sliderScalarN(String, float[], int, float, float, String) - Static method in class imgui.ImGui
- sliderScalarN(String, float[], int, float, float, String, int) - Static method in class imgui.ImGui
- sliderScalarN(String, int[], int, int, int) - Static method in class imgui.ImGui
- sliderScalarN(String, int[], int, int, int, String) - Static method in class imgui.ImGui
- sliderScalarN(String, int[], int, int, int, String, int) - Static method in class imgui.ImGui
- sliderScalarN(String, long[], int, long, long) - Static method in class imgui.ImGui
- sliderScalarN(String, long[], int, long, long, String) - Static method in class imgui.ImGui
- sliderScalarN(String, long[], int, long, long, String, int) - Static method in class imgui.ImGui
- sliderScalarN(String, short[], int, short, short) - Static method in class imgui.ImGui
- sliderScalarN(String, short[], int, short, short, String) - Static method in class imgui.ImGui
- sliderScalarN(String, short[], int, short, short, String, int) - Static method in class imgui.ImGui
- smallButton(String) - Static method in class imgui.ImGui
-
Button with (FramePadding.y == 0) to easily embed within text
- SnapLinkToPinDir - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- snapNodeToGrid(int) - Static method in class imgui.extension.imnodes.ImNodes
-
Enable or disable grid snapping.
- Sort - Static variable in class imgui.extension.implot.flag.ImPlotLegendFlags
-
legend entries will be displayed in alphabetical order
- Sortable - Static variable in class imgui.flag.ImGuiTableFlags
-
Enable sorting.
- SortMulti - Static variable in class imgui.flag.ImGuiTableFlags
-
Hold shift when clicking headers to sort on multiple column.
- SortTristate - Static variable in class imgui.flag.ImGuiTableFlags
-
Allow no sorting, disable default sorting.
- SourceAllowNullID - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Allow items such as Text(), Image() that have no unique identifier to be used as drag source, by manufacturing a temporary identifier based on their window-relative position.
- SourceAutoExpirePayload - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Renamed in 1.90.9
- SourceDirection - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- SourceExtern - Static variable in class imgui.flag.ImGuiDragDropFlags
-
External source (from outside of dear imgui), won't attempt to read current item/window info.
- SourceNoDisableHover - Static variable in class imgui.flag.ImGuiDragDropFlags
-
By default, when dragging we clear data so that IsItemHovered() will return false, to avoid subsequent user code submitting tooltips.
- SourceNoHoldToOpenOthers - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Disable the behavior that allows to open tree nodes and collapsing header by holding over them while dragging a source item.
- SourceNoPreviewTooltip - Static variable in class imgui.flag.ImGuiDragDropFlags
-
Disable preview tooltip.
- South - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
bottom-center
- SouthEast - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
bottom-right
- SouthWest - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
bottom-left
- Space - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobVariant
-
Definition:
1 << 6 - Space - Static variable in class imgui.flag.ImGuiKey
- spacesToTabs() - Method in class imgui.extension.texteditor.TextEditor
- spacing() - Static method in class imgui.ImGui
-
Add vertical spacing.
- SpanAllColumns - Static variable in class imgui.flag.ImGuiSelectableFlags
-
Frame will span all columns of its container table (text will still fit in current column)
- SpanAllColumns - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Frame will span all columns of its container table (label will still fit in current column)
- SpanAllColumns - Static variable in class imgui.internal.flag.ImGuiSeparatorFlags
-
Make separator cover all columns of a legacy Columns() set.
- SpanAvailWidth - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Extend hit box to the right-most edge, even if not framed.
- SpanFullWidth - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Extend hit box to the left-most and right-most edges (cover the indent area).
- SpanLabelWidth - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Narrow hit box + narrow hovering highlight, will only cover the label text.
- SpanTextWidth - Static variable in class imgui.flag.ImGuiTreeNodeFlags
-
Renamed in 1.90.7
- Spectral - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
color spectrum, Color Brewer (qual=false, n=11)
- splitterBehavior(float, float, float, float, int, int, ImFloat, ImFloat, float, float) - Static method in class imgui.internal.ImGui
- splitterBehavior(float, float, float, float, int, int, ImFloat, ImFloat, float, float, float) - Static method in class imgui.internal.ImGui
- splitterBehavior(float, float, float, float, int, int, ImFloat, ImFloat, float, float, float, float) - Static method in class imgui.internal.ImGui
- splitterBehavior(float, float, float, float, int, int, ImFloat, ImFloat, float, float, float, float, int) - Static method in class imgui.internal.ImGui
- splitterBehavior(ImRect, int, int, ImFloat, ImFloat, float, float) - Static method in class imgui.internal.ImGui
- splitterBehavior(ImRect, int, int, ImFloat, ImFloat, float, float, float) - Static method in class imgui.internal.ImGui
- splitterBehavior(ImRect, int, int, ImFloat, ImFloat, float, float, float, float) - Static method in class imgui.internal.ImGui
- splitterBehavior(ImRect, int, int, ImFloat, ImFloat, float, float, float, float, int) - Static method in class imgui.internal.ImGui
- Sql() - Static method in class imgui.extension.texteditor.TextEditorLanguage
- Sqrt - Static variable in class imgui.extension.implot.flag.ImPlotBin
-
k = sqrt(n)
- Square - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
a square maker
- Stacked - Static variable in class imgui.extension.implot.flag.ImPlotBarGroupsFlags
-
items in a group will be stacked on top of each other
- start - Variable in class imgui.extension.texteditor.TextEditorCursorSelection
- startMouseMovingWindow(ImGuiWindow) - Static method in class imgui.internal.ImGui
- startMouseMovingWindowOrNode(ImGuiWindow, ImGuiDockNode, boolean) - Static method in class imgui.internal.ImGui
- Stationary - Static variable in class imgui.flag.ImGuiHoveredFlags
-
Require mouse to be stationary for style.HoverStationaryDelay (~0.15 sec) _at least one time_.
- StatusMask_ - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
[Internal] Combinations and masks
- step() - Method in class imgui.ImGuiListClipper
-
Call until it returns false.
- Stepped - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobVariant
-
Definition:
1 << 5 - string - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- String - Static variable in class imgui.flag.ImGuiDataType
-
char* (provided for user convenience, not supported by scalar widgets)
- stripTrailingWhitespaces() - Method in class imgui.extension.texteditor.TextEditor
- Sturges - Static variable in class imgui.extension.implot.flag.ImPlotBin
-
k = 1 + log2(n)
- styleColorsAuto() - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for current ImGui style (default).
- styleColorsAuto(ImPlotStyle) - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for current ImGui style (default).
- styleColorsClassic() - Static method in class imgui.extension.imnodes.ImNodes
- styleColorsClassic() - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for ImGui "Classic".
- styleColorsClassic() - Static method in class imgui.ImGui
-
Classic imgui style
- styleColorsClassic(ImNodesStyle) - Static method in class imgui.extension.imnodes.ImNodes
- styleColorsClassic(ImPlotStyle) - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for ImGui "Classic".
- styleColorsClassic(ImGuiStyle) - Static method in class imgui.ImGui
-
Classic imgui style
- styleColorsDark() - Static method in class imgui.extension.imnodes.ImNodes
- styleColorsDark() - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for ImGui "Dark".
- styleColorsDark() - Static method in class imgui.ImGui
-
New, recommended style (default)
- styleColorsDark(ImNodesStyle) - Static method in class imgui.extension.imnodes.ImNodes
- styleColorsDark(ImPlotStyle) - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for ImGui "Dark".
- styleColorsDark(ImGuiStyle) - Static method in class imgui.ImGui
-
New, recommended style (default)
- styleColorsLight() - Static method in class imgui.extension.imnodes.ImNodes
- styleColorsLight() - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for ImGui "Light".
- styleColorsLight() - Static method in class imgui.ImGui
-
Best used with borders and a custom, thicker font
- styleColorsLight(ImNodesStyle) - Static method in class imgui.extension.imnodes.ImNodes
- styleColorsLight(ImPlotStyle) - Static method in class imgui.extension.implot.ImPlot
-
Style plot colors for ImGui "Light".
- styleColorsLight(ImGuiStyle) - Static method in class imgui.ImGui
-
Best used with borders and a custom, thicker font
- suspend() - Static method in class imgui.extension.nodeditor.NodeEditor
- SymLog - Static variable in class imgui.extension.implot.flag.ImPlotScale
-
symmetric log scale
T
- T - Static variable in class imgui.flag.ImGuiKey
- Tab - Static variable in class imgui.flag.ImGuiCol
-
Tab background, when tab-bar is focused
&tab is unselected - Tab - Static variable in class imgui.flag.ImGuiKey
-
== ImGuiKey_NamedKey_BEGIN
- TabActive - Static variable in class imgui.flag.ImGuiCol
-
[renamed in 1.90.9]
- TabBarBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float TabBarBorderSize
- TabBarOverlineSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float TabBarOverlineSize
- TabBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float TabBorderSize
- TabDimmed - Static variable in class imgui.flag.ImGuiCol
-
Tab background, when tab-bar is unfocused
&tab is unselected - TabDimmedSelected - Static variable in class imgui.flag.ImGuiCol
-
Tab background, when tab-bar is unfocused
&tab is selected - TabDimmedSelectedOverline - Static variable in class imgui.flag.ImGuiCol
-
..horizontal overline, when tab-bar is unfocused
&tab is selected - TabHovered - Static variable in class imgui.flag.ImGuiCol
-
Tab background, when hovered
- tabItemButton(String) - Static method in class imgui.ImGui
-
Create a Tab behaving like a button.
- tabItemButton(String, int) - Static method in class imgui.ImGui
-
Create a Tab behaving like a button.
- TableAngledHeadersAngle - Static variable in class imgui.flag.ImGuiStyleVar
-
float TableAngledHeadersAngle
- tableAngledHeadersRow() - Static method in class imgui.ImGui
-
Submit a row with angled headers for every column with the ImGuiTableColumnFlags_AngledHeader flag.
- TableAngledHeadersTextAlign - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 TableAngledHeadersTextAlign
- TableBorderLight - Static variable in class imgui.flag.ImGuiCol
-
Table inner borders (prefer using Alpha=1.0 here)
- TableBorderStrong - Static variable in class imgui.flag.ImGuiCol
-
Table outer and header borders (prefer using Alpha=1.0 here)
- tableGetColumnCount() - Static method in class imgui.ImGui
-
Return number of columns (value passed to BeginTable).
- tableGetColumnFlags() - Static method in class imgui.ImGui
-
Return column flags, so you can query their Enabled/Visible/Sorted/Hovered status flags.
- tableGetColumnFlags(int) - Static method in class imgui.ImGui
-
Return column flags, so you can query their Enabled/Visible/Sorted/Hovered status flags.
- tableGetColumnIndex() - Static method in class imgui.ImGui
-
Return current column index.
- tableGetColumnName() - Static method in class imgui.ImGui
-
Return "" if column didn't have a name declared by TableSetupColumn().
- tableGetColumnName(int) - Static method in class imgui.ImGui
-
Return "" if column didn't have a name declared by TableSetupColumn().
- tableGetHeaderRowHeight() - Static method in class imgui.internal.ImGui
- tableGetHoveredColumn() - Static method in class imgui.ImGui
-
Return hovered column.
- tableGetHoveredColumn() - Static method in class imgui.internal.ImGui
-
May use
(TableGetColumnFlags() & ImGuiTableColumnFlags_IsHovered)instead. - tableGetHoveredRow() - Static method in class imgui.internal.ImGui
-
Retrieve *PREVIOUS FRAME* hovered row.
- tableGetRowIndex() - Static method in class imgui.ImGui
-
Return current row index.
- tableGetSortSpecs() - Static method in class imgui.ImGui
-
Get latest sort specs for the table (NULL if not sorting).
- tableHeader(String) - Static method in class imgui.ImGui
-
Submit one header cell manually (rarely used)
- TableHeaderBg - Static variable in class imgui.flag.ImGuiCol
-
Table header background
- tableHeadersRow() - Static method in class imgui.ImGui
-
Submit all headers cells based on data provided to TableSetupColumn() + submit context menu
- tableNextColumn() - Static method in class imgui.ImGui
-
Append into the next column (or first column of next row if currently in last column).
- tableNextRow() - Static method in class imgui.ImGui
-
Append into the first cell of a new row.
- tableNextRow(float) - Static method in class imgui.ImGui
-
Append into the first cell of a new row.
- tableNextRow(int) - Static method in class imgui.ImGui
-
Append into the first cell of a new row.
- tableNextRow(int, float) - Static method in class imgui.ImGui
-
Append into the first cell of a new row.
- tableOpenContextMenu() - Static method in class imgui.internal.ImGui
- tableOpenContextMenu(int) - Static method in class imgui.internal.ImGui
- tablePopBackgroundChannel() - Static method in class imgui.internal.ImGui
- tablePushBackgroundChannel() - Static method in class imgui.internal.ImGui
- TableRowBg - Static variable in class imgui.flag.ImGuiCol
-
Table row background (even rows)
- TableRowBgAlt - Static variable in class imgui.flag.ImGuiCol
-
Table row background (odd rows)
- tableSetBgColor(int, int) - Static method in class imgui.ImGui
-
Change the color of a cell, row, or column.
- tableSetBgColor(int, int, int) - Static method in class imgui.ImGui
-
Change the color of a cell, row, or column.
- tableSetColumnEnabled(int, boolean) - Static method in class imgui.ImGui
-
change user accessible enabled/disabled state of a column.
- tableSetColumnIndex(int) - Static method in class imgui.ImGui
-
Append into the specified column.
- tableSetColumnSortDirection(int, int, boolean) - Static method in class imgui.internal.ImGui
- tableSetColumnWidth(int, float) - Static method in class imgui.internal.ImGui
- tableSetupColumn(String) - Static method in class imgui.ImGui
- tableSetupColumn(String, float, int) - Static method in class imgui.ImGui
- tableSetupColumn(String, int) - Static method in class imgui.ImGui
- tableSetupColumn(String, int, float) - Static method in class imgui.ImGui
- tableSetupColumn(String, int, float, int) - Static method in class imgui.ImGui
- tableSetupColumn(String, int, int) - Static method in class imgui.ImGui
- tableSetupScrollFreeze(int, int) - Static method in class imgui.ImGui
-
Lock columns/rows so they stay visible when scrolled.
- TabListPopupButton - Static variable in class imgui.flag.ImGuiTabBarFlags
-
Disable buttons to open the tab list popup
- TabMinWidthBase - Static variable in class imgui.flag.ImGuiStyleVar
-
float TabMinWidthBase
- TabMinWidthShrink - Static variable in class imgui.flag.ImGuiStyleVar
-
float TabMinWidthShrink
- TabRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float TabRounding
- TabSelected - Static variable in class imgui.flag.ImGuiCol
-
Tab background, when tab-bar is focused
&tab is selected - TabSelectedOverline - Static variable in class imgui.flag.ImGuiCol
-
Tab horizontal overline, when tab-bar is focused
&tab is selected - tabsToSpaces() - Method in class imgui.extension.texteditor.TextEditor
- TabUnfocused - Static variable in class imgui.flag.ImGuiCol
-
[renamed in 1.90.9]
- TabUnfocusedActive - Static variable in class imgui.flag.ImGuiCol
-
[renamed in 1.90.9]
- tagX(double, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a x-axis tag at the specified coordinate value.
- tagX(double, float, float, float, float, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows a x-axis tag at the specified coordinate value.
- tagX(double, float, float, float, float, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a x-axis tag at the specified coordinate value with formatted text.
- tagX(double, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Shows a x-axis tag at the specified coordinate value.
- tagX(double, ImVec4, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows a x-axis tag at the specified coordinate value.
- tagX(double, ImVec4, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a x-axis tag at the specified coordinate value with formatted text.
- tagY(double, float, float, float, float) - Static method in class imgui.extension.implot.ImPlot
-
Shows a y-axis tag at the specified coordinate value.
- tagY(double, float, float, float, float, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows a y-axis tag at the specified coordinate value.
- tagY(double, float, float, float, float, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a y-axis tag at the specified coordinate value with formatted text.
- tagY(double, ImVec4) - Static method in class imgui.extension.implot.ImPlot
-
Shows a y-axis tag at the specified coordinate value.
- tagY(double, ImVec4, boolean) - Static method in class imgui.extension.implot.ImPlot
-
Shows a y-axis tag at the specified coordinate value.
- tagY(double, ImVec4, String) - Static method in class imgui.extension.implot.ImPlot
-
Shows a y-axis tag at the specified coordinate value with formatted text.
- TargetDirection - Static variable in class imgui.extension.nodeditor.flag.NodeEditorStyleVar
- text - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- text(String) - Static method in class imgui.ImGui
-
Formatted text
- Text - Static variable in class imgui.flag.ImGuiCol
- textColored(float, float, float, float, String) - Static method in class imgui.ImGui
-
Shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor();
- textColored(int, int, int, int, String) - Static method in class imgui.ImGui
-
Shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor();
- textColored(int, String) - Static method in class imgui.ImGui
-
Shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor();
- textColored(ImVec4, String) - Static method in class imgui.ImGui
-
Shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor();
- textDisabled(String) - Static method in class imgui.ImGui
-
Shortcut for PushStyleColor(ImGuiCol_Text, style.Colors[ImGuiCol_TextDisabled]); Text(fmt, ...); PopStyleColor();
- TextDisabled - Static variable in class imgui.flag.ImGuiCol
- TextEditor - Class in imgui.extension.texteditor
- TextEditor() - Constructor for class imgui.extension.texteditor.TextEditor
- TextEditor(long) - Constructor for class imgui.extension.texteditor.TextEditor
- TextEditorColor - Enum Class in imgui.extension.texteditor.flag
- TextEditorCursorPosition - Class in imgui.extension.texteditor
- TextEditorCursorPosition() - Constructor for class imgui.extension.texteditor.TextEditorCursorPosition
- TextEditorCursorPosition(int, int) - Constructor for class imgui.extension.texteditor.TextEditorCursorPosition
- TextEditorCursorPosition(TextEditorCursorPosition) - Constructor for class imgui.extension.texteditor.TextEditorCursorPosition
- TextEditorCursorSelection - Class in imgui.extension.texteditor
- TextEditorCursorSelection() - Constructor for class imgui.extension.texteditor.TextEditorCursorSelection
- TextEditorCursorSelection(int, int, int, int) - Constructor for class imgui.extension.texteditor.TextEditorCursorSelection
- TextEditorCursorSelection(TextEditorCursorSelection) - Constructor for class imgui.extension.texteditor.TextEditorCursorSelection
- TextEditorLanguage - Class in imgui.extension.texteditor
- TextEditorLanguage(long) - Constructor for class imgui.extension.texteditor.TextEditorLanguage
- TextEditorScroll - Enum Class in imgui.extension.texteditor.flag
- textEx(String) - Static method in class imgui.internal.ImGui
- textEx(String, String) - Static method in class imgui.internal.ImGui
- textEx(String, String, int) - Static method in class imgui.internal.ImGui
- TextInput - Static variable in class imgui.flag.ImGuiMouseCursor
-
When hovering over InputText, etc.
- textLink(String) - Static method in class imgui.ImGui
-
Hyperlink text button; returns true when clicked (new in imgui 1.91).
- TextLink - Static variable in class imgui.flag.ImGuiCol
-
Hyperlink color
- textLinkOpenURL(String) - Static method in class imgui.ImGui
-
Hyperlink text button that automatically opens the given file/URL on click (new in imgui 1.91).
- textLinkOpenURL(String, String) - Static method in class imgui.ImGui
-
Hyperlink text button that automatically opens the given file/URL on click (new in imgui 1.91).
- TextSelectedBg - Static variable in class imgui.flag.ImGuiCol
-
Selected text inside an InputText
- textUnformatted(String) - Static method in class imgui.ImGui
-
Raw text without formatting.
- textUnformatted(String, String) - Static method in class imgui.ImGui
-
Raw text without formatting.
- textWrapped(String) - Static method in class imgui.ImGui
-
Shortcut for PushTextWrapPos(0.0f); Text(fmt, ...); PopTextWrapPos();.
- Tick - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobVariant
-
Definition:
1 << 0 - Time - Static variable in class imgui.extension.implot.flag.ImPlotScale
-
date/time scale
- times(double, double) - Method in class imgui.extension.implot.ImPlotPoint
- times(double, double) - Method in class imgui.extension.implot.ImPlotRange
- times(float, float) - Method in class imgui.ImVec2
- times(float, float, float, float) - Method in class imgui.ImVec4
- times(ImPlotPoint) - Method in class imgui.extension.implot.ImPlotPoint
- times(ImPlotRange) - Method in class imgui.extension.implot.ImPlotRange
- times(ImVec2) - Method in class imgui.ImVec2
- times(ImVec4) - Method in class imgui.ImVec4
- TitleBar - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- TitleBarHovered - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- TitleBarSelected - Static variable in class imgui.extension.imnodes.flag.ImNodesCol
- TitleBg - Static variable in class imgui.flag.ImGuiCol
-
Title bar
- TitleBgActive - Static variable in class imgui.flag.ImGuiCol
-
Title bar when focused
- TitleBgCollapsed - Static variable in class imgui.flag.ImGuiCol
-
Title bar when collapsed
- TitleText - Static variable in class imgui.extension.implot.flag.ImPlotCol
-
plot title text color (defaults to ImGuiCol_Text)
- toggleComments() - Method in class imgui.extension.texteditor.TextEditor
- ToggledOpen - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Set when TreeNode() reports toggling their open state.
- ToggledSelection - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
Set when Selectable(), TreeNode() reports toggling a selection.
- Tooltip - Static variable in class imgui.flag.ImGuiWindowFlags
-
Don't use! For internal use by BeginTooltip()
- TopLeft - Static variable in class imgui.extension.imnodes.flag.ImNodesMiniMapLocation
- TopMost - Static variable in class imgui.flag.ImGuiViewportFlags
-
Platform Window: Display on top (for tooltips only).
- TopRight - Static variable in class imgui.extension.imnodes.flag.ImNodesMiniMapLocation
- toString() - Method in class imgui.extension.implot.ImPlotPoint
- toString() - Method in class imgui.extension.implot.ImPlotRange
- toString() - Method in class imgui.extension.implot.ImPlotRect
- toString() - Method in class imgui.extension.texteditor.TextEditorCursorPosition
- toString() - Method in class imgui.extension.texteditor.TextEditorCursorSelection
- toString() - Method in class imgui.ImVec2
- toString() - Method in class imgui.ImVec4
- toString() - Method in class imgui.internal.ImRect
- toString() - Method in class imgui.type.ImBoolean
- toString() - Method in class imgui.type.ImDouble
- toString() - Method in class imgui.type.ImFloat
- toString() - Method in class imgui.type.ImInt
- toString() - Method in class imgui.type.ImLong
- toString() - Method in class imgui.type.ImShort
- toString() - Method in class imgui.type.ImString
- TouchScreen - Static variable in class imgui.flag.ImGuiMouseSource
-
Input is coming from a touch screen (no hovering prior to initial press, less precise initial press aiming, dual-axis wheeling possible).
- Trailing - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Enforce the tab position to the right of the tab bar (before the scrolling buttons)
- TRANSLATE - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
TRANSLATE_X | TRANSLATE_Y | TRANSLATE_Z - TRANSLATE_X - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 0) - TRANSLATE_Y - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 1) - TRANSLATE_Z - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
(1u << 2) - TreeLines - Static variable in class imgui.flag.ImGuiCol
-
Tree node hierarchy outlines when using ImGuiTreeNodeFlags_DrawLines
- TreeLinesRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float TreeLinesRounding
- TreeLinesSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float TreeLinesSize
- treeNode(long, String) - Static method in class imgui.ImGui
- treeNode(String) - Static method in class imgui.ImGui
- treeNode(String, String) - Static method in class imgui.ImGui
-
Helper variation to easily decorelate the id from the displayed string.
- treeNodeEx(long, int, String) - Static method in class imgui.ImGui
- treeNodeEx(String) - Static method in class imgui.ImGui
- treeNodeEx(String, int) - Static method in class imgui.ImGui
- treeNodeEx(String, int, String) - Static method in class imgui.ImGui
- treePop() - Static method in class imgui.ImGui
-
~ Unindent()+PopID()
- treePush(long) - Static method in class imgui.ImGui
-
~ Indent()+PushID().
- treePush(String) - Static method in class imgui.ImGui
-
~ Indent()+PushID().
- Triangle - Static variable in class imgui.extension.imnodes.flag.ImNodesPinShape
- TriangleFilled - Static variable in class imgui.extension.imnodes.flag.ImNodesPinShape
- Twilight - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
U
- U - Static variable in class imgui.flag.ImGuiKey
- U16 - Static variable in class imgui.flag.ImGuiDataType
-
unsigned short
- U32 - Static variable in class imgui.flag.ImGuiDataType
-
unsigned int
- U64 - Static variable in class imgui.flag.ImGuiDataType
-
unsigned long long / unsigned __int64
- U8 - Static variable in class imgui.flag.ImGuiDataType
-
unsigned char
- Uint8 - Static variable in class imgui.flag.ImGuiColorEditFlags
-
[DataType] // ColorEdit, ColorPicker, ColorButton: _display_ values formatted as 0..255.
- undo() - Method in class imgui.extension.texteditor.TextEditor
- unindent() - Static method in class imgui.ImGui
-
Move content position back to the left, by indent_w, or style.IndentSpacing if indent_w
<= 0. - unindent(float) - Static method in class imgui.ImGui
-
Move content position back to the left, by indent_w, or style.IndentSpacing if indent_w
<= 0. - UNIVERSAL - Static variable in class imgui.extension.imguizmo.flag.Operation
-
Definition:
TRANSLATE | ROTATE | SCALEU - Unknown - Static variable in class imgui.internal.flag.ImGuiDockNodeState
- UnlessBelowModal - Static variable in class imgui.internal.flag.ImGuiFocusRequestFlags
-
Do not set focus if the window is below a modal.
- UnsavedDocument - Static variable in class imgui.flag.ImGuiTabItemFlags
-
Display a dot next to the title + set ImGuiTabItemFlags_NoAssumedClosure.
- UnsavedDocument - Static variable in class imgui.flag.ImGuiWindowFlags
-
Display a dot next to the title.
- UnsavedMarker - Static variable in class imgui.flag.ImGuiCol
-
Unsaved Document marker (in window title and tabs)
- Up - Static variable in class imgui.extension.implot.flag.ImPlotMarker
-
an upward-pointing triangle marker
- Up - Static variable in class imgui.flag.ImGuiDir
-
Definition:
2 - UpArrow - Static variable in class imgui.flag.ImGuiKey
- updateHoveredWindowAndCaptureFlags(float, float) - Static method in class imgui.internal.ImGui
- updateHoveredWindowAndCaptureFlags(ImVec2) - Static method in class imgui.internal.ImGui
- updateInputEvents(boolean) - Static method in class imgui.internal.ImGui
- updateMergedFlags() - Method in class imgui.internal.ImGuiDockNode
- updateMouseMovingWindowEndFrame() - Static method in class imgui.internal.ImGui
- updateMouseMovingWindowNewFrame() - Static method in class imgui.internal.ImGui
- updatePlatformWindows() - Static method in class imgui.ImGui
-
Call in main loop.
- updateWindowParentAndRootLinks(ImGuiWindow, int, ImGuiWindow) - Static method in class imgui.internal.ImGui
V
- V - Static variable in class imgui.flag.ImGuiKey
- value - Variable in enum class imgui.extension.texteditor.flag.TextEditorColor
- value - Variable in enum class imgui.extension.texteditor.flag.TextEditorScroll
- value(String, float, String) - Static method in class imgui.ImGui
- value(String, Number) - Static method in class imgui.ImGui
- valueOf(String) - Static method in enum class imgui.extension.texteditor.flag.TextEditorColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class imgui.extension.texteditor.flag.TextEditorScroll
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class imgui.extension.texteditor.flag.TextEditorColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class imgui.extension.texteditor.flag.TextEditorScroll
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueTooltip - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobFlags
-
Definition:
1 << 2 - Vertical - Static variable in class imgui.extension.implot.flag.ImPlotTextFlags
-
text will be rendered vertically
- Vertical - Static variable in class imgui.internal.flag.ImGuiSeparatorFlags
-
Definition:
1 << 1 - viewManipulate(float[], float, float, float, float, float, int) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Manipulating the view
- viewManipulate(float[], float, ImVec2, ImVec2, int) - Static method in class imgui.extension.imguizmo.ImGuizmo
-
Manipulating the view
- ViewportsEnable - Static variable in class imgui.flag.ImGuiConfigFlags
-
Viewport enable flags (require both ImGuiBackendFlags_PlatformHasViewports + ImGuiBackendFlags_RendererHasViewports set by the respective backends)
- Viridis - Static variable in class imgui.extension.implot.flag.ImPlotColormap
-
a.k.a.
- Visible - Static variable in class imgui.internal.flag.ImGuiItemStatusFlags
-
[WIP] Set when item is overlapping the current clipping rectangle (Used internally.
- vSliderFloat(String, float, float, float[], float, float) - Static method in class imgui.ImGui
- vSliderFloat(String, float, float, float[], float, float, int) - Static method in class imgui.ImGui
- vSliderFloat(String, float, float, float[], float, float, String) - Static method in class imgui.ImGui
- vSliderFloat(String, float, float, float[], float, float, String, int) - Static method in class imgui.ImGui
- vSliderFloat(String, ImVec2, float[], float, float) - Static method in class imgui.ImGui
- vSliderFloat(String, ImVec2, float[], float, float, int) - Static method in class imgui.ImGui
- vSliderFloat(String, ImVec2, float[], float, float, String) - Static method in class imgui.ImGui
- vSliderFloat(String, ImVec2, float[], float, float, String, int) - Static method in class imgui.ImGui
- vSliderInt(String, float, float, int[], int, int) - Static method in class imgui.ImGui
- vSliderInt(String, float, float, int[], int, int, int) - Static method in class imgui.ImGui
- vSliderInt(String, float, float, int[], int, int, String) - Static method in class imgui.ImGui
- vSliderInt(String, float, float, int[], int, int, String, int) - Static method in class imgui.ImGui
- vSliderInt(String, ImVec2, int[], int, int) - Static method in class imgui.ImGui
- vSliderInt(String, ImVec2, int[], int, int, int) - Static method in class imgui.ImGui
- vSliderInt(String, ImVec2, int[], int, int, String) - Static method in class imgui.ImGui
- vSliderInt(String, ImVec2, int[], int, int, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, double[], double, double) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, double[], double, double, String) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, double[], double, double, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, float[], float, float) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, float[], float, float, String) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, float[], float, float, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, int[], int, int) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, int[], int, int, String) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, int[], int, int, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, long[], long, long) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, long[], long, long, String) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, long[], long, long, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, short[], short, short) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, short[], short, short, String) - Static method in class imgui.ImGui
- vSliderScalar(String, float, float, short[], short, short, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, double[], double, double) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, double[], double, double, String) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, double[], double, double, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, float[], float, float) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, float[], float, float, String) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, float[], float, float, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, int[], int, int) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, int[], int, int, String) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, int[], int, int, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, long[], long, long) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, long[], long, long, String) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, long[], long, long, String, int) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, short[], short, short) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, short[], short, short, String) - Static method in class imgui.ImGui
- vSliderScalar(String, ImVec2, short[], short, short, String, int) - Static method in class imgui.ImGui
W
- w - Variable in class imgui.ImVec4
- W - Static variable in class imgui.flag.ImGuiKey
- Wait - Static variable in class imgui.flag.ImGuiMouseCursor
-
When waiting for something to process/load.
- West - Static variable in class imgui.extension.implot.flag.ImPlotLocation
-
center-left
- whitespace - Enum constant in enum class imgui.extension.texteditor.flag.TextEditorColor
- WidthFitPreview - Static variable in class imgui.flag.ImGuiComboFlags
-
Width dynamically calculated from preview contents
- WidthFixed - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Column will not stretch.
- WidthMask_ - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
[Internal] Combinations and masks
- WidthStretch - Static variable in class imgui.flag.ImGuiTableColumnFlags
-
Column will stretch.
- win32hideFromTaskBar(long) - Static method in class imgui.lwjgl3.glfw.ImGuiImplGlfwNative
-
GLFW hack: Hide icon from task bar Applied only for windows Internal Use Only.
- Window - Static variable in class imgui.internal.flag.ImGuiDataAuthority
- WindowBg - Static variable in class imgui.flag.ImGuiCol
-
Background of normal windows
- WindowBorderSize - Static variable in class imgui.flag.ImGuiStyleVar
-
float WindowBorderSize
- WindowMinSize - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 WindowMinSize
- WindowPadding - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 WindowPadding
- windowRectAbsToRel(ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- windowRectAbsToRel(ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- windowRectAbsToRel(ImRect, ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- windowRectAbsToRel(ImRect, ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- windowRectRelToAbs(ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- windowRectRelToAbs(ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- windowRectRelToAbs(ImRect, ImGuiWindow, float, float, float, float) - Static method in class imgui.internal.ImGui
- windowRectRelToAbs(ImRect, ImGuiWindow, ImRect) - Static method in class imgui.internal.ImGui
- WindowRounding - Static variable in class imgui.flag.ImGuiStyleVar
-
float WindowRounding
- WindowTitleAlign - Static variable in class imgui.flag.ImGuiStyleVar
-
ImVec2 WindowTitleAlign
- Wiper - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobVariant
-
Definition:
1 << 2 - WiperDot - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobVariant
-
Definition:
1 << 4 - WiperOnly - Static variable in class imgui.extension.imguiknobs.flag.ImGuiKnobVariant
-
Definition:
1 << 3 - WordWrap - Static variable in class imgui.flag.ImGuiInputTextFlags
-
InputTextMultiline(): word-wrap lines that are too long.
- WORLD - Static variable in class imgui.extension.imguizmo.flag.Mode
- WrapAround - Static variable in class imgui.flag.ImGuiSliderFlags
-
Enable wrapping around from max to min and from min to max.
X
- x - Variable in class imgui.extension.implot.ImPlotPoint
- x - Variable in class imgui.extension.implot.ImPlotRect
- x - Variable in class imgui.ImVec2
- x - Variable in class imgui.ImVec4
- X - Static variable in class imgui.flag.ImGuiKey
- X - Static variable in class imgui.internal.flag.ImGuiAxis
-
Definition:
0 - X1 - Static variable in class imgui.extension.implot.flag.ImPlotAxis
-
enabled by default
- X2 - Static variable in class imgui.extension.implot.flag.ImPlotAxis
-
disabled by default
- X3 - Static variable in class imgui.extension.implot.flag.ImPlotAxis
-
disabled by default
Y
- y - Variable in class imgui.extension.implot.ImPlotPoint
- y - Variable in class imgui.extension.implot.ImPlotRect
- y - Variable in class imgui.ImVec2
- y - Variable in class imgui.ImVec4
- Y - Static variable in class imgui.flag.ImGuiKey
- Y - Static variable in class imgui.internal.flag.ImGuiAxis
-
Definition:
1 - Y1 - Static variable in class imgui.extension.implot.flag.ImPlotAxis
-
enabled by default
- Y2 - Static variable in class imgui.extension.implot.flag.ImPlotAxis
-
disabled by default
- Y3 - Static variable in class imgui.extension.implot.flag.ImPlotAxis
-
disabled by default
Z
_
- _0 - Static variable in class imgui.flag.ImGuiKey
- _1 - Static variable in class imgui.flag.ImGuiKey
- _2 - Static variable in class imgui.flag.ImGuiKey
- _3 - Static variable in class imgui.flag.ImGuiKey
- _4 - Static variable in class imgui.flag.ImGuiKey
- _5 - Static variable in class imgui.flag.ImGuiKey
- _6 - Static variable in class imgui.flag.ImGuiKey
- _7 - Static variable in class imgui.flag.ImGuiKey
- _8 - Static variable in class imgui.flag.ImGuiKey
- _9 - Static variable in class imgui.flag.ImGuiKey
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ImGui.beginChild(String, ImVec2, int, int)instead.