KJobWidgets
kabstractwidgetjobtracker.h
178 KJOBWIDGETS_NO_EXPORT explicit KAbstractWidgetJobTracker(KAbstractWidgetJobTrackerPrivate &dd, QWidget *parent = nullptr);
bool autoDelete(KJob *job) const
Checks whether the dialog should be deleted or cleaned.
Definition kabstractwidgetjobtracker.cpp:59
virtual void slotStop(KJob *job)
This method should be called for correct cancellation of IO operation Connect this to the progress wi...
Definition kabstractwidgetjobtracker.cpp:71
~KAbstractWidgetJobTracker() override
Destroys a KAbstractWidgetJobTracker.
KAbstractWidgetJobTracker(QWidget *parent=nullptr)
Creates a new KAbstractWidgetJobTracker.
Definition kabstractwidgetjobtracker.cpp:15
virtual void slotClean(KJob *job)
This method is called when the widget should be cleaned (after job is finished).
Definition kabstractwidgetjobtracker.cpp:95
bool stopOnClose(KJob *job) const
Checks whether the job will be killed when the dialog is closed.
Definition kabstractwidgetjobtracker.cpp:45
virtual void slotSuspend(KJob *job)
This method should be called for pause/resume Connect this to the progress widgets buttons etc.
Definition kabstractwidgetjobtracker.cpp:79
void setAutoDelete(KJob *job, bool autoDelete)
This controls whether the dialog should be deleted or only cleaned when the KJob is finished (or canc...
Definition kabstractwidgetjobtracker.cpp:52
void stopped(KJob *job)
Emitted when the user aborted the operation.
void setStopOnClose(KJob *job, bool stopOnClose)
This controls whether the job should be canceled if the dialog is closed.
Definition kabstractwidgetjobtracker.cpp:38
virtual void slotResume(KJob *job)
This method should be called for pause/resume Connect this to the progress widgets buttons etc.
Definition kabstractwidgetjobtracker.cpp:87
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)
KJobTrackerInterface(QObject *parent=nullptr)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:46 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.