35 #ifndef OPENMS_CONCEPT_PROGRESSLOGGER_H 
   36 #define OPENMS_CONCEPT_PROGRESSLOGGER_H 
   41 class QProgressDialog;
 
   74     void setLogType(LogType type) 
const;
 
   77     LogType getLogType() 
const;
 
   96     void endProgress() 
const;
 
  103     mutable QProgressDialog * 
dlg_;
 
  111 #endif //OPENMS_CONCEPT_PROGRESSLOGGER_H 
A more convenient string class. 
Definition: String.h:56
SignedSize end_
Definition: ProgressLogger.h:101
LogType
Possible log types. 
Definition: ProgressLogger.h:66
StopWatch Class. 
Definition: StopWatch.h:62
static int recursion_depth_
Definition: ProgressLogger.h:106
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference. 
Definition: Types.h:151
Progress dialog. 
Definition: ProgressLogger.h:69
SignedSize value_
Definition: ProgressLogger.h:102
QProgressDialog * dlg_
Definition: ProgressLogger.h:103
SignedSize begin_
Definition: ProgressLogger.h:100
Command line progress. 
Definition: ProgressLogger.h:68
time_t last_invoke_
Definition: ProgressLogger.h:105
Base class for all classes that want to report their progess. 
Definition: ProgressLogger.h:56
LogType type_
Definition: ProgressLogger.h:99
StopWatch stop_watch_
Definition: ProgressLogger.h:104