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

Method shutdownOverride

MyGUIEngine/src/MyGUI_MenuItem.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void MenuItem::shutdownOverride()
43 {
44 // FIXME проверить смену скина ибо должно один раз вызываться
45 mOwner->_notifyDeleteItem(this);
46
47 Base::shutdownOverride();
48 }
49
50 void MenuItem::onWidgetCreated(Widget* _widget)
51 {

Callers

nothing calls this directly

Calls 1

_notifyDeleteItemMethod · 0.45

Tested by

no test coverage detected