Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSkin
Method
setSkin
Tools/LayoutEditor/WidgetContainer.cpp:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void WidgetContainer::setSkin(std::string_view _value)
210
{
211
mSkin = _value;
212
}
213
214
const std::string& WidgetContainer::getType() const
215
{
Callers
2
parseWidget
Method · 0.80
notifyActionSkin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected