Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notifyMouseReleased
Method · 0.45
removeSheet
Method · 0.45
animateStop
Method · 0.45
setVisible
Method · 0.45
setVisibleSmooth
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected