KIO
KIO::ProtoQueue Class Reference
#include <scheduler_p.h>
Inheritance diagram for KIO::ProtoQueue:

Public Member Functions | |
| ProtoQueue (KIO::SchedulerPrivate *sp, int maxSlaves, int maxSlavesPerHost) | |
| ~ProtoQueue () | |
| QList< KIO::Slave * > | allSlaves () const |
| void | changeJobPriority (KIO::SimpleJob *job, int newPriority) |
| KIO::Slave * | createSlave (const QString &protocol, KIO::SimpleJob *job, const KUrl &url) |
| void | queueJob (KIO::SimpleJob *job) |
| void | removeJob (KIO::SimpleJob *job) |
| bool | removeSlave (KIO::Slave *slave) |
Public Attributes | |
| ConnectedSlaveQueue | m_connectedSlaveQueue |
Detailed Description
Definition at line 136 of file scheduler_p.h.
Constructor & Destructor Documentation
| ProtoQueue::ProtoQueue | ( | KIO::SchedulerPrivate * | sp, |
| int | maxSlaves, | ||
| int | maxSlavesPerHost | ||
| ) |
Definition at line 396 of file scheduler.cpp.
| ProtoQueue::~ProtoQueue | ( | ) |
Definition at line 411 of file scheduler.cpp.
Member Function Documentation
| QList< Slave * > ProtoQueue::allSlaves | ( | ) | const |
Definition at line 562 of file scheduler.cpp.
| void ProtoQueue::changeJobPriority | ( | KIO::SimpleJob * | job, |
| int | newPriority | ||
| ) |
Definition at line 459 of file scheduler.cpp.
| Slave * ProtoQueue::createSlave | ( | const QString & | protocol, |
| KIO::SimpleJob * | job, | ||
| const KUrl & | url | ||
| ) |
Definition at line 535 of file scheduler.cpp.
| void ProtoQueue::queueJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 420 of file scheduler.cpp.
| void ProtoQueue::removeJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 482 of file scheduler.cpp.
| bool ProtoQueue::removeSlave | ( | KIO::Slave * | slave | ) |
Definition at line 554 of file scheduler.cpp.
Member Data Documentation
Definition at line 149 of file scheduler_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference