|
OpenMS
2.6.0
|
Go to the documentation of this file.
83 virtual void startProgress(
const SignedSize begin,
const SignedSize end,
const String& label,
const int current_recursion_depth)
const = 0;
84 virtual void setProgress(
const SignedSize value,
const int current_recursion_depth)
const = 0;
86 virtual void endProgress(
const int current_recursion_depth)
const = 0;
91 static void registerChildren();
96 void setLogType(LogType type)
const;
99 LogType getLogType()
const;
118 void endProgress()
const;
121 void nextProgress()
const;
A more convenient string class.
Definition: String.h:59
time_t last_invoke_
Definition: ProgressLogger.h:125
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
LogType type_
Definition: ProgressLogger.h:124
LogType
Possible log types.
Definition: ProgressLogger.h:70
static int recursion_depth_
Definition: ProgressLogger.h:126
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
Progress dialog.
Definition: ProgressLogger.h:73
virtual ~ProgressLoggerImpl()
Definition: ProgressLogger.h:88
This class represents an actual implementation of a logger.
Definition: ProgressLogger.h:80
ProgressLoggerImpl * current_logger_
Definition: ProgressLogger.h:131
Command line progress.
Definition: ProgressLogger.h:72