refactor(new_editor): extract shell draw composer

This commit is contained in:
2026-04-22 14:53:24 +08:00
parent 4372c1ce7b
commit 2a8448cfbc
5 changed files with 235 additions and 155 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "Composition/EditorShellDrawComposer.h"
#include "Composition/EditorShellPointerInteraction.h"
#include "Composition/EditorShellVariant.h"
#include "Features/Console/ConsolePanel.h"
@@ -113,6 +114,7 @@ private:
UIEditorShellInteractionFrame m_shellFrame = {};
std::vector<WorkspaceTraceEntry> m_traceEntries = {};
UIEditorWorkspaceSplitterDragCorrectionState m_splitterDragCorrectionState = {};
EditorShellDrawComposer m_drawComposer = {};
};
} // namespace XCEngine::UI::Editor::App