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

Method setSkinProperty

MyGUIEngine/src/MyGUI_Widget.cpp:1128–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126 }
1127
1128 void Widget::setSkinProperty(ResourceSkin* _info)
1129 {
1130 const MapString& properties = _info->getProperties();
1131 for (const auto& property : properties)
1132 setProperty(property.first, property.second);
1133 }
1134
1135 void Widget::setProperty(std::string_view _key, std::string_view _value)
1136 {

Callers

nothing calls this directly

Calls 2

setPropertyFunction · 0.85
getPropertiesMethod · 0.80

Tested by

no test coverage detected