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
Member Function Documentation
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-2019 The KDE developers.
Generated on Mon Jan 21 2019 12:28:24 by doxygen 1.7.5.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Jan 21 2019 12:28:24 by doxygen 1.7.5.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.