KIO
filejob.cpp
Go to the documentation of this file.
void setUiDelegate(KJobUiDelegate *delegate)
void open(KIO::Job *job)
File is open, metadata has been determined and the file-slave is ready to receive commands...
MimetypeJob * mimetype(const KUrl &url, JobFlags flags=DefaultFlags)
Find mimetype for one file or directory.
Definition: job.cpp:1856
Definition: global.h:180
static SimpleJob * newJob(const KUrl &url, int command, const QByteArray &packedArgs, JobFlags flags=HideProgressInfo)
Definition: job_p.h:206
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
Definition: job_p.h:81
Definition: slave.h:48
Definition: global.h:182
void totalSize(KJob *job, qulonglong size)
FileJob * open(const KUrl &url, QIODevice::OpenMode mode)
Open ( random access I/O )
Definition: filejob.cpp:211
void slotTotalSize(KIO::filesize_t data_size)
Forward signal from the slave Can also be called by the parent job, when it knows the size...
Definition: job.cpp:526
Definition: global.h:184
Definition: global.h:185
void redirection(KIO::Job *job, const KUrl &url)
Signals the file is a redirection.
Bytes
void position(KIO::Job *job, KIO::filesize_t offset)
The file has reached this position.
The file-job is an asynchronious version of normal file handling.
Definition: filejob.h:37
Definition: global.h:183
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon May 15 2017 14:46:43 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon May 15 2017 14:46:43 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.