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

Method parse

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:1050–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048 return Gui::getInstance().findWidgetT(_name, _prefix, _throw);
1049 }
1050 void MemberObsolete<WidgetManager>::parse(Widget* _widget, std::string_view _key, std::string_view _value)
1051 {
1052 _widget->setProperty(_key, _value);
1053 }
1054
1055
1056#endif // MYGUI_DONT_USE_OBSOLETE

Callers

nothing calls this directly

Calls 1

setPropertyMethod · 0.45

Tested by

no test coverage detected