|
Isis 3.0 Developer's Reference (API) |
Home |
QProgressBar with customizable text. More...
#include <ProgressBar.h>
Inherits QProgressBar.
Public Member Functions | |
| ProgressBar (QWidget *parent=0) | |
| ProgressBar (QString textDescription, QWidget *parent=0) | |
| ~ProgressBar () | |
| Free the allocated memory by this object. | |
| void | setText (QString text) |
| Set custom text for this progress bar. | |
| virtual QString | text () const |
| This applies the custom text. | |
QProgressBar with customizable text.
| Isis::ProgressBar::ProgressBar | ( | QWidget * | parent = 0 |
) |
| Isis::ProgressBar::ProgressBar | ( | QString | textDescription, | |
| QWidget * | parent = 0 | |||
| ) |
| Isis::ProgressBar::~ProgressBar | ( | ) |
Free the allocated memory by this object.
| void Isis::ProgressBar::setText | ( | QString | text | ) |
Set custom text for this progress bar.
This will appear before the ##%.
Referenced by Isis::MosaicSceneWidget::addCubes(), Isis::MosaicTreeWidget::addCubes(), Isis::MosaicController::openCubes(), and Isis::MosaicController::openProjectCubes().
| QString Isis::ProgressBar::text | ( | ) | const [virtual] |
This applies the custom text.