GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::parsers::ProgressBarParser Struct Reference

Parse ProgressBar specific properties. More...

#include <ProgressBarParser.h>

Inheritance diagram for gui_framework::parsers::ProgressBarParser:
gui_framework::parsers::BaseComponentParser

Public Member Functions

 ProgressBarParser ()=default
 
void parse (const json::utility::jsonObject &description) override
 
 ~ProgressBarParser ()=default
 
- Public Member Functions inherited from gui_framework::parsers::BaseComponentParser
 BaseComponentParser ()
 
virtual ~BaseComponentParser ()=default
 

Public Attributes

int minRange
 
int maxRange
 
int updateStep
 
- Public Attributes inherited from gui_framework::parsers::BaseComponentParser
std::wstring className
 
utility::ComponentSettings settings
 
std::array< uint8_t, 3 > backgroundColor
 
std::array< uint8_t, 3 > textColor
 

Detailed Description

Parse ProgressBar specific properties.

Definition at line 10 of file ProgressBarParser.h.

Constructor & Destructor Documentation

◆ ProgressBarParser()

gui_framework::parsers::ProgressBarParser::ProgressBarParser ( )
default

◆ ~ProgressBarParser()

gui_framework::parsers::ProgressBarParser::~ProgressBarParser ( )
default

Member Function Documentation

◆ parse()

void gui_framework::parsers::ProgressBarParser::parse ( const json::utility::jsonObject & description)
overridevirtual

Reimplemented from gui_framework::parsers::BaseComponentParser.

Definition at line 9 of file ProgressBarParser.cpp.

Member Data Documentation

◆ maxRange

int gui_framework::parsers::ProgressBarParser::maxRange

Definition at line 13 of file ProgressBarParser.h.

◆ minRange

int gui_framework::parsers::ProgressBarParser::minRange

Definition at line 12 of file ProgressBarParser.h.

◆ updateStep

int gui_framework::parsers::ProgressBarParser::updateStep

Definition at line 14 of file ProgressBarParser.h.


The documentation for this struct was generated from the following files: