3#include <Foundation/Communication/Event.h>
4#include <Foundation/Strings/String.h>
5#include <Foundation/Time/Time.h>
6#include <GuiFoundation/GuiFoundationDLL.h>
9class QWinTaskbarProgress;
10class QWinTaskbarButton;
27 bool IsProcessingEvents()
const {
return m_iNestedProcessEvents > 0; }
33 void EnsureDestroyed();
35 QProgressDialog* m_pDialog =
nullptr;
37 plInt32 m_iNestedProcessEvents = 0;
39 QMetaObject::Connection m_OnDialogDestroyed;
Manages the way a progress bar is subdivided and advanced.
Definition Progress.h:36
A Qt implementation to display the state of an plProgress instance.
Definition QtProgressbar.h:19
Through these events the state of an plProgress instance is communicated.
Definition Progress.h:16