| 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 | { |
nothing calls this directly
no test coverage detected