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 |
void | queueJob (KIO::SimpleJob *job) |
bool | removeJob (KIO::SimpleJob *job) |
int | runningJobsCount () const |
KIO::SimpleJob * | takeFirstInQueue () |
Detailed Description
Definition at line 52 of file scheduler_p.h.
Member Function Documentation
Definition at line 206 of file scheduler.cpp.
|
inline |
Definition at line 58 of file scheduler_p.h.
|
inline |
Definition at line 63 of file scheduler_p.h.
|
inline |
Definition at line 57 of file scheduler_p.h.
int HostQueue::lowestSerial | ( | ) | const |
Definition at line 165 of file scheduler.cpp.
void HostQueue::queueJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 174 of file scheduler.cpp.
bool HostQueue::removeJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 193 of file scheduler.cpp.
|
inline |
Definition at line 59 of file scheduler_p.h.
SimpleJob * HostQueue::takeFirstInQueue | ( | ) |
Definition at line 183 of file scheduler.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.