Refactor new_editor window architecture and routing
This commit is contained in:
@@ -93,7 +93,7 @@ void EditorContext::AttachTextMeasurer(
|
||||
m_shellServices.textMeasurer = &textMeasurer;
|
||||
}
|
||||
|
||||
void EditorContext::SetSystemInteractionHost(Ports::SystemInteractionPort* systemInteractionHost) {
|
||||
void EditorContext::SetSystemInteractionHost(System::SystemInteractionService* systemInteractionHost) {
|
||||
m_systemInteractionHost = systemInteractionHost;
|
||||
}
|
||||
|
||||
@@ -194,11 +194,11 @@ void EditorContext::SyncSessionFromCommandFocusService() {
|
||||
ResolveEditorActionRoute(m_session.activePanelId));
|
||||
}
|
||||
|
||||
Ports::SystemInteractionPort* EditorContext::GetSystemInteractionHost() {
|
||||
System::SystemInteractionService* EditorContext::GetSystemInteractionHost() {
|
||||
return m_systemInteractionHost;
|
||||
}
|
||||
|
||||
const Ports::SystemInteractionPort* EditorContext::GetSystemInteractionHost() const {
|
||||
const System::SystemInteractionService* EditorContext::GetSystemInteractionHost() const {
|
||||
return m_systemInteractionHost;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user