KCoreAddons
kjobtrackerinterface.h
117 virtual void description(KJob *job, const QString &title, const QPair<QString, QString> &field1, const QPair<QString, QString> &field2);
virtual void registerJob(KJob *job)
Register a new job in this tracker.
Definition kjobtrackerinterface.cpp:34
virtual void speed(KJob *job, unsigned long value)
Called to show the speed of the job.
Definition kjobtrackerinterface.cpp:110
virtual void warning(KJob *job, const QString &message)
Emitted to display a warning about a job.
Definition kjobtrackerinterface.cpp:84
virtual void finished(KJob *job)
Called when a job is finished, in any case.
Definition kjobtrackerinterface.cpp:55
virtual void totalAmount(KJob *job, KJob::Unit unit, qulonglong amount)
Called when we know the amount a job will have to process.
Definition kjobtrackerinterface.cpp:90
virtual void percent(KJob *job, unsigned long percent)
Called to show the overall progress of the job.
Definition kjobtrackerinterface.cpp:104
virtual void suspended(KJob *job)
Called when a job is suspended.
Definition kjobtrackerinterface.cpp:60
virtual void infoMessage(KJob *job, const QString &message)
Called to display state information about a job.
Definition kjobtrackerinterface.cpp:78
virtual void unregisterJob(KJob *job)
Unregister a job from this tracker.
Definition kjobtrackerinterface.cpp:50
virtual void processedAmount(KJob *job, KJob::Unit unit, qulonglong amount)
Regularly called to show the progress of a job by giving the current amount.
Definition kjobtrackerinterface.cpp:97
KJobTrackerInterface(QObject *parent=nullptr)
Creates a new KJobTrackerInterface.
Definition kjobtrackerinterface.cpp:24
virtual void description(KJob *job, const QString &title, const QPair< QString, QString > &field1, const QPair< QString, QString > &field2)
Called to display general description of a job.
Definition kjobtrackerinterface.cpp:70
~KJobTrackerInterface() override
Destroys a KJobTrackerInterface.
Unit
Describes the unit used in the methods that handle reporting the job progress info.
Definition kjob.h:87
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:58:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.