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

Method destroyWidgets

MyGUIEngine/src/MyGUI_Gui.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 void Gui::destroyWidgets(const VectorWidgetPtr& _widgets)
243 {
244 for (auto* widget : _widgets)
245 destroyWidget(widget);
246 }
247
248 void Gui::destroyWidgets(EnumeratorWidgetPtr& _widgets)
249 {

Callers 3

clearViewMethod · 0.45
destroyWidgetsVectorMethod · 0.45
unloadLayoutMethod · 0.45

Calls 3

nextMethod · 0.45
push_backMethod · 0.45
currentMethod · 0.45

Tested by

no test coverage detected