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