KIO
specialjob.cpp
16 SpecialJobPrivate(const QUrl &url, int command, const QByteArray &packedArgs, const QByteArray &_staticData)
A class that sends a special command to a KIO worker.
QByteArray arguments() const
Returns the QByteArray data that will be sent (or has been sent) to the worker.
Definition specialjob.cpp:37
void setArguments(const QByteArray &data)
Sets the QByteArray that is passed to WorkerBase::special() on the worker.
Definition specialjob.cpp:31
SpecialJob(const QUrl &url, const QByteArray &data=QByteArray())
Creates a KIO::SpecialJob.
Definition specialjob.cpp:22
The transfer job pumps data into and/or out of a KIO worker.
void data(KIO::Job *job, const QByteArray &data)
Data from the worker has arrived.
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.