KIO
usernotificationhandler_p.h
Go to the documentation of this file.
46 };
62 void requestMessageBox(SlaveInterface* iface, int type, const QHash<MessageBoxDataType, QVariant>& data);
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
MessageBoxDataType
Definition: usernotificationhandler_p.h:37
@ 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_META_DATA
Definition: usernotificationhandler_p.h:45
@ MSG_YES_BUTTON_TEXT
Definition: usernotificationhandler_p.h:40
void requestMessageBox(SlaveInterface *iface, int type, const QHash< MessageBoxDataType, QVariant > &data)
Definition: usernotificationhandler.cpp:53
virtual ~UserNotificationHandler()
Definition: usernotificationhandler.cpp:48
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.