Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewchilicki/LumonMDR
/ functions
Functions
2,571 in github.com/andrewchilicki/LumonMDR
⨍
Functions
2,571
◇
Types & classes
449
↓ 1 callers
Function
stbtt__sized_triangle_area
external/imgui/imstb_truetype.h:3082
↓ 1 callers
Function
stbtt__solve_cubic
x^3 + a*x^2 + b*x + c = 0
external/imgui/imstb_truetype.h:4552
↓ 1 callers
Function
stbtt__sort_edges
external/imgui/imstb_truetype.h:3487
↓ 1 callers
Function
stbtt__sort_edges_ins_sort
external/imgui/imstb_truetype.h:3407
↓ 1 callers
Function
stbtt__sort_edges_quicksort
external/imgui/imstb_truetype.h:3425
↓ 1 callers
Function
stbtt__tesselate_cubic
external/imgui/imstb_truetype.h:3583
↓ 1 callers
Function
stbtt__tesselate_curve
tessellate until threshold p is happy... @TODO warped to compensate for non-linear stretching
external/imgui/imstb_truetype.h:3563
↓ 1 callers
Function
string
external/nlohmann/json.hpp:6854
↓ 1 callers
Function
to_cbor
@brief create a CBOR serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_cbor/
external/nlohmann/json.hpp:23548
↓ 1 callers
Function
to_json_tuple_impl
external/nlohmann/json.hpp:5780
↓ 1 callers
Method
triggerLoadAnimation
src/UI/Widgets/NumbersPanel.cpp:79
↓ 1 callers
Function
type
@brief return the type of the JSON value (explicit) @sa https://json.nlohmann.me/api/basic_json/type/
external/nlohmann/json.hpp:20596
↓ 1 callers
Function
unescape
external/nlohmann/json.hpp:3005
↓ 1 callers
Method
updatePos
src/UI/Widgets/NumbersPanel.cpp:438
↓ 1 callers
Function
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/nlohmann/json.hpp:13606
Method
AcceptDragDropPayload
external/imgui/imgui.cpp:14122
Method
ActivateItemByID
external/imgui/imgui.cpp:8358
Method
AddCallback
external/imgui/imgui_draw.cpp:490
Method
AddChar
Set bit n in the array
external/imgui/imgui.h:3286
Method
AddConcavePolyFilled
Use ear-clipping algorithm to triangulate a simple polygon (no self-interaction, no holes). (Reminder: we don't perform any coarse clipping/culling in
external/imgui/imgui_draw.cpp:1978
Method
AddContextHook
No specific ordering/dependency support, will see as needed
external/imgui/imgui.cpp:4228
Method
AddConvexPolyFilled
- We intentionally avoid using ImVec2 and its math operators here to reduce cost to a minimum for debug/non-inlined builds. - Filled shapes must alway
external/imgui/imgui_draw.cpp:1021
Method
AddCustomRectFontGlyph
external/imgui/imgui_draw.cpp:2727
Method
AddDrawList
external/imgui/imgui_draw.cpp:2273
Method
AddDrawListToDrawDataEx
Important: 'out_list' is generally going to be draw_data->CmdLists, but may be another temporary list as long at it is expected that the result will b
external/imgui/imgui_draw.cpp:2228
Method
AddFont
external/imgui/imgui_draw.cpp:2571
Method
AddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
external/imgui/imgui_draw.cpp:2630
Method
AddFontFromMemoryCompressedBase85TTF
external/imgui/imgui_draw.cpp:2706
Method
AddFontFromMemoryCompressedTTF
external/imgui/imgui_draw.cpp:2694
Method
AddFontFromMemoryTTF
NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after B
external/imgui/imgui_draw.cpp:2680
Method
AddImageQuad
external/imgui/imgui_draw.cpp:1715
Method
AddImageRounded
external/imgui/imgui_draw.cpp:1731
Method
AddInputCharacterUTF16
UTF16 strings use surrogate pairs to encode codepoints >= 0x10000, so we should save the high surrogate.
external/imgui/imgui.cpp:1500
Method
AddInputCharactersUTF8
external/imgui/imgui.cpp:1534
Method
AddItems
external/imgui/imgui_demo.cpp:10110
Method
AddKeyAnalogEvent
Queue a new key down/up event. - ImGuiKey key: Translated key (as in, generally ImGuiKey_A matches the key end-user would use to emit an 'A' cha
external/imgui/imgui.cpp:1622
Method
AddQuad
external/imgui/imgui_draw.cpp:1495
Method
AddRanges
external/imgui/imgui_draw.cpp:3651
Method
AddRemapChar
external/imgui/imgui_draw.cpp:3883
Method
AddSettingsHandler
external/imgui/imgui.cpp:14507
Method
AlignTextToFramePadding
external/imgui/imgui_widgets.cpp:1532
Method
ApplySelectionRequests
external/imgui/imgui_demo.cpp:3072
Method
ApplySelectionRequests
Apply multi-selection requests
external/imgui/imgui_demo.cpp:3622
Method
ArrowButton
external/imgui/imgui_widgets.cpp:834
Method
ArrowButtonEx
external/imgui/imgui_widgets.cpp:806
Method
AspectRatio
Helper functions to demonstrate programmatic constraints FIXME: This doesn't take account of decoration size (e.g. title bar), library should make thi
external/imgui/imgui_demo.cpp:9185
Method
BadGroup
libs/Numbers/Number.h:8
Method
BasicPerlinNoise
external/perlin-noise/PerlinNoise.hpp:411
Method
BeginBoxSelect
external/imgui/imgui_widgets.cpp:7381
Method
BeginChild
Prior to v1.90 2023/10/16, the BeginChild() function took a 'bool border = false' parameter instead of 'ImGuiChildFlags child_flags = 0'. ImGuiChildFl
external/imgui/imgui.cpp:5977
Method
BeginChildEx
external/imgui/imgui.cpp:5988
Function
BeginChildFrame
Content boundaries max for the window (roughly (0,0)+Size-Scroll), in window-local coordinates. You should never need this. Always use GetCursorScreen
external/imgui/imgui.h:3602
Method
BeginColumns
external/imgui/imgui_tables.cpp:4268
Method
BeginCombo
external/imgui/imgui_widgets.cpp:1824
Method
BeginComboPopup
external/imgui/imgui_widgets.cpp:1902
Method
BeginComboPreview
Call directly after the BeginCombo/EndCombo block. The preview is designed to only host non-interactive elements (Experimental, see GitHub issues: #16
external/imgui/imgui_widgets.cpp:1976
Method
BeginDisabled
BeginDisabled()/EndDisabled() - Those can be nested but it cannot be used to enable an already disabled section (a single BeginDisabled(true) in the s
external/imgui/imgui.cpp:7853
Method
BeginDisabledOverrideReenable
Could have been called BeginDisabledDisable() but it didn't want to be award nominated for most awkward function name. Ideally we would use a shared e
external/imgui/imgui.cpp:7888
Method
BeginDragDropSource
When this returns true you need to: a) call SetDragDropPayload() exactly once, b) you may render the payload visual/description, c) call EndDragDropSo
external/imgui/imgui.cpp:13878
Method
BeginDragDropTarget
We don't use BeginDragDropTargetCustom() and duplicate its code because: 1) we use LastItemData's ImGuiItemStatusFlags_HoveredRect which handles items
external/imgui/imgui.cpp:14085
Method
BeginDragDropTargetCustom
external/imgui/imgui.cpp:14057
Method
BeginErrorTooltip
Pseudo-tooltip. Follow mouse until CTRL is held. When CTRL is held we lock position, allowing to click it.
external/imgui/imgui.cpp:10411
Method
BeginGroup
Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine()
external/imgui/imgui.cpp:10883
Method
BeginItemTooltip
external/imgui/imgui.cpp:11229
Method
BeginListBox
This is essentially a thin wrapper to using BeginChild/EndChild with the ImGuiChildFlags_FrameStyle flag for stylistic changes + displaying a label. T
external/imgui/imgui_widgets.cpp:8247
Method
BeginMainMenuBar
external/imgui/imgui_widgets.cpp:8735
Method
BeginMenu
external/imgui/imgui_widgets.cpp:9005
Method
BeginMenuBar
FIXME: Provided a rectangle perhaps e.g. a BeginMenuBarEx() could be used anywhere.. Currently the main responsibility of this function being to setup
external/imgui/imgui_widgets.cpp:8615
Method
BeginMenuEx
external/imgui/imgui_widgets.cpp:8793
Method
BeginMultiSelect
Return ImGuiMultiSelectIO structure. Lifetime: don't hold on ImGuiMultiSelectIO* pointers over multiple frames or past any subsequent call to BeginMul
external/imgui/imgui_widgets.cpp:7507
Method
BeginPopup
external/imgui/imgui.cpp:11640
Method
BeginPopupContextItem
This is a helper to handle the simplest case of associating one named popup to one given widget. - To create a popup associated to the last item, you
external/imgui/imgui.cpp:11741
Method
BeginPopupContextVoid
external/imgui/imgui.cpp:11769
Method
BeginPopupContextWindow
external/imgui/imgui.cpp:11755
Method
BeginPopupEx
Attention! BeginPopup() adds default flags when calling BeginPopupEx()!
external/imgui/imgui.cpp:11616
Method
BeginPopupModal
If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup. Note that popup visibility s
external/imgui/imgui.cpp:11657
Method
BeginTabBar
external/imgui/imgui_widgets.cpp:9210
Method
BeginTabBarEx
external/imgui/imgui_widgets.cpp:9228
Method
BeginTabItem
external/imgui/imgui_widgets.cpp:9911
Method
BeginTable
Read about "TABLE SIZING" at the top of this file.
external/imgui/imgui_tables.cpp:309
Method
BeginTableEx
external/imgui/imgui_tables.cpp:315
Method
BeginTooltip
external/imgui/imgui.cpp:11224
Method
BeginTooltipEx
external/imgui/imgui.cpp:11236
Method
BeginTooltipHidden
external/imgui/imgui.cpp:13863
Method
BeginViewportSideBar
Important: calling order matters! FIXME: Somehow overlapping with docking tech. FIXME: The "rect-cut" aspect of this could be formalized into a lower-
external/imgui/imgui_widgets.cpp:8700
Method
BringWindowToDisplayBack
external/imgui/imgui.cpp:12062
Method
BringWindowToDisplayBehind
external/imgui/imgui.cpp:12076
Method
BringWindowToDisplayFront
Note technically focus related but rather adjacent and close to BringWindowToFocusFront()
external/imgui/imgui.cpp:12047
Method
BringWindowToFocusFront
external/imgui/imgui.cpp:12025
Method
Build
external/imgui/imgui_draw.cpp:2776
Method
BuildEars
external/imgui/imgui_draw.cpp:1859
Method
BuildNodes
external/imgui/imgui_draw.cpp:1833
Method
BuildRanges
external/imgui/imgui_draw.cpp:3658
Method
BuildReflexes
external/imgui/imgui_draw.cpp:1847
Method
Bullet
external/imgui/imgui_widgets.cpp:1387
Method
BulletText
external/imgui/imgui_widgets.cpp:377
Method
BulletTextV
Text with a little bullet aligned to the typical tree node.
external/imgui/imgui_widgets.cpp:386
Method
Button
external/imgui/imgui_widgets.cpp:763
Method
ButtonBehavior
- FIXME: For refactor we could output flags, incl mouse hovered vs nav keyboard vs nav triggered etc. And better standardize how widgets use 'GetColor
external/imgui/imgui_widgets.cpp:499
Method
ButtonEx
external/imgui/imgui_widgets.cpp:722
← previous
next →
1,001–1,100 of 2,571, ranked by callers