Isis Developer Reference
Isis::ProgressBar Class Reference

#include <ProgressBar.h>

Inheritance diagram for Isis::ProgressBar:
Inheritance graph
Collaboration diagram for Isis::ProgressBar:
Collaboration graph

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.
 

Detailed Description

Author
????-??-?? Steven Lambright

Constructor & Destructor Documentation

◆ ProgressBar() [1/2]

Isis::ProgressBar::ProgressBar ( QWidget * parent = 0)

◆ ProgressBar() [2/2]

Isis::ProgressBar::ProgressBar ( QString textDescription,
QWidget * parent = 0 )

◆ ~ProgressBar()

Isis::ProgressBar::~ProgressBar ( )

Free the allocated memory by this object.

Member Function Documentation

◆ setText()

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().

◆ text()

QString Isis::ProgressBar::text ( ) const
virtual

This applies the custom text.

Referenced by setText().


The documentation for this class was generated from the following files: