35 #ifndef OPENMS_VISUAL_GUIPROGRESSLOGGERIMPL_H    36 #define OPENMS_VISUAL_GUIPROGRESSLOGGERIMPL_H    38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>    42 class QProgressDialog;
    57     static const String getProductName();
    70     void setProgress(
const SignedSize value, 
const int ) 
const;
    75     void endProgress(
const int ) 
const;
    81     mutable QProgressDialog* 
dlg_;
 SignedSize begin_
Definition: GUIProgressLoggerImpl.h:82
 
A more convenient string class. 
Definition: String.h:57
 
Implements a GUI version of the ProgressLoggerImpl. 
Definition: GUIProgressLoggerImpl.h:49
 
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference. 
Definition: Types.h:135
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
QProgressDialog * dlg_
Definition: GUIProgressLoggerImpl.h:81
 
SignedSize end_
Definition: GUIProgressLoggerImpl.h:83
 
This class represents an actual implementation of a logger. 
Definition: ProgressLogger.h:81