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

Method shutdown

MyGUIEngine/src/MyGUI_PluginManager.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void PluginManager::shutdown()
38 {
39 MYGUI_ASSERT(mIsInitialise, getClassTypeName() << " is not initialised");
40 MYGUI_LOG(Info, "* Shutdown: " << getClassTypeName());
41
42 unloadAllPlugins();
43 ResourceManager::getInstance().unregisterLoadXmlDelegate(mXmlPluginTagName);
44
45 MYGUI_LOG(Info, getClassTypeName() << " successfully shutdown");
46 mIsInitialise = false;
47 }
48
49 bool PluginManager::loadPlugin(std::string_view _file)
50 {

Callers 1

uninstallPluginMethod · 0.45

Calls 2

getClassTypeNameFunction · 0.85

Tested by

no test coverage detected