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()
Member Function Documentation
◆ _k_speedTimeout()
Member Data Documentation
◆ _k_kjobUnitEnumRegistered
◆ capabilities
◆ error
◆ errorText
◆ eventLoop
◆ isAutoDelete
◆ isFinished
◆ percentage
◆ processedAmount
| QMap<KJob::Unit, qulonglong> KJobPrivate::processedAmount |
◆ progressUnit
| KJob::Unit KJobPrivate::progressUnit |
◆ q_ptr
◆ speedTimer
◆ suspended
◆ totalAmount
| QMap<KJob::Unit, qulonglong> KJobPrivate::totalAmount |
◆ uiDelegate
| KJobUiDelegate* KJobPrivate::uiDelegate |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.