KIO
#include "scheduler.h"
#include "scheduler_p.h"
#include "sessiondata.h"
#include "slaveconfig.h"
#include "authinfo.h"
#include "slave.h"
#include "connection.h"
#include "job_p.h"
#include <kdebug.h>
#include <kprotocolmanager.h>
#include <kprotocolinfo.h>
#include <assert.h>
#include <QtCore/QHash>
#include <QtGui/QWidget>
#include <QtDBus/QtDBus>
#include "scheduler.moc"
#include "scheduler_p.moc"
Include dependency graph for scheduler.cpp:
Go to the source code of this file.
Functions | |
static void | ensureNoDuplicates (QMap< int, HostQueue * > *queuesBySerial) |
static Slave * | heldSlaveForJob (SimpleJob *job) |
static int | jobCommand (SimpleJob *job) |
static Slave * | jobSlave (SimpleJob *job) |
static bool | mayReturnContent (int cmd, const QString &protocol) |
static Scheduler * | scheduler () |
static void | setupSlave (KIO::Slave *slave, const KUrl &url, const QString &protocol, const QStringList &proxyList, bool newSlave, const KIO::MetaData *config=0) |
static void | startJob (SimpleJob *job, Slave *slave) |
static QWidget * | topLevelWindow (QWidget *widget) |
static void | verifyRunningJobsCount (QHash< QString, HostQueue > *queues, int runningJobsCount) |
Variables | |
static const int | s_idleSlaveLifetime = 3 * 60 |
Function Documentation
Definition at line 358 of file scheduler.cpp.
Definition at line 767 of file scheduler.cpp.
|
inlinestatic |
Definition at line 53 of file scheduler.cpp.
Definition at line 47 of file scheduler.cpp.
Definition at line 946 of file scheduler.cpp.
|
static |
Definition at line 761 of file scheduler.cpp.
|
static |
Definition at line 1058 of file scheduler.cpp.
Definition at line 58 of file scheduler.cpp.
Definition at line 1319 of file scheduler.cpp.
|
static |
Definition at line 371 of file scheduler.cpp.
Variable Documentation
|
static |
Definition at line 41 of file scheduler.cpp.
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.