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

Method destroyScene

UnitTests/UnitTest_AttachDetach/DemoKeeper.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 void DemoKeeper::destroyScene()
278 {
279 MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &DemoKeeper::notifyFrameStarted);
280 MyGUI::WidgetManager::getInstance().unregisterUnlinker(&unlink_holder);
281 }
282
283 void DemoKeeper::notifyFrameStarted(float _time)
284 {

Callers

nothing calls this directly

Calls 2

newDelegateFunction · 0.85
unregisterUnlinkerMethod · 0.80

Tested by

no test coverage detected