MCPcopy Create free account

hub / github.com/Nelarius/imnodes / functions

Functions1,801 in github.com/Nelarius/imnodes

MethodDebugNodeWindowsList
dependencies/imgui-1.87/imgui.cpp:12878
MethodDebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
dependencies/imgui-1.87/imgui.cpp:12892
MethodDebugRenderViewportThumbnail
dependencies/imgui-1.87/imgui.cpp:12018
MethodDestroyContext
dependencies/imgui-1.87/imgui.cpp:3673
MethodDisplayContents
Display placeholder contents for the Document
dependencies/imgui-1.87/imgui_demo.cpp:7654
MethodDisplayContextMenu
Display context menu for the Document
dependencies/imgui-1.87/imgui_demo.cpp:7671
MethodDisplayNode
dependencies/imgui-1.87/imgui_demo.cpp:4746
MethodDragBehavior
dependencies/imgui-1.87/imgui_widgets.cpp:2298
MethodDragBehaviorT
dependencies/imgui-1.87/imgui_widgets.cpp:2183
MethodDragFloat
dependencies/imgui-1.87/imgui_widgets.cpp:2457
MethodDragFloat2
dependencies/imgui-1.87/imgui_widgets.cpp:2462
MethodDragFloat3
dependencies/imgui-1.87/imgui_widgets.cpp:2467
MethodDragFloat4
dependencies/imgui-1.87/imgui_widgets.cpp:2472
MethodDragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
dependencies/imgui-1.87/imgui_widgets.cpp:2478
MethodDragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
dependencies/imgui-1.87/imgui_widgets.cpp:2511
MethodDragInt2
dependencies/imgui-1.87/imgui_widgets.cpp:2516
MethodDragInt3
dependencies/imgui-1.87/imgui_widgets.cpp:2521
MethodDragInt4
dependencies/imgui-1.87/imgui_widgets.cpp:2526
MethodDragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
dependencies/imgui-1.87/imgui_widgets.cpp:2532
MethodDragScalar
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
MethodDragScalarN
dependencies/imgui-1.87/imgui_widgets.cpp:2422
FunctionDraw
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
MethodDummy
dependencies/imgui-1.87/imgui_widgets.cpp:1324
MethodEdge
example/graph.h:179
FunctionEditorContextGetPanning
imnodes.cpp:1980
FunctionEditorContextMoveToNode
imnodes.cpp:1992
FunctionEditorContextResetPanning
imnodes.cpp:1986
FunctionEditorLineHandler
imnodes.cpp:3031
MethodEmulateThreeButtonMouse
imnodes.cpp:1920
MethodEndChild
dependencies/imgui-1.87/imgui.cpp:5200
MethodEndChildFrame
dependencies/imgui-1.87/imgui.cpp:5261
MethodEndColumns
dependencies/imgui-1.87/imgui_tables.cpp:3958
MethodEndCombo
dependencies/imgui-1.87/imgui_widgets.cpp:1708
MethodEndComboPreview
dependencies/imgui-1.87/imgui_widgets.cpp:1741
MethodEndDisabled
dependencies/imgui-1.87/imgui.cpp:6878
MethodEndDragDropSource
dependencies/imgui-1.87/imgui.cpp:11049
MethodEndDragDropTarget
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
MethodEndFrame
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
MethodEndGroup
dependencies/imgui-1.87/imgui.cpp:8555
MethodEndListBox
dependencies/imgui-1.87/imgui_widgets.cpp:6356
MethodEndMainMenuBar
dependencies/imgui-1.87/imgui_widgets.cpp:6812
MethodEndMenu
dependencies/imgui-1.87/imgui_widgets.cpp:7025
MethodEndMenuBar
dependencies/imgui-1.87/imgui_widgets.cpp:6712
MethodEndPopup
dependencies/imgui-1.87/imgui.cpp:9245
MethodEndTabBar
dependencies/imgui-1.87/imgui_widgets.cpp:7284
MethodEndTabItem
dependencies/imgui-1.87/imgui_widgets.cpp:7870
MethodEndTable
dependencies/imgui-1.87/imgui_tables.cpp:1195
MethodEndTooltip
dependencies/imgui-1.87/imgui.cpp:8907
MethodErrorCheckEndFrameRecover
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
MethodErrorCheckEndFrameSanityChecks
dependencies/imgui-1.87/imgui.cpp:7961
MethodErrorCheckEndWindowRecover
Must be called before End()/EndChild()
dependencies/imgui-1.87/imgui.cpp:8030
MethodErrorCheckNewFrameSanityChecks
dependencies/imgui-1.87/imgui.cpp:7923
MethodExampleAppConsole
dependencies/imgui-1.87/imgui_demo.cpp:6470
MethodExampleAppDocuments
dependencies/imgui-1.87/imgui_demo.cpp:7690
MethodExampleAppLog
dependencies/imgui-1.87/imgui_demo.cpp:6827
FunctionExpand
dependencies/imgui-1.87/imgui_internal.h:511
MethodFilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i'
dependencies/imgui-1.87/imgui_demo.cpp:1360
MethodFindBestWindowPosForPopup
dependencies/imgui-1.87/imgui.cpp:9427
MethodFindBestWindowPosForPopupEx
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
MethodFindBlockingModal
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
MethodFindBottomMostVisibleWindowWithinBeginStack
dependencies/imgui-1.87/imgui.cpp:4711
MethodFindOrCreateColumns
dependencies/imgui-1.87/imgui_tables.cpp:3800
MethodFindOrCreateWindowSettings
dependencies/imgui-1.87/imgui.cpp:11559
MethodFindRenderedTextEnd
dependencies/imgui-1.87/imgui.cpp:2957
MethodFindSettingsHandler
dependencies/imgui-1.87/imgui.cpp:11566
MethodFindWindowByID
dependencies/imgui-1.87/imgui.cpp:5273
MethodFindWindowByName
dependencies/imgui-1.87/imgui.cpp:5279
MethodFindWindowDisplayIndex
dependencies/imgui-1.87/imgui.cpp:6720
MethodFindWindowFocusIndex
dependencies/imgui-1.87/imgui.cpp:10660
MethodFindWindowSettings
dependencies/imgui-1.87/imgui.cpp:11550
FunctionFloor
Full version, ensure both points are fully clipped.
dependencies/imgui-1.87/imgui_internal.h:518
MethodFocusTopMostWindowUnderOne
dependencies/imgui-1.87/imgui.cpp:6770
MethodFocusWindow
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
FunctionFocusableItemRegister
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
FunctionFocusableItemUnregister
-> pass ImGuiItemAddFlags_Inputable flag to ItemAdd()
dependencies/imgui-1.87/imgui_internal.h:2590
MethodForceDisplayRangeByIndices
dependencies/imgui-1.87/imgui.cpp:2588
FunctionFreeWrapper
dependencies/imgui-1.87/imgui.cpp:1020
MethodFromIndices
dependencies/imgui-1.87/imgui_internal.h:1240
MethodFromPositions
dependencies/imgui-1.87/imgui_internal.h:1241
MethodGcAwakeTransientWindowBuffers
dependencies/imgui-1.87/imgui.cpp:3337
MethodGcCompactTransientMiscBuffers
dependencies/imgui-1.87/imgui.cpp:3313
MethodGcCompactTransientWindowBuffers
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
FunctionGetActiveID
dependencies/imgui-1.87/imgui_internal.h:2552
MethodGetAllocatorFunctions
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
FunctionGetArea
dependencies/imgui-1.87/imgui_internal.h:501
FunctionGetBL
Top-right
dependencies/imgui-1.87/imgui_internal.h:504
FunctionGetBR
Bottom-left
dependencies/imgui-1.87/imgui_internal.h:505
MethodGetBackgroundDrawList
dependencies/imgui-1.87/imgui.cpp:3761
MethodGetBit
dependencies/imgui-1.87/imgui.h:2694
MethodGetBool
dependencies/imgui-1.87/imgui.cpp:2141
MethodGetBoolRef
dependencies/imgui-1.87/imgui.cpp:2171
MethodGetBufSize
Number of active/alive items in the pool (for display purpose)
dependencies/imgui-1.87/imgui_internal.h:648
FunctionGetCenter
dependencies/imgui-1.87/imgui_internal.h:497
MethodGetClipRectMax
dependencies/imgui-1.87/imgui.h:2530
MethodGetClipRectMin
dependencies/imgui-1.87/imgui.h:2529
MethodGetClipboardText
dependencies/imgui-1.87/imgui.cpp:3615
FunctionGetClipboardTextFn_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
MethodGetColorU32
dependencies/imgui-1.87/imgui.cpp:2733
MethodGetColumnIndex
dependencies/imgui-1.87/imgui_tables.cpp:3647
MethodGetColumnNormFromOffset
dependencies/imgui-1.87/imgui_tables.cpp:3664
← previousnext →901–1,000 of 1,801, ranked by callers