Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setItemData
Method
setItemData
MyGUIEngine/src/MyGUI_MenuItem.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void MenuItem::setItemData(Any _data)
92
{
93
mOwner->setItemData(this, _data);
94
}
95
96
void MenuItem::removeItem()
97
{
Callers
4
set
Function · 0.45
SetItemData
Function · 0.45
MyGUI_Managed_TabControl.h
File · 0.45
notifyEndDrop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected