KIO
Go to the documentation of this file.
41 void scheduleGrimReaper();
47 QMultiHash<QString, KIO::Slave *> m_idleSlaves;
58 bool isEmpty()
const {
return m_queuedJobs.isEmpty() && m_runningJobs.isEmpty(); }
60 #ifdef SCHEDULER_DEBUG
96 bool isEmpty()
const {
return m_connectedSlaves.isEmpty(); }
100 void startRunnableJobs();
105 QTimer m_startJobsTimer;
109 class SchedulerPrivate;
120 if (m_offset >= m_jobsPerPriority) {
129 static const uint m_jobsPerPriority = 100000000;
140 ProtoQueue(KIO::SchedulerPrivate *sp,
int maxSlaves,
int maxSlavesPerHost);
157 QTimer m_startJobTimer;
160 KIO::SchedulerPrivate *m_schedPrivate;
162 int m_maxConnectionsPerHost;
163 int m_maxConnectionsTotal;
164 int m_runningJobsCount;
169 #endif //SCHEDULER_P_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:38:49 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.