Implements a GUI version of the ProgressLoggerImpl. More...
#include <OpenMS/VISUAL/GUIProgressLoggerImpl.h>
Public Member Functions | |
| GUIProgressLoggerImpl () | |
| default c'tor. More... | |
| void | startProgress (const SignedSize begin, const SignedSize end, const String &label, const int) const |
| Implement ProgressLoggerImpl::startProgress(). More... | |
| void | setProgress (const SignedSize value, const int) const |
| Implement ProgressLoggerImpl::setProgress(). More... | |
| void | endProgress (const int) const |
| Implement ProgressLoggerImpl::endProgress(). More... | |
| ~GUIProgressLoggerImpl () | |
| d'tor More... | |
Public Member Functions inherited from ProgressLogger::ProgressLoggerImpl | |
| virtual | ~ProgressLoggerImpl () |
Static Public Member Functions | |
| static ProgressLogger::ProgressLoggerImpl * | create () |
| create new object (needed by Factory) More... | |
| static const String | getProductName () |
| name of the model (needed by Factory) More... | |
Static Public Member Functions inherited from ProgressLogger::ProgressLoggerImpl | |
| static void | registerChildren () |
| Factory requirements. More... | |
Private Attributes | |
| QProgressDialog * | dlg_ |
| SignedSize | begin_ |
| SignedSize | end_ |
Implements a GUI version of the ProgressLoggerImpl.
default c'tor.
d'tor
|
static |
create new object (needed by Factory)
Referenced by QApplicationTOPP::QApplicationTOPP().
|
virtual |
Implement ProgressLoggerImpl::endProgress().
Implements ProgressLogger::ProgressLoggerImpl.
|
static |
name of the model (needed by Factory)
Referenced by QApplicationTOPP::QApplicationTOPP().
|
virtual |
Implement ProgressLoggerImpl::setProgress().
Implements ProgressLogger::ProgressLoggerImpl.
|
virtual |
Implement ProgressLoggerImpl::startProgress().
Implements ProgressLogger::ProgressLoggerImpl.
|
mutableprivate |
|
mutableprivate |
|
mutableprivate |
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:09 using doxygen 1.8.13 |