Isis 3 Programmer 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... | |
Private Attributes | |
QString | m_customText |
????-??-?? Steven Lambright - QProgressBar with customizable text
Definition at line 15 of file ProgressBar.h.
Isis::ProgressBar::~ProgressBar | ( | ) |
Free the allocated memory by this object.
Definition at line 24 of file ProgressBar.cpp.
void Isis::ProgressBar::setText | ( | QString | text | ) |
Set custom text for this progress bar.
This will appear before the
Definition at line 32 of file ProgressBar.cpp.
References text().
Referenced by Isis::ControlNetGraphicsItem::buildChildren(), and Isis::MosaicSceneWidget::reprojectItems().
|
virtual |
This applies the custom text.
Definition at line 40 of file ProgressBar.cpp.
Referenced by setText().