20 _size = ImVec2(400, 300);
nlohmann::json json
json namespace
Utility class for logging to console and file.
#define LOG_TRACE
Detailled info to trace the execution of the program. Should not be called on functions which receive...
std::string type() const override
String representation of the Class Type.
GroupBox()
Default constructor.
void restore(const json &j) override
Restores the node from a json object.
~GroupBox() override
Destructor.
static std::string typeStatic()
String representation of the Class Type.
json save() const override
Saves the node into a json object.
static std::string category()
String representation of the Class Category.
ImVec2 _size
Size of the node in pixels.
Node(std::string name)
Constructor.
Kind kind
Kind of the Node.
bool _hasConfig
Flag if the config window should be shown.
@ GroupBox
Group box which can group other nodes and drag them together.