#include <KoProgressBar.h>
KoProgressBar is a thin wrapper around QProgressBar that also implements the abstract base class KoProgressProxy. Use this class, not QProgressBar to pass to KoProgressUpdater.
Definition at line 19 of file KoProgressBar.h.
◆ KoProgressBar()
| KoProgressBar::KoProgressBar |
( |
QWidget * | parent = 0 | ) |
|
|
explicit |
◆ ~KoProgressBar()
| KoProgressBar::~KoProgressBar |
( |
| ) |
|
|
override |
◆ done
| void KoProgressBar::done |
( |
| ) |
|
|
signal |
◆ maximum()
| int KoProgressBar::maximum |
( |
| ) |
const |
|
overridevirtual |
◆ setFormat()
| void KoProgressBar::setFormat |
( |
const QString & | format | ) |
|
|
overridevirtual |
◆ setRange()
| void KoProgressBar::setRange |
( |
int | minimum, |
|
|
int | maximum ) |
|
overridevirtual |
◆ setValue()
| void KoProgressBar::setValue |
( |
int | value | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: