KIO
job.cpp File Reference
#include "job.h"
#include "job_p.h"
#include "clipboardupdater_p.h"
#include <config.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <unistd.h>
#include <pwd.h>
#include <grp.h>
#include <QtCore/QTimer>
#include <QtCore/QFile>
#include <kauthorized.h>
#include <klocale.h>
#include <kconfig.h>
#include <kdebug.h>
#include <kde_file.h>
#include <errno.h>
#include "jobuidelegate.h"
#include "kmimetype.h"
#include "slave.h"
#include "scheduler.h"
#include "kdirwatch.h"
#include "kprotocolinfo.h"
#include "kprotocolmanager.h"
#include "filejob.h"
#include <kdirnotify.h>
#include <ktemporaryfile.h>
#include "jobclasses.moc"
#include "job_p.moc"
Include dependency graph for job.cpp:
Go to the source code of this file.
Namespaces | |
KIO | |
Macros | |
#define | MAX_READ_BUF_SIZE (64 * 1024) |
#define | REPORT_TIMEOUT 200 |
Functions | |
static int | isUrlPortBad (const KUrl &url) |
static Slave * | jobSlave (SimpleJob *job) |
static KIO::PostErrorJob * | precheckHttpPost (const KUrl &url, QIODevice *ioDevice, JobFlags flags) |
static KIO::PostErrorJob * | precheckHttpPost (const KUrl &url, const QByteArray &postData, JobFlags flags) |
Macro Definition Documentation
Function Documentation
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.