25#ifndef BATCHPROGRESSDIALOG_H
26#define BATCHPROGRESSDIALOG_H
30#include <kdialogbase.h>
43class BatchProgressItem;
63 void addedAction(
const QString &text,
int type);
65 void setProgress(
int current,
int total);
Definition batchprogressdialog.h:55
KListView * m_actionsList
Definition batchprogressdialog.h:70
KProgress * m_progress
Definition batchprogressdialog.h:71
KIPI::BatchProgressItem * m_item
Definition batchprogressdialog.h:69
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