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

Method _load

MyGUIEngine/src/MyGUI_LayoutManager.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void LayoutManager::_load(xml::ElementPtr _node, std::string_view _file, Version _version)
54 {
55 ResourceLayout* resource = new ResourceLayout(_node, _file);
56 ResourceManager::getInstance().addResource(resource);
57 }
58
59 VectorWidgetPtr LayoutManager::loadLayout(std::string_view _file, std::string_view _prefix, Widget* _parent)
60 {

Callers

nothing calls this directly

Calls 1

addResourceMethod · 0.80

Tested by

no test coverage detected