|
libKipi
|
#include <batchprogressdialog.h>


Classes | |
| struct | Private |
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 |
| KIPI::BatchProgressDialog::BatchProgressDialog | ( | QWidget * | parent = 0, |
| const QString & | caption = QString::null |
||
| ) |
References m_actionsList, and m_progress.
| KIPI::BatchProgressDialog::~BatchProgressDialog | ( | ) |
| void KIPI::BatchProgressDialog::addedAction | ( | const QString & | text, |
| int | type | ||
| ) |
References m_actionsList, and m_item.
| void KIPI::BatchProgressDialog::reset | ( | ) |
References m_actionsList, and m_progress.
| void KIPI::BatchProgressDialog::setProgress | ( | int | current, |
| int | total | ||
| ) |
References m_progress.
|
protected |
Referenced by addedAction(), BatchProgressDialog(), and reset().
|
protected |
Referenced by addedAction().
|
protected |
Referenced by BatchProgressDialog(), reset(), and setProgress().
1.8.5