25#ifndef BATCHPROGRESSDIALOG_H
26#define BATCHPROGRESSDIALOG_H
30#include <kdialogbase.h>
void reset()
Definition batchprogressdialog.cpp:186
void setProgress(int current, int total)
Definition batchprogressdialog.cpp:193
KListView * m_actionsList
Definition batchprogressdialog.h:70
void addedAction(const QString &text, int type)
Definition batchprogressdialog.cpp:176
KProgress * m_progress
Definition batchprogressdialog.h:71
KIPI::BatchProgressItem * m_item
Definition batchprogressdialog.h:69
BatchProgressDialog(QWidget *parent=0, const QString &caption=QString::null)
Definition batchprogressdialog.cpp:138
Definition batchprogressdialog.cpp:73
#define LIBKIPI_EXPORT
Definition libkipi_export.h:35
Definition batchprogressdialog.cpp:70
ActionMessageType
Definition batchprogressdialog.h:46
@ StartingMessage
Definition batchprogressdialog.h:47
@ ProgressMessage
Definition batchprogressdialog.h:51
@ SuccessMessage
Definition batchprogressdialog.h:48
@ ErrorMessage
Definition batchprogressdialog.h:50
@ WarningMessage
Definition batchprogressdialog.h:49
Definition batchprogressdialog.cpp:132