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::ProtoQueue | ( | KIO::SchedulerPrivate * | sp, |
| int | maxSlaves, | ||
| int | maxSlavesPerHost ) |
Definition at line 394 of file scheduler.cpp.
◆ ~ProtoQueue()
| ProtoQueue::~ProtoQueue | ( | ) |
Definition at line 409 of file scheduler.cpp.
Member Function Documentation
◆ allSlaves()
Definition at line 560 of file scheduler.cpp.
◆ changeJobPriority()
| void ProtoQueue::changeJobPriority | ( | KIO::SimpleJob * | job, |
| int | newPriority ) |
Definition at line 457 of file scheduler.cpp.
◆ createSlave()
| Slave * ProtoQueue::createSlave | ( | const QString & | protocol, |
| KIO::SimpleJob * | job, | ||
| const KUrl & | url ) |
Definition at line 533 of file scheduler.cpp.
◆ queueJob()
| void ProtoQueue::queueJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 418 of file scheduler.cpp.
◆ removeJob()
| void ProtoQueue::removeJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 480 of file scheduler.cpp.
◆ removeSlave()
| bool ProtoQueue::removeSlave | ( | KIO::Slave * | slave | ) |
Definition at line 552 of file scheduler.cpp.
Member Data Documentation
◆ m_connectedSlaveQueue
| ConnectedSlaveQueue KIO::ProtoQueue::m_connectedSlaveQueue |
Definition at line 149 of file scheduler_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.