Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addButtonName
Method · 0.80
setMessageButton
Method · 0.80
updateMeasure
Method · 0.80
updateItems
Method · 0.80
_createItemButton
Method · 0.80
updateColumns
Method · 0.80
getItemWidget
Method · 0.80
updateLine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected