KDECore
kjob.h
Go to the documentation of this file.
94 Killable = 0x0001,
95 Suspendable = 0x0002 };
257 NoError = 0,
259 KilledJobError = 1,
262 };
Definition: kjob_p.h:36
void processedSize(KJob *job, qulonglong size)
Regularly emitted to show the progress of this job (current data size in bytes for transfers,...
void description(KJob *job, const QString &title, const QPair< QString, QString > &field1=qMakePair(QString(), QString()), const QPair< QString, QString > &field2=qMakePair(QString(), QString()))
Emitted to display general description of this job.
void result(KJob *job)
Emitted when the job is finished (except when killed with KJob::Quietly).
void percent(KJob *job, unsigned long percent)
Progress signal showing the overall progress of the job This is valid for any kind of job,...
void warning(KJob *job, const QString &plain, const QString &rich=QString())
Emitted to display a warning about this job.
void processedAmount(KJob *job, KJob::Unit unit, qulonglong amount)
Regularly emitted to show the progress of this job by giving the current amount.
void totalSize(KJob *job, qulonglong size)
Emitted when we know the size of this job (data size in bytes for transfers, number of entries for li...
void totalAmount(KJob *job, KJob::Unit unit, qulonglong amount)
Emitted when we know the amount the job will have to process.
void speed(KJob *job, unsigned long speed)
Emitted to display information about the speed of this job.
void infoMessage(KJob *job, const QString &plain, const QString &rich=QString())
Emitted to display state information about this job.
static void setError(QAbstractSocket *socket, QAbstractSocket::SocketError error, const QString &errorString)
Definition: ksocketfactory.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.