MCPcopy Create free account

hub / github.com/Nelarius/imnodes / functions

Functions1,801 in github.com/Nelarius/imnodes

↓ 1 callersMethodGetIntRef
References are only valid until a new value is added to the storage. Calling a Set***() function or a Get***Ref() function invalidates the pointer.
dependencies/imgui-1.87/imgui.cpp:2163
↓ 1 callersFunctionGetMinimumStepAtDecimalPrecision
dependencies/imgui-1.87/imgui_widgets.cpp:2099
↓ 1 callersMethodGetMouseCursorTexData
dependencies/imgui-1.87/imgui_draw.cpp:2239
↓ 1 callersFunctionGetNodeContentOrigin
imnodes.cpp:1252
↓ 1 callersFunctionGetNodeTitleBarOrigin
imnodes.cpp:1247
↓ 1 callersFunctionGetSelectedLinks
imnodes.cpp:2779
↓ 1 callersFunctionGetSelectedNodes
imnodes.cpp:2767
↓ 1 callersFunctionGetTabBarFromTabBarRef
dependencies/imgui-1.87/imgui_widgets.cpp:7198
↓ 1 callersFunctionGetTabBarRefFromTabBar
dependencies/imgui-1.87/imgui_widgets.cpp:7204
↓ 1 callersMethodGetTexDataAsRGBA32
dependencies/imgui-1.87/imgui_draw.cpp:2050
↓ 1 callersMethodGetTexID
Since 1.83: returns ImTextureID associated with this draw call. Warning: DO NOT assume this is always same as 'TextureId' (we will change this functio
dependencies/imgui-1.87/imgui.h:2407
↓ 1 callersMethodGetVoidPtr
dependencies/imgui-1.87/imgui.cpp:2154
↓ 1 callersFunctionGetWindowBgColorIdx
dependencies/imgui-1.87/imgui.cpp:5467
↓ 1 callersMethodGetWorkRect
dependencies/imgui-1.87/imgui_internal.h:1442
↓ 1 callersFunctionImAtoi
dependencies/imgui-1.87/imgui_widgets.cpp:2108
↓ 1 callersFunctionImBezierCubicClosestPointCasteljauStep
Closely mimics PathBezierToCasteljau() in imgui_draw.cpp
dependencies/imgui-1.87/imgui.cpp:1414
↓ 1 callersFunctionImBezierQuadraticCalc
dependencies/imgui-1.87/imgui_draw.cpp:1239
↓ 1 callersFunctionImBitArraySetBitRange
dependencies/imgui-1.87/imgui_internal.h:528
↓ 1 callersFunctionImDot
dependencies/imgui-1.87/imgui_internal.h:447
↓ 1 callersFunctionImFileGetSize
dependencies/imgui-1.87/imgui.cpp:1777
↓ 1 callersFunctionImFileRead
dependencies/imgui-1.87/imgui.cpp:1778
↓ 1 callersFunctionImFontAtlasBuildFinish
This is called/shared by both the stb_truetype and the FreeType builder.
dependencies/imgui-1.87/imgui_draw.cpp:2780
↓ 1 callersFunctionImFontAtlasBuildInit
Note: this is called / shared by both the stb_truetype and the FreeType builder
dependencies/imgui-1.87/imgui_draw.cpp:2759
↓ 1 callersFunctionImFontAtlasBuildMultiplyCalcLookupTable
dependencies/imgui-1.87/imgui_draw.cpp:2289
↓ 1 callersFunctionImFontAtlasBuildMultiplyRectAlpha8
dependencies/imgui-1.87/imgui_draw.cpp:2298
↓ 1 callersFunctionImFontAtlasBuildPackCustomRects
dependencies/imgui-1.87/imgui_draw.cpp:2620
↓ 1 callersFunctionImFontAtlasBuildRenderDefaultTexData
dependencies/imgui-1.87/imgui_draw.cpp:2667
↓ 1 callersFunctionImFontAtlasBuildRenderLinesTexData
dependencies/imgui-1.87/imgui_draw.cpp:2707
↓ 1 callersFunctionImFontAtlasBuildSetupFont
dependencies/imgui-1.87/imgui_draw.cpp:2605
↓ 1 callersFunctionImFontAtlasGetBuilderForStbTruetype
dependencies/imgui-1.87/imgui_draw.cpp:2596
↓ 1 callersFunctionImGuiListClipper_SeekCursorAndSetupPrevLine
dependencies/imgui-1.87/imgui.cpp:2494
↓ 1 callersFunctionImGuiListClipper_SortAndFuseRanges
dependencies/imgui-1.87/imgui.cpp:2470
↓ 1 callersFunctionImGuiTableTempData
dependencies/imgui-1.87/imgui_internal.h:2421
↓ 1 callersFunctionImGui_ImplOpenGL3_CreateDeviceObjects
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:600
↓ 1 callersFunctionImGui_ImplOpenGL3_CreateFontsTexture
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:519
↓ 1 callersFunctionImGui_ImplOpenGL3_DestroyDeviceObjects
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:788
↓ 1 callersFunctionImGui_ImplOpenGL3_DestroyFontsTexture
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:550
↓ 1 callersFunctionImGui_ImplOpenGL3_Init
Functions
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:207
↓ 1 callersFunctionImGui_ImplOpenGL3_NewFrame
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:299
↓ 1 callersFunctionImGui_ImplOpenGL3_RenderDrawData
OpenGL3 Render function. Note that this implementation is little overcomplicated because we are saving/setting up/restoring every OpenGL state explici
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:384
↓ 1 callersFunctionImGui_ImplOpenGL3_Shutdown
dependencies/imgui-1.87/imgui_impl_opengl3.cpp:287
↓ 1 callersFunctionImGui_ImplSDL2_InitForOpenGL
dependencies/imgui-1.87/imgui_impl_sdl.cpp:368
↓ 1 callersFunctionImGui_ImplSDL2_KeycodeToImGuiKey
dependencies/imgui-1.87/imgui_impl_sdl.cpp:117
↓ 1 callersFunctionImGui_ImplSDL2_NewFrame
dependencies/imgui-1.87/imgui_impl_sdl.h:35
↓ 1 callersFunctionImGui_ImplSDL2_ProcessEvent
You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - When io.WantCaptureMouse is true,
dependencies/imgui-1.87/imgui_impl_sdl.cpp:244
↓ 1 callersFunctionImGui_ImplSDL2_Shutdown
dependencies/imgui-1.87/imgui_impl_sdl.cpp:400
↓ 1 callersFunctionImGui_ImplSDL2_UpdateGamepads
dependencies/imgui-1.87/imgui_impl_sdl.cpp:468
↓ 1 callersFunctionImGui_ImplSDL2_UpdateKeyModifiers
dependencies/imgui-1.87/imgui_impl_sdl.cpp:230
↓ 1 callersFunctionImGui_ImplSDL2_UpdateMouseCursor
dependencies/imgui-1.87/imgui_impl_sdl.cpp:447
↓ 1 callersFunctionImGui_ImplSDL2_UpdateMouseData
dependencies/imgui-1.87/imgui_impl_sdl.cpp:416
↓ 1 callersFunctionImInvLength
dependencies/imgui-1.87/imgui_internal.h:441
↓ 1 callersFunctionImLinearSweep
dependencies/imgui-1.87/imgui_internal.h:449
↓ 1 callersFunctionImParseFormatTrimDecorations
Extract the format out of a format string with leading or trailing decorations fmt = "blah blah" -> return fmt fmt = "%.3f" -> return fmt fmt =
dependencies/imgui-1.87/imgui_widgets.cpp:3273
↓ 1 callersFunctionImRsqrt
dependencies/imgui-1.87/imgui_internal.h:416
↓ 1 callersFunctionImStrTrimBlanks
Trim str by offsetting contents when there's leading data + writing a \0 at the trailing position. We use this in situation where the cost is negligib
dependencies/imgui-1.87/imgui.cpp:1607
↓ 1 callersFunctionImStrdup
dependencies/imgui-1.87/imgui.cpp:1535
↓ 1 callersFunctionImStrdupcpy
dependencies/imgui-1.87/imgui.cpp:1542
↓ 1 callersFunctionImStreolRange
Find end-of-line. Return pointer will point to either first \n, either str_end.
dependencies/imgui-1.87/imgui.cpp:1571
↓ 1 callersFunctionImTriangleArea
dependencies/imgui-1.87/imgui_internal.h:463
↓ 1 callersFunctionImTriangleBarycentricCoords
dependencies/imgui-1.87/imgui.cpp:1480
↓ 1 callersFunctionImTriangleClosestPoint
dependencies/imgui-1.87/imgui.cpp:1491
↓ 1 callersFunctionImUpperPowerOfTwo
dependencies/imgui-1.87/imgui_internal.h:314
↓ 1 callersFunctionInputTextCalcTextLenAndLineCount
dependencies/imgui-1.87/imgui_widgets.cpp:3555
↓ 1 callersMethodIsActive
dependencies/imgui-1.87/imgui.h:2187
↓ 1 callersFunctionIsActiveIdUsingNavInput
dependencies/imgui-1.87/imgui_internal.h:2658
↓ 1 callersMethodIsBuilt
4 bytes-per-pixel
dependencies/imgui-1.87/imgui.h:2764
↓ 1 callersMethodIsDataType
dependencies/imgui-1.87/imgui.h:2129
↓ 1 callersMethodIsGlyphRangeUnused
API is designed this way to avoid exposing the 4K page size e.g. use with IsGlyphRangeUnused(0, 255)
dependencies/imgui-1.87/imgui_draw.cpp:3224
↓ 1 callersFunctionLoadCurrentEditorStateFromIniFile
imnodes.cpp:3157
↓ 1 callersFunctionLoadEditorStateFromIniFile
imnodes.cpp:3162
↓ 1 callersFunctionMenuBarHeight
dependencies/imgui-1.87/imgui_internal.h:2123
↓ 1 callersFunctionMiniMap
imnodes.cpp:2345
↓ 1 callersFunctionMiniMapDrawNode
imnodes.cpp:1721
↓ 1 callersFunctionMiniMapSpaceToGridSpace
imnodes.cpp:286
↓ 1 callersFunctionNavClampRectToVisibleAreaForMoveDir
dependencies/imgui-1.87/imgui.cpp:9524
↓ 1 callersFunctionNodeEditorInitialize
example/hello.cpp:42
↓ 1 callersFunctionNodeEditorShow
example/hello.cpp:44
↓ 1 callersFunctionNodeEditorShutdown
example/hello.cpp:46
↓ 1 callersFunctionNotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
dependencies/imgui-1.87/imgui_demo.cpp:7709
↓ 1 callersFunctionNumSelectedLinks
imnodes.cpp:2760
↓ 1 callersFunctionNumSelectedNodes
imnodes.cpp:2753
↓ 1 callersFunctionPathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
dependencies/imgui-1.87/imgui_draw.cpp:1249
↓ 1 callersFunctionPathBezierQuadraticCurveToCasteljau
dependencies/imgui-1.87/imgui_draw.cpp:1274
↓ 1 callersMethodPrimRectUV
dependencies/imgui-1.87/imgui_draw.cpp:683
↓ 1 callersFunctionRectangleOverlapsBezier
imnodes.cpp:192
↓ 1 callersFunctionRectangleOverlapsLineSegment
imnodes.cpp:143
↓ 1 callersFunctionRectangleOverlapsLink
imnodes.cpp:214
↓ 1 callersMethodRemove
dependencies/imgui-1.87/imgui_internal.h:641
↓ 1 callersMethodRenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
dependencies/imgui-1.87/imgui_draw.cpp:3541
↓ 1 callersFunctionRenderViewportsThumbnails
dependencies/imgui-1.87/imgui.cpp:12048
↓ 1 callersMethodReset
dependencies/imgui-1.87/imgui_internal.h:1254
↓ 1 callersFunctionResolveHoveredLink
imnodes.cpp:1173
↓ 1 callersFunctionResolveHoveredNode
imnodes.cpp:1141
↓ 1 callersFunctionResolveHoveredPin
imnodes.cpp:1103
↓ 1 callersFunctionResolveOccludedPins
imnodes.cpp:1066
↓ 1 callersFunctionSTB_TEXTEDIT_KEYTOTEXT
dependencies/imgui-1.87/imgui_widgets.cpp:3621
↓ 1 callersFunctionSTB_TEXTEDIT_MOVEWORDRIGHT_MAC
dependencies/imgui-1.87/imgui_widgets.cpp:3641
↓ 1 callersFunctionSanitizeFormatString
Sanitize format - Zero terminate so extra characters after format (e.g. "%f123") don't confuse atof/atoi - stb_sprintf.h supports several new modifier
dependencies/imgui-1.87/imgui_widgets.cpp:2123
↓ 1 callersFunctionSaveCurrentEditorStateToIniFile
imnodes.cpp:3138
↓ 1 callersFunctionSaveEditorStateToIniFile
imnodes.cpp:3143
← previousnext →501–600 of 1,801, ranked by callers