![]()  | 
  
    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.
| 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.
Referenced by Isis::ControlNetGraphicsItem::buildChildren(), and Isis::MosaicSceneWidget::reprojectItems().
      
  | 
  virtual | 
This applies the custom text.
Definition at line 40 of file ProgressBar.cpp.
      
  | 
  private | 
Definition at line 27 of file ProgressBar.h.