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

Method unloadLayout

MyGUIEngine/src/MyGUI_LayoutManager.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void LayoutManager::unloadLayout(VectorWidgetPtr& _widgets)
82 {
83 WidgetManager::getInstance().destroyWidgets(_widgets);
84 }
85
86 ResourceLayout* LayoutManager::getByName(std::string_view _name, bool _throw) const
87 {

Callers 1

shutdownMethod · 0.80

Calls 1

destroyWidgetsMethod · 0.45

Tested by

no test coverage detected