An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 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. | |
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::ControlNetGraphicsItem::buildChildren().
|
virtual |
This applies the custom text.
Referenced by setText().