GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
BaseCompositeParser.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace gui_framework
7{
8 namespace parsers
9 {
12 {
13 std::string windowFunctionName;
17
18 public:
20
21 virtual void parse(const json::utility::jsonObject& description) override;
22
23 virtual ~BaseCompositeParser() = default;
24 };
25 }
26}
#define GUI_FRAMEWORK_API