GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
|
Used for recreation windowed application from JSON. More...
#include <Recreator.h>
Public Member Functions | |
Recreator (const std::filesystem::path &pathToJSON) | |
Recreator (const std::string &json) | |
template<typename MainWindowT , typename... Args> requires (std::is_base_of_v<BaseMainWindow, MainWindowT>) | |
std::unique_ptr< MainWindowT > | deserialize (Args &&... args) const |
~Recreator ()=default | |
Used for recreation windowed application from JSON.
Definition at line 9 of file Recreator.h.
gui_framework::Recreator::Recreator | ( | const std::filesystem::path & | pathToJSON | ) |
gui_framework::Recreator::Recreator | ( | const std::string & | json | ) |
|
default |
std::unique_ptr< MainWindowT > gui_framework::Recreator::deserialize | ( | Args &&... | args | ) | const |
Definition at line 26 of file Recreator.h.