KDEUI
kstatusbarjobtracker.h
Go to the documentation of this file.
37 NoInformation = 0x0000,
38 LabelOnly = 0x0001,
39 ProgressOnly = 0x0002
The base class for widget based job trackers.
Definition: kabstractwidgetjobtracker.h:34
virtual void totalAmount(KJob *job, KJob::Unit unit, qulonglong amount)
virtual void slotClean(KJob *job)
This method is called when the widget should be cleaned (after job is finished).
Definition: kabstractwidgetjobtracker.cpp:102
virtual QWidget * widget(KJob *job)=0
The widget associated to this tracker.
virtual void description(KJob *job, const QString &title, const QPair< QString, QString > &field1, const QPair< QString, QString > &field2)
virtual void speed(KJob *job, unsigned long value)
virtual void registerJob(KJob *job)
Register a new job in this tracker.
Definition: kabstractwidgetjobtracker.cpp:43
Unit
virtual void percent(KJob *job, unsigned long percent)
This class implements a job tracker with a widget suited for embedding in a status bar...
Definition: kstatusbarjobtracker.h:30
virtual void unregisterJob(KJob *job)
Unregister a job from this tracker.
Definition: kabstractwidgetjobtracker.cpp:48
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Wed Aug 22 2018 19:31:57 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Wed Aug 22 2018 19:31:57 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.