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

Method isExist

MyGUIEngine/src/MyGUI_SkinManager.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 bool SkinManager::isExist(std::string_view _name) const
103 {
104 std::string_view skinName = BackwardCompatibility::getSkinRename(_name);
105 IResource* result = ResourceManager::getInstance().getByName(skinName, false);
106 return (result != nullptr) && (result->isType<ResourceSkin>());
107 }
108
109 void SkinManager::setDefaultSkin(std::string_view _value)
110 {

Callers 11

StatisticInfoMethod · 0.45
setLayerNameMethod · 0.45
_initialiseMethod · 0.45
changeWidgetSkinMethod · 0.45
generateSkinMethod · 0.45
parseWidgetMethod · 0.45
isSkinExistMethod · 0.45
isSkinExistMethod · 0.45
showMethod · 0.45
removeFontMethod · 0.45

Calls 1

getByNameMethod · 0.45

Tested by 1

generateSkinMethod · 0.36