#include <ProgressWidget.h>
Public Member Functions | |
| void | fail (const QString &toolTip=QString()) |
| void | finish (const QString &toolTip=QString()) |
| double | getCurrentProgress () const |
| bool | isStarted () const |
| ProgressWidget (QWidget *parent=0) | |
| void | setCurrentProgress (double progress) |
| void | start (const QString &toolTip=QString()) |
| virtual | ~ProgressWidget () |
Private Attributes | |
| bool | started_ |
| Ui::ProgressWidget * | ui_ |
Definition at line 29 of file ProgressWidget.h.
| rqt_multiplot::ProgressWidget::ProgressWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 31 of file ProgressWidget.cpp.
| rqt_multiplot::ProgressWidget::~ProgressWidget | ( | ) | [virtual] |
Definition at line 52 of file ProgressWidget.cpp.
| void rqt_multiplot::ProgressWidget::fail | ( | const QString & | toolTip = QString() | ) |
Definition at line 100 of file ProgressWidget.cpp.
| void rqt_multiplot::ProgressWidget::finish | ( | const QString & | toolTip = QString() | ) |
Definition at line 89 of file ProgressWidget.cpp.
| double rqt_multiplot::ProgressWidget::getCurrentProgress | ( | ) | const |
Definition at line 65 of file ProgressWidget.cpp.
| bool rqt_multiplot::ProgressWidget::isStarted | ( | ) | const |
Definition at line 70 of file ProgressWidget.cpp.
| void rqt_multiplot::ProgressWidget::setCurrentProgress | ( | double | progress | ) |
Definition at line 60 of file ProgressWidget.cpp.
| void rqt_multiplot::ProgressWidget::start | ( | const QString & | toolTip = QString() | ) |
Definition at line 78 of file ProgressWidget.cpp.
bool rqt_multiplot::ProgressWidget::started_ [private] |
Definition at line 47 of file ProgressWidget.h.
Ui::ProgressWidget* rqt_multiplot::ProgressWidget::ui_ [private] |
Definition at line 45 of file ProgressWidget.h.