kio
jobclasses.h File Reference
#include <qobject.h>
#include <qptrlist.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qguardedptr.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <kurl.h>
#include <kio/global.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 | |
struct | KIO::CopyInfo |
class | KIO::CopyJob |
CopyJob is used to move, copy or symlink files and directories. More... | |
class | KIO::DeleteJob |
A more complex Job to delete files and directories. More... | |
class | KIO::DirectCopyJob |
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::MkdirJob |
A KIO job that creates a directory. 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::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 |
Defines | |
#define | KIO_COPYJOB_HAS_SETINTERACTIVE |
Define Documentation
#define KIO_COPYJOB_HAS_SETINTERACTIVE |
Definition at line 40 of file jobclasses.h.