GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
InfiniteProgressBar.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseComponents/StandardComponents/ProgressBars/BaseInfiniteProgressBar.h
"
4
#include "
Interfaces/Components/IResizableComponent.h
"
5
6
namespace
gui_framework
7
{
9
class
GUI_FRAMEWORK_API
InfiniteProgressBar
:
10
public
BaseInfiniteProgressBar
,
11
public
interfaces::IResizableComponent
12
{
13
public
:
22
InfiniteProgressBar
(
const
std::wstring& progressBarName,
const
utility::ComponentSettings
& settings,
BaseComposite
* parent,
int
animationPeriod = NULL);
23
24
size_t
getHash()
const override
;
25
26
json::JSONBuilder getStructure()
const override
;
27
28
~InfiniteProgressBar
() =
default
;
29
};
30
}
BaseInfiniteProgressBar.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::BaseInfiniteProgressBar
Base class for all non updatable progress bars.
Definition
BaseInfiniteProgressBar.h:12
gui_framework::InfiniteProgressBar
Standard non updatable progress bar.
Definition
InfiniteProgressBar.h:12
gui_framework::InfiniteProgressBar::~InfiniteProgressBar
~InfiniteProgressBar()=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
InfiniteProgressBar.h
Generated by
1.12.0