refactor(new_editor): split shell runtime update stages
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Composition/EditorShellDrawComposer.h"
|
||||
#include "Composition/EditorShellHostedPanelCoordinator.h"
|
||||
#include "Composition/EditorShellPointerInteraction.h"
|
||||
#include "Composition/EditorShellSessionCoordinator.h"
|
||||
#include "Composition/EditorShellVariant.h"
|
||||
#include "Features/Console/ConsolePanel.h"
|
||||
#include "Features/ColorPicker/ColorPickerPanel.h"
|
||||
@@ -115,6 +117,8 @@ private:
|
||||
std::vector<WorkspaceTraceEntry> m_traceEntries = {};
|
||||
UIEditorWorkspaceSplitterDragCorrectionState m_splitterDragCorrectionState = {};
|
||||
EditorShellDrawComposer m_drawComposer = {};
|
||||
EditorShellHostedPanelCoordinator m_hostedPanelCoordinator = {};
|
||||
EditorShellSessionCoordinator m_sessionCoordinator = {};
|
||||
};
|
||||
|
||||
} // namespace XCEngine::UI::Editor::App
|
||||
|
||||
Reference in New Issue
Block a user