MCPcopy 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

setFunction · 0.45
SetItemDataFunction · 0.45
notifyEndDropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected