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

Method shutdownOverride

MyGUIEngine/src/MyGUI_MenuControl.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void MenuControl::shutdownOverride()
78 {
79 mShutdown = true;
80
81 if (mOwner != nullptr)
82 mOwner->getMenuCtrlParent()->_notifyDeletePopup(mOwner);
83
84 Base::shutdownOverride();
85 }
86
87 void MenuControl::onWidgetCreated(Widget* _widget)
88 {

Callers

nothing calls this directly

Calls 2

_notifyDeletePopupMethod · 0.80
getMenuCtrlParentMethod · 0.80

Tested by

no test coverage detected