KDECore
kjobuidelegate.cpp
Go to the documentation of this file.
bool isAutoErrorHandlingEnabled() const
Returns whether automatic error handling is enabled or disabled.
Definition: kjobuidelegate.cpp:81
bool isAutoWarningHandlingEnabled() const
Returns whether automatic warning handling is enabled or disabled.
Definition: kjobuidelegate.cpp:91
void setAutoErrorHandlingEnabled(bool enable)
Enable or disable the automatic error handling.
Definition: kjobuidelegate.cpp:76
void setAutoWarningHandlingEnabled(bool enable)
Enable or disable the automatic warning handling.
Definition: kjobuidelegate.cpp:86
void setParent(QObject *parent)
virtual void slotWarning(KJob *job, const QString &plain, const QString &rich)
Definition: kjobuidelegate.cpp:96
virtual void showErrorMessage()
Display a dialog box to inform the user of the error given by this job.
Definition: kjobuidelegate.cpp:72
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
KJob * job()
Retrieves the current job this UI delegate is attached to.
Definition: kjobuidelegate.cpp:67
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:11 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:22:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.