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 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. | |
void | setText (QString text) |
Set custom text for this progress bar. | |
virtual QString | text () const |
This applies the custom text. | |
Private Attributes | |
QString | m_customText |
????-??-?? Steven Lambright - QProgressBar with customizable text
Definition at line 15 of file ProgressBar.h.
Isis::ProgressBar::ProgressBar | ( | QWidget * | parent = 0 | ) |
Definition at line 8 of file ProgressBar.cpp.
Isis::ProgressBar::ProgressBar | ( | QString | textDescription, |
QWidget * | parent = 0 ) |
Definition at line 15 of file ProgressBar.cpp.
Isis::ProgressBar::~ProgressBar | ( | ) |
Free the allocated memory by this object.
Definition at line 24 of file ProgressBar.cpp.
References ~ProgressBar().
Referenced by ~ProgressBar().
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 setText(), and text().
Referenced by Isis::ControlNetGraphicsItem::buildChildren(), and setText().
|
virtual |
|
private |
Definition at line 27 of file ProgressBar.h.