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
5
6namespace gui_framework
7{
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
29 };
30}
#define GUI_FRAMEWORK_API
Base class for all windows that has children windows.
Base class for all non updatable progress bars.
Standard non updatable progress bar.
Provides resize, setBlockResize, getBlockResize methods.