MCPcopy Create free account

hub / github.com/PanosK92/SpartanEngine / types & classes

Types & classes969 in github.com/PanosK92/SpartanEngine

↓ 371 callersClassImVec4
ImVec4: 4D vector used to store clipping rectangles, colors etc. [Compile-time configurable type]
source/editor/ImGui/Source/imgui.h:313
↓ 205 callersClassColor
source/runtime/Rendering/Color.h:26
↓ 194 callersClassVector3
source/runtime/Logging/Log.h:47
↓ 190 callersClassImVec2
source/editor/ImGui/Source/ImGuizmo/ImGradient.h:30
↓ 105 callersClassVector2
source/runtime/Font/Font.h:41
↓ 59 callersClassVector3
source/runtime/World/Components/Terrain.h:38
↓ 37 callersClassShortcut
source/editor/GeneralWindows.cpp:485
↓ 31 callersClassCoordinates
source/editor/ImGui/TextEditor.h:67
↓ 25 callersClassVector3
source/runtime/Math/Vector3.h:33
↓ 22 callersClassVector3
source/runtime/Math/Vector4.h:31
↓ 21 callersClassMatrix
directx style matrix, column-major layout, constructor accepts values in row-major (but stores them in column-major) for human readability
source/runtime/Math/Matrix.h:34
↓ 17 callersClassImVec2ih
Helper: ImVec2ih (2D vector, half-size integer, for long-term packed storage)
source/editor/ImGui/Source/imgui_internal.h:586
↓ 15 callersClassImVec4
source/editor/ImGui/Source/ImGuizmo/ImGradient.h:29
↓ 13 callersClassImRect
source/editor/ImGui/Source/ImGuizmo/ImCurveEdit.h:30
↓ 12 callersClassImColor
Coordinates of a rectangle within a texture.
source/editor/ImGui/Source/imgui.h:191
↓ 11 callersClassBoundingBox
source/runtime/Math/Ray.h:33
↓ 11 callersClassVector2
source/runtime/Math/Vector2.h:31
↓ 10 callersClassQuaternion
source/runtime/Math/Quaternion.h:30
↓ 8 callersClassImVec2i
Helper: ImVec2i (2D vector, integer)
source/editor/ImGui/Source/imgui_internal.h:578
↓ 8 callersClassVector4
source/runtime/Math/Vector4.h:34
↓ 7 callersClassImGuiStoragePair
Helper for key->value storage (container sorted by key)
source/editor/ImGui/Source/imgui.h:210
↓ 7 callersClassQuaternion
source/runtime/Logging/Log.h:44
↓ 7 callersClassVector4
source/runtime/Logging/Log.h:48
↓ 6 callersClassMyDocument
Simplified structure to mimic a Document model
source/editor/ImGui/Source/imgui_demo.cpp:10734
↓ 5 callersClassFrustum
source/runtime/Math/Frustum.h:32
↓ 5 callersClassGlyph
source/editor/ImGui/TextEditor.h:135
↓ 5 callersClassImFontConfig
Baked data for a ImFont at a given size.
source/editor/ImGui/Source/imgui.h:185
↓ 5 callersClassRHI_Vertex_PosTexNorTan
main mesh vertex, 24 bytes pos kept as float3 for meshopt and bbox/picking precision uv as half2, normal/tangent as octahedral snorm 16:16
source/runtime/RHI/RHI_Vertex.h:215
↓ 5 callersClassxml_node
source/runtime/IO/pugixml.hpp:292
↓ 4 callersClassImGuiStyleMod
Storage for one type registered in the .ini file
source/editor/ImGui/Source/imgui_internal.h:177
↓ 3 callersClassAssistantRunState
source/editor/Widgets/McpAssistant.cpp:79
↓ 3 callersClassRHI_Viewport
source/runtime/RHI/RHI_Viewport.h:26
↓ 2 callersClassImGuiPtrOrIndex
source/editor/ImGui/Source/imgui_internal.h:1469
↓ 2 callersClassImGuiTextRange
source/editor/ImGui/Source/imgui.h:2875
↓ 2 callersClassImGuiWindowClass
A Platform Window (always 1 unless multi-viewport are enabled. One per platform window to output to). In the future may represent Platform Monitor
source/editor/ImGui/Source/imgui.h:217
↓ 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
source/editor/ImGui/Source/imgui_internal.h:194
↓ 2 callersClassMyItem
source/editor/ImGui/Source/imgui_demo.cpp:5724
↓ 2 callersClassRHI_PhysicalDevice
source/runtime/RHI/RHI_PhysicalDevice.h:31
↓ 2 callersClassRHI_PipelineState
source/runtime/RHI/RHI_Definitions.h:37
↓ 2 callersClassRender
source/editor/Widgets/Properties.h:32
↓ 2 callersClassinput_state
source/runtime/Car/CarState.h:253
↓ 2 callersClassxml_attribute_iterator
source/runtime/IO/pugixml.hpp:285
↓ 2 callersClassxml_node_iterator
source/runtime/IO/pugixml.hpp:284
↓ 1 callersClassBoundingBox
source/runtime/Math/BoundingBox.h:37
↓ 1 callersClassDockRemainingWindowTask
Anything else in the source nodes of 'node_remap_pairs' are windows that are not included in the remapping list. Find those windows and move to them t
source/editor/ImGui/Source/imgui.cpp:21123
↓ 1 callersClassEditor
source/editor/Editor.h:30
↓ 1 callersClassExampleAsset
source/editor/ImGui/Source/imgui_demo.cpp:11121
↓ 1 callersClassIcon
an icon resolved inside the gui icon atlas, texture plus the uv sub rect it occupies
source/runtime/Resource/ResourceCache.h:96
↓ 1 callersClassImDrawChannel
Forward declarations: ImDrawList, ImFontAtlas layer
source/editor/ImGui/Source/imgui.h:173
↓ 1 callersClassImDrawCmd
Temporary storage to output draw commands out of order, used by ImDrawListSplitter and ImDrawList::ChannelsSplit()
source/editor/ImGui/Source/imgui.h:174
↓ 1 callersClassImDrawList
All draw command lists required to render the frame + pos/size coordinates to use for the projection matrix.
source/editor/ImGui/Source/imgui.h:176
↓ 1 callersClassImDrawListSharedData
Helper to build a ImDrawData instance
source/editor/ImGui/Source/imgui_internal.h:144
↓ 1 callersClassImFontBaked
Output of ImFontAtlas::GetCustomRect() when using custom rectangles.
source/editor/ImGui/Source/imgui.h:184
↓ 1 callersClassImGuiInputTextState
Stacked storage data for BeginGroup()/EndGroup()
source/editor/ImGui/Source/imgui_internal.h:162
↓ 1 callersClassImGuiKeyRoutingData
Routing table entry (sizeof() == 16 bytes)
source/editor/ImGui/Source/imgui_internal.h:1603
↓ 1 callersClassImGuiListClipperData
Temporary clipper data, buffers shared/reused between instances
source/editor/ImGui/Source/imgui_internal.h:1699
↓ 1 callersClassImGuiOldColumns
Storage data for a single column for legacy Columns() api
source/editor/ImGui/Source/imgui_internal.h:174
↓ 1 callersClassImGuiStackLevelInfo
source/editor/ImGui/Source/imgui_internal.h:2338
↓ 1 callersClassImGuiTabBar
Style variable information (e.g. to access style variables from an enum)
source/editor/ImGui/Source/imgui_internal.h:179
↓ 1 callersClassImGuiTabItem
Storage for a tab bar
source/editor/ImGui/Source/imgui_internal.h:180
↓ 1 callersClassImGuiTableColumn
Storage for TableAngledHeadersRow()
source/editor/ImGui/Source/imgui_internal.h:183
↓ 1 callersClassImGuiTableColumnSettings
sizeof() ~ 16
source/editor/ImGui/Source/imgui_internal.h:3365
↓ 1 callersClassImGuiTableInstanceData
Storage for one column of a table
source/editor/ImGui/Source/imgui_internal.h:184
↓ 1 callersClassImGuiTableSettings
Temporary storage for one table (one per table in the stack), shared between tables.
source/editor/ImGui/Source/imgui_internal.h:186
↓ 1 callersClassImGuiWindow
Storage for GetTypingSelectRequest() (aimed to be public)
source/editor/ImGui/Source/imgui_internal.h:191
↓ 1 callersClassImGui_ImplFreeType_FontSrcBakedData
Stored in ImFontBaked::FontLoaderDatas: pointer to SourcesCount instances of this. ALLOCATED BY CORE.
source/editor/ImGui/Source/imgui_freetype.cpp:175
↓ 1 callersClassMaterial
source/editor/Widgets/Properties.h:34
↓ 1 callersEnumOPERATION
call it when you want a gizmo Needs view and projection matrices. matrix parameter is the source matrix (where will be gizmo be drawn) and might be tr
source/editor/ImGui/Source/ImGuizmo/ImGuizmo.h:171
↓ 1 callersClassPassState
source/runtime/Rendering/Renderer.h:419
↓ 1 callersClassQuaternion
source/runtime/World/Components/Physics.h:41
↓ 1 callersClassRHI_DescriptorSet
source/runtime/RHI/RHI_Definitions.h:39
↓ 1 callersClassRectangle
source/runtime/RHI/RHI_CommandList.h:39
↓ 1 callersClassViewportRhiResources
source/editor/ImGui/Implementation/ImGui_RHI.h:63
↓ 1 callersClasslaferrari_preset
ferrari laferrari (2013-2018) - 6.262l v12 + hy-kers, 963 ps combined, 7-speed dct, mid-rear longitudinal v12, rwd
source/runtime/Car/CarPresets.h:285
↓ 1 callersClassruntime_params
tunable at runtime, defaults from tuning::
source/runtime/Car/CarEngineSoundSynthesis.h:828
↓ 1 callersClassstat
source/runtime/RHI/Vulkan/Vulkan_Device.cpp:1561
↓ 1 callersClassstate_view
source/runtime/World/Components/Physics.h:34
↓ 1 callersClasswheel
source/runtime/Car/CarState.h:226
↓ 1 callersClassxml_named_node_iterator
source/runtime/IO/pugixml.hpp:286
↓ 1 callersClassxml_parse_result
source/runtime/IO/pugixml.hpp:290
↓ 1 callersClassxml_text
source/runtime/IO/pugixml.hpp:294
↓ 1 callersClassxml_tree_walker
source/runtime/IO/pugixml.hpp:288
↓ 1 callersClassxpath_node
source/runtime/IO/pugixml.hpp:297
↓ 1 callersClassxpath_node_set
source/runtime/IO/pugixml.hpp:298
↓ 1 callersClassxpath_query
source/runtime/IO/pugixml.hpp:299
↓ 1 callersClassxpath_variable_set
source/runtime/IO/pugixml.hpp:300
Class
tools/mcp/spartan_engine/codebase_index.mjs:23
Class
tools/mcp/spartan_engine/engine_client.mjs:33
Class
tools/mcp/spartan_engine/assistant.mjs:99
ClassAabb
data/shaders/shared_buffers.h:259
ClassAllocator
source/runtime/Memory/Allocator.h:45
ClassAnimChannel
source/runtime/Animation/AnimationClip.h:32
ClassAnimation
source/runtime/Animation/Animation.h:32
ClassAnimationClip
source/runtime/Animation/AnimationClip.h:71
ClassAnimationClipReader
source/runtime/Resource/Animation/AnimationClipIO.h:31
ClassAnimationClipWriter
source/runtime/Resource/Animation/AnimationClipIO.h:37
ClassAnimationTrackStream
source/runtime/Animation/AnimationClip.h:60
ClassAssetBrowser
source/editor/Widgets/AssetBrowser.h:28
ClassAssimpProgress
source/runtime/Resource/Import/ModelImporter.cpp:137
ClassAssistantRun
tools/mcp/spartan_engine/assistant.mjs:99
next →1–100 of 969, ranked by callers