GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
ProgressBar.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseComponents/StandardComponents/ProgressBars/BaseProgressBar.h
"
4
#include "
Interfaces/Components/IResizableComponent.h
"
5
6
namespace
gui_framework
7
{
9
class
GUI_FRAMEWORK_API
ProgressBar
:
10
public
BaseProgressBar
,
11
public
interfaces::IResizableComponent
12
{
13
public
:
14
ProgressBar
(
const
std::wstring& progressBarName,
const
utility::ComponentSettings
& settings,
BaseComposite
* parent,
int
minRange = defaultMinRange,
int
maxRange = defaultMaxRange,
int
updateStep = defaultUpdateStep);
15
16
size_t
getHash()
const override
;
17
18
json::JSONBuilder getStructure()
const override
;
19
20
~ProgressBar
() =
default
;
21
};
22
}
BaseProgressBar.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
IResizableComponent.h
gui_framework::BaseComposite
Base class for all windows that has children windows.
Definition
BaseComposite.h:23
gui_framework::BaseProgressBar
Base class for all updatable progress bars.
Definition
BaseProgressBar.h:12
gui_framework::ProgressBar
Standard updatable progress bar.
Definition
ProgressBar.h:12
gui_framework::ProgressBar::~ProgressBar
~ProgressBar()=default
gui_framework::interfaces::IResizableComponent
Provides resize, setBlockResize, getBlockResize methods.
Definition
IResizableComponent.h:11
gui_framework
Definition
BaseComponent.cpp:21
gui_framework::utility::ComponentSettings
All settings for windows.
Definition
ComponentSettings.h:11
GUIFramework
src
Components
ProgressBars
ProgressBar.h
Generated by
1.12.0