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

Method removeItem

MyGUIEngine/src/MyGUI_MenuItem.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void MenuItem::removeItem()
97 {
98 mOwner->removeItem(this);
99 }
100
101 void MenuItem::setItemId(std::string_view _id)
102 {

Callers 5

notifyMouseReleasedMethod · 0.45
removeSheetMethod · 0.45
animateStopMethod · 0.45
setVisibleMethod · 0.45
setVisibleSmoothMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected