MCPcopy Create free account

hub / github.com/andrewchilicki/LumonMDR / functions

Functions2,571 in github.com/andrewchilicki/LumonMDR

↓ 1 callersFunctionImGui_ImplGlfw_UpdateMouseData
external/imgui/backends/imgui_impl_glfw.cpp:717
↓ 1 callersFunctionImGui_ImplOpenGL3_CreateDeviceObjects
external/imgui/backends/imgui_impl_opengl3.cpp:753
↓ 1 callersFunctionImGui_ImplOpenGL3_DestroyDeviceObjects
external/imgui/backends/imgui_impl_opengl3.cpp:950
↓ 1 callersFunctionImGui_ImplOpenGL3_DestroyFontsTexture
external/imgui/backends/imgui_impl_opengl3.cpp:703
↓ 1 callersFunctionImGui_ImplOpenGL3_Init
Functions
external/imgui/backends/imgui_impl_opengl3.cpp:280
↓ 1 callersFunctionImGui_ImplOpenGL3_NewFrame
external/imgui/backends/imgui_impl_opengl3.cpp:403
↓ 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
external/imgui/backends/imgui_impl_opengl3.cpp:491
↓ 1 callersFunctionImGui_ImplOpenGL3_Shutdown
external/imgui/backends/imgui_impl_opengl3.cpp:390
↓ 1 callersFunctionImLinearRemapClamp
external/imgui/imgui_internal.h:495
↓ 1 callersFunctionImLinearSweep
external/imgui/imgui_internal.h:494
↓ 1 callersFunctionImParseFormatSanitizeForPrinting
Sanitize format - Zero terminate so extra characters after format (e.g. "%f123") don't confuse atof/atoi - stb_sprintf.h supports several new modifier
external/imgui/imgui_widgets.cpp:3515
↓ 1 callersFunctionImParseFormatSanitizeForScanning
- For scanning we need to remove all width and precision fields and flags "%+3.7f" -> "%f". BUT don't strip types like "%I64d" which includes digits.
external/imgui/imgui_widgets.cpp:3530
↓ 1 callersFunctionImParseFormatTrimDecorations
Extract the format out of a format string with leading or trailing decorations fmt = "blah blah" -> return "" fmt = "%.3f" -> return fmt fmt =
external/imgui/imgui_widgets.cpp:3500
↓ 1 callersFunctionImRsqrt
external/imgui/imgui_internal.h:461
↓ 1 callersFunctionImSign
external/imgui/imgui_internal.h:458
↓ 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
external/imgui/imgui.cpp:2039
↓ 1 callersFunctionImStrdup
external/imgui/imgui.cpp:1967
↓ 1 callersFunctionImStrdupcpy
external/imgui/imgui.cpp:1974
↓ 1 callersFunctionImStreolRange
Find end-of-line. Return pointer will point to either first \n, either str_end.
external/imgui/imgui.cpp:2003
↓ 1 callersFunctionImTextCountLines
external/imgui/imgui.cpp:2546
↓ 1 callersFunctionImTextCountUtf8BytesFromStr
external/imgui/imgui.cpp:2521
↓ 1 callersFunctionImTriangleArea
external/imgui/imgui_internal.h:510
↓ 1 callersFunctionImTriangleBarycentricCoords
external/imgui/imgui.cpp:1912
↓ 1 callersFunctionImTriangleClosestPoint
external/imgui/imgui.cpp:1923
↓ 1 callersFunctionImUpperPowerOfTwo
external/imgui/imgui_internal.h:371
↓ 1 callersFunctionInitViewportDrawData
external/imgui/imgui.cpp:5445
↓ 1 callersFunctionInputTextCalcTextLenAndLineCount
This is only used in the path where the multiline widget is inactivate.
external/imgui/imgui_widgets.cpp:3869
↓ 1 callersMethodIsActive
external/imgui/imgui.h:2548
↓ 1 callersMethodIsBuilt
4 bytes-per-pixel
external/imgui/imgui.h:3357
↓ 1 callersMethodIsDataType
external/imgui/imgui.h:2514
↓ 1 callersFunctionIsGamepadKey
external/imgui/imgui_internal.h:3175
↓ 1 callersMethodIsGlyphRangeUnused
API is designed this way to avoid exposing the 4K page size e.g. use with IsGlyphRangeUnused(0, 255)
external/imgui/imgui_draw.cpp:3809
↓ 1 callersFunctionIsKeyboardKey
external/imgui/imgui_internal.h:3174
↓ 1 callersFunctionIsLegacyKey
external/imgui/imgui_internal.h:3173
↓ 1 callersFunctionIsMouseKey
external/imgui/imgui_internal.h:3176
↓ 1 callersFunctionNavBiasScoringRect
Bias scoring rect ahead of scoring + update preferred pos (if missing) using source position
external/imgui/imgui.cpp:13064
↓ 1 callersMethodNotifyOfDocumentsClosedElsewhere
[Optional] Notify the system of Tabs/Windows closure that happened outside the regular tab interface. If a tab has been closed programmatically (aka c
external/imgui/imgui_demo.cpp:9822
↓ 1 callersFunctionOctave1D
external/perlin-noise/PerlinNoise.hpp:334
↓ 1 callersFunctionOctave2D
external/perlin-noise/PerlinNoise.hpp:352
↓ 1 callersFunctionOctave3D
external/perlin-noise/PerlinNoise.hpp:371
↓ 1 callersFunctionPathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
external/imgui/imgui_draw.cpp:1314
↓ 1 callersMethodPathBezierQuadraticCurveTo
external/imgui/imgui_draw.cpp:1373
↓ 1 callersFunctionPathBezierQuadraticCurveToCasteljau
external/imgui/imgui_draw.cpp:1339
↓ 1 callersMethodPathFillConcave
external/imgui/imgui.h:3142
↓ 1 callersMethodPopTextureID
external/imgui/imgui_draw.cpp:654
↓ 1 callersMethodPrimRectUV
external/imgui/imgui_draw.cpp:725
↓ 1 callersMethodPushClipRectFullScreen
external/imgui/imgui_draw.cpp:635
↓ 1 callersMethodRemove
external/imgui/imgui_internal.h:695
↓ 1 callersMethodRenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
external/imgui/imgui_draw.cpp:4126
↓ 1 callersFunctionRenderViewportsThumbnails
external/imgui/imgui.cpp:15167
↓ 1 callersMethodReset
external/imgui/imgui_internal.h:1552
↓ 1 callersFunctionSTB_TEXTEDIT_MOVEWORDRIGHT_WIN
external/imgui/imgui_widgets.cpp:4044
↓ 1 callersFunctionSameLineOrWrap
FIXME-LAYOUT: To be done automatically via layout mode once we rework ItemSize/ItemAdd into ItemLayout.
external/imgui/imgui.cpp:16447
↓ 1 callersFunctionScaleWindow
external/imgui/imgui.cpp:14836
↓ 1 callersMethodSetArenaBasePtr
external/imgui/imgui_internal.h:667
↓ 1 callersFunctionSetBit
external/imgui/imgui_internal.h:618
↓ 1 callersMethodSetBool
external/imgui/imgui.cpp:2757
↓ 1 callersMethodSetCircleTessellationMaxError
external/imgui/imgui_draw.cpp:385
↓ 1 callersMethodSetKeyEventNativeData
[Optional] Call after AddKeyEvent(). Specify native keycode, scancode + Specify index for legacy <1.87 IsKeyXXX() functions with native indices. If yo
external/imgui/imgui.cpp:1672
↓ 1 callersMethodSetVoidPtr
external/imgui/imgui.cpp:2771
↓ 1 callersFunctionSetWindowActiveForSkipRefresh
external/imgui/imgui.cpp:6938
↓ 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
external/imgui/imgui.cpp:5090
↓ 1 callersMethodShow
external/imgui/imgui_demo.cpp:3089
↓ 1 callersFunctionShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
external/imgui/imgui_demo.cpp:7175
↓ 1 callersFunctionShowDemoWindowInputs
external/imgui/imgui_demo.cpp:7385
↓ 1 callersFunctionShowDemoWindowLayout
external/imgui/imgui_demo.cpp:3940
↓ 1 callersFunctionShowDemoWindowMenuBar
external/imgui/imgui_demo.cpp:701
↓ 1 callersFunctionShowDemoWindowMultiSelect
external/imgui/imgui_demo.cpp:3201
↓ 1 callersFunctionShowDemoWindowPopups
external/imgui/imgui_demo.cpp:4806
↓ 1 callersFunctionShowDemoWindowTables
external/imgui/imgui_demo.cpp:5270
↓ 1 callersFunctionShowDemoWindowWidgets
external/imgui/imgui_demo.cpp:776
↓ 1 callersFunctionShowExampleAppAssetsBrowser
external/imgui/imgui_demo.cpp:10421
↓ 1 callersFunctionShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
external/imgui/imgui_demo.cpp:9152
↓ 1 callersFunctionShowExampleAppConsole
external/imgui/imgui_demo.cpp:8697
↓ 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
external/imgui/imgui_demo.cpp:9178
↓ 1 callersFunctionShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
external/imgui/imgui_demo.cpp:9412
↓ 1 callersFunctionShowExampleAppDocuments
external/imgui/imgui_demo.cpp:9833
↓ 1 callersFunctionShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
external/imgui/imgui_demo.cpp:9332
↓ 1 callersFunctionShowExampleAppLayout
Demonstrate create a window with multiple child windows.
external/imgui/imgui_demo.cpp:8870
↓ 1 callersFunctionShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
external/imgui/imgui_demo.cpp:8835
↓ 1 callersFunctionShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
external/imgui/imgui_demo.cpp:9089
↓ 1 callersFunctionShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
external/imgui/imgui_demo.cpp:8234
↓ 1 callersFunctionShowExampleAppPropertyEditor
Demonstrate creating a simple property editor.
external/imgui/imgui_demo.cpp:9066
↓ 1 callersFunctionShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
external/imgui/imgui_demo.cpp:9277
↓ 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
external/imgui/imgui_demo.cpp:9370
↓ 1 callersFunctionShowTableColumnsStatusFlags
external/imgui/imgui_demo.cpp:5258
↓ 1 callersFunctionShuffle
external/perlin-noise/PerlinNoise.hpp:261
↓ 1 callersFunctionTableFixFlags
Helper
external/imgui/imgui_tables.cpp:269
↓ 1 callersFunctionTableGetInstanceID
external/imgui/imgui_internal.h:3331
↓ 1 callersMethodUnlink
external/imgui/imgui_draw.cpp:1783
↓ 1 callersFunctionUnpackBitVectorToFlatIndexList
external/imgui/imgui_draw.cpp:2849
↓ 1 callersMethodUpdate
Helpers for internal use
external/imgui/imgui_widgets.cpp:8569
↓ 1 callersMethodUpdateWorkRect
external/imgui/imgui_internal.h:1855
↓ 1 callersMethod_ClearFreeMemory
external/imgui/imgui_draw.cpp:439
↓ 1 callersMethod_TryMergeDrawCmds
Try to merge two last draw commands
external/imgui/imgui_draw.cpp:531
↓ 1 callersFunctionappend_exponent
external/nlohmann/json.hpp:17835
↓ 1 callersMethodcleanup
src/UI/UIManager.cpp:96
↓ 1 callersFunctionconcat_into
external/nlohmann/json.hpp:4265
↓ 1 callersFunctionconcat_length
external/nlohmann/json.hpp:4234
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
external/nlohmann/json.hpp:22148
← previousnext →701–800 of 2,571, ranked by callers