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
Method
NewLine
external/imgui/imgui_widgets.cpp:1515
Method
NextColumn
external/imgui/imgui_tables.cpp:4347
Method
Number
libs/Numbers/Number.h:36
Method
NumberDisplayInfos
libs/Numbers/Number.h:26
Method
NumberGridImpl
libs/Numbers/NumberGrid.cpp:13
Method
NumbersPanelImpl
src/UI/Widgets/NumbersPanel.cpp:20
Method
OpenPopup
external/imgui/imgui.cpp:11426
Method
OpenPopupEx
Mark popup as open (toggle toward open state). Popups are closed when user click outside, or activate a pressable item, or CloseCurrentPopup() is call
external/imgui/imgui.cpp:11443
Method
OpenPopupOnItemClick
Helper to open a popup if mouse button is released over the item - This is essentially the same as BeginPopupContextItem() but without the trailing Be
external/imgui/imgui.cpp:11712
Function
Overlaps
external/imgui/imgui_internal.h:556
Function
PairComparerByID
external/imgui/imgui.cpp:2673
Method
PathBezierCubicCurveTo
external/imgui/imgui_draw.cpp:1357
Method
PathClear
Stateful path API, add points then finish with PathFillConvex() or PathStroke() - Important: filled shapes must always use clockwise winding order! Th
external/imgui/imgui.h:3138
Method
PathEllipticalArcTo
external/imgui/imgui_draw.cpp:1274
Method
PathLineToMergeDuplicate
external/imgui/imgui.h:3140
Method
PathRect
external/imgui/imgui_draw.cpp:1413
Function
Platform_GetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
external/imgui/imgui.cpp:14902
Function
Platform_OpenInShellFn_DefaultImpl
external/imgui/imgui.cpp:15037
Function
Platform_SetClipboardTextFn_DefaultImpl
external/imgui/imgui.cpp:14925
Function
Platform_SetImeDataFn_DefaultImpl
external/imgui/imgui.cpp:15081
Method
PlotEx
external/imgui/imgui_widgets.cpp:8365
Method
PlotHistogram
external/imgui/imgui_widgets.cpp:8507
Method
PlotLines
external/imgui/imgui_widgets.cpp:8496
Function
Plot_ArrayGetter
external/imgui/imgui_widgets.cpp:8489
Function
PopAllowKeyboardFocus
external/imgui/imgui.h:3613
Function
PopButtonRepeat
external/imgui/imgui.h:3595
Method
PopClipRect
external/imgui/imgui_draw.cpp:640
Method
PopColumnsBackground
external/imgui/imgui_tables.cpp:4230
Method
PopFocusScope
external/imgui/imgui.cpp:8300
Method
PopFont
external/imgui/imgui.cpp:7807
Method
PopID
external/imgui/imgui.cpp:8573
Method
PopItemFlag
external/imgui/imgui.cpp:7834
Method
PopItemWidth
external/imgui/imgui.cpp:10770
Method
PopStyleColor
external/imgui/imgui.cpp:3346
Method
PopStyleVar
external/imgui/imgui.cpp:3463
Function
PopTabStop
external/imgui/imgui.h:3597
Method
PopTextWrapPos
external/imgui/imgui.cpp:7916
Method
PrimQuadUV
external/imgui/imgui_draw.cpp:740
Method
PrimRect
Fully unrolled with inline call to keep our debug builds decently fast.
external/imgui/imgui_draw.cpp:710
Method
PrimUnreserve
Release the number of reserved vertices/indices from the end of the last reservation made with PrimReserve().
external/imgui/imgui_draw.cpp:699
Method
PrimWriteIdx
external/imgui/imgui.h:3185
Method
PrimWriteVtx
external/imgui/imgui.h:3184
Method
ProgressBar
size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size
external/imgui/imgui_widgets.cpp:1328
Function
PushAllowKeyboardFocus
Use SetNextItemAllowOverlap() before item. OBSOLETED in 1.89.4 (from March 2023)
external/imgui/imgui.h:3612
Function
PushButtonRepeat
OBSOLETED in 1.91.0 (from July 2024)
external/imgui/imgui.h:3594
Method
PushClipRect
Render-level scissoring. This is passed down to your render function but not used for CPU-side coarse clipping. Prefer using higher-level ImGui::PushC
external/imgui/imgui_draw.cpp:616
Method
PushColumnClipRect
external/imgui/imgui_tables.cpp:4205
Method
PushColumnsBackground
Get into the columns background draw command (which is generally the same draw command as before we called BeginColumns)
external/imgui/imgui_tables.cpp:4217
Method
PushFocusScope
external/imgui/imgui.cpp:8290
Method
PushFont
Use ImDrawList::_SetTextureID(), making our shared g.FontStack[] authorative against window-local ImDrawList. - Whereas ImDrawList::PushTextureID()/Po
external/imgui/imgui.cpp:7797
Method
PushID
external/imgui/imgui.cpp:8504
Method
PushItemFlag
external/imgui/imgui.cpp:7821
Method
PushItemWidth
FIXME: Remove the == 0.0f behavior?
external/imgui/imgui.cpp:10742
Method
PushMultiItemsWidths
external/imgui/imgui.cpp:10751
Method
PushOverrideID
Push a given id value ignoring the ID stack as a seed.
external/imgui/imgui.cpp:8537
Method
PushStyleColor
FIXME: This may incur a round-trip (if the end user got their data from a float4) but eventually we aim to store the in-flight colors as ImU32
external/imgui/imgui.cpp:3324
Method
PushStyleVar
external/imgui/imgui.cpp:3407
Method
PushStyleVarX
external/imgui/imgui.cpp:3421
Method
PushStyleVarY
external/imgui/imgui.cpp:3435
Function
PushTabStop
external/imgui/imgui.h:3596
Method
PushTextWrapPos
external/imgui/imgui.cpp:7908
Method
RadioButton
external/imgui/imgui_widgets.cpp:1264
Method
ReclassifyNode
external/imgui/imgui_draw.cpp:1946
Function
Rect
We don't use g.FontSize because the window may be != g.CurrentWindow.
external/imgui/imgui_internal.h:2587
Method
ReloadUserBufAndKeepSelection
external/imgui/imgui_widgets.cpp:4182
Method
ReloadUserBufAndMoveToEnd
external/imgui/imgui_widgets.cpp:4183
Method
ReloadUserBufAndSelectAll
external/imgui/imgui_widgets.cpp:4181
Method
RemoveContextHook
Deferred removal, avoiding issue with changing vector while iterating it
external/imgui/imgui.cpp:4238
Method
RemoveSettingsHandler
external/imgui/imgui.cpp:14514
Method
Render
Prepare the data for rendering so you can call GetDrawData() (As with anything within the ImGui:: namspace this doesn't touch your GPU or graphics API
external/imgui/imgui.cpp:5664
Method
RenderArrow
Render an arrow aimed to be aligned with text (p_min is a position in the same space text would be positioned). To e.g. denote expanded/collapsed stat
external/imgui/imgui_draw.cpp:4328
Method
RenderArrowPointingAt
Render an arrow. 'pos' is position of the arrow tip. half_sz.x is length from base to tip. half_sz.y is length on each side.
external/imgui/imgui_draw.cpp:4381
Method
RenderBullet
external/imgui/imgui_draw.cpp:4359
Method
RenderCheckMark
external/imgui/imgui_draw.cpp:4365
Method
RenderColorRectWithAlphaCheckerboard
Helper for ColorPicker4() NB: This is rather brittle and will show artifact when rounding this enabled if rounded corners overlap multiple cells. Call
external/imgui/imgui_draw.cpp:4482
Method
RenderDimmedBackgroundBehindWindow
external/imgui/imgui.cpp:5486
Method
RenderDimmedBackgrounds
external/imgui/imgui.cpp:5530
Method
RenderDragDropTargetRect
FIXME-STYLE FIXME-DRAGDROP: Settle on a proper default visuals for drop target.
external/imgui/imgui.cpp:14164
Method
RenderFrame
Render a rectangle shaped with optional rounding and borders
external/imgui/imgui.cpp:3720
Method
RenderFrameBorder
external/imgui/imgui.cpp:3733
Method
RenderMouseCursor
external/imgui/imgui.cpp:3779
Method
RenderNavCursor
external/imgui/imgui.cpp:3745
Function
RenderNavHighlight
external/imgui/imgui_internal.h:3395
Method
RenderRectFilledRangeH
FIXME: Cleanup and move code to ImDrawList.
external/imgui/imgui_draw.cpp:4402
Method
RenderRectFilledWithHole
external/imgui/imgui_draw.cpp:4462
Method
RenderText
Internal ImGui functions to render text RenderText***() functions calls ImDrawList::AddText() calls ImBitmapFont::RenderText()
external/imgui/imgui.cpp:3570
Method
RenderTextClipped
external/imgui/imgui.cpp:3645
Method
RenderTextClippedEx
Default clip_rect uses (pos_min,pos_max) Handle clipping on CPU immediately (vs typically let the GPU clip the triangles that are overlapping the clip
external/imgui/imgui.cpp:3617
Method
RenderTextEllipsis
Another overly complex function until we reorganize everything into a nice all-in-one helper. This is made more complex because we have dissociated th
external/imgui/imgui.cpp:3663
Method
RenderTextWrapped
external/imgui/imgui.cpp:3596
Method
RenderWindowDecorations
Draw background and borders Draw and handle scrollbars
external/imgui/imgui.cpp:6717
Method
RenderWindowOuterBorders
external/imgui/imgui.cpp:6688
Method
RenderWindowTitleBarContents
Render title text, collapse button, close button
external/imgui/imgui.cpp:6807
Method
Reserve
external/imgui/imgui_internal.h:665
Method
ResetMouseDragDelta
external/imgui/imgui.cpp:9330
Method
RoundScalarWithFormatT
external/imgui/imgui_widgets.cpp:2380
Function
STBRP__CDECL rect_height_compare
external/imgui/imstb_rectpack.h:528
Function
STBRP__CDECL rect_original_order
external/imgui/imstb_rectpack.h:539
Function
STB_TEXTEDIT_MOVEWORDLEFT_IMPL
external/imgui/imgui_widgets.cpp:4029
Function
STB_TEXTEDIT_MOVEWORDRIGHT_IMPL
external/imgui/imgui_widgets.cpp:4052
← previous
next →
1,701–1,800 of 2,571, ranked by callers