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