KIO
scheduler.h
Go to the documentation of this file.
static void putSlaveOnHold(KIO::SimpleJob *job, const KUrl &url)
Puts a slave on notice.
Definition scheduler.cpp:820
static KIO::Slave * getConnectedSlave(const KUrl &url, const KIO::MetaData &config=MetaData())
Requests a slave for use in connection-oriented mode.
Definition scheduler.cpp:845
static void setJobPriority(SimpleJob *job, int priority)
Changes the priority of job; jobs of the same priority run in the order in which they were created.
Definition scheduler.cpp:805
static void scheduleJob(SimpleJob *job)
Schedules job scheduled for later execution.
Definition scheduler.cpp:799
Q_SCRIPTABLE void slaveOnHoldListChanged()
static bool isSlaveOnHoldFor(const KUrl &url)
Returns true if there is a slave on hold for url.
Definition scheduler.cpp:835
static void removeSlaveOnHold()
Removes any slave that might have been put on hold.
Definition scheduler.cpp:825
void slaveConnected(KIO::Slave *slave)
static bool assignJobToSlave(KIO::Slave *slave, KIO::SimpleJob *job)
Uses slave to do job.
Definition scheduler.cpp:851
void slaveError(KIO::Slave *slave, int error, const QString &errorMsg)
static void emitReparseSlaveConfiguration()
Definition scheduler.cpp:900
static bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)
Definition scheduler.cpp:883
static void jobFinished(KIO::SimpleJob *job, KIO::Slave *slave)
Called when a job is done.
Definition scheduler.cpp:815
static bool connect(const char *signal, const QObject *receiver, const char *member)
Function to connect signals emitted by the scheduler.
Definition scheduler.cpp:871
static void registerWindow(QWidget *wid)
Register the mainwindow wid with the KIO subsystem Do not call this, it is called automatically from ...
Definition scheduler.cpp:861
Q_SCRIPTABLE void reparseSlaveConfiguration(const QString &)
static void publishSlaveOnHold()
Send the slave that was put on hold back to KLauncher.
Definition scheduler.cpp:830
static void checkSlaveOnHold(bool b)
When true, the next job will check whether KLauncher has a slave on hold that is suitable for the job...
Definition scheduler.cpp:895
static void updateInternalMetaData(SimpleJob *job)
Updates the internal metadata from job.
Definition scheduler.cpp:840
static void unregisterWindow(QObject *wid)
Definition scheduler.cpp:866
Definition slave.h:49
static pid_t pid
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.