MCPcopy Create free account

hub / github.com/Sh0ckFR/Universal-Dear-ImGui-Hook / functions

Functions5,040 in github.com/Sh0ckFR/Universal-Dear-ImGui-Hook

↓ 1 callersMethodRenderGlyphAndGetInfo
imgui/misc/freetype/imgui_freetype.cpp:307
↓ 1 callersMethodRenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
imgui/imgui_draw.cpp:4154
↓ 1 callersFunctionRenderViewportsThumbnails
imgui/imgui.cpp:15331
↓ 1 callersFunctionRequestAdapter
imgui/examples/example_glfw_wgpu/main.cpp:269
↓ 1 callersFunctionRequestDevice
imgui/examples/example_glfw_wgpu/main.cpp:283
↓ 1 callersFunctionSDL_RenderGeometryRaw8BitColor
https://github.com/libsdl-org/SDL/issues/9009
imgui/backends/imgui_impl_sdlrenderer3.cpp:118
↓ 1 callersFunctionSTB_TEXTEDIT_MOVEWORDRIGHT_WIN
imgui/imgui_widgets.cpp:4070
↓ 1 callersFunctionSameLineOrWrap
FIXME-LAYOUT: To be done automatically via layout mode once we rework ItemSize/ItemAdd into ItemLayout.
imgui/imgui.cpp:16622
↓ 1 callersFunctionSaturate
imgui/backends/imgui_impl_sdl3.cpp:698
↓ 1 callersFunctionSaturate
imgui/backends/imgui_impl_sdl2.cpp:730
↓ 1 callersMethodScaleAllSizes
To scale your entire UI (e.g. if you want your app to use High DPI or generally be DPI aware) you may use this helper function. Scaling the fonts is d
imgui/imgui.cpp:1394
↓ 1 callersFunctionScaleWindow
imgui/imgui.cpp:14994
↓ 1 callersMethodSetArenaBasePtr
imgui/imgui_internal.h:675
↓ 1 callersFunctionSetBit
imgui/imgui_internal.h:626
↓ 1 callersMethodSetBool
imgui/imgui.cpp:2785
↓ 1 callersMethodSetCircleTessellationMaxError
imgui/imgui_draw.cpp:394
↓ 1 callersFunctionSetWindowActiveForSkipRefresh
imgui/imgui.cpp:7011
↓ 1 callersFunctionSetupDrawListSharedData
Called once a frame. Followed by SetCurrentFont() which sets up the remaining data. FIXME-VIEWPORT: the concept of a single ClipRectFullscreen is not
imgui/imgui.cpp:5150
↓ 1 callersFunctionSetupVulkan
imgui/examples/example_sdl2_vulkan/main.cpp:76
↓ 1 callersFunctionSetupVulkan
imgui/examples/example_sdl3_vulkan/main.cpp:81
↓ 1 callersFunctionSetupVulkan
imgui/examples/example_win32_vulkan/main.cpp:77
↓ 1 callersFunctionSetupVulkan
imgui/examples/example_glfw_vulkan/main.cpp:88
↓ 1 callersFunctionSetupVulkanWindow
All the ImGui_ImplVulkanH_XXX structures/functions are optional helpers used by the demo. Your real engine/app may not use them.
imgui/examples/example_sdl2_vulkan/main.cpp:201
↓ 1 callersFunctionSetupVulkanWindow
All the ImGui_ImplVulkanH_XXX structures/functions are optional helpers used by the demo. Your real engine/app may not use them.
imgui/examples/example_sdl3_vulkan/main.cpp:206
↓ 1 callersFunctionSetupVulkanWindow
All the ImGui_ImplVulkanH_XXX structures/functions are optional helpers used by the demo. Your real engine/app may not use them.
imgui/examples/example_win32_vulkan/main.cpp:202
↓ 1 callersFunctionSetupVulkanWindow
All the ImGui_ImplVulkanH_XXX structures/functions are optional helpers used by the demo. Your real engine/app may not use them.
imgui/examples/example_glfw_vulkan/main.cpp:213
↓ 1 callersMethodShow
imgui/imgui_demo.cpp:2500
↓ 1 callersFunctionShowExampleAppAssetsBrowser
imgui/imgui_demo.cpp:10729
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
imgui/imgui_demo.cpp:9460
↓ 1 callersFunctionShowExampleAppConsole
imgui/imgui_demo.cpp:9003
↓ 1 callersFunctionShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints. Note that size constraints currently don't work on a docked window (when in 'docking' br
imgui/imgui_demo.cpp:9486
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
imgui/imgui_demo.cpp:9720
↓ 1 callersFunctionShowExampleAppDocuments
imgui/imgui_demo.cpp:10141
↓ 1 callersFunctionShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
imgui/imgui_demo.cpp:9640
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
imgui/imgui_demo.cpp:9176
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
imgui/imgui_demo.cpp:9141
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
imgui/imgui_demo.cpp:9397
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
imgui/imgui_demo.cpp:8540
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate creating a simple property editor.
imgui/imgui_demo.cpp:9374
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
imgui/imgui_demo.cpp:9585
↓ 1 callersFunctionShowExampleAppWindowTitles
Demonstrate the use of "##" and "###" in identifiers to manipulate ID generation. This applies to all regular items as well. Read FAQ section "How can
imgui/imgui_demo.cpp:9678
↓ 1 callersFunctionShowSoftKeyboardInput
Unfortunately, there is no way to show the on-screen input from native code. Therefore, we call ShowSoftKeyboardInput() of the main activity implement
imgui/examples/example_android_opengl3/main.cpp:302
↓ 1 callersFunctionShowTableColumnsStatusFlags
imgui/imgui_demo.cpp:5528
↓ 1 callersFunctionTableFixFlags
Helper
imgui/imgui_tables.cpp:271
↓ 1 callersFunctionTableGetInstanceID
imgui/imgui_internal.h:3368
↓ 1 callersMethodUnlink
imgui/imgui_draw.cpp:1791
↓ 1 callersFunctionUnpackBitVectorToFlatIndexList
imgui/imgui_draw.cpp:2866
↓ 1 callersMethodUpdate
Helpers for internal use
imgui/imgui_widgets.cpp:8708
↓ 1 callersMethodUpdateWorkRect
imgui/imgui_internal.h:1879
↓ 1 callersFunctionWaitForNextFrameResources
imgui/examples/example_win32_directx12/main.cpp:482
↓ 1 callersMethod_ClearFreeMemory
imgui/imgui_draw.cpp:448
↓ 1 callersMethod_TryMergeDrawCmds
Try to merge two last draw commands
imgui/imgui_draw.cpp:540
↓ 1 callersFunctionbinary_to_compressed_c
imgui/misc/fonts/binary_to_compressed_c.cpp:88
↓ 1 callersFunctioncompressionScheme
A textual description of the compression scheme, or an empty string if it is not compressed
vulkan/vulkan_format_traits.hpp:7130
↓ 1 callersFunctionerase
imgui/imgui.h:2133
↓ 1 callersFunctionerase_unsorted
imgui/imgui.h:2135
↓ 1 callersMethodget_line_begin
imgui/imgui_internal.h:747
↓ 1 callersMethodget_line_end
imgui/imgui_internal.h:748
↓ 1 callersFunctionget_proc
imgui/backends/imgui_impl_opengl3_loader.h:643
↓ 1 callersFunctionhasAlphaComponent
True, if this format has an alpha component
vulkan/vulkan_format_traits.hpp:7771
↓ 1 callersFunctionhasBlueComponent
True, if this format has a blue component
vulkan/vulkan_format_traits.hpp:7903
↓ 1 callersFunctionhasGreenComponent
True, if this format has a green component
vulkan/vulkan_format_traits.hpp:8120
↓ 1 callersFunctionhasRedComponent
True, if this format has a red component
vulkan/vulkan_format_traits.hpp:8354
↓ 1 callersFunctionimgl3wInit
imgui/backends/imgui_impl_opengl3_loader.h:816
↓ 1 callersFunctionimgl3wInit2
imgui/backends/imgui_impl_opengl3_loader.h:825
↓ 1 callersFunctioninsert
imgui/imgui.h:2136
↓ 1 callersFunctionis_word_boundary_from_left
imgui/imgui_widgets.cpp:4039
↓ 1 callersFunctionload_procs
imgui/backends/imgui_impl_opengl3_loader.h:906
↓ 1 callersFunctionopen_libgl
imgui/backends/imgui_impl_opengl3_loader.h:633
↓ 1 callersFunctionopen_libs
imgui/backends/imgui_impl_opengl3_loader.h:701
↓ 1 callersMethodoperator!=
vulkan/vulkan_video.hpp:4542
↓ 1 callersMethodoperator&
vulkan/vulkan_enums.hpp:82
↓ 1 callersMethodoperator==
vulkan/vulkan_video.hpp:4535
↓ 1 callersMethodoperator^
vulkan/vulkan_enums.hpp:92
↓ 1 callersMethodoperator|
vulkan/vulkan_enums.hpp:87
↓ 1 callersFunctionparse_version
imgui/backends/imgui_impl_opengl3_loader.h:797
↓ 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.
imgui/imgui.h:2130
↓ 1 callersFunctionresize
imgui/imgui.h:2123
↓ 1 callersFunctionsAddUInt8
@brief Add uint8 to reply packet **/
imgui/examples/libs/usynergy/uSynergy.c:93
↓ 1 callersFunctionsProcessMessage
imgui/examples/libs/usynergy/uSynergy.c:206
↓ 1 callersFunctionsUpdateContext
@brief Update a connected context **/
imgui/examples/libs/usynergy/uSynergy.c:476
↓ 1 callersMethodsplit
imgui/imgui.cpp:2841
↓ 1 callersFunctionstb_adler32
imgui/imgui_draw.cpp:4603
↓ 1 callersFunctionstb_adler32
imgui/misc/fonts/binary_to_compressed_c.cpp:179
↓ 1 callersFunctionstb_compress
imgui/misc/fonts/binary_to_compressed_c.cpp:416
↓ 1 callersFunctionstb_compress_chunk
imgui/misc/fonts/binary_to_compressed_c.cpp:276
↓ 1 callersFunctionstb_compress_inner
imgui/misc/fonts/binary_to_compressed_c.cpp:381
↓ 1 callersFunctionstb_decompress
imgui/imgui_draw.cpp:4634
↓ 1 callersFunctionstb_decompress_token
imgui/imgui_draw.cpp:4586
↓ 1 callersFunctionstb_text_create_undo_record
imgui/imstb_textedit.h:1201
↓ 1 callersFunctionstb_text_makeundo_delete
imgui/imstb_textedit.h:1369
↓ 1 callersFunctionstb_text_redo
imgui/imstb_textedit.h:1313
↓ 1 callersFunctionstb_text_undo
imgui/imstb_textedit.h:1245
↓ 1 callersFunctionstb_textedit_clear_state
reset the state to default
imgui/imstb_textedit.h:1390
↓ 1 callersFunctionstb_textedit_cut
API cut: delete selection
imgui/imstb_textedit.h:711
↓ 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
imgui/imstb_textedit.h:1171
↓ 1 callersFunctionstb_textedit_flush_redo
imgui/imstb_textedit.h:1142
↓ 1 callersFunctionstb_textedit_initialize_state
API initialize
imgui/imstb_textedit.h:1408
↓ 1 callersFunctionstb_textedit_key
API key: process a keyboard input
imgui/imstb_textedit.h:768
↓ 1 callersFunctionstb_textedit_paste
imgui/imstb_textedit.h:1418
← previousnext →1,001–1,100 of 5,040, ranked by callers