Isis 3 Developer Reference
|
#include <ProgressBar.h>
Public Member Functions | |
ProgressBar (QWidget *parent=0) | |
ProgressBar (QString textDescription, QWidget *parent=0) | |
~ProgressBar () | |
Free the allocated memory by this object. More... | |
void | setText (QString text) |
Set custom text for this progress bar. More... | |
virtual QString | text () const |
This applies the custom text. More... | |
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
References text().
Referenced by Isis::MosaicSceneWidget::addImages(), and Isis::ControlNetGraphicsItem::buildChildren().
|
virtual |
This applies the custom text.
Referenced by setText().