KDECore
Go to the documentation of this file.
20 #ifndef KJOBTRACKERINTERFACE_H
21 #define KJOBTRACKERINTERFACE_H
26 #include <QtCore/QObject>
27 #include <QtCore/QPair>
55 virtual void registerJob(
KJob *job);
62 virtual void unregisterJob(
KJob *job);
71 virtual void finished(
KJob *job);
78 virtual void suspended(
KJob *job);
85 virtual void resumed(
KJob *job);
100 virtual void description(
KJob *job,
const QString &title,
132 virtual void totalAmount(
KJob *job,
KJob::Unit unit, qulonglong amount);
143 virtual void processedAmount(
KJob *job,
KJob::Unit unit, qulonglong amount);
152 virtual void percent(
KJob *job,
unsigned long percent);
160 virtual void speed(
KJob *job,
unsigned long value);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:00:54 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.