KCoreAddons
kjobuidelegate.cpp
Definition: kjobuidelegate.h:31
void setAutoWarningHandlingEnabled(bool enable)
Enable or disable the automatic warning handling.
Definition: kjobuidelegate.cpp:93
void result(KJob *job)
Emitted when the job is finished (except when killed with KJob::Quietly).
bool isAutoErrorHandlingEnabled() const
Returns whether automatic error handling is enabled or disabled.
Definition: kjobuidelegate.cpp:88
virtual void showErrorMessage()
Display to the user the error given by this job.
Definition: kjobuidelegate.cpp:76
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void warning(KJob *job, const QString &plain, const QString &rich=QString())
Emitted to display a warning about this job.
@ AutoErrorHandlingEnabled
Equivalent to setAutoErrorHandlingEnabled(true)
Definition: kjobuidelegate.h:43
@ AutoWarningHandlingEnabled
Equivalent to setAutoWarningHandlingEnabled(true)
Definition: kjobuidelegate.h:44
KJob * job() const
Retrieves the current job this UI delegate is attached to.
Definition: kjobuidelegate.cpp:71
void setParent(QObject *parent)
bool isAutoWarningHandlingEnabled() const
Returns whether automatic warning handling is enabled or disabled.
Definition: kjobuidelegate.cpp:98
void setAutoErrorHandlingEnabled(bool enable)
Enable or disable the automatic error handling.
Definition: kjobuidelegate.cpp:83
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:03:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:03:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.