MCPcopy Create free account
hub / github.com/Illation/ETEngine / OnSaveEditorLayout

Method OnSaveEditorLayout

Engine/source/EtEditor/EditorApp.cpp:286–291  ·  view source on GitHub ↗

--------------------------------- EditorApp::OnActionPreferences On clicking the preferences button in the menu we show the SettingsDialog

Source from the content-addressed store, hash-verified

284// On clicking the preferences button in the menu we show the SettingsDialog
285//
286void EditorApp::OnSaveEditorLayout()
287{
288 ET_ASSERT(m_AppWindow != nullptr);
289
290 m_AppWindow->SaveLayout();
291}
292
293//---------------------------------
294// EditorApp::OnActionQuit

Callers

nothing calls this directly

Calls 1

SaveLayoutMethod · 0.45

Tested by

no test coverage detected