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

Method _setInternalData

MyGUIEngine/src/MyGUI_WidgetUserData.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void UserData::_setInternalData(Any _data)
60 {
61 mInternalData = std::move(_data);
62 }
63
64} // namespace MyGUI

Callers 8

addButtonNameMethod · 0.80
setMessageButtonMethod · 0.80
updateMeasureMethod · 0.80
updateItemsMethod · 0.80
_createItemButtonMethod · 0.80
updateColumnsMethod · 0.80
getItemWidgetMethod · 0.80
updateLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected