Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addProperty
Method
addProperty
MyGUIEngine/src/MyGUI_ResourceSkin.cpp:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void ResourceSkin::addProperty(std::string_view _key, std::string_view _value)
205
{
206
mapSet(mProperties, _key, _value);
207
}
208
209
void ResourceSkin::addChild(const ChildSkinInfo& _child)
210
{
Callers
nothing calls this directly
Calls
1
mapSet
Function · 0.50
Tested by
no test coverage detected