libkleo
Kleo::ProgressBar Class Reference
#include <progressbar.h>
Inheritance diagram for Kleo::ProgressBar:

Detailed Description
A QProgressBar with self-powered busy indicator.Definition at line 45 of file progressbar.h.
Public Slots | |
| void | reset () |
| void | setMaximum (int total) |
| void | setRange (int cur, int tot) |
| void | setValue (int progress) |
| void | slotProgress (const QString &message, int current, int total) |
| void | slotProgress (const QString &message, int type, int current, int total) |
Public Member Functions | |
| ProgressBar (QWidget *parent=0, Qt::WFlags f=0) | |
Constructor & Destructor Documentation
| Kleo::ProgressBar::ProgressBar | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | f = 0 | |||
| ) | [explicit] |
Definition at line 41 of file progressbar.cpp.
Member Function Documentation
| void Kleo::ProgressBar::reset | ( | ) | [slot] |
reimplementation to support self-powered busy indicator
Reimplemented from QProgressBar.
Definition at line 72 of file progressbar.cpp.
| void Kleo::ProgressBar::setMaximum | ( | int | total | ) | [slot] |
reimplementation to support self-powered busy indicator
Definition at line 58 of file progressbar.cpp.
| void Kleo::ProgressBar::setRange | ( | int | cur, | |
| int | tot | |||
| ) | [inline, slot] |
reimplementation to preserve visibility
Reimplemented from QProgressBar.
Definition at line 60 of file progressbar.h.
| void Kleo::ProgressBar::setValue | ( | int | progress | ) | [slot] |
reimplementation to support self-powered busy indicator
Definition at line 66 of file progressbar.cpp.
| void Kleo::ProgressBar::slotProgress | ( | const QString & | message, | |
| int | current, | |||
| int | total | |||
| ) | [slot] |
Definition at line 50 of file progressbar.cpp.
| void Kleo::ProgressBar::slotProgress | ( | const QString & | message, | |
| int | type, | |||
| int | current, | |||
| int | total | |||
| ) | [slot] |
Definition at line 54 of file progressbar.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference