Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nelarius/imnodes
/ functions
Functions
1,801 in github.com/Nelarius/imnodes
⨍
Functions
1,801
◇
Types & classes
263
Method
GetColumnOffset
dependencies/imgui-1.87/imgui_tables.cpp:3688
Method
GetColumnOffsetFromNorm
dependencies/imgui-1.87/imgui_tables.cpp:3659
Method
GetColumnWidth
dependencies/imgui-1.87/imgui_tables.cpp:3717
Method
GetColumnsCount
dependencies/imgui-1.87/imgui_tables.cpp:3653
Method
GetColumnsID
dependencies/imgui-1.87/imgui_tables.cpp:3813
Method
GetContentRegionAvail
dependencies/imgui-1.87/imgui.cpp:8506
Method
GetContentRegionMax
FIXME: This is in window space (not screen space!).
dependencies/imgui-1.87/imgui.cpp:8485
Method
GetContentRegionMaxAbs
[Internal] Absolute coordinate. Saner. This is not exposed until we finishing refactoring work rect features.
dependencies/imgui-1.87/imgui.cpp:8496
Method
GetCurrentContext
Internal state access - if you want to share Dear ImGui state between modules (e.g. DLL) or allocate it yourself Note that we still point to some stat
dependencies/imgui-1.87/imgui.cpp:3635
Function
GetCurrentTable
Tables: Internals
dependencies/imgui-1.87/imgui_internal.h:2696
Method
GetCursorPos
User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. Conve
dependencies/imgui-1.87/imgui.cpp:8312
Method
GetCursorPosX
dependencies/imgui-1.87/imgui.cpp:8318
Method
GetCursorPosY
dependencies/imgui-1.87/imgui.cpp:8324
Method
GetCursorScreenPos
dependencies/imgui-1.87/imgui.cpp:8297
Method
GetCursorStartPos
dependencies/imgui-1.87/imgui.cpp:8351
Method
GetDragDropPayload
dependencies/imgui-1.87/imgui.cpp:11206
Method
GetDrawData
Pass this to your backend rendering function! Valid after Render() and until the next call to NewFrame()
dependencies/imgui-1.87/imgui.cpp:3720
Method
GetDrawListSharedData
dependencies/imgui-1.87/imgui.cpp:3783
Method
GetFloat
dependencies/imgui-1.87/imgui.cpp:2146
Method
GetFloatRef
dependencies/imgui-1.87/imgui.cpp:2176
Function
GetFocusID
dependencies/imgui-1.87/imgui_internal.h:2553
Function
GetFocusScope
Focus scope which is actually active
dependencies/imgui-1.87/imgui_internal.h:2647
Function
GetFocusedFocusScope
dependencies/imgui-1.87/imgui_internal.h:2646
Method
GetFont
dependencies/imgui-1.87/imgui.cpp:7282
Method
GetFontSize
dependencies/imgui-1.87/imgui.cpp:7287
Method
GetFontTexUvWhitePixel
dependencies/imgui-1.87/imgui.cpp:7292
Method
GetForegroundDrawList
dependencies/imgui-1.87/imgui.cpp:3772
Method
GetFrameCount
dependencies/imgui-1.87/imgui.cpp:3732
Method
GetFrameHeight
dependencies/imgui-1.87/imgui.cpp:8470
Method
GetFrameHeightWithSpacing
dependencies/imgui-1.87/imgui.cpp:8476
Method
GetGlyphRangesChineseFull
dependencies/imgui-1.87/imgui_draw.cpp:2833
Method
GetGlyphRangesChineseSimplifiedCommon
dependencies/imgui-1.87/imgui_draw.cpp:2863
Method
GetGlyphRangesCyrillic
dependencies/imgui-1.87/imgui_draw.cpp:3021
Method
GetGlyphRangesJapanese
dependencies/imgui-1.87/imgui_draw.cpp:2931
Method
GetGlyphRangesKorean
dependencies/imgui-1.87/imgui_draw.cpp:2820
Method
GetGlyphRangesThai
dependencies/imgui-1.87/imgui_draw.cpp:3034
Method
GetGlyphRangesVietnamese
dependencies/imgui-1.87/imgui_draw.cpp:3046
Function
GetHeight
dependencies/imgui-1.87/imgui_internal.h:500
Method
GetHoveredID
dependencies/imgui-1.87/imgui.cpp:3397
Method
GetIDWithSeed
Helper to avoid a common series of PushOverrideID -> GetID() -> PopID() call (note that when using this pattern, TestEngine's "Stack Tool" will tend t
dependencies/imgui-1.87/imgui.cpp:7425
Function
GetItemFlags
dependencies/imgui-1.87/imgui_internal.h:2551
Function
GetItemID
Basic Accessors
dependencies/imgui-1.87/imgui_internal.h:2549
Method
GetItemRectMax
dependencies/imgui-1.87/imgui.cpp:5126
Method
GetItemRectMin
dependencies/imgui-1.87/imgui.cpp:5120
Method
GetItemRectSize
dependencies/imgui-1.87/imgui.cpp:5132
Function
GetItemStatusFlags
Get ID of last item (~~ often same ImGui::GetID(label) beforehand)
dependencies/imgui-1.87/imgui_internal.h:2550
Method
GetKeyData
dependencies/imgui-1.87/imgui.cpp:7496
Function
GetKeyIndex
dependencies/imgui-1.87/imgui.h:2956
Method
GetKeyIndex
dependencies/imgui-1.87/imgui.cpp:7514
Method
GetKeyName
dependencies/imgui-1.87/imgui.cpp:7546
Method
GetKeyPressedAmount
dependencies/imgui-1.87/imgui.cpp:7594
Method
GetMainViewport
dependencies/imgui-1.87/imgui.cpp:11786
Method
GetMergedKeyModFlags
dependencies/imgui-1.87/imgui.cpp:4209
Method
GetMouseClickedCount
dependencies/imgui-1.87/imgui.cpp:7659
Method
GetMouseCursor
dependencies/imgui-1.87/imgui.cpp:7746
Method
GetMouseDragDelta
Return the delta from the initial clicking position while the mouse button is clicked or was just released. This is locked and return 0.0f until the m
dependencies/imgui-1.87/imgui.cpp:7725
Method
GetMousePos
dependencies/imgui-1.87/imgui.cpp:7686
Method
GetMousePosOnOpeningCurrentPopup
NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed!
dependencies/imgui-1.87/imgui.cpp:7693
Method
GetNavInputAmount
dependencies/imgui-1.87/imgui.cpp:9990
Method
GetNavInputAmount2d
dependencies/imgui-1.87/imgui.cpp:10012
Method
GetNavInputName
dependencies/imgui-1.87/imgui.cpp:9978
Function
GetNodeDimensions
imnodes.cpp:2432
Function
GetNodeEditorSpacePos
imnodes.cpp:2691
Function
GetNodeGridSpacePos
imnodes.cpp:2700
Function
GetNodeScreenSpacePos
imnodes.cpp:2682
Method
GetPopupAllowedExtentRect
Note that this is used for popups, which can overlap the non work-area of individual viewports.
dependencies/imgui-1.87/imgui.cpp:9417
Function
GetRedoAvailCount
dependencies/imgui-1.87/imgui_internal.h:1017
Method
GetScrollMaxX
dependencies/imgui-1.87/imgui.cpp:8762
Method
GetScrollMaxY
dependencies/imgui-1.87/imgui.cpp:8768
Method
GetScrollX
dependencies/imgui-1.87/imgui.cpp:8750
Method
GetScrollY
dependencies/imgui-1.87/imgui.cpp:8756
Function
GetSelectionEnd
dependencies/imgui-1.87/imgui_internal.h:1027
Function
GetSelectionStart
dependencies/imgui-1.87/imgui_internal.h:1026
Function
GetSize
dependencies/imgui-1.87/imgui_internal.h:498
Method
GetSpanPtrBegin
dependencies/imgui-1.87/imgui_internal.h:614
Method
GetSpanPtrEnd
dependencies/imgui-1.87/imgui_internal.h:615
Method
GetStateStorage
dependencies/imgui-1.87/imgui.cpp:7374
Method
GetStyleColorName
dependencies/imgui-1.87/imgui.cpp:2886
Function
GetTL
dependencies/imgui-1.87/imgui_internal.h:502
Function
GetTR
Top-left
dependencies/imgui-1.87/imgui_internal.h:503
Function
GetTabName
dependencies/imgui-1.87/imgui_internal.h:2202
Function
GetTabOrder
dependencies/imgui-1.87/imgui_internal.h:2201
Method
GetTableRect
dependencies/imgui-1.87/imgui.cpp:12122
Method
GetTexDataAsAlpha8
dependencies/imgui-1.87/imgui_draw.cpp:2038
Method
GetTextLineHeight
dependencies/imgui-1.87/imgui.cpp:8458
Method
GetTextLineHeightWithSpacing
dependencies/imgui-1.87/imgui.cpp:8464
Method
GetTime
dependencies/imgui-1.87/imgui.cpp:3727
Method
GetTopMostAndVisiblePopupModal
dependencies/imgui-1.87/imgui.cpp:8983
Method
GetTopMostPopupModal
dependencies/imgui-1.87/imgui.cpp:8973
Method
GetTreeNodeToLabelSpacing
Horizontal distance preceding label when using TreeNode() or Bullet()
dependencies/imgui-1.87/imgui_widgets.cpp:6063
Function
GetUndoAvailCount
dependencies/imgui-1.87/imgui_internal.h:1016
Method
GetVersion
dependencies/imgui-1.87/imgui.cpp:3628
Method
GetVoidPtrRef
dependencies/imgui-1.87/imgui.cpp:2184
Function
GetWidth
dependencies/imgui-1.87/imgui_internal.h:499
Method
GetWindowContentRegionMax
dependencies/imgui-1.87/imgui.cpp:8519
Method
GetWindowContentRegionMin
In window space (not screen space!)
dependencies/imgui-1.87/imgui.cpp:8513
Function
GetWindowContentRegionWidth
Calculate coarse clipping for large list of evenly sized items. Prefer using ImGuiListClipper. OBSOLETED in 1.85 (from August 2021)
dependencies/imgui-1.87/imgui.h:2966
Method
GetWindowDrawList
dependencies/imgui-1.87/imgui.cpp:7276
Method
GetWindowHeight
dependencies/imgui-1.87/imgui.cpp:7057
Method
GetWindowPos
dependencies/imgui-1.87/imgui.cpp:7063
← previous
next →
1,001–1,100 of 1,801, ranked by callers