Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPropertyValue
Method
setPropertyValue
Tools/EditorFramework/Data.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void Data::setPropertyValue(std::string_view _name, std::string_view _value) const
108
{
109
getProperty(_name)->setValue(_value);
110
}
111
112
size_t Data::getChildIndex(DataPtr _child)
113
{
Callers
15
CreateStates
Method · 0.45
CreateSeparators
Method · 0.45
CreateRegions
Method · 0.45
fillRegionCoords
Method · 0.45
fillRegionEnable
Method · 0.45
ShowRegions
Method · 0.45
parseSkin
Method · 0.45
fillStateData
Method · 0.45
fillSeparatorData
Method · 0.45
fillRegionData
Method · 0.45
doAction
Method · 0.45
copyProperty
Method · 0.45
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected