UNIVERS
15.3
UNIVERS base processing software API
|
#include <zqb_long_job_processor.hpp>
Public Member Functions | |
ZqbLongJobProcessor () | |
virtual | ~ZqbLongJobProcessor () |
virtual void | startLongJob () const |
virtual void | finishLongJob () const |
virtual void | longJobProgerss (double progress) const |
Provides abstract interface for long operations processing.
ZqbLongJobProcessor::ZqbLongJobProcessor | ( | ) |
Default constructor.
|
virtual |
Destructor
|
virtual |
Finish job.
Reimplemented in QzqArea.
|
inlinevirtual |
Return progress of job in arbitrary formalization. E.g.: return 0 - job not started, 1 - job finished, 0.5 - half is finished.
|
virtual |
Start job.
Reimplemented in QzqArea.