KCoreAddons
kjobuidelegate.cpp
bool isAutoErrorHandlingEnabled() const
Returns whether automatic error handling is enabled or disabled.
Definition kjobuidelegate.cpp:82
bool isAutoWarningHandlingEnabled() const
Returns whether automatic warning handling is enabled or disabled.
Definition kjobuidelegate.cpp:92
@ AutoErrorHandlingEnabled
Equivalent to setAutoErrorHandlingEnabled(true)
Definition kjobuidelegate.h:43
@ AutoWarningHandlingEnabled
Equivalent to setAutoWarningHandlingEnabled(true)
Definition kjobuidelegate.h:44
virtual void showErrorMessage()
Display to the user the error given by this job.
Definition kjobuidelegate.cpp:70
KJob * job() const
Retrieves the current job this UI delegate is attached to.
Definition kjobuidelegate.cpp:65
void setAutoErrorHandlingEnabled(bool enable)
Enable or disable the automatic error handling.
Definition kjobuidelegate.cpp:77
KJobUiDelegate(Flags flags={KJobUiDelegate::AutoHandlingDisabled})
Constructs a new KJobUiDelegate with a flags argument.
Definition kjobuidelegate.cpp:37
void setAutoWarningHandlingEnabled(bool enable)
Enable or disable the automatic warning handling.
Definition kjobuidelegate.cpp:87
void result(KJob *job)
Emitted when the job is finished (except when killed with KJob::Quietly).
void warning(KJob *job, const QString &message)
Emitted to display a warning about this job.
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
void setParent(QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.