42 VectorWidgetPtr loadLayout(std::string_view _file, std::string_view _prefix = {},
Widget* _parent =
nullptr);
48 ResourceLayout* getByName(std::string_view _name,
bool _throw =
true)
const;
51 bool isExist(std::string_view _name)
const;
71 const std::string& getCurrentLayout()
const;
77 bool mIsInitialise{
false};
78 std::string mCurrentLayoutName;
79 std::string mXmlLayoutTagName;