11 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
15 class QProgressDialog;
47 void endProgress(
const int current_recursion_depth,
UInt64 bytes_processed = 0)
const override;
53 mutable QProgressDialog*
dlg_;
Implements a GUI version of the ProgressLoggerImpl.
Definition: GUIProgressLoggerImpl.h:24
SignedSize end_
Definition: GUIProgressLoggerImpl.h:55
GUIProgressLoggerImpl()
default c'tor.
~GUIProgressLoggerImpl() override
d'tor
SignedSize current_
Definition: GUIProgressLoggerImpl.h:56
SignedSize begin_
Definition: GUIProgressLoggerImpl.h:54
void startProgress(const SignedSize begin, const SignedSize end, const String &label, const int) const override
Implement ProgressLoggerImpl::startProgress().
QProgressDialog * dlg_
Definition: GUIProgressLoggerImpl.h:53
SignedSize nextProgress() const override
Implement ProgressLoggerImpl::nextProgress().
void endProgress(const int current_recursion_depth, UInt64 bytes_processed=0) const override
Implement ProgressLoggerImpl::endProgress().
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
uint64_t UInt64
Unsigned integer type (64bit)
Definition: Types.h:47
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:104
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19