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

Method removeItem

MyGUIEngine/src/MyGUI_MenuControl.cpp:603–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 }
602
603 void MenuControl::removeItem(MenuItem* _item)
604 {
605 removeItemAt(getItemIndex(_item));
606 }
607
608 MenuItem* MenuControl::getItemAt(size_t _index) const
609 {

Callers 2

setVisibleMethod · 0.45
setVisibleSmoothMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected