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

Method _deleteDelayWidgets

MyGUIEngine/src/MyGUI_WidgetManager.cpp:184–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 void WidgetManager::_deleteDelayWidgets()
185 {
186 if (!mDestroyWidgets.empty())
187 {
188 for (auto& widget : mDestroyWidgets)
189 delete widget;
190 mDestroyWidgets.clear();
191 }
192 }
193
194 const std::string& WidgetManager::getCategoryName() const
195 {

Callers 1

_unloadDelayDynLibsMethod · 0.80

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected