Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewchilicki/LumonMDR
/ types & classes
Types & classes
449 in github.com/andrewchilicki/LumonMDR
⨍
Functions
2,571
◇
Types & classes
449
↓ 202 callers
Class
ImVec4
ImVec4: 4D vector used to store clipping rectangles, colors etc. [Compile-time configurable type]
external/imgui/imgui.h:307
↓ 7 callers
Class
ImGuiStoragePair
Helper for key->value storage (container sorted by key)
external/imgui/imgui.h:193
↓ 6 callers
Class
ImVec2ih
Helper: ImVec2ih (2D vector, half-size integer, for long-term packed storage)
external/imgui/imgui_internal.h:524
↓ 6 callers
Class
MyDocument
Simplified structure to mimic a Document model
external/imgui/imgui_demo.cpp:9718
↓ 5 callers
Class
ImColor
Helper to build glyph ranges from text/string data
external/imgui/imgui.h:175
↓ 5 callers
Class
diyfp
external/nlohmann/json.hpp:16964
↓ 4 callers
Class
ImFontConfig
Opaque interface to a font builder (stb_truetype or FreeType).
external/imgui/imgui.h:172
↓ 4 callers
Class
ImGuiStyleMod
Storage for one type registered in the .ini file
external/imgui/imgui_internal.h:168
↓ 4 callers
Class
Image
libs/Image/Image.h:4
↓ 4 callers
Class
out_of_range
@brief exception indicating access out of the defined range @sa https://json.nlohmann.me/api/basic_json/out_of_range/
external/nlohmann/json.hpp:4557
↓ 2 callers
Class
ImGuiPtrOrIndex
external/imgui/imgui_internal.h:1317
↓ 2 callers
Class
ImGuiTextRange
external/imgui/imgui.h:2551
↓ 2 callers
Class
ImGuiWindowSettings
Temporary storage for one window (that's the data which in theory we could ditch at the end of the frame, in practice we currently keep it for each wi
external/imgui/imgui_internal.h:183
↓ 2 callers
Class
MyItem
external/imgui/imgui_demo.cpp:5121
↓ 2 callers
Class
ValueType
external/nlohmann/json.hpp:21524
↓ 2 callers
Class
input_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying std::streambuf
external/nlohmann/json.hpp:6225
↓ 1 callers
Class
ExampleAsset
external/imgui/imgui_demo.cpp:10036
↓ 1 callers
Class
ImDrawChannel
Forward declarations: ImDrawList, ImFontAtlas layer
external/imgui/imgui.h:162
↓ 1 callers
Class
ImDrawCmd
Temporary storage to output draw commands out of order, used by ImDrawListSplitter and ImDrawList::ChannelsSplit()
external/imgui/imgui.h:163
↓ 1 callers
Class
ImDrawList
All draw command lists required to render the frame + pos/size coordinates to use for the projection matrix.
external/imgui/imgui.h:165
↓ 1 callers
Class
ImDrawListSharedData
Helper to build a ImDrawData instance
external/imgui/imgui_internal.h:141
↓ 1 callers
Class
ImGuiInputTextState
Stacked storage data for BeginGroup()/EndGroup()
external/imgui/imgui_internal.h:153
↓ 1 callers
Class
ImGuiKeyRoutingData
Routing table entry (sizeof() == 16 bytes)
external/imgui/imgui_internal.h:1447
↓ 1 callers
Class
ImGuiListClipperData
Temporary clipper data, buffers shared/reused between instances
external/imgui/imgui_internal.h:1543
↓ 1 callers
Class
ImGuiOldColumns
Storage data for a single column for legacy Columns() api
external/imgui/imgui_internal.h:165
↓ 1 callers
Class
ImGuiStackLevelInfo
external/imgui/imgui_internal.h:2002
↓ 1 callers
Class
ImGuiTabBar
Stacked style modifier, backup of modified data so we can restore it
external/imgui/imgui_internal.h:169
↓ 1 callers
Class
ImGuiTabItem
Storage for a tab bar
external/imgui/imgui_internal.h:170
↓ 1 callers
Class
ImGuiTableColumn
Storage for TableAngledHeadersRow()
external/imgui/imgui_internal.h:173
↓ 1 callers
Class
ImGuiTableColumnSettings
sizeof() ~ 12
external/imgui/imgui_internal.h:2927
↓ 1 callers
Class
ImGuiTableInstanceData
Storage for one column of a table
external/imgui/imgui_internal.h:174
↓ 1 callers
Class
ImGuiTableSettings
Temporary storage for one table (one per table in the stack), shared between tables.
external/imgui/imgui_internal.h:176
↓ 1 callers
Class
ImGuiWindow
Storage for GetTypingSelectRequest() (aimed to be public)
external/imgui/imgui_internal.h:181
↓ 1 callers
Class
NumberDisplayInfos
libs/Numbers/Number.h:24
↓ 1 callers
Class
iteration_proxy_value
external/nlohmann/json.hpp:5185
↓ 1 callers
Class
primitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
external/nlohmann/json.hpp:12732
Class
BadGroup
libs/Numbers/Number.h:6
Class
BasicPerlinNoise
external/perlin-noise/PerlinNoise.hpp:87
Class
Bin
src/UI/Widgets/NumbersPanel.cpp:430
Enum
ContentsType
Expose a few Borders related flags interactively
external/imgui/imgui_demo.cpp:5380
Class
ControlSettings
src/UI/Widgets/Settings.h:102
Class
CustomConstraints
external/imgui/imgui_demo.cpp:9180
Class
DisplaySettings
Numbers Panel settings
src/UI/Widgets/Settings.h:67
Enum
Element
external/imgui/imgui_demo.cpp:934
Class
EnumDesc
external/imgui/imgui_demo.cpp:5194
Class
ExampleAppConsole
external/imgui/imgui_demo.cpp:8346
Class
ExampleAppDocuments
external/imgui/imgui_demo.cpp:9740
Class
ExampleAppLog
external/imgui/imgui_demo.cpp:8711
Class
ExampleAppPropertyEditor
external/imgui/imgui_demo.cpp:8941
Class
ExampleAssetsBrowser
external/imgui/imgui_demo.cpp:10076
Class
ExampleDualListBox
Example: Implement dual list box storage and interface
external/imgui/imgui_demo.cpp:3040
Class
ExampleMemberInfo
Simple representation of struct metadata/serialization data. (this is a minimal version of what a typical advanced application may provide)
external/imgui/imgui_demo.cpp:287
Class
ExampleSelectionWithDeletion
Extra functions to add deletion support to ImGuiSelectionBasicStorage
external/imgui/imgui_demo.cpp:2977
Class
ExampleTreeFuncs
external/imgui/imgui_demo.cpp:3565
Class
ExampleTreeNode
Simple representation for a tree (this is designed to be simple to understand for our demos, not to be fancy or efficient etc.)
external/imgui/imgui_demo.cpp:269
Class
Extend
external/nlohmann/json.hpp:3143
Class
Extend<integer_sequence<T, Ints...>, SeqSize, 0>
external/nlohmann/json.hpp:3147
Class
Extend<integer_sequence<T, Ints...>, SeqSize, 1>
external/nlohmann/json.hpp:3153
Class
Func
external/imgui/imgui.cpp:15546
Class
Funcs
external/imgui/imgui.cpp:15389
Class
Funcs
external/imgui/imgui_demo.cpp:1743
Class
GLFWmonitor
external/imgui/backends/imgui_impl_glfw.h:25
Class
GLFWwindow
external/imgui/backends/imgui_impl_glfw.h:24
Class
Gen
external/nlohmann/json.hpp:3161
Class
Gen<T, 0>
external/nlohmann/json.hpp:3168
Enum
GlfwClientApi
GLFW data
external/imgui/backends/imgui_impl_glfw.cpp:138
Class
IMGUI_API
external/imgui/imgui_internal.h:534
Class
IdleScreen
src/UI/Widgets/IdleScreen.h:6
Class
IdleScreenImpl
src/UI/Widgets/IdleScreen.cpp:9
Class
ImBitArray
external/imgui/imgui_internal.h:597
Class
ImBitVector
Utilities (other types which are not forwarded declared are: ImBitArray<>, ImSpan<>, ImSpanAllocator<>, ImPool<>, ImChunkStream<>)
external/imgui/imgui_internal.h:135
Class
ImChunkStream
external/imgui/imgui_internal.h:713
Class
ImDrawCmdHeader
[Internal] For use by ImDrawList
external/imgui/imgui.h:2988
Class
ImDrawData
A single draw command within a parent ImDrawList (generally maps to 1 GPU draw call, unless it is a callback)
external/imgui/imgui.h:164
Class
ImDrawDataBuilder
ImDrawList/ImFontAtlas
external/imgui/imgui_internal.h:140
Enum
ImDrawFlags_
Flags for ImDrawList functions (Legacy: bit 0 must always correspond to ImDrawFlags_Closed to be backward compatible with old API using a bool. Bits 1
external/imgui/imgui.h:3021
Enum
ImDrawListFlags_
Flags for ImDrawList instance. Those are set automatically by ImGui:: functions from ImGuiIO settings, and generally not manipulated directly. It is h
external/imgui/imgui.h:3041
Class
ImDrawListSharedData
A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder)
external/imgui/imgui.h:166
Class
ImDrawListSplitter
Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself)
external/imgui/imgui.h:167
Class
ImDrawVert
Helper to split a draw list into different layers which can be drawn into out of order, then flattened back.
external/imgui/imgui.h:168
Class
ImFont
A single vertex (pos + uv + col = 20 bytes by default. Override layout with IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT)
external/imgui/imgui.h:169
Class
ImFontAtlas
Runtime data for a single font within a parent ImFontAtlas
external/imgui/imgui.h:170
Class
ImFontAtlasCustomRect
See ImFontAtlas::AddCustomRectXXX functions.
external/imgui/imgui.h:3293
Enum
ImFontAtlasFlags_
Flags for ImFontAtlas build
external/imgui/imgui.h:3309
Class
ImFontBuildDstData
Temporary data for one destination ImFont* (multiple source fonts can be merged into one destination ImFont)
external/imgui/imgui_draw.cpp:2841
Class
ImFontBuildSrcData
Temporary data for one source font (multiple source fonts can be merged into one destination ImFont) (C++03 doesn't allow instancing ImVector<> with f
external/imgui/imgui_draw.cpp:2826
Class
ImFontBuilderIO
Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
external/imgui/imgui.h:171
Class
ImFontBuilderIO
This structure is likely to evolve as we add support for incremental atlas updates. Conceptually this could be in ImGuiPlatformIO, but we are far from
external/imgui/imgui_internal.h:3554
Class
ImFontGlyph
Configuration data when adding a font or merging fonts
external/imgui/imgui.h:173
Class
ImFontGlyphRangesBuilder
A single font glyph (code point + coordinates within in ImFontAtlas + offset)
external/imgui/imgui.h:174
Enum
ImGuiActivateFlags_
external/imgui/imgui_internal.h:1559
Enum
ImGuiAxis
X/Y enums are fixed to 0/1 so they may be used to index ImVec2
external/imgui/imgui_internal.h:1027
Enum
ImGuiBackendFlags_
Backend capabilities flags stored in io.BackendFlags. Set by imgui_impl_xxx or custom backend.
external/imgui/imgui.h:1605
Class
ImGuiBoxSelectState
ImGui
external/imgui/imgui_internal.h:144
Enum
ImGuiButtonFlagsPrivate_
Extend ImGuiButtonFlags_
external/imgui/imgui_internal.h:917
Enum
ImGuiButtonFlags_
Flags for InvisibleButton() [extended in imgui_internal.h]
external/imgui/imgui.h:1731
Enum
ImGuiChildFlags_
Flags for ImGui::BeginChild() (Legacy: bit 0 must always correspond to ImGuiChildFlags_Borders to be backward compatible with old API using 'bool bord
external/imgui/imgui.h:1118
Enum
ImGuiCol_
Enumeration for PushStyleColor() / PopStyleColor()
external/imgui/imgui.h:1615
Enum
ImGuiColorEditFlags_
Flags for ColorEdit3() / ColorEdit4() / ColorPicker3() / ColorPicker4() / ColorButton()
external/imgui/imgui.h:1742
Class
ImGuiColorMod
Box-selection state (currently used by multi-selection, could potentially be used by others)
external/imgui/imgui_internal.h:145
next →
1–100 of 449, ranked by callers