KIO
#include <jobclasses.h>

Signals | |
void | entries (KIO::Job *job, const KIO::UDSEntryList &list) |
void | permanentRedirection (KIO::Job *job, const KUrl &fromUrl, const KUrl &toUrl) |
void | redirection (KIO::Job *job, const KUrl &url) |
void | subError (KIO::ListJob *job, KIO::ListJob *subJob) |
Public Member Functions | |
~ListJob () | |
const KUrl & | redirectionUrl () const |
void | setUnrestricted (bool unrestricted) |
![]() | |
~SimpleJob () | |
bool | isRedirectionHandlingEnabled () const |
virtual void | putOnHold () |
void | setRedirectionHandlingEnabled (bool handle) |
const KUrl & | url () const |
![]() | |
virtual | ~Job () |
void | addMetaData (const QString &key, const QString &value) |
void | addMetaData (const QMap< QString, QString > &values) |
QStringList | detailedErrorStrings (const KUrl *reqUrl=0L, int method=-1) const |
QString | errorString () const |
bool | isInteractive () const |
void | mergeMetaData (const QMap< QString, QString > &values) |
MetaData | metaData () const |
MetaData | outgoingMetaData () const |
Job * | parentJob () const |
QString | queryMetaData (const QString &key) |
void | setMetaData (const KIO::MetaData &metaData) |
void | setParentJob (Job *parentJob) |
void | showErrorDialog (QWidget *parent=0) |
void | start () |
JobUiDelegate * | ui () const |
![]() | |
KCompositeJob (QObject *parent=0) | |
virtual | ~KCompositeJob () |
virtual | ~KJob () |
Capabilities | capabilities () const |
int | error () const |
QString | errorText () const |
bool | exec () |
bool | isAutoDelete () const |
bool | isSuspended () const |
KJob (QObject *parent=0) | |
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 Slots | |
virtual void | slotFinished () |
virtual void | slotMetaData (const KIO::MetaData &_metaData) |
virtual void | slotResult (KJob *job) |
![]() | |
virtual void | slotFinished () |
virtual void | slotMetaData (const KIO::MetaData &_metaData) |
virtual void | slotWarning (const QString &) |
Protected Member Functions | |
ListJob (ListJobPrivate &dd) | |
![]() | |
SimpleJob (SimpleJobPrivate &dd) | |
virtual bool | doKill () |
virtual bool | doResume () |
virtual bool | doSuspend () |
void | storeSSLSessionFromJob (const KUrl &m_redirectionURL) |
![]() | |
Job () | |
Job (JobPrivate &dd) | |
virtual bool | addSubjob (KJob *job) |
virtual bool | removeSubjob (KJob *job) |
![]() | |
KCompositeJob (KCompositeJobPrivate &dd, QObject *parent) | |
void | clearSubjobs () |
void | emitPercent (qulonglong processedAmount, qulonglong totalAmount) |
void | emitResult () |
void | emitSpeed (unsigned long speed) |
bool | hasSubjobs () |
KJob (KJobPrivate &dd, QObject *parent) | |
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) |
const QList< KJob * > & | subjobs () const |
Additional Inherited Members | |
![]() | |
enum | Capability |
enum | KillVerbosity |
enum | Unit |
![]() | |
void | slotError (int, const QString &) |
![]() | |
static void | removeOnHold () |
![]() | |
Bytes | |
Directories | |
EmitResult | |
Files | |
Killable | |
NoCapabilities | |
Quietly | |
Suspendable | |
![]() | |
KJobPrivate *const | d_ptr |
Detailed Description
A ListJob is allows you to get the get the content of a directory.
Don't create the job directly, but use KIO::listRecursive() or KIO::listDir() instead.
- See Also
- KIO::listRecursive()
- KIO::listDir()
Definition at line 936 of file jobclasses.h.
Constructor & Destructor Documentation
Member Function Documentation
|
signal |
This signal emits the entry found by the job while listing.
The progress signals aren't specific to ListJob. It simply uses SimpleJob's processedSize (number of entries listed) and totalSize (total number of entries, if known), as well as percent.
- Parameters
-
job the job that emitted this signal list the list of UDSEntries
|
signal |
Signals a permanent redirection.
The redirection itself is handled internally.
- Parameters
-
job the job that emitted this signal fromUrl the original URL toUrl the new URL
Signals a redirection.
Use to update the URL shown to the user. The redirection itself is handled internally.
- Parameters
-
job the job that is redirected url the new url
const KUrl & ListJob::redirectionUrl | ( | ) | const |
void ListJob::setUnrestricted | ( | bool | unrestricted | ) |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
signal |
This signal is emitted when a sub-directory could not be listed.
The job keeps going, thus doesn't result in an overall error.
- Parameters
-
job the job that emitted the signal subJob the job listing a sub-directory, which failed. Use url(), error() and errorText() on that job to find out more.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Mar 20 2013 07:19:42 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.