KCoreAddons
kjobuidelegate.cpp
KJob * job() const
Retrieves the current job this UI delegate is attached to.
Definition: kjobuidelegate.cpp:67
Equivalent to setAutoErrorHandlingEnabled(true)
Definition: kjobuidelegate.h:43
bool isAutoErrorHandlingEnabled() const
Returns whether automatic error handling is enabled or disabled.
Definition: kjobuidelegate.cpp:84
bool isAutoWarningHandlingEnabled() const
Returns whether automatic warning handling is enabled or disabled.
Definition: kjobuidelegate.cpp:94
Equivalent to setAutoWarningHandlingEnabled(true)
Definition: kjobuidelegate.h:44
void setAutoErrorHandlingEnabled(bool enable)
Enable or disable the automatic error handling.
Definition: kjobuidelegate.cpp:79
void setAutoWarningHandlingEnabled(bool enable)
Enable or disable the automatic warning handling.
Definition: kjobuidelegate.cpp:89
void setParent(QObject *parent)
void warning(KJob *job, const QString &plain, const QString &rich=QString())
Emitted to display a warning about this job.
virtual void showErrorMessage()
Display to the user the error given by this job.
Definition: kjobuidelegate.cpp:72
void result(KJob *job)
Emitted when the job is finished (except when killed with KJob::Quietly).
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sun Apr 18 2021 23:02:02 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sun Apr 18 2021 23:02:02 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.