Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ProgressDialog Class Reference

A simple progress dialog. More...

#include <progress_dialog.h>

Inheritance diagram for ProgressDialog::

List of all members.

Public Methods

 ProgressDialog (QString const &caption, QString const &text, int steps, QWidget *parent=0, char const *name=0)
void advance ()

Private Attributes

KProgress * m_progress

Detailed Description

A simple progress dialog.

Author:
Ralf Schmelter (ralfs@pc2a.chemie.uni-dortmund.de).
Version:
0.1


Constructor & Destructor Documentation

ProgressDialog::ProgressDialog QString const & caption,
QString const & text,
int steps,
QWidget * parent = 0,
char const * name = 0
 

Creates the object.

Parameters:
caption   The caption of the dialog.
text   The text to display above the progress bar.
The   number of steps.
parent   The parent widget.
name   The internal name.


Member Function Documentation

void ProgressDialog::advance
 

Advances one step.


Member Data Documentation

KProgress* ProgressDialog::m_progress [private]
 

The progress bar.


The documentation for this class was generated from the following file:
Generated at Sun Jan 6 18:49:12 2002 for EasySok by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001