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

Method unregisterUnlinker

MyGUIEngine/src/MyGUI_WidgetManager.cpp:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 void WidgetManager::unregisterUnlinker(IUnlinkWidget* _unlink)
145 {
146 VectorIUnlinkWidget::iterator iter =
147 std::remove(mVectorIUnlinkWidget.begin(), mVectorIUnlinkWidget.end(), _unlink);
148 if (iter != mVectorIUnlinkWidget.end())
149 mVectorIUnlinkWidget.erase(iter);
150 }
151
152 void WidgetManager::unlinkFromUnlinkers(Widget* _widget)
153 {

Callers 8

destroySceneMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected