KDEUI
kabstractwidgetjobtracker.cpp
Go to the documentation of this file.
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
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 setStopOnClose(KJob *job, bool stopOnClose)
This controls whether the job should be canceled if the dialog is closed.
Definition: kabstractwidgetjobtracker.cpp:53
virtual void slotClean(KJob *job)
This method is called when the widget should be cleaned (after job is finished).
Definition: kabstractwidgetjobtracker.cpp:102
bool autoDelete(KJob *job) const
Checks whether the dialog should be deleted or cleaned.
Definition: kabstractwidgetjobtracker.cpp:68
virtual void finished(KJob *job)
Called when a job is finished, in any case.
Definition: kabstractwidgetjobtracker.cpp:73
KAbstractWidgetJobTracker(QWidget *parent=0)
Creates a new KAbstractWidgetJobTracker.
Definition: kabstractwidgetjobtracker.cpp:32
virtual void registerJob(KJob *job)
Register a new job in this tracker.
Definition: kabstractwidgetjobtracker.cpp:43
virtual ~KAbstractWidgetJobTracker()
Destroys a KAbstractWidgetJobTracker.
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:94
void suspend(KJob *job)
Emitted when the user suspended the operation.
void stopped(KJob *job)
Emitted when the user aborted the operation.
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 unregisterJob(KJob *job)
virtual void registerJob(KJob *job)
bool stopOnClose(KJob *job) const
Checks whether the job will be killed when the dialog is closed.
Definition: kabstractwidgetjobtracker.cpp:58
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.