KDEUI
KUiServerJobTracker Class Reference
#include <kuiserverjobtracker.h>
Inheritance diagram for KUiServerJobTracker:

Detailed Description
The interface to implement to track the progresses of a job.Definition at line 31 of file kuiserverjobtracker.h.
Public Member Functions | |
KUiServerJobTracker (QObject *parent=0) | |
virtual void | registerJob (KJob *job) |
virtual void | unregisterJob (KJob *job) |
virtual | ~KUiServerJobTracker () |
Protected Slots | |
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 | infoMessage (KJob *job, const QString &plain, const QString &rich) |
virtual void | percent (KJob *job, unsigned long percent) |
virtual void | processedAmount (KJob *job, KJob::Unit unit, qulonglong amount) |
virtual void | resumed (KJob *job) |
virtual void | speed (KJob *job, unsigned long value) |
virtual void | suspended (KJob *job) |
virtual void | totalAmount (KJob *job, KJob::Unit unit, qulonglong amount) |
Constructor & Destructor Documentation
KUiServerJobTracker::KUiServerJobTracker | ( | QObject * | parent = 0 |
) |
Creates a new KJobTrackerInterface.
- Parameters:
-
parent the parent object
Definition at line 43 of file kuiserverjobtracker.cpp.
KUiServerJobTracker::~KUiServerJobTracker | ( | ) | [virtual] |
Member Function Documentation
void KUiServerJobTracker::finished | ( | KJob * | job | ) | [protected, virtual, slot] |
The following slots are inherited from KJobTrackerInterface.
Reimplemented from KJobTrackerInterface.
Definition at line 110 of file kuiserverjobtracker.cpp.
void KUiServerJobTracker::percent | ( | KJob * | job, | |
unsigned long | percent | |||
) | [protected, virtual, slot] |
void KUiServerJobTracker::processedAmount | ( | KJob * | job, | |
KJob::Unit | unit, | |||
qulonglong | amount | |||
) | [protected, virtual, slot] |
void KUiServerJobTracker::registerJob | ( | KJob * | job | ) | [virtual] |
Register a new job in this tracker.
- Parameters:
-
job the job to register
Reimplemented from KJobTrackerInterface.
Definition at line 59 of file kuiserverjobtracker.cpp.
void KUiServerJobTracker::resumed | ( | KJob * | job | ) | [protected, virtual, slot] |
void KUiServerJobTracker::speed | ( | KJob * | job, | |
unsigned long | value | |||
) | [protected, virtual, slot] |
void KUiServerJobTracker::suspended | ( | KJob * | job | ) | [protected, virtual, slot] |
void KUiServerJobTracker::totalAmount | ( | KJob * | job, | |
KJob::Unit | unit, | |||
qulonglong | amount | |||
) | [protected, virtual, slot] |
void KUiServerJobTracker::unregisterJob | ( | KJob * | job | ) | [virtual] |
Unregister a job from this tracker.
- Parameters:
-
job the job to unregister
Reimplemented from KJobTrackerInterface.
Definition at line 91 of file kuiserverjobtracker.cpp.
The documentation for this class was generated from the following files: