MCPcopy 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

CreateStatesMethod · 0.45
CreateSeparatorsMethod · 0.45
CreateRegionsMethod · 0.45
fillRegionCoordsMethod · 0.45
fillRegionEnableMethod · 0.45
ShowRegionsMethod · 0.45
parseSkinMethod · 0.45
fillStateDataMethod · 0.45
fillSeparatorDataMethod · 0.45
fillRegionDataMethod · 0.45
doActionMethod · 0.45
copyPropertyMethod · 0.45

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected