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

Method isSkinExist

Tools/LayoutEditor/EditorWidgets.cpp:728–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726 }
727
728 bool EditorWidgets::isSkinExist(std::string_view _skinName)
729 {
730 return _skinName == "Default" || MyGUI::SkinManager::getInstance().isExist(_skinName) ||
731 (MyGUI::LayoutManager::getInstance().isExist(_skinName) && checkTemplate(_skinName));
732 }
733
734 bool EditorWidgets::checkTemplate(std::string_view _skinName)
735 {

Callers

nothing calls this directly

Calls 1

isExistMethod · 0.45

Tested by

no test coverage detected