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

Method unregisterLoadXmlDelegate

MyGUIEngine/src/MyGUI_ResourceManager.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void ResourceManager::unregisterLoadXmlDelegate(std::string_view _key)
128 {
129 MapLoadXmlDelegate::iterator iter = mMapLoadXmlDelegate.find(_key);
130 if (iter != mMapLoadXmlDelegate.end())
131 mMapLoadXmlDelegate.erase(iter);
132 }
133
134 bool ResourceManager::_loadImplement(
135 const std::string& _file,

Callers 8

shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected