GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
GroupBoxParser.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace gui_framework
7{
8 namespace parsers
9 {
12 {
13 std::vector<GroupBox::radioButtonData> data;
14
15 public:
16 GroupBoxParser() = default;
17
18 void parse(const json::utility::jsonObject&description) override;
19
20 ~GroupBoxParser() = default;
21 };
22 }
23}
#define GUI_FRAMEWORK_API
Parse GroupBox specific properties.
std::vector< GroupBox::radioButtonData > data