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

Method _notifyDeletePopup

MyGUIEngine/src/MyGUI_MenuControl.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 void MenuControl::_notifyDeletePopup(MenuItem* _item)
255 {
256 size_t index = getItemIndex(_item);
257 mItemsInfo[index].submenu = nullptr;
258 }
259
260 void MenuControl::_notifyUpdateName(MenuItem* _item)
261 {

Callers 1

shutdownOverrideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected