#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 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 755 of file scheduler.cpp.
| static int jobCommand | ( | SimpleJob * | job | ) | [inline, static] |
Definition at line 53 of file scheduler.cpp.
Definition at line 47 of file scheduler.cpp.
| static bool mayReturnContent | ( | int | cmd, |
| const QString & | protocol | ||
| ) | [static] |
Definition at line 934 of file scheduler.cpp.
| Scheduler * scheduler | ( | ) | [static] |
Definition at line 749 of file scheduler.cpp.
| void setupSlave | ( | KIO::Slave * | slave, |
| const KUrl & | url, | ||
| const QString & | protocol, | ||
| const QStringList & | proxyList, | ||
| bool | newSlave, | ||
| const KIO::MetaData * | config = 0 |
||
| ) | [static] |
Definition at line 1046 of file scheduler.cpp.
Definition at line 58 of file scheduler.cpp.
| static void verifyRunningJobsCount | ( | QHash< QString, HostQueue > * | queues, |
| int | runningJobsCount | ||
| ) | [static] |
Definition at line 371 of file scheduler.cpp.
Variable Documentation
const int s_idleSlaveLifetime = 3 * 60 [static] |
Definition at line 41 of file scheduler.cpp.
KDE 4.7 API Reference