KNotify
KNotify Class Reference
#include <knotify.h>
Inheritance diagram for KNotify:

Public Slots | |
| void | closeNotification (int id) |
| int | event (const QString &event, const QString &fromApp, const ContextList &contexts, const QString &text, const QPixmap &pixmap, const QStringList &actions, WId winId=0) |
| void | reconfigure () |
| void | reemit (int id, const ContextList &contexts) |
| void | update (int id, const QString &text, const QPixmap &pixmap, const QStringList &actions) |
Signals | |
| void | notificationActivated (int id, int action) |
| void | notificationClosed (int id) |
Public Member Functions | |
| void | addPlugin (KNotifyPlugin *p) |
| KNotify (QObject *parent=0l) | |
| ~KNotify () | |
Detailed Description
Definition at line 41 of file knotify.h.
Constructor & Destructor Documentation
| KNotify::KNotify | ( | QObject * | parent = 0l |
) |
Definition at line 42 of file knotify.cpp.
| KNotify::~KNotify | ( | ) |
Definition at line 52 of file knotify.cpp.
Member Function Documentation
| void KNotify::addPlugin | ( | KNotifyPlugin * | p | ) |
Definition at line 73 of file knotify.cpp.
| void KNotify::closeNotification | ( | int | id | ) | [slot] |
Definition at line 89 of file knotify.cpp.
| int KNotify::event | ( | const QString & | event, | |
| const QString & | fromApp, | |||
| const ContextList & | contexts, | |||
| const QString & | text, | |||
| const QPixmap & | pixmap, | |||
| const QStringList & | actions, | |||
| WId | winId = 0 | |||
| ) | [slot] |
Definition at line 113 of file knotify.cpp.
| void KNotify::notificationActivated | ( | int | id, | |
| int | action | |||
| ) | [signal] |
| void KNotify::notificationClosed | ( | int | id | ) | [signal] |
| void KNotify::reconfigure | ( | ) | [slot] |
Definition at line 82 of file knotify.cpp.
| void KNotify::reemit | ( | int | id, | |
| const ContextList & | contexts | |||
| ) | [slot] |
Definition at line 155 of file knotify.cpp.
| void KNotify::update | ( | int | id, | |
| const QString & | text, | |||
| const QPixmap & | pixmap, | |||
| const QStringList & | actions | |||
| ) | [slot] |
Definition at line 139 of file knotify.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference