libKipi
Classes | Public Member Functions | Protected Attributes | List of all members
KIPI::BatchProgressDialog Class Reference

#include <batchprogressdialog.h>

Inheritance diagram for KIPI::BatchProgressDialog:
Inheritance graph
Collaboration diagram for KIPI::BatchProgressDialog:
Collaboration graph

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

Constructor & Destructor Documentation

◆ BatchProgressDialog()

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

References m_actionsList, and m_progress.

◆ ~BatchProgressDialog()

KIPI::BatchProgressDialog::~BatchProgressDialog ( )

Member Function Documentation

◆ addedAction()

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

References m_actionsList, and m_item.

◆ reset()

void KIPI::BatchProgressDialog::reset ( )

References m_actionsList, and m_progress.

◆ setProgress()

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

References m_progress.

Member Data Documentation

◆ m_actionsList

KListView* KIPI::BatchProgressDialog::m_actionsList
protected

◆ m_item

KIPI::BatchProgressItem* KIPI::BatchProgressDialog::m_item
protected

Referenced by addedAction().

◆ m_progress

KProgress* KIPI::BatchProgressDialog::m_progress
protected

The documentation for this class was generated from the following files: