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

Method getSkin

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1002–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000 }
1001
1002 ResourceSkin* MemberObsolete<SkinManager>::getSkin(std::string_view _name) const
1003 {
1004 return static_cast<const SkinManager*>(this)->getByName(_name);
1005 }
1006 bool MemberObsolete<SkinManager>::load(const std::string& _file)
1007 {
1008 return ResourceManager::getInstance().load(_file);

Callers 5

parseWidgetMethod · 0.80
serialiseWidgetMethod · 0.80
updateMethod · 0.80
notifyActionSkinMethod · 0.80
getDescriptionStringMethod · 0.80

Calls 1

getByNameMethod · 0.45

Tested by

no test coverage detected