|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   37 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 
   41 class QProgressDialog;
 
   56     static const String getProductName();
 
   69     void setProgress(
const SignedSize value, 
const int ) 
const override;
 
   79     void endProgress(
const int ) 
const override;
 
   85     mutable QProgressDialog* 
dlg_;
 
  
SignedSize begin_
Definition: GUIProgressLoggerImpl.h:86
A more convenient string class.
Definition: String.h:59
Implements a GUI version of the ProgressLoggerImpl.
Definition: GUIProgressLoggerImpl.h:48
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
SignedSize end_
Definition: GUIProgressLoggerImpl.h:87
SignedSize current_
Definition: GUIProgressLoggerImpl.h:88
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
This class represents an actual implementation of a logger.
Definition: ProgressLogger.h:80
QProgressDialog * dlg_
Definition: GUIProgressLoggerImpl.h:85