14void saveInFile (
const Layout& layout,
const std::string& file,
const bool compact =
false);
allow to store and load Gui layou
Definition Layout.h:33
Definition Interpolation.h:16
void saveInFile(const json &out, const std::string &file, const bool compact)
save json to file
Definition LoadJson.cpp:6
json loadFromFile(const std::string &file)
load json from file
Definition LoadJson.cpp:21