|
SpikeStream Application Library
0.2
|
#include <ProgressWidget.h>
Public Member Functions | |
| ProgressWidget (QWidget *parent) | |
| ~ProgressWidget () | |
| void | reset () |
Displays a list of progress bars displaying progress with a task. Typically used by analysis plugins to display progress with analyzing time steps.
Definition at line 16 of file ProgressWidget.h.
| ProgressWidget::ProgressWidget | ( | QWidget * | parent | ) |
Constructor
Definition at line 10 of file ProgressWidget.cpp.
Destructor
Definition at line 19 of file ProgressWidget.cpp.
| void ProgressWidget::reset | ( | ) |
Clears all of the progress indicators
Definition at line 28 of file ProgressWidget.cpp.