Go to the documentation of this file.
135 Q_PRIVATE_SLOT(d_func(),
void slotRedirection(
const KUrl &
url))
136 Q_PRIVATE_SLOT(d_func(),
void slotData(
const QByteArray &
data))
137 Q_PRIVATE_SLOT(d_func(),
void slotMimetype(
const QString &
mimetype ))
138 Q_PRIVATE_SLOT(d_func(),
void slotOpen( ))
139 Q_PRIVATE_SLOT(d_func(),
void slotWritten(
KIO::
filesize_t ))
140 Q_PRIVATE_SLOT(d_func(),
void slotFinished( ))
141 Q_PRIVATE_SLOT(d_func(),
void slotPosition(
KIO::
filesize_t ))
142 Q_PRIVATE_SLOT(d_func(),
void slotTotalSize(
KIO::
filesize_t ))
KIO::filesize_t size()
Size.
void data(KIO::Job *job, const QByteArray &data)
Data from the slave has arrived.
void read(KIO::filesize_t size)
Read block.
FileJob(FileJobPrivate &dd)
void written(KIO::Job *job, KIO::filesize_t written)
Bytes written to the file.
void write(const QByteArray &data)
Write block.
void mimetype(KIO::Job *job, const QString &type)
Mimetype determined.
void redirection(KIO::Job *job, const KUrl &url)
Signals the file is a redirection.
void close(KIO::Job *job)
File is closed and will accept no more commands.
void seek(KIO::filesize_t offset)
Seek.
void open(KIO::Job *job)
File is open, metadata has been determined and the file-slave is ready to receive commands.
void position(KIO::Job *job, KIO::filesize_t offset)
The file has reached this position.
The base class for all jobs.
SimpleJob(SimpleJobPrivate &dd)
Creates a new simple job.
const KUrl & url() const
Returns the SimpleJob's URL.
A namespace for KIO globals.
qulonglong filesize_t
64-bit file size
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by
doxygen 1.14.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.