#include <ProgressBar.h>
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. | |
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().
|
virtual |
This applies the custom text.
Referenced by setText().
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/24/2025 16:12:42 |