USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::ProgressBar Class Reference

QProgressBar with customizable text. More...

#include <ProgressBar.h>

Inherits QProgressBar.

List of all members.

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

QProgressBar with customizable text.

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

Constructor & Destructor Documentation

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

Free the allocated memory by this object.


Member Function Documentation

void Isis::ProgressBar::setText ( QString  text  ) 

Set custom text for this progress bar.

This will appear before the ##%.

Referenced by Isis::MosaicSceneWidget::addCubes(), Isis::MosaicTreeWidget::addCubes(), Isis::MosaicController::openCubes(), and Isis::MosaicController::openProjectCubes().

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

This applies the custom text.


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