GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
CheckBoxParser.h
Go to the documentation of this file.
1#pragma once
2
3#include "ButtonParser.h"
4
5namespace gui_framework
6{
7 namespace parsers
8 {
11 {
13 std::string onCheckModuleName;
15 std::string onClearModuleName;
16
17 public:
18 CheckBoxParser() = default;
19
20 void parse(const json::utility::jsonObject& description) override;
21
22 ~CheckBoxParser() = default;
23 };
24 }
25}
#define GUI_FRAMEWORK_API
Parse Button specific properties.
Parse CheckBox specific properties.