MCPcopy Create free account

hub / github.com/Nelarius/imnodes / functions

Functions1,801 in github.com/Nelarius/imnodes

↓ 1 callersMethodSetAllBits
dependencies/imgui-1.87/imgui_internal.h:549
↓ 1 callersMethodSetArenaBasePtr
dependencies/imgui-1.87/imgui_internal.h:613
↓ 1 callersFunctionSetBit
dependencies/imgui-1.87/imgui_internal.h:565
↓ 1 callersMethodSetBitRange
dependencies/imgui-1.87/imgui_internal.h:553
↓ 1 callersMethodSetCircleTessellationMaxError
dependencies/imgui-1.87/imgui_draw.cpp:386
↓ 1 callersMethodSetKeyEventNativeData
[Optional] Call after AddKeyEvent(). Specify native keycode, scancode + Specify index for legacy <1.87 IsKeyXXX() functions with native indices. If yo
dependencies/imgui-1.87/imgui.cpp:1312
↓ 1 callersFunctionSetNodeGridSpacePos
imnodes.cpp:2668
↓ 1 callersMethodSetToCurrentState
Save current stack sizes for later compare
dependencies/imgui-1.87/imgui.cpp:8090
↓ 1 callersMethodSetVoidPtr
dependencies/imgui-1.87/imgui.cpp:2220
↓ 1 callersFunctionSetupViewportDrawData
dependencies/imgui-1.87/imgui.cpp:4644
↓ 1 callersFunctionShouldLinkSnapToPin
imnodes.cpp:842
↓ 1 callersFunctionShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
dependencies/imgui-1.87/imgui_demo.cpp:5437
↓ 1 callersFunctionShowDemoWindowLayout
dependencies/imgui-1.87/imgui_demo.cpp:2471
↓ 1 callersFunctionShowDemoWindowMisc
dependencies/imgui-1.87/imgui_demo.cpp:5643
↓ 1 callersFunctionShowDemoWindowPopups
dependencies/imgui-1.87/imgui_demo.cpp:3254
↓ 1 callersFunctionShowDemoWindowTables
dependencies/imgui-1.87/imgui_demo.cpp:3711
↓ 1 callersFunctionShowDemoWindowWidgets
dependencies/imgui-1.87/imgui_demo.cpp:557
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
dependencies/imgui-1.87/imgui_demo.cpp:7189
↓ 1 callersFunctionShowExampleAppConsole
dependencies/imgui-1.87/imgui_demo.cpp:6806
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints.
dependencies/imgui-1.87/imgui_demo.cpp:7214
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
dependencies/imgui-1.87/imgui_demo.cpp:7389
↓ 1 callersFunctionShowExampleAppDocuments
dependencies/imgui-1.87/imgui_demo.cpp:7720
↓ 1 callersFunctionShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
dependencies/imgui-1.87/imgui_demo.cpp:7317
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
dependencies/imgui-1.87/imgui_demo.cpp:6976
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
dependencies/imgui-1.87/imgui_demo.cpp:6941
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
dependencies/imgui-1.87/imgui_demo.cpp:7126
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
dependencies/imgui-1.87/imgui_demo.cpp:6348
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate create a simple property editor.
dependencies/imgui-1.87/imgui_demo.cpp:7090
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
dependencies/imgui-1.87/imgui_demo.cpp:7269
↓ 1 callersFunctionShowExampleAppWindowTitles
Demonstrate using "##" and "###" in identifiers to manipulate ID generation. This apply to all regular items as well. Read FAQ section "How can I have
dependencies/imgui-1.87/imgui_demo.cpp:7355
↓ 1 callersFunctionShowPlaceholderObject
dependencies/imgui-1.87/imgui_demo.cpp:7042
↓ 1 callersFunctionShowTableColumnsStatusFlags
dependencies/imgui-1.87/imgui_demo.cpp:3703
↓ 1 callersFunctionSliderFloat4
dependencies/imgui-1.87/imgui.h:2987
↓ 1 callersFunctionTableFixFlags
Helper
dependencies/imgui-1.87/imgui_tables.cpp:264
↓ 1 callersFunctionTranslateSelectedNodes
imnodes.cpp:776
↓ 1 callersFunctionUnpackBitVectorToFlatIndexList
dependencies/imgui-1.87/imgui_draw.cpp:2332
↓ 1 callersMethodUpdate
Helpers for internal use
dependencies/imgui-1.87/imgui_widgets.cpp:6638
↓ 1 callersMethodUpdateWorkRect
dependencies/imgui-1.87/imgui_internal.h:1438
↓ 1 callersMethod_CalcCircleAutoSegmentCount
dependencies/imgui-1.87/imgui_draw.cpp:572
↓ 1 callersMethod_ClearFreeMemory
dependencies/imgui-1.87/imgui_draw.cpp:425
↓ 1 callersMethod_TryMergeDrawCmds
Try to merge two last draw commands
dependencies/imgui-1.87/imgui_draw.cpp:496
↓ 1 callersFunctionclose_libgl
dependencies/gl3w/src/gl3w.c:44
↓ 1 callersFunctiondfs_traverse
example/graph.h:338
↓ 1 callersMethodedges
example/graph.h:239
↓ 1 callersFunctionerase
dependencies/imgui-1.87/imgui.h:1817
↓ 1 callersFunctionerase_unsorted
dependencies/imgui-1.87/imgui.h:1819
↓ 1 callersFunctionevaluate
example/color_node_editor.cpp:48
↓ 1 callersFunctionget_proc
dependencies/imgui-1.87/imgui_impl_opengl3_loader.h:567
↓ 1 callersFunctiongl3wInit
dependencies/gl3w/src/gl3w.c:138
↓ 1 callersFunctionimgl3wInit
dependencies/imgui-1.87/imgui_impl_opengl3_loader.h:637
↓ 1 callersFunctionimgl3wInit2
dependencies/imgui-1.87/imgui_impl_opengl3_loader.h:646
↓ 1 callersFunctioninsert
dependencies/imgui-1.87/imgui.h:1820
↓ 1 callersFunctionis_word_boundary_from_left
dependencies/imgui-1.87/imgui_widgets.cpp:3639
↓ 1 callersMethodload
example/save_load.cpp:149
↓ 1 callersFunctionload_procs
dependencies/imgui-1.87/imgui_impl_opengl3_loader.h:720
↓ 1 callersFunctionload_procs
dependencies/gl3w/src/gl3w.c:861
↓ 1 callersMethodneighbors
example/graph.h:231
↓ 1 callersFunctionopen_libgl
dependencies/imgui-1.87/imgui_impl_opengl3_loader.h:557
↓ 1 callersFunctionopen_libgl
dependencies/gl3w/src/gl3w.c:39
↓ 1 callersFunctionparse_version
dependencies/imgui-1.87/imgui_impl_opengl3_loader.h:624
↓ 1 callersFunctionparse_version
dependencies/gl3w/src/gl3w.c:123
↓ 1 callersFunctionpush_back
NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
dependencies/imgui-1.87/imgui.h:1814
↓ 1 callersFunctionresize
dependencies/imgui-1.87/imgui.h:1808
↓ 1 callersMethodsave
example/save_load.cpp:116
↓ 1 callersMethodset
dependencies/imgui-1.87/imgui_internal.h:582
↓ 1 callersMethodshow
example/save_load.cpp:39
↓ 1 callersMethodshow
example/color_node_editor.cpp:129
↓ 1 callersMethodshow
example/hello.cpp:12
↓ 1 callersMethodsplit
dependencies/imgui-1.87/imgui.cpp:2266
↓ 1 callersFunctionstb_adler32
dependencies/imgui-1.87/imgui_draw.cpp:4016
↓ 1 callersFunctionstb_decompress
dependencies/imgui-1.87/imgui_draw.cpp:4047
↓ 1 callersFunctionstb_decompress_token
dependencies/imgui-1.87/imgui_draw.cpp:3999
↓ 1 callersFunctionstb_text_create_undo_record
dependencies/imgui-1.87/imstb_textedit.h:1181
↓ 1 callersFunctionstb_text_makeundo_delete
dependencies/imgui-1.87/imstb_textedit.h:1349
↓ 1 callersFunctionstb_text_redo
dependencies/imgui-1.87/imstb_textedit.h:1293
↓ 1 callersFunctionstb_text_undo
dependencies/imgui-1.87/imstb_textedit.h:1225
↓ 1 callersFunctionstb_textedit_clear_state
reset the state to default
dependencies/imgui-1.87/imstb_textedit.h:1370
↓ 1 callersFunctionstb_textedit_cut
API cut: delete selection
dependencies/imgui-1.87/imstb_textedit.h:696
↓ 1 callersFunctionstb_textedit_discard_redo
discard the oldest entry in the redo list--it's bad if this ever happens, but because undo & redo have to store the actual characters in different cas
dependencies/imgui-1.87/imstb_textedit.h:1151
↓ 1 callersFunctionstb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
dependencies/imgui-1.87/imstb_textedit.h:476
↓ 1 callersFunctionstb_textedit_flush_redo
dependencies/imgui-1.87/imstb_textedit.h:1122
↓ 1 callersFunctionstb_textedit_initialize_state
API initialize
dependencies/imgui-1.87/imstb_textedit.h:1388
↓ 1 callersFunctionstb_textedit_key
API key: process a keyboard input
dependencies/imgui-1.87/imstb_textedit.h:732
↓ 1 callersFunctionstb_textedit_paste
dependencies/imgui-1.87/imstb_textedit.h:1398
↓ 1 callersFunctionstb_textedit_paste_internal
API paste: replace existing selection with passed-in text
dependencies/imgui-1.87/imstb_textedit.h:707
↓ 1 callersFunctionstb_textedit_replace
stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling the stb_textedit_paste() function creates tw
dependencies/imgui-1.87/imgui_widgets.cpp:3722
↓ 1 callersFunctionstbrp__skyline_find_best_pos
dependencies/imgui-1.87/imstb_rectpack.h:351
↓ 1 callersFunctionstbrp__skyline_pack_rectangle
dependencies/imgui-1.87/imstb_rectpack.h:453
↓ 1 callersFunctionstbrp_init_target
dependencies/imgui-1.87/imstb_truetype.h:3757
↓ 1 callersFunctionstbrp_setup_allow_out_of_mem
dependencies/imgui-1.87/imstb_rectpack.h:242
↓ 1 callersFunctionstbtt_BakeFontBitmap
dependencies/imgui-1.87/imstb_truetype.h:4767
↓ 1 callersFunctionstbtt_BakeFontBitmap_internal
dependencies/imgui-1.87/imstb_truetype.h:3653
↓ 1 callersFunctionstbtt_FindMatchingFont_internal
dependencies/imgui-1.87/imstb_truetype.h:4751
↓ 1 callersFunctionstbtt_FlattenCurves
returns number of contours
dependencies/imgui-1.87/imstb_truetype.h:3458
↓ 1 callersFunctionstbtt_GetBakedQuad
dependencies/imgui-1.87/imstb_truetype.h:3699
↓ 1 callersFunctionstbtt_GetCodepointBitmap
dependencies/imgui-1.87/imstb_truetype.h:3637
↓ 1 callersFunctionstbtt_GetCodepointBitmapSubpixel
dependencies/imgui-1.87/imstb_truetype.h:3622
↓ 1 callersFunctionstbtt_GetCodepointHMetrics
dependencies/imgui-1.87/imstb_truetype.h:2576
↓ 1 callersFunctionstbtt_GetCodepointKernAdvance
dependencies/imgui-1.87/imstb_truetype.h:2569
↓ 1 callersFunctionstbtt_GetFontOffsetForIndex_internal
dependencies/imgui-1.87/imstb_truetype.h:1302
← previousnext →601–700 of 1,801, ranked by callers