KIO
usernotificationhandler.cpp
Go to the documentation of this file.
53 void UserNotificationHandler::requestMessageBox(SlaveInterface* iface, int type, const QHash<MessageBoxDataType, QVariant>& data)
QString key() const
Definition: usernotificationhandler.cpp:30
bool contains(const Key &key) const
void requestMessageBox(SlaveInterface *iface, int type, const QHash< MessageBoxDataType, QVariant > &data)
Definition: usernotificationhandler.cpp:53
There are two classes that specifies the protocol between application ( KIO::Job) and kioslave...
Definition: slaveinterface.h:98
int requestMessageBox(MessageBoxType type, const QString &text, const QString &caption, const QString &buttonYes, const QString &buttonNo, const QString &iconYes=QString(), const QString &iconNo=QString(), const QString &dontAskAgainName=QString(), const KIO::MetaData &sslMetaData=KIO::MetaData())
This function allows for the delegation user prompts from the ioslaves.
Definition: jobuidelegate.cpp:200
UserNotificationHandler(QObject *parent=0)
Definition: usernotificationhandler.cpp:43
Definition: slave.h:48
bool insert(const Key &key, T *object, int cost)
static QDebug kWarning(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
virtual ~UserNotificationHandler()
Definition: usernotificationhandler.cpp:48
QObject * parent() const
QHash< MessageBoxDataType, QVariant > data
Definition: usernotificationhandler_p.h:56
QPointer< Slave > slave
Definition: usernotificationhandler_p.h:55
void clear()
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 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:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.