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
| static void ensureNoDuplicates | ( | QMap< int, HostQueue * > * | queuesBySerial | ) | [static] |
Definition at line 358 of file scheduler.cpp.
| Slave * heldSlaveForJob | ( | SimpleJob * | job | ) | [static] |
Definition at line 767 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 946 of file scheduler.cpp.
Definition at line 761 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 1058 of file scheduler.cpp.
Definition at line 58 of file scheduler.cpp.
| static QWidget* topLevelWindow | ( | QWidget * | widget | ) | [static] |
Definition at line 1319 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.
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:26 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:26 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.