#include <batchprogressdialog.h>
Public Member Functions | |
| BatchProgressDialog (QWidget *parent=0, const QString &caption=QString::null) | |
| ~BatchProgressDialog () | |
| void | addedAction (const QString &text, int type) |
| void | reset () |
| void | setProgress (int current, int total) |
Protected Attributes | |
| KIPI::BatchProgressItem * | m_item |
| KListView * | m_actionsList |
| KProgress * | m_progress |
Classes | |
| struct | Private |
Definition at line 53 of file batchprogressdialog.h.
| KIPI::BatchProgressDialog::BatchProgressDialog | ( | QWidget * | parent = 0, |
|
| const QString & | caption = QString::null | |||
| ) |
| KIPI::BatchProgressDialog::~BatchProgressDialog | ( | ) |
Definition at line 191 of file batchprogressdialog.cpp.
| void KIPI::BatchProgressDialog::addedAction | ( | const QString & | text, | |
| int | type | |||
| ) |
| void KIPI::BatchProgressDialog::reset | ( | ) |
| void KIPI::BatchProgressDialog::setProgress | ( | int | current, | |
| int | total | |||
| ) |
KIPI::BatchProgressItem* KIPI::BatchProgressDialog::m_item [protected] |
KListView* KIPI::BatchProgressDialog::m_actionsList [protected] |
Definition at line 69 of file batchprogressdialog.h.
Referenced by addedAction(), BatchProgressDialog(), and reset().
KProgress* KIPI::BatchProgressDialog::m_progress [protected] |
Definition at line 70 of file batchprogressdialog.h.
Referenced by BatchProgressDialog(), reset(), and setProgress().
1.5.3