| 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 | { |
nothing calls this directly
no test coverage detected