Rename XCUI compatibility host reset helpers
This commit is contained in:
@@ -228,7 +228,7 @@ int Application::Run(HINSTANCE instance, int nCmdShow) {
|
||||
Frame();
|
||||
}
|
||||
|
||||
ResetLegacyPanels();
|
||||
ResetCompatibilityHostPanels();
|
||||
ShutdownWindowCompositor();
|
||||
ShutdownRenderer();
|
||||
resourceManager.Shutdown();
|
||||
|
||||
@@ -414,7 +414,7 @@ private:
|
||||
HostedPreviewOffscreenSurface& previewSurface,
|
||||
const ::XCEngine::Rendering::RenderContext& renderContext,
|
||||
const ::XCEngine::UI::UIDrawData& drawData);
|
||||
void ResetLegacyPanels();
|
||||
void ResetCompatibilityHostPanels();
|
||||
void ConfigureShellCommandRouter();
|
||||
::XCEngine::Editor::XCUIBackend::XCUIInputBridgeFrameDelta DispatchShellShortcuts(
|
||||
const ::XCEngine::Editor::XCUIBackend::XCUIInputBridgeFrameSnapshot& snapshot);
|
||||
|
||||
@@ -25,13 +25,13 @@ void Application::InitializePanelsForActiveWindowHost() {
|
||||
InitializeNativeShell();
|
||||
}
|
||||
|
||||
void Application::InitializeLegacyImGuiPanels() {
|
||||
void Application::InitializeCompatibilityHostPanels() {
|
||||
}
|
||||
|
||||
void Application::ConfigureHostedPreviewPresenters() {
|
||||
}
|
||||
|
||||
void Application::ResetLegacyPanels() {
|
||||
void Application::ResetCompatibilityHostPanels() {
|
||||
m_demoPanel.reset();
|
||||
m_layoutLabPanel.reset();
|
||||
}
|
||||
@@ -121,11 +121,11 @@ void Application::InitializeWindowCompositor() {
|
||||
}
|
||||
}
|
||||
|
||||
void Application::FrameLegacyImGuiHost() {
|
||||
void Application::FrameCompatibilityHost() {
|
||||
m_xcuiInputSource.ClearFrameTransients();
|
||||
}
|
||||
|
||||
void Application::RenderLegacyImGuiUiFrame() {
|
||||
void Application::RenderCompatibilityHostUiFrame() {
|
||||
}
|
||||
|
||||
void Application::RenderShellChrome() {
|
||||
|
||||
@@ -151,7 +151,7 @@ void Application::ConfigureHostedPreviewPresenters() {
|
||||
}
|
||||
}
|
||||
|
||||
void Application::ResetLegacyPanels() {
|
||||
void Application::ResetCompatibilityHostPanels() {
|
||||
m_demoPanel.reset();
|
||||
m_layoutLabPanel.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user