GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
InfiniteProgressBarParser.cpp
Go to the documentation of this file.
1
#include "
InfiniteProgressBarParser.h
"
2
3
using namespace
std;
4
5
namespace
gui_framework
6
{
7
namespace
parsers
8
{
9
void
InfiniteProgressBarParser::parse
(
const
json::utility::jsonObject& description)
10
{
11
BaseComponentParser::parse
(description);
12
13
animationPeriod
=
static_cast<
int
>
(description.getInt(
"animationPeriod"
));
14
}
15
}
16
}
InfiniteProgressBarParser.h
gui_framework
Definition
BaseComponent.cpp:21
gui_framework::parsers::BaseComponentParser::parse
virtual void parse(const json::utility::jsonObject &description)
Definition
BaseComponentParser.cpp:20
gui_framework::parsers::InfiniteProgressBarParser::parse
void parse(const json::utility::jsonObject &description) override
Definition
InfiniteProgressBarParser.cpp:9
gui_framework::parsers::InfiniteProgressBarParser::animationPeriod
int animationPeriod
Definition
InfiniteProgressBarParser.h:12
GUIFramework
src
Deserialization
Parsers
ProgressBars
InfiniteProgressBarParser.cpp
Generated by
1.12.0