MCPcopy Create free account
hub / github.com/MyGUI/mygui / shutdown

Method shutdown

Tools/LayoutEditor/EditorWidgets.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void EditorWidgets::shutdown()
36 {
37 MyGUI::WidgetManager::getInstance().unregisterUnlinker(this);
38 MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &EditorWidgets::notifyFrameStarted);
39
40 destroyAllWidgets();
41
42 mCodeGeneratorSettings.clear();
43 }
44
45 void EditorWidgets::destroyAllWidgets()
46 {

Callers

nothing calls this directly

Calls 3

newDelegateFunction · 0.85
unregisterUnlinkerMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected