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 394 of file scheduler.cpp.
ProtoQueue::~ProtoQueue | ( | ) |
Definition at line 409 of file scheduler.cpp.
Member Function Documentation
Definition at line 560 of file scheduler.cpp.
void ProtoQueue::changeJobPriority | ( | KIO::SimpleJob * | job, |
int | newPriority | ||
) |
Definition at line 457 of file scheduler.cpp.
Slave * ProtoQueue::createSlave | ( | const QString & | protocol, |
KIO::SimpleJob * | job, | ||
const KUrl & | url | ||
) |
Definition at line 533 of file scheduler.cpp.
void ProtoQueue::queueJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 418 of file scheduler.cpp.
void ProtoQueue::removeJob | ( | KIO::SimpleJob * | job | ) |
Definition at line 480 of file scheduler.cpp.
bool ProtoQueue::removeSlave | ( | KIO::Slave * | slave | ) |
Definition at line 552 of file scheduler.cpp.
Member Data Documentation
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-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.