52 #ifndef __PCL_ProgressBarStatus_h
53 #define __PCL_ProgressBarStatus_h
57 #ifndef __PCL_BUILDING_PIXINSIGHT_APPLICATION
70 class PCL_CLASS ProgressDialog;
A smart pointer with exclusive object ownership and optional automatic object destruction.
Client-side interface to a PixInsight Control object.
A status monitoring callback that shows a modal progress dialog.
int Updated(const StatusMonitor &monitor) const override
~ProgressBarStatus() override
void InfoUpdated(const StatusMonitor &monitor) const override
int Initialized(const StatusMonitor &monitor) const override
ProgressBarStatus(const String &title, Control &parent=Control::Null())
int Completed(const StatusMonitor &monitor) const override
Provides status monitoring callback functions.
An asynchronous status monitoring system.