11 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
15 class QProgressDialog;
53 void endProgress(
const int current_recursion_depth,
UInt64 bytes_processed = 0)
const override;
59 mutable QProgressDialog*
dlg_;
Implements a GUI version of the ProgressLoggerImpl.
Definition: GUIProgressLoggerImpl.h:24
SignedSize end_
Definition: GUIProgressLoggerImpl.h:61
GUIProgressLoggerImpl()
default c'tor.
~GUIProgressLoggerImpl() override
d'tor
SignedSize current_
Definition: GUIProgressLoggerImpl.h:62
SignedSize begin_
Definition: GUIProgressLoggerImpl.h:60
void startProgress(const SignedSize begin, const SignedSize end, const String &label, const int) const override
Implement ProgressLoggerImpl::startProgress().
QProgressDialog * dlg_
Definition: GUIProgressLoggerImpl.h:59
SignedSize nextProgress() const override
Implement ProgressLoggerImpl::nextProgress().
static ProgressLogger::ProgressLoggerImpl * create()
create new object (needed by Factory)
void endProgress(const int current_recursion_depth, UInt64 bytes_processed=0) const override
Implement ProgressLoggerImpl::endProgress().
static const String getProductName()
name of the model (needed by Factory)
void setProgress(const SignedSize value, const int) const override
Implement ProgressLoggerImpl::setProgress().
This class represents an actual implementation of a logger.
Definition: ProgressLogger.h:53
A more convenient string class.
Definition: String.h:34
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:51
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:108
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22