KIO
KDirLister::Private::CachedItemsJob Class Reference
#include <kdirlister_p.h>
Inheritance diagram for KDirLister::Private::CachedItemsJob:
Public Slots | |
| void | done () |
Public Slots inherited from KJob | |
| bool | kill (KillVerbosity verbosity=Quietly) |
| bool | resume () |
| bool | suspend () |
Public Member Functions | |
| CachedItemsJob (KDirLister *lister, const KUrl &url, bool reload) | |
| void | setEmitCompleted (bool b) |
| void | start () |
| KUrl | url () const |
Public Member Functions inherited from KJob | |
| KJob (QObject *parent=0) | |
| virtual | ~KJob () |
| Capabilities | capabilities () const |
| int | error () const |
| virtual QString | errorString () const |
| QString | errorText () const |
| bool | exec () |
| bool | isAutoDelete () const |
| bool | isSuspended () const |
| unsigned long | percent () const |
| qulonglong | processedAmount (Unit unit) const |
| void | setAutoDelete (bool autodelete) |
| void | setUiDelegate (KJobUiDelegate *delegate) |
| qulonglong | totalAmount (Unit unit) const |
| KJobUiDelegate * | uiDelegate () const |
Protected Member Functions | |
| virtual bool | doKill () |
Protected Member Functions inherited from KJob | |
| KJob (KJobPrivate &dd, QObject *parent) | |
| virtual bool | doResume () |
| virtual bool | doSuspend () |
| void | emitPercent (qulonglong processedAmount, qulonglong totalAmount) |
| void | emitResult () |
| void | emitSpeed (unsigned long speed) |
| void | setCapabilities (Capabilities capabilities) |
| void | setError (int errorCode) |
| void | setErrorText (const QString &errorText) |
| void | setPercent (unsigned long percentage) |
| void | setProcessedAmount (Unit unit, qulonglong amount) |
| void | setTotalAmount (Unit unit, qulonglong amount) |
Additional Inherited Members | |
Public Types inherited from KJob | |
| enum | Capability |
| enum | KillVerbosity |
| enum | Unit |
Signals inherited from KJob | |
| void | description (KJob *job, const QString &title, const QPair< QString, QString > &field1=qMakePair(QString(), QString()), const QPair< QString, QString > &field2=qMakePair(QString(), QString())) |
| void | finished (KJob *job) |
| void | infoMessage (KJob *job, const QString &plain, const QString &rich=QString()) |
| void | percent (KJob *job, unsigned long percent) |
| void | processedAmount (KJob *job, KJob::Unit unit, qulonglong amount) |
| void | processedSize (KJob *job, qulonglong size) |
| void | result (KJob *job) |
| void | resumed (KJob *job) |
| void | speed (KJob *job, unsigned long speed) |
| void | suspended (KJob *job) |
| void | totalAmount (KJob *job, KJob::Unit unit, qulonglong amount) |
| void | totalSize (KJob *job, qulonglong size) |
| void | warning (KJob *job, const QString &plain, const QString &rich=QString()) |
Public Attributes inherited from KJob | |
| Bytes | |
| Directories | |
| EmitResult | |
| Files | |
| Killable | |
| KilledJobError | |
| NoCapabilities | |
| NoError | |
| Quietly | |
| Suspendable | |
| UserDefinedError | |
Protected Attributes inherited from KJob | |
| KJobPrivate *const | d_ptr |
Detailed Description
Definition at line 470 of file kdirlister_p.h.
Constructor & Destructor Documentation
| KDirLister::Private::CachedItemsJob::CachedItemsJob | ( | KDirLister * | lister, |
| const KUrl & | url, | ||
| bool | reload | ||
| ) |
Definition at line 288 of file kdirlister.cpp.
Member Function Documentation
|
protectedvirtual |
Reimplemented from KJob.
Definition at line 311 of file kdirlister.cpp.
|
slot |
Definition at line 303 of file kdirlister.cpp.
|
inline |
Definition at line 478 of file kdirlister_p.h.
|
inlinevirtual |
Implements KJob.
Definition at line 475 of file kdirlister_p.h.
|
inline |
Definition at line 480 of file kdirlister_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2015 The KDE developers.
Generated on Fri May 1 2015 14:13:54 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2015 The KDE developers.
Generated on Fri May 1 2015 14:13:54 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Slots inherited from