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_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
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.