KDEUI
kuiserverjobtracker.h
Go to the documentation of this file.
virtual void resumed(KJob *job)
virtual void suspended(KJob *job)
virtual void totalAmount(KJob *job, KJob::Unit unit, qulonglong amount)
virtual void description(KJob *job, const QString &title, const QPair< QString, QString > &field1, const QPair< QString, QString > &field2)
virtual void finished(KJob *job)
virtual void speed(KJob *job, unsigned long value)
The interface to implement to track the progresses of a job.
Definition: kuiserverjobtracker.h:31
virtual void infoMessage(KJob *job, const QString &plain, const QString &rich)
virtual void percent(KJob *job, unsigned long percent)
virtual void unregisterJob(KJob *job)
virtual void registerJob(KJob *job)
virtual void processedAmount(KJob *job, KJob::Unit unit, qulonglong amount)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:16 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:49:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.