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

Method getSkinReplace

Tools/LayoutEditor/EditorWidgets.cpp:708–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706 }
707
708 std::string_view EditorWidgets::getSkinReplace(std::string_view _skinName)
709 {
710 MyGUI::MapString::iterator item = mSkinReplaces.find(_skinName);
711 if (item != mSkinReplaces.end())
712 return (*item).second;
713 return _skinName;
714 }
715
716 void EditorWidgets::loadSkinReplace(
717 MyGUI::xml::ElementPtr _node,

Callers 1

moveNewWidgetMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected