MCPcopy Create free account

hub / github.com/ByteCorum/DragonBurn / functions

Functions3,126 in github.com/ByteCorum/DragonBurn

MethodShortcut
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:8982
MethodShowAboutWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:5933
MethodShowDebugLogWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:14475
MethodShowDemoWindow
Demonstrate most Dear ImGui features (this is big function!) You may execute this function to experiment with the UI and understand what it does. You
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:246
MethodShowFontAtlas
[DEBUG] List fonts in a font atlas and display its texture
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:13495
MethodShowFontSelector
Demo helper function to select among loaded fonts. Here we use the regular BeginCombo()/EndCombo() api which is the more flexible one.
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6089
MethodShowMetricsWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:13516
MethodShowRawImage
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:54
MethodShowStackToolWindow
Stack Tool: Display UI
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:14711
MethodShowStyleEditor
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6132
MethodShowStyleSelector
Demo helper function to select among default colors. See ShowStyleEditor() for more advanced options. Here we use the simplified Combo() api that pack
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6116
MethodShowUserGuide
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6407
MethodShrinkWidths
Shrink excess width from a set of item, by removing width from the larger items first. Set items Width to -1.0f to disable shrinking this item.
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:1662
MethodShutdown
This function is merely here to free heap allocations.
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:3567
FunctionSimplestCrashHandler
DragonBurn-kernel/main.cpp:208
MethodSin
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:1725
MethodSliderAngle
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3174
MethodSliderBehavior
For 32-bit and larger types, slider bounds are limited to half the natural type range. So e.g. an integer Slider between INT_MAX-10 and INT_MAX will f
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:2993
MethodSliderBehaviorT
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:2821
MethodSliderFloat
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3154
MethodSliderFloat2
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3159
MethodSliderFloat3
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3164
MethodSliderFloat4
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3169
MethodSliderInt
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3184
MethodSliderInt2
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3189
MethodSliderInt3
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3194
MethodSliderInt4
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3199
MethodSliderScalar
Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a slider, they are all required. Read code of e.g. SliderFloat(
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3035
MethodSliderScalarEx1
DragonBurn-usermode/OS-ImGui/OS-ImGui.cpp:384
MethodSliderScalarN
Add multiple sliders on 1 line for compact edition of multiple components
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:3119
MethodSmallButton
Small buttons fits within text without additional vertical spacing.
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:734
MethodSpacing
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:1347
MethodSplitterBehavior
Using 'hover_visibility_delay' allows us to hide the highlight and mouse cursor for a short time, which can be convenient to reduce visual noise.
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:1594
MethodSquare
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:7330
MethodStartMouseMovingWindow
DragonBurn-usermode/OS-ImGui/imgui/imgui.cpp:4217
MethodStopAndRemove
DragonBurn-kernel/service.cpp:90
MethodStrdup
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6597
MethodStricmp
Portable helpers
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6595
MethodStringToWstring
DragonBurn-usermode/OS-ImGui/OS-ImGui_Base.cpp:70
MethodStrnicmp
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6596
MethodStrtrim
DragonBurn-usermode/OS-ImGui/imgui/imgui_demo.cpp:6598
MethodStyleColorsClassic
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:241
MethodStyleColorsDark
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:175
MethodStyleColorsLight
Those light colors are better suited with a thicker font than the default one + FrameBorder
DragonBurn-usermode/OS-ImGui/imgui/imgui_draw.cpp:308
MethodTabBarCalcMaxTabWidth
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7948
MethodTabBarCalcTabID
Dockable windows uses Name/ID in the global namespace. Non-dockable items use the ID stack.
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7931
MethodTabBarCloseTab
Called on manual closure attempt
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7997
MethodTabBarFindTabByID
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7954
MethodTabBarFindTabByOrder
Order = visible order, not submission order! (which is tab->BeginOrder)
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7964
MethodTabBarGetCurrentTab
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7971
MethodTabBarGetTabName
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7978
MethodTabBarLayout
This is called only once a frame before by the first call to ItemTab() The reason we're not calling it in BeginTabBar() is to leave a chance to the us
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7688
MethodTabBarProcessReorder
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8110
MethodTabBarQueueFocus
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8061
MethodTabBarQueueReorder
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8066
MethodTabBarQueueReorderFromMousePos
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8074
MethodTabBarRemoveTab
The *TabId fields are already set by the docking system _before_ the actual TabItem was created, so we clear them regardless.
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:7987
MethodTabBarScrollClamp
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8021
MethodTabBarScrollToTab
Note: we may scroll to tab that are not selected! e.g. using keyboard arrow keys
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8028
MethodTabBarScrollingButtons
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8141
MethodTabBarTabListPopupButton
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8202
MethodTabItemBackground
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8572
MethodTabItemButton
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8296
MethodTabItemCalcSize
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8554
MethodTabItemEx
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8312
MethodTabItemLabelAndCloseButton
Render text label (with custom clipping) + Unsaved Document marker + Close Button logic We tend to lock style.FramePadding for a given tab-bar, hence
DragonBurn-usermode/OS-ImGui/imgui/imgui_widgets.cpp:8599
MethodTableBeginApplyRequests
Apply queued resizing/reordering/hiding requests
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:618
MethodTableBeginCell
[Internal] Called by TableSetColumnIndex()/TableNextColumn() This is called very frequently, so we need to be mindful of unnecessary overhead. FIXME-T
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1981
MethodTableBeginContextMenuPopup
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3074
MethodTableBeginInitMemory
For reference, the average total _allocation count_ for a table is: + 0 (for ImGuiTable instance, we are pooling allocations in g.Tables[]) + 1 (for t
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:596
MethodTableBeginRow
[Internal] Called by TableNextRow()
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1743
MethodTableDrawBorders
FIXME-TABLE: This is a mess, need to redesign how we render borders (as some are also done in TableEndRow)
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2544
MethodTableDrawContextMenu
Output context menu into current window (generally a popup) FIXME-TABLE: Ideally this should be writable by the user. Full programmatic access to that
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3087
MethodTableEndCell
[Internal] Called by TableNextRow()/TableSetColumnIndex()/TableNextColumn()
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2034
MethodTableEndRow
[Internal] Called by TableNextRow()
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1778
MethodTableFindByID
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:298
MethodTableFixColumnSortDirection
Fix sort direction if currently set on a value which is unavailable (e.g. activating NoSortAscending/NoSortDescending)
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2679
MethodTableGcCompactSettings
Compact and remove unused settings data (currently only used by TestEngine)
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3546
MethodTableGcCompactTransientBuffers
Free up/compact internal Table buffers for when it gets unused
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3524
MethodTableGetBoundSettings
Get settings for a given table, NULL if none
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3240
MethodTableGetCellBgRect
Return the cell rectangle based on currently known height. - Important: we generally don't know our row height until the end of the row, so Max.y will
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1624
MethodTableGetColumnCount
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1555
MethodTableGetColumnFlags
We allow querying for an extra column in order to poll the IsHovered state of the right-most section
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1605
MethodTableGetColumnIndex
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1922
MethodTableGetColumnName
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1562
MethodTableGetColumnNextSortDirection
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2691
MethodTableGetColumnResizeID
Return the resizing ID for the right-side of the given column.
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1639
MethodTableGetColumnWidthAuto
Note this is meant to be stored in column->WidthAuto, please generally use the WidthAuto field
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2102
MethodTableGetHeaderRowHeight
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2843
MethodTableGetHoveredColumn
Return -1 when table is not hovered. return columns_count if hovering the unused space at the right of the right-most visible column.
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1647
MethodTableGetMaxColumnWidth
Maximum column content width given current layout. Use column->MinX so this value on a per-column basis.
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2070
MethodTableGetRowIndex
[Public] Note: for row coloring we use ->RowBgColorCounter which is the same value without counting header rows
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1708
MethodTableGetSortSpecs
Return NULL if no sort specs (most often when ImGuiTableFlags_Sortable is not set) You can sort your data again when 'SpecsChanged == true'. It will b
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2655
MethodTableHeader
Emit a column header (text + optional sort order) We cpu-clip text here so that all columns headers can be merged into a same draw call. Note that bec
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2908
MethodTableHeadersRow
[Public] This is a helper to output TableHeader() calls based on the column names declared in TableSetupColumn(). The intent is that advanced users wi
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2867
MethodTableLoadSettings
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3318
MethodTableMergeDrawChannels
This function reorder draw channels based on matching clip rectangle, to facilitate merging them. Called by EndTable(). For simplicity we call it Tabl
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:2373
MethodTableNextColumn
[Public] Append into the next column, wrap and create a new row when already on last column
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1953
MethodTableNextRow
[Public] Starts into the first cell of a new row
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:1718
MethodTableOpenContextMenu
Use -1 to open menu not specific to a given column.
DragonBurn-usermode/OS-ImGui/imgui/imgui_tables.cpp:3055
← previousnext →2,201–2,300 of 3,126, ranked by callers