|
ParaView
|
#include <pqProgressWidget.h>

Public Slots | |
| void | setProgress (const QString &message, int value) |
| Set the progress. | |
| void | enableProgress (bool enabled) |
| Enabled/Disable the progress. | |
| void | enableAbort (bool enabled) |
| Enable/Disable the abort button. | |
Signals | |
| void | abortPressed () |
Public Member Functions | |
| pqProgressWidget (QWidget *parent=0) | |
| virtual | ~pqProgressWidget () |
| QToolButton * | getAbortButton () const |
Protected Attributes | |
| pqProgressBar * | ProgressBar |
| QToolButton * | AbortButton |
| bool | PendingEnableProgress |
| QTime | EnableTime |
Definition at line 43 of file pqProgressWidget.h.
| pqProgressWidget::pqProgressWidget | ( | QWidget * | parent = 0 | ) |
| virtual pqProgressWidget::~pqProgressWidget | ( | ) | [virtual] |
| QToolButton* pqProgressWidget::getAbortButton | ( | ) | const [inline] |
Definition at line 50 of file pqProgressWidget.h.
| void pqProgressWidget::setProgress | ( | const QString & | message, |
| int | value | ||
| ) | [slot] |
Set the progress.
| void pqProgressWidget::enableProgress | ( | bool | enabled | ) | [slot] |
Enabled/Disable the progress.
This is different from enabling/disabling the widget itself. This shows/hides the progress part of the widget.
| void pqProgressWidget::enableAbort | ( | bool | enabled | ) | [slot] |
Enable/Disable the abort button.
| void pqProgressWidget::abortPressed | ( | ) | [signal] |
pqProgressBar* pqProgressWidget::ProgressBar [protected] |
Definition at line 70 of file pqProgressWidget.h.
QToolButton* pqProgressWidget::AbortButton [protected] |
Definition at line 71 of file pqProgressWidget.h.
bool pqProgressWidget::PendingEnableProgress [protected] |
Definition at line 72 of file pqProgressWidget.h.
QTime pqProgressWidget::EnableTime [protected] |
Definition at line 73 of file pqProgressWidget.h.
1.7.5.1