MCPcopy Create free account

hub / github.com/andrewchilicki/LumonMDR / types & classes

Types & classes449 in github.com/andrewchilicki/LumonMDR

↓ 202 callersClassImVec4
ImVec4: 4D vector used to store clipping rectangles, colors etc. [Compile-time configurable type]
external/imgui/imgui.h:307
↓ 7 callersClassImGuiStoragePair
Helper for key->value storage (container sorted by key)
external/imgui/imgui.h:193
↓ 6 callersClassImVec2ih
Helper: ImVec2ih (2D vector, half-size integer, for long-term packed storage)
external/imgui/imgui_internal.h:524
↓ 6 callersClassMyDocument
Simplified structure to mimic a Document model
external/imgui/imgui_demo.cpp:9718
↓ 5 callersClassImColor
Helper to build glyph ranges from text/string data
external/imgui/imgui.h:175
↓ 5 callersClassdiyfp
external/nlohmann/json.hpp:16964
↓ 4 callersClassImFontConfig
Opaque interface to a font builder (stb_truetype or FreeType).
external/imgui/imgui.h:172
↓ 4 callersClassImGuiStyleMod
Storage for one type registered in the .ini file
external/imgui/imgui_internal.h:168
↓ 4 callersClassImage
libs/Image/Image.h:4
↓ 4 callersClassout_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 callersClassImGuiPtrOrIndex
external/imgui/imgui_internal.h:1317
↓ 2 callersClassImGuiTextRange
external/imgui/imgui.h:2551
↓ 2 callersClassImGuiWindowSettings
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 callersClassMyItem
external/imgui/imgui_demo.cpp:5121
↓ 2 callersClassValueType
external/nlohmann/json.hpp:21524
↓ 2 callersClassinput_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 callersClassExampleAsset
external/imgui/imgui_demo.cpp:10036
↓ 1 callersClassImDrawChannel
Forward declarations: ImDrawList, ImFontAtlas layer
external/imgui/imgui.h:162
↓ 1 callersClassImDrawCmd
Temporary storage to output draw commands out of order, used by ImDrawListSplitter and ImDrawList::ChannelsSplit()
external/imgui/imgui.h:163
↓ 1 callersClassImDrawList
All draw command lists required to render the frame + pos/size coordinates to use for the projection matrix.
external/imgui/imgui.h:165
↓ 1 callersClassImDrawListSharedData
Helper to build a ImDrawData instance
external/imgui/imgui_internal.h:141
↓ 1 callersClassImGuiInputTextState
Stacked storage data for BeginGroup()/EndGroup()
external/imgui/imgui_internal.h:153
↓ 1 callersClassImGuiKeyRoutingData
Routing table entry (sizeof() == 16 bytes)
external/imgui/imgui_internal.h:1447
↓ 1 callersClassImGuiListClipperData
Temporary clipper data, buffers shared/reused between instances
external/imgui/imgui_internal.h:1543
↓ 1 callersClassImGuiOldColumns
Storage data for a single column for legacy Columns() api
external/imgui/imgui_internal.h:165
↓ 1 callersClassImGuiStackLevelInfo
external/imgui/imgui_internal.h:2002
↓ 1 callersClassImGuiTabBar
Stacked style modifier, backup of modified data so we can restore it
external/imgui/imgui_internal.h:169
↓ 1 callersClassImGuiTabItem
Storage for a tab bar
external/imgui/imgui_internal.h:170
↓ 1 callersClassImGuiTableColumn
Storage for TableAngledHeadersRow()
external/imgui/imgui_internal.h:173
↓ 1 callersClassImGuiTableColumnSettings
sizeof() ~ 12
external/imgui/imgui_internal.h:2927
↓ 1 callersClassImGuiTableInstanceData
Storage for one column of a table
external/imgui/imgui_internal.h:174
↓ 1 callersClassImGuiTableSettings
Temporary storage for one table (one per table in the stack), shared between tables.
external/imgui/imgui_internal.h:176
↓ 1 callersClassImGuiWindow
Storage for GetTypingSelectRequest() (aimed to be public)
external/imgui/imgui_internal.h:181
↓ 1 callersClassNumberDisplayInfos
libs/Numbers/Number.h:24
↓ 1 callersClassiteration_proxy_value
external/nlohmann/json.hpp:5185
↓ 1 callersClassprimitive_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
ClassBadGroup
libs/Numbers/Number.h:6
ClassBasicPerlinNoise
external/perlin-noise/PerlinNoise.hpp:87
ClassBin
src/UI/Widgets/NumbersPanel.cpp:430
EnumContentsType
Expose a few Borders related flags interactively
external/imgui/imgui_demo.cpp:5380
ClassControlSettings
src/UI/Widgets/Settings.h:102
ClassCustomConstraints
external/imgui/imgui_demo.cpp:9180
ClassDisplaySettings
Numbers Panel settings
src/UI/Widgets/Settings.h:67
EnumElement
external/imgui/imgui_demo.cpp:934
ClassEnumDesc
external/imgui/imgui_demo.cpp:5194
ClassExampleAppConsole
external/imgui/imgui_demo.cpp:8346
ClassExampleAppDocuments
external/imgui/imgui_demo.cpp:9740
ClassExampleAppLog
external/imgui/imgui_demo.cpp:8711
ClassExampleAppPropertyEditor
external/imgui/imgui_demo.cpp:8941
ClassExampleAssetsBrowser
external/imgui/imgui_demo.cpp:10076
ClassExampleDualListBox
Example: Implement dual list box storage and interface
external/imgui/imgui_demo.cpp:3040
ClassExampleMemberInfo
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
ClassExampleSelectionWithDeletion
Extra functions to add deletion support to ImGuiSelectionBasicStorage
external/imgui/imgui_demo.cpp:2977
ClassExampleTreeFuncs
external/imgui/imgui_demo.cpp:3565
ClassExampleTreeNode
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
ClassExtend
external/nlohmann/json.hpp:3143
ClassExtend<integer_sequence<T, Ints...>, SeqSize, 0>
external/nlohmann/json.hpp:3147
ClassExtend<integer_sequence<T, Ints...>, SeqSize, 1>
external/nlohmann/json.hpp:3153
ClassFunc
external/imgui/imgui.cpp:15546
ClassFuncs
external/imgui/imgui.cpp:15389
ClassFuncs
external/imgui/imgui_demo.cpp:1743
ClassGLFWmonitor
external/imgui/backends/imgui_impl_glfw.h:25
ClassGLFWwindow
external/imgui/backends/imgui_impl_glfw.h:24
ClassGen
external/nlohmann/json.hpp:3161
ClassGen<T, 0>
external/nlohmann/json.hpp:3168
EnumGlfwClientApi
GLFW data
external/imgui/backends/imgui_impl_glfw.cpp:138
ClassIMGUI_API
external/imgui/imgui_internal.h:534
ClassIdleScreen
src/UI/Widgets/IdleScreen.h:6
ClassIdleScreenImpl
src/UI/Widgets/IdleScreen.cpp:9
ClassImBitArray
external/imgui/imgui_internal.h:597
ClassImBitVector
Utilities (other types which are not forwarded declared are: ImBitArray<>, ImSpan<>, ImSpanAllocator<>, ImPool<>, ImChunkStream<>)
external/imgui/imgui_internal.h:135
ClassImChunkStream
external/imgui/imgui_internal.h:713
ClassImDrawCmdHeader
[Internal] For use by ImDrawList
external/imgui/imgui.h:2988
ClassImDrawData
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
ClassImDrawDataBuilder
ImDrawList/ImFontAtlas
external/imgui/imgui_internal.h:140
EnumImDrawFlags_
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
EnumImDrawListFlags_
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
ClassImDrawListSharedData
A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder)
external/imgui/imgui.h:166
ClassImDrawListSplitter
Data shared among multiple draw lists (typically owned by parent ImGui context, but you may create one yourself)
external/imgui/imgui.h:167
ClassImDrawVert
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
ClassImFont
A single vertex (pos + uv + col = 20 bytes by default. Override layout with IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT)
external/imgui/imgui.h:169
ClassImFontAtlas
Runtime data for a single font within a parent ImFontAtlas
external/imgui/imgui.h:170
ClassImFontAtlasCustomRect
See ImFontAtlas::AddCustomRectXXX functions.
external/imgui/imgui.h:3293
EnumImFontAtlasFlags_
Flags for ImFontAtlas build
external/imgui/imgui.h:3309
ClassImFontBuildDstData
Temporary data for one destination ImFont* (multiple source fonts can be merged into one destination ImFont)
external/imgui/imgui_draw.cpp:2841
ClassImFontBuildSrcData
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
ClassImFontBuilderIO
Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
external/imgui/imgui.h:171
ClassImFontBuilderIO
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
ClassImFontGlyph
Configuration data when adding a font or merging fonts
external/imgui/imgui.h:173
ClassImFontGlyphRangesBuilder
A single font glyph (code point + coordinates within in ImFontAtlas + offset)
external/imgui/imgui.h:174
EnumImGuiActivateFlags_
external/imgui/imgui_internal.h:1559
EnumImGuiAxis
X/Y enums are fixed to 0/1 so they may be used to index ImVec2
external/imgui/imgui_internal.h:1027
EnumImGuiBackendFlags_
Backend capabilities flags stored in io.BackendFlags. Set by imgui_impl_xxx or custom backend.
external/imgui/imgui.h:1605
ClassImGuiBoxSelectState
ImGui
external/imgui/imgui_internal.h:144
EnumImGuiButtonFlagsPrivate_
Extend ImGuiButtonFlags_
external/imgui/imgui_internal.h:917
EnumImGuiButtonFlags_
Flags for InvisibleButton() [extended in imgui_internal.h]
external/imgui/imgui.h:1731
EnumImGuiChildFlags_
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
EnumImGuiCol_
Enumeration for PushStyleColor() / PopStyleColor()
external/imgui/imgui.h:1615
EnumImGuiColorEditFlags_
Flags for ColorEdit3() / ColorEdit4() / ColorPicker3() / ColorPicker4() / ColorButton()
external/imgui/imgui.h:1742
ClassImGuiColorMod
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