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
DebugNodeWindowsList
dependencies/imgui-1.87/imgui.cpp:12878
Method
DebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
dependencies/imgui-1.87/imgui.cpp:12892
Method
DebugRenderViewportThumbnail
dependencies/imgui-1.87/imgui.cpp:12018
Method
DestroyContext
dependencies/imgui-1.87/imgui.cpp:3673
Method
DisplayContents
Display placeholder contents for the Document
dependencies/imgui-1.87/imgui_demo.cpp:7654
Method
DisplayContextMenu
Display context menu for the Document
dependencies/imgui-1.87/imgui_demo.cpp:7671
Method
DisplayNode
dependencies/imgui-1.87/imgui_demo.cpp:4746
Method
DragBehavior
dependencies/imgui-1.87/imgui_widgets.cpp:2298
Method
DragBehaviorT
dependencies/imgui-1.87/imgui_widgets.cpp:2183
Method
DragFloat
dependencies/imgui-1.87/imgui_widgets.cpp:2457
Method
DragFloat2
dependencies/imgui-1.87/imgui_widgets.cpp:2462
Method
DragFloat3
dependencies/imgui-1.87/imgui_widgets.cpp:2467
Method
DragFloat4
dependencies/imgui-1.87/imgui_widgets.cpp:2472
Method
DragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
dependencies/imgui-1.87/imgui_widgets.cpp:2478
Method
DragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
dependencies/imgui-1.87/imgui_widgets.cpp:2511
Method
DragInt2
dependencies/imgui-1.87/imgui_widgets.cpp:2516
Method
DragInt3
dependencies/imgui-1.87/imgui_widgets.cpp:2521
Method
DragInt4
dependencies/imgui-1.87/imgui_widgets.cpp:2526
Method
DragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
dependencies/imgui-1.87/imgui_widgets.cpp:2532
Method
DragScalar
Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a Drag widget, p_min and p_max are optional. Read code of e.g.
dependencies/imgui-1.87/imgui_widgets.cpp:2336
Method
DragScalarN
dependencies/imgui-1.87/imgui_widgets.cpp:2422
Function
Draw
Demonstrate creating a simple console window, with scrolling, filtering, completion and history. For the console example, we are using a more C++ like
dependencies/imgui-1.87/imgui_demo.cpp:6459
Method
Dummy
dependencies/imgui-1.87/imgui_widgets.cpp:1324
Method
Edge
example/graph.h:179
Function
EditorContextGetPanning
imnodes.cpp:1980
Function
EditorContextMoveToNode
imnodes.cpp:1992
Function
EditorContextResetPanning
imnodes.cpp:1986
Function
EditorLineHandler
imnodes.cpp:3031
Method
EmulateThreeButtonMouse
imnodes.cpp:1920
Method
EndChild
dependencies/imgui-1.87/imgui.cpp:5200
Method
EndChildFrame
dependencies/imgui-1.87/imgui.cpp:5261
Method
EndColumns
dependencies/imgui-1.87/imgui_tables.cpp:3958
Method
EndCombo
dependencies/imgui-1.87/imgui_widgets.cpp:1708
Method
EndComboPreview
dependencies/imgui-1.87/imgui_widgets.cpp:1741
Method
EndDisabled
dependencies/imgui-1.87/imgui.cpp:6878
Method
EndDragDropSource
dependencies/imgui-1.87/imgui.cpp:11049
Method
EndDragDropTarget
We don't really use/need this now, but added it for the sake of consistency and because we might need it later.
dependencies/imgui-1.87/imgui.cpp:11213
Method
EndFrame
This is normally called by Render(). You may want to call it directly if you want to avoid calling Render() but the gain will be very minimal.
dependencies/imgui-1.87/imgui.cpp:4767
Method
EndGroup
dependencies/imgui-1.87/imgui.cpp:8555
Method
EndListBox
dependencies/imgui-1.87/imgui_widgets.cpp:6356
Method
EndMainMenuBar
dependencies/imgui-1.87/imgui_widgets.cpp:6812
Method
EndMenu
dependencies/imgui-1.87/imgui_widgets.cpp:7025
Method
EndMenuBar
dependencies/imgui-1.87/imgui_widgets.cpp:6712
Method
EndPopup
dependencies/imgui-1.87/imgui.cpp:9245
Method
EndTabBar
dependencies/imgui-1.87/imgui_widgets.cpp:7284
Method
EndTabItem
dependencies/imgui-1.87/imgui_widgets.cpp:7870
Method
EndTable
dependencies/imgui-1.87/imgui_tables.cpp:1195
Method
EndTooltip
dependencies/imgui-1.87/imgui.cpp:8907
Method
ErrorCheckEndFrameRecover
Experimental recovery from incorrect usage of BeginXXX/EndXXX/PushXXX/PopXXX calls. Must be called during or before EndFrame(). This is generally flaw
dependencies/imgui-1.87/imgui.cpp:8002
Method
ErrorCheckEndFrameSanityChecks
dependencies/imgui-1.87/imgui.cpp:7961
Method
ErrorCheckEndWindowRecover
Must be called before End()/EndChild()
dependencies/imgui-1.87/imgui.cpp:8030
Method
ErrorCheckNewFrameSanityChecks
dependencies/imgui-1.87/imgui.cpp:7923
Method
ExampleAppConsole
dependencies/imgui-1.87/imgui_demo.cpp:6470
Method
ExampleAppDocuments
dependencies/imgui-1.87/imgui_demo.cpp:7690
Method
ExampleAppLog
dependencies/imgui-1.87/imgui_demo.cpp:6827
Function
Expand
dependencies/imgui-1.87/imgui_internal.h:511
Method
FilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i'
dependencies/imgui-1.87/imgui_demo.cpp:1360
Method
FindBestWindowPosForPopup
dependencies/imgui-1.87/imgui.cpp:9427
Method
FindBestWindowPosForPopupEx
r_avoid = the rectangle to avoid (e.g. for tooltip it is a rectangle around the mouse cursor which we want to avoid. for popups it's a small point aro
dependencies/imgui-1.87/imgui.cpp:9342
Method
FindBlockingModal
When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) should
dependencies/imgui-1.87/imgui.cpp:5919
Method
FindBottomMostVisibleWindowWithinBeginStack
dependencies/imgui-1.87/imgui.cpp:4711
Method
FindOrCreateColumns
dependencies/imgui-1.87/imgui_tables.cpp:3800
Method
FindOrCreateWindowSettings
dependencies/imgui-1.87/imgui.cpp:11559
Method
FindRenderedTextEnd
dependencies/imgui-1.87/imgui.cpp:2957
Method
FindSettingsHandler
dependencies/imgui-1.87/imgui.cpp:11566
Method
FindWindowByID
dependencies/imgui-1.87/imgui.cpp:5273
Method
FindWindowByName
dependencies/imgui-1.87/imgui.cpp:5279
Method
FindWindowDisplayIndex
dependencies/imgui-1.87/imgui.cpp:6720
Method
FindWindowFocusIndex
dependencies/imgui-1.87/imgui.cpp:10660
Method
FindWindowSettings
dependencies/imgui-1.87/imgui.cpp:11550
Function
Floor
Full version, ensure both points are fully clipped.
dependencies/imgui-1.87/imgui_internal.h:518
Method
FocusTopMostWindowUnderOne
dependencies/imgui-1.87/imgui.cpp:6770
Method
FocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
dependencies/imgui-1.87/imgui.cpp:6727
Function
FocusableItemRegister
Currently refactoring focus/nav/tabbing system If you have old/custom copy-and-pasted widgets that used FocusableItemRegister(): (Old) IMGUI_VERSION_N
dependencies/imgui-1.87/imgui_internal.h:2589
Function
FocusableItemUnregister
-> pass ImGuiItemAddFlags_Inputable flag to ItemAdd()
dependencies/imgui-1.87/imgui_internal.h:2590
Method
ForceDisplayRangeByIndices
dependencies/imgui-1.87/imgui.cpp:2588
Function
FreeWrapper
dependencies/imgui-1.87/imgui.cpp:1020
Method
FromIndices
dependencies/imgui-1.87/imgui_internal.h:1240
Method
FromPositions
dependencies/imgui-1.87/imgui_internal.h:1241
Method
GcAwakeTransientWindowBuffers
dependencies/imgui-1.87/imgui.cpp:3337
Method
GcCompactTransientMiscBuffers
dependencies/imgui-1.87/imgui.cpp:3313
Method
GcCompactTransientWindowBuffers
Free up/compact internal window buffers, we can use this when a window becomes unused. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name, StateStora
dependencies/imgui-1.87/imgui.cpp:3325
Function
GetActiveID
dependencies/imgui-1.87/imgui_internal.h:2552
Method
GetAllocatorFunctions
This is provided to facilitate copying allocators from one static/DLL boundary to another (e.g. retrieve default allocator of your executable address
dependencies/imgui-1.87/imgui.cpp:3657
Function
GetArea
dependencies/imgui-1.87/imgui_internal.h:501
Function
GetBL
Top-right
dependencies/imgui-1.87/imgui_internal.h:504
Function
GetBR
Bottom-left
dependencies/imgui-1.87/imgui_internal.h:505
Method
GetBackgroundDrawList
dependencies/imgui-1.87/imgui.cpp:3761
Method
GetBit
dependencies/imgui-1.87/imgui.h:2694
Method
GetBool
dependencies/imgui-1.87/imgui.cpp:2141
Method
GetBoolRef
dependencies/imgui-1.87/imgui.cpp:2171
Method
GetBufSize
Number of active/alive items in the pool (for display purpose)
dependencies/imgui-1.87/imgui_internal.h:648
Function
GetCenter
dependencies/imgui-1.87/imgui_internal.h:497
Method
GetClipRectMax
dependencies/imgui-1.87/imgui.h:2530
Method
GetClipRectMin
dependencies/imgui-1.87/imgui.h:2529
Method
GetClipboardText
dependencies/imgui-1.87/imgui.cpp:3615
Function
GetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
dependencies/imgui-1.87/imgui.cpp:11837
Method
GetColorU32
dependencies/imgui-1.87/imgui.cpp:2733
Method
GetColumnIndex
dependencies/imgui-1.87/imgui_tables.cpp:3647
Method
GetColumnNormFromOffset
dependencies/imgui-1.87/imgui_tables.cpp:3664
← previous
next →
901–1,000 of 1,801, ranked by callers