Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clearView
Method · 0.45
destroyWidgetsVector
Method · 0.45
unloadLayout
Method · 0.45
Calls
3
next
Method · 0.45
push_back
Method · 0.45
current
Method · 0.45
Tested by
no test coverage detected