KIO
KIO::UserNotificationHandler Class Reference
#include <usernotificationhandler_p.h>
Inheritance diagram for KIO::UserNotificationHandler:
Classes | |
class | Request |
Public Types | |
enum | MessageBoxDataType { MSG_TEXT, MSG_CAPTION, MSG_YES_BUTTON_TEXT, MSG_NO_BUTTON_TEXT, MSG_YES_BUTTON_ICON, MSG_NO_BUTTON_ICON, MSG_DONT_ASK_AGAIN, MSG_META_DATA } |
Public Member Functions | |
UserNotificationHandler (QObject *parent=0) | |
virtual | ~UserNotificationHandler () |
void | requestMessageBox (SlaveInterface *iface, int type, const QHash< MessageBoxDataType, QVariant > &data) |
Detailed Description
Definition at line 33 of file usernotificationhandler_p.h.
Member Enumeration Documentation
Enumerator | |
---|---|
MSG_TEXT | |
MSG_CAPTION | |
MSG_YES_BUTTON_TEXT | |
MSG_NO_BUTTON_TEXT | |
MSG_YES_BUTTON_ICON | |
MSG_NO_BUTTON_ICON | |
MSG_DONT_ASK_AGAIN | |
MSG_META_DATA |
Definition at line 37 of file usernotificationhandler_p.h.
Constructor & Destructor Documentation
UserNotificationHandler::UserNotificationHandler | ( | QObject * | parent = 0 | ) |
Definition at line 43 of file usernotificationhandler.cpp.
|
virtual |
Definition at line 48 of file usernotificationhandler.cpp.
Member Function Documentation
void UserNotificationHandler::requestMessageBox | ( | SlaveInterface * | iface, |
int | type, | ||
const QHash< MessageBoxDataType, QVariant > & | data | ||
) |
Definition at line 53 of file usernotificationhandler.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.