KDEUI
KNotificationManager Namespace Reference
Functions | |
void | close (int id, bool force) |
void | insert (KNotification *n, int id) |
KNotificationManager () | |
void | notificationActivated (int id, int action) |
void | notificationClosed (int id) |
bool | notify (KNotification *n, const QPixmap &pix, const QStringList &actions, const KNotification::ContextList &contexts, const QString &appname) |
void | reemit (KNotification *n, int id) |
KNotificationManager * | self () |
void | update (KNotification *n, int id) |
~KNotificationManager () |
Function Documentation
void KNotificationManager::close | ( | int | id, | |
bool | force | |||
) |
Definition at line 103 of file knotificationmanager.cpp.
void KNotificationManager::insert | ( | KNotification * | n, | |
int | id | |||
) |
Definition at line 142 of file knotificationmanager.cpp.
KNotificationManager::KNotificationManager | ( | ) |
Definition at line 49 of file knotificationmanager.cpp.
void KNotificationManager::notificationActivated | ( | int | id, | |
int | action | |||
) |
Definition at line 80 of file knotificationmanager.cpp.
void KNotificationManager::notificationClosed | ( | int | id | ) |
Definition at line 91 of file knotificationmanager.cpp.
bool KNotificationManager::notify | ( | KNotification * | n, | |
const QPixmap & | pix, | |||
const QStringList & | actions, | |||
const KNotification::ContextList & | contexts, | |||
const QString & | appname | |||
) |
Definition at line 112 of file knotificationmanager.cpp.
void KNotificationManager::reemit | ( | KNotification * | n, | |
int | id | |||
) |
Definition at line 159 of file knotificationmanager.cpp.
KNotificationManager* KNotificationManager::self | ( | ) |
Definition at line 42 of file knotificationmanager.cpp.
void KNotificationManager::update | ( | KNotification * | n, | |
int | id | |||
) |
Definition at line 147 of file knotificationmanager.cpp.
KNotificationManager::~KNotificationManager | ( | ) |
Definition at line 74 of file knotificationmanager.cpp.