OpenMS
2.7.0
|
This class represents an actual implementation of a logger. More...
#include <OpenMS/CONCEPT/ProgressLogger.h>
Public Member Functions | |
virtual void | startProgress (const SignedSize begin, const SignedSize end, const String &label, const int current_recursion_depth) const =0 |
virtual void | setProgress (const SignedSize value, const int current_recursion_depth) const =0 |
virtual SignedSize | nextProgress () const =0 |
virtual void | endProgress (const int current_recursion_depth) const =0 |
virtual | ~ProgressLoggerImpl () |
Static Public Member Functions | |
static void | registerChildren () |
Factory requirements. More... | |
This class represents an actual implementation of a logger.
|
inlinevirtual |
|
pure virtual |
Implemented in GUIProgressLoggerImpl.
|
pure virtual |
Implemented in GUIProgressLoggerImpl.
|
static |
Factory requirements.
|
pure virtual |
Implemented in GUIProgressLoggerImpl.
|
pure virtual |
Implemented in GUIProgressLoggerImpl.