File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
ProgressBar.h
Go to the documentation of this file.
1#ifndef ProgressBar_h
2#define ProgressBar_h
3
4#include <QProgressBar>
5
6namespace Isis {
15 class ProgressBar : public QProgressBar {
16 Q_OBJECT
17
18 public:
19 ProgressBar(QWidget *parent = 0);
20 ProgressBar(QString textDescription, QWidget *parent = 0);
22
23 void setText(QString text);
24 virtual QString text() const;
25
26 private:
27 QString m_customText;
28
29 };
30}
31
32#endif
Definition ProgressBar.h:15
virtual QString text() const
This applies the custom text.
Definition ProgressBar.cpp:40
ProgressBar(QWidget *parent=0)
Definition ProgressBar.cpp:8
void setText(QString text)
Set custom text for this progress bar.
Definition ProgressBar.cpp:32
~ProgressBar()
Free the allocated memory by this object.
Definition ProgressBar.cpp:24
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 08/22/2024 20:27:40