KIPI::BatchProgressDialog Class Reference

#include <batchprogressdialog.h>

Collaboration diagram for KIPI::BatchProgressDialog:
[legend]

List of all members.

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::BatchProgressItemm_item
KListView * m_actionsList
KProgress * m_progress

Classes

struct  Private


Detailed Description

Definition at line 53 of file batchprogressdialog.h.


Constructor & Destructor Documentation

KIPI::BatchProgressDialog::BatchProgressDialog ( QWidget *  parent = 0,
const QString &  caption = QString::null 
)

Definition at line 138 of file batchprogressdialog.cpp.

References m_actionsList, and m_progress.

KIPI::BatchProgressDialog::~BatchProgressDialog (  ) 

Definition at line 191 of file batchprogressdialog.cpp.


Member Function Documentation

void KIPI::BatchProgressDialog::addedAction ( const QString &  text,
int  type 
)

Definition at line 199 of file batchprogressdialog.cpp.

References m_actionsList, and m_item.

void KIPI::BatchProgressDialog::reset (  ) 

Definition at line 209 of file batchprogressdialog.cpp.

References m_actionsList, and m_progress.

void KIPI::BatchProgressDialog::setProgress ( int  current,
int  total 
)

Definition at line 216 of file batchprogressdialog.cpp.

References m_progress.


Member Data Documentation

KIPI::BatchProgressItem* KIPI::BatchProgressDialog::m_item [protected]

Definition at line 68 of file batchprogressdialog.h.

Referenced by addedAction().

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().


The documentation for this class was generated from the following files:
Generated on Tue Sep 25 22:34:27 2007 for libKipi by  doxygen 1.5.3