KDECore
KJobPrivate Class Reference
#include <kjob_p.h>
Inheritance diagram for KJobPrivate:

Public Member Functions | |
| KJobPrivate () | |
| virtual | ~KJobPrivate () |
| void | _k_speedTimeout () |
Public Attributes | |
| KJob::Capabilities | capabilities |
| int | error |
| QString | errorText |
| QEventLoop * | eventLoop |
| bool | isAutoDelete |
| bool | isFinished |
| unsigned long | percentage |
| QMap< KJob::Unit, qulonglong > | processedAmount |
| KJob::Unit | progressUnit |
| KJob * | q_ptr |
| QTimer * | speedTimer |
| bool | suspended |
| QMap< KJob::Unit, qulonglong > | totalAmount |
| KJobUiDelegate * | uiDelegate |
Static Public Attributes | |
| static bool | _k_kjobUnitEnumRegistered = false |
Detailed Description
Constructor & Destructor Documentation
| KJobPrivate::~KJobPrivate | ( | ) | [virtual] |
Member Function Documentation
| void KJobPrivate::_k_speedTimeout | ( | ) |
Member Data Documentation
bool KJobPrivate::_k_kjobUnitEnumRegistered = false [static] |
| KJob::Capabilities KJobPrivate::capabilities |
| QEventLoop* KJobPrivate::eventLoop |
| unsigned long KJobPrivate::percentage |
| QMap<KJob::Unit, qulonglong> KJobPrivate::processedAmount |
| QTimer* KJobPrivate::speedTimer |
| QMap<KJob::Unit, qulonglong> KJobPrivate::totalAmount |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:39 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:39 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.