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

Method unlinkFromUnlinkers

MyGUIEngine/src/MyGUI_WidgetManager.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 void WidgetManager::unlinkFromUnlinkers(Widget* _widget)
153 {
154 for (auto& iter : mVectorIUnlinkWidget)
155 {
156 iter->_unlinkWidget(_widget);
157 }
158 }
159
160 bool WidgetManager::isFactoryExist(std::string_view _type)
161 {

Callers 7

_resetContainerMethod · 0.80
_destroyChildWidgetMethod · 0.80
_destroyChildWidgetMethod · 0.80
_resetContainerMethod · 0.80

Calls 1

_unlinkWidgetMethod · 0.45

Tested by

no test coverage detected