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

Public Slots | |
void | closeNotification (int id) |
int | event (const QString &event, const QString &fromApp, const QVariantList &contexts, const QString &text, const QByteArray &pixmap, const QStringList &actions, qlonglong winId) |
void | reconfigure () |
void | reemit (int id, const QVariantList &contexts) |
void | update (int id, const QString &text, const QByteArray &pixmap, const QStringList &actions) |
Signals | |
void | notificationActivated (int id, int action) |
void | notificationClosed (int id) |
Detailed Description
Definition at line 85 of file knotify.h.
Member Function Documentation
void KNotifyAdaptor::closeNotification | ( | int | id | ) | [slot] |
Definition at line 202 of file knotify.cpp.
int KNotifyAdaptor::event | ( | const QString & | event, | |
const QString & | fromApp, | |||
const QVariantList & | contexts, | |||
const QString & | text, | |||
const QByteArray & | pixmap, | |||
const QStringList & | actions, | |||
qlonglong | winId | |||
) | [slot] |
Definition at line 207 of file knotify.cpp.
void KNotifyAdaptor::notificationActivated | ( | int | id, | |
int | action | |||
) | [signal] |
void KNotifyAdaptor::notificationClosed | ( | int | id | ) | [signal] |
void KNotifyAdaptor::reconfigure | ( | ) | [slot] |
Definition at line 197 of file knotify.cpp.
void KNotifyAdaptor::reemit | ( | int | id, | |
const QVariantList & | contexts | |||
) | [slot] |
Definition at line 238 of file knotify.cpp.
void KNotifyAdaptor::update | ( | int | id, | |
const QString & | text, | |||
const QByteArray & | pixmap, | |||
const QStringList & | actions | |||
) | [slot] |
Definition at line 254 of file knotify.cpp.
The documentation for this class was generated from the following files: