KIO
jobclasses.h File Reference
#include <QtCore/QObject>
#include <QtCore/QLinkedList>
#include <QtCore/QStringList>
#include <kurl.h>
#include <kio/global.h>
#include <kio/udsentry.h>
#include <kcompositejob.h>
Include dependency graph for jobclasses.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KIO::FileCopyJob |
The FileCopyJob copies data from one place to another. More... | |
class | KIO::Job |
The base class for all jobs. More... | |
class | KIO::ListJob |
A ListJob is allows you to get the get the content of a directory. More... | |
class | KIO::MimetypeJob |
A MimetypeJob is a TransferJob that allows you to get the mime type of an URL. More... | |
class | KIO::MultiGetJob |
The MultiGetJob is a TransferJob that allows you to get several files from a single server. More... | |
class | KIO::SimpleJob |
A simple job (one url and one command). More... | |
class | KIO::SpecialJob |
A class that sends a special command to an ioslave. More... | |
class | KIO::StatJob |
A KIO job that retrieves information about a file or directory. More... | |
class | KIO::StoredTransferJob |
StoredTransferJob is a TransferJob (for downloading or uploading data) that also stores a QByteArray with the data, making it simpler to use than the standard TransferJob. More... | |
class | KIO::TransferJob |
The transfer job pumps data into and/or out of a Slave. More... | |
Namespaces | |
namespace | KIO |
Enumerations | |
enum | KIO::JobFlag { KIO::DefaultFlags = 0, KIO::HideProgressInfo = 1, KIO::Resume = 2, KIO::Overwrite = 4 } |