KIO
usernotificationhandler.cpp
Go to the documentation of this file.
53void UserNotificationHandler::requestMessageBox(SlaveInterface* iface, int type, const QHash<MessageBoxDataType, QVariant>& data)
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
There are two classes that specifies the protocol between application ( KIO::Job) and kioslave.
Definition slaveinterface.h:99
QPointer< Slave > slave
Definition usernotificationhandler_p.h:55
QString key() const
Definition usernotificationhandler.cpp:30
QHash< MessageBoxDataType, QVariant > data
Definition usernotificationhandler_p.h:56
@ MSG_NO_BUTTON_ICON
Definition usernotificationhandler_p.h:43
@ MSG_NO_BUTTON_TEXT
Definition usernotificationhandler_p.h:41
@ MSG_YES_BUTTON_ICON
Definition usernotificationhandler_p.h:42
@ MSG_DONT_ASK_AGAIN
Definition usernotificationhandler_p.h:44
@ MSG_YES_BUTTON_TEXT
Definition usernotificationhandler_p.h:40
UserNotificationHandler(QObject *parent=0)
Definition usernotificationhandler.cpp:43
void requestMessageBox(SlaveInterface *iface, int type, const QHash< MessageBoxDataType, QVariant > &data)
Definition usernotificationhandler.cpp:53
virtual ~UserNotificationHandler()
Definition usernotificationhandler.cpp:48
#define kWarning
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.