MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~EditorAppWindow

Method ~EditorAppWindow

Engine/source/EtEditor/Layout/EditorWindow.cpp:94–101  ·  view source on GitHub ↗

--------------------------------- EditorAppWindow::d-tor

Source from the content-addressed store, hash-verified

92// EditorAppWindow::d-tor
93//
94EditorAppWindow::~EditorAppWindow()
95{
96 // Destroy all editors
97 for (T_EditorFramePair& pair : m_Editors)
98 {
99 SafeDelete(pair.first); // frame widget and children will automatically be deleted as it is managed by GTK
100 }
101}
102
103//static
104//---------------------------------

Callers

nothing calls this directly

Calls 1

SafeDeleteFunction · 0.85

Tested by

no test coverage detected