81 virtual void startProgress(
const SignedSize begin,
const SignedSize end,
const String& label,
const int current_recursion_depth)
const = 0;
82 virtual void setProgress(
const SignedSize value,
const int current_recursion_depth)
const = 0;
84 virtual void endProgress(
const int current_recursion_depth)
const = 0;
89 static void registerChildren();
94 void setLogType(LogType type)
const;
97 LogType getLogType()
const;
116 void endProgress()
const;
119 void nextProgress()
const;
A more convenient string class.
Definition: String.h:58
LogType
Possible log types.
Definition: ProgressLogger.h:68
static int recursion_depth_
Definition: ProgressLogger.h:124
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
virtual ~ProgressLoggerImpl()
Definition: ProgressLogger.h:86
ProgressLoggerImpl * current_logger_
Definition: ProgressLogger.h:129
Progress dialog.
Definition: ProgressLogger.h:71
Command line progress.
Definition: ProgressLogger.h:70
time_t last_invoke_
Definition: ProgressLogger.h:123
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:52
LogType type_
Definition: ProgressLogger.h:122
This class represents an actual implementation of a logger.
Definition: ProgressLogger.h:78