knode
KNCleanUp::ProgressDialog Class Reference
#include <kncleanup.h>
Inheritance diagram for KNCleanUp::ProgressDialog:
Public Member Functions | |
ProgressDialog (int steps, QWidget *parent=0) | |
~ProgressDialog () | |
void | doProgress () |
void | showMessage (const QString &s) |
Protected Member Functions | |
void | closeEvent (QCloseEvent *e) |
Protected Attributes | |
QLabel * | m_sg |
QProgressBar * | mProgressBar |
Detailed Description
Cleanup progress dialog.
Definition at line 60 of file kncleanup.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new progress dialog.
- Parameters
-
steps The number of progress steps. parent The parent widget.
Definition at line 249 of file kncleanup.cpp.
KNCleanUp::ProgressDialog::~ProgressDialog | ( | ) |
Definition at line 295 of file kncleanup.cpp.
Member Function Documentation
|
protected |
Definition at line 312 of file kncleanup.cpp.
void KNCleanUp::ProgressDialog::doProgress | ( | ) |
Increments the progress counter by one.
Definition at line 306 of file kncleanup.cpp.
void KNCleanUp::ProgressDialog::showMessage | ( | const QString & | s | ) |
Shows a message in the progress dialog.
- Parameters
-
s The message to show.
Definition at line 300 of file kncleanup.cpp.
Member Data Documentation
|
protected |
Definition at line 80 of file kncleanup.h.
|
protected |
Definition at line 81 of file kncleanup.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.