KIO
KIO::HostQueue Class Reference
#include <scheduler_p.h>
Public Member Functions | |
| QList< KIO::Slave * > | allSlaves () const |
| bool | isEmpty () const |
| bool | isJobRunning (KIO::SimpleJob *job) const |
| bool | isQueueEmpty () const |
| int | lowestSerial () const |
| KIO::SimpleJob * | nextStartingJob () |
| void | queueJob (KIO::SimpleJob *job) |
| bool | removeJob (KIO::SimpleJob *job) |
| int | runningJobsCount () const |
Detailed Description
Definition at line 52 of file scheduler_p.h.
Member Function Documentation
| QList< Slave * > HostQueue::allSlaves | ( | ) | const |
Definition at line 208 of file scheduler.cpp.
| bool KIO::HostQueue::isEmpty | ( | ) | const [inline] |
Definition at line 58 of file scheduler_p.h.
| bool KIO::HostQueue::isJobRunning | ( | KIO::SimpleJob * | job | ) | const [inline] |
Definition at line 63 of file scheduler_p.h.
| bool KIO::HostQueue::isQueueEmpty | ( | ) | const [inline] |
Definition at line 57 of file scheduler_p.h.
| int HostQueue::lowestSerial | ( | ) | const |
Definition at line 167 of file scheduler.cpp.
| SimpleJob * HostQueue::nextStartingJob | ( | ) |
Definition at line 185 of file scheduler.cpp.
| void HostQueue::queueJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 176 of file scheduler.cpp.
| bool HostQueue::removeJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 195 of file scheduler.cpp.
| int KIO::HostQueue::runningJobsCount | ( | ) | const [inline] |
Definition at line 59 of file scheduler_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference