KIO
KDirLister::Private::CachedItemsJob Class Reference
#include <kdirlister_p.h>
Inheritance diagram for KDirLister::Private::CachedItemsJob:

Public Slots | |
void | done () |
![]() | |
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 |
![]() | |
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) |
virtual void | start ()=0 |
qulonglong | totalAmount (Unit unit) const |
KJobUiDelegate * | uiDelegate () const |
Protected Member Functions | |
virtual bool | doKill () |
![]() | |
KJob (KJobPrivate &dd, QObject *parent) | |
virtual bool | doKill () |
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 | |
![]() | |
enum | Capability |
enum | KillVerbosity |
enum | Unit |
![]() | |
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()) |
![]() | |
Bytes | |
Directories | |
EmitResult | |
Files | |
Killable | |
KilledJobError | |
NoCapabilities | |
NoError | |
Quietly | |
Suspendable | |
UserDefinedError | |
![]() | |
KJobPrivate *const | d_ptr |
Detailed Description
Definition at line 470 of file kdirlister_p.h.
Constructor & Destructor Documentation
◆ CachedItemsJob()
KDirLister::Private::CachedItemsJob::CachedItemsJob | ( | KDirLister * | lister, |
const KUrl & | url, | ||
bool | reload | ||
) |
Definition at line 290 of file kdirlister.cpp.
Member Function Documentation
◆ doKill()
|
protectedvirtual |
Reimplemented from KJob.
Definition at line 313 of file kdirlister.cpp.
◆ done
|
slot |
Definition at line 305 of file kdirlister.cpp.
◆ setEmitCompleted()
|
inline |
Definition at line 478 of file kdirlister_p.h.
◆ start()
|
inlinevirtual |
Implements KJob.
Definition at line 475 of file kdirlister_p.h.
◆ url()
|
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.