KDECore
KCompositeJobPrivate Class Reference
#include <kcompositejob_p.h>
Inheritance diagram for KCompositeJobPrivate:

Public Member Functions | |
| KCompositeJobPrivate () | |
| ~KCompositeJobPrivate () | |
Public Member Functions inherited from KJobPrivate | |
| KJobPrivate () | |
| virtual | ~KJobPrivate () |
| void | _k_speedTimeout () |
Public Attributes | |
| QList< KJob * > | subjobs |
Public Attributes inherited from KJobPrivate | |
| 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 |
Additional Inherited Members | |
Static Public Attributes inherited from KJobPrivate | |
| static bool | _k_kjobUnitEnumRegistered = false |
Detailed Description
Definition at line 30 of file kcompositejob_p.h.
Constructor & Destructor Documentation
| KCompositeJobPrivate::KCompositeJobPrivate | ( | ) |
Definition at line 23 of file kcompositejob.cpp.
| KCompositeJobPrivate::~KCompositeJobPrivate | ( | ) |
Definition at line 27 of file kcompositejob.cpp.
Member Data Documentation
Definition at line 36 of file kcompositejob_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from