Abstraction for a display widget that can show the progress of an operation.
More...
#include <ProgressMonitor.h>
Abstraction for a display widget that can show the progress of an operation.
Definition at line 40 of file ProgressMonitor.h.
casa::ProgressMonitor::ProgressMonitor |
( |
| ) |
|
|
inlineprotected |
virtual casa::ProgressMonitor::~ProgressMonitor |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void casa::ProgressMonitor::finalize |
( |
| ) |
|
|
pure virtual |
virtual void casa::ProgressMonitor::setAllowedOperations |
( |
bool |
background, |
|
|
bool |
pauseResume, |
|
|
bool |
cancel |
|
) |
| |
|
pure virtual |
Set whether the user is allowed to cancel, put the operation in the background, or pause/resume the operation.
Implemented in casa::QtProgressWidget.
virtual void casa::ProgressMonitor::setProgress |
( |
unsigned |
int, |
|
|
const casacore::String & |
|
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: