KJobWidgets
kabstractwidgetjobtracker.h
178 KJOBWIDGETS_NO_EXPORT explicit KAbstractWidgetJobTracker(KAbstractWidgetJobTrackerPrivate &dd, QWidget *parent = nullptr);
The base class for widget based job trackers.
Definition kabstractwidgetjobtracker.h:28
~KAbstractWidgetJobTracker() override
Destroys a KAbstractWidgetJobTracker.
void stopped(KJob *job)
Emitted when the user aborted the operation.
void suspend(KJob *job)
Emitted when the user suspended the operation.
virtual QWidget * widget(KJob *job)=0
The widget associated to this tracker.
virtual void registerJob(KJob *job)
virtual void finished(KJob *job)
virtual void unregisterJob(KJob *job)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.