KDEUI
kabstractwidgetjobtracker.h
Go to the documentation of this file.
bool autoDelete(KJob *job) const
Checks whether the dialog should be deleted or cleaned.
Definition kabstractwidgetjobtracker.cpp:68
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:78
virtual void slotClean(KJob *job)
This method is called when the widget should be cleaned (after job is finished).
Definition kabstractwidgetjobtracker.cpp:102
bool stopOnClose(KJob *job) const
Checks whether the job will be killed when the dialog is closed.
Definition kabstractwidgetjobtracker.cpp:58
virtual void slotSuspend(KJob *job)
This method should be called for pause/resume Connect this to the progress widgets buttons etc.
Definition kabstractwidgetjobtracker.cpp:86
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:63
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:53
virtual void slotResume(KJob *job)
This method should be called for pause/resume Connect this to the progress widgets buttons etc.
Definition kabstractwidgetjobtracker.cpp:94
void suspend(KJob *job)
Emitted when the user suspended the operation.
virtual QWidget * widget(KJob *job)=0
The widget associated to this tracker.
KAbstractWidgetJobTracker(QWidget *parent=0)
Creates a new KAbstractWidgetJobTracker.
Definition kabstractwidgetjobtracker.cpp:32
virtual void registerJob(KJob *job)
virtual void finished(KJob *job)
KJobTrackerInterface(QObject *parent=0)
virtual void unregisterJob(KJob *job)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.