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