KDEUI
knotificationmanager.cpp File Reference
#include "knotificationmanager_p.h"
#include <ktoolinvocation.h>
#include "knotification.h"
#include <QHash>
#include <QWidget>
#include <QtDBus/QtDBus>
#include <QPointer>
#include <kdebug.h>
#include <kapplication.h>
#include <kiconloader.h>
#include <kconfig.h>
#include <klocale.h>
#include "knotificationmanager_p.moc"
Include dependency graph for knotificationmanager.cpp:

Go to the source code of this file.
Typedefs | |
typedef QHash< QString, QString > | Dict |
Functions | |
void | KNotificationManager::close (int id, bool force) |
void | KNotificationManager::insert (KNotification *n, int id) |
KNotificationManager::KNotificationManager () | |
void | KNotificationManager::notificationActivated (int id, int action) |
void | KNotificationManager::notificationClosed (int id) |
bool | KNotificationManager::notify (KNotification *n, const QPixmap &pix, const QStringList &actions, const KNotification::ContextList &contexts, const QString &appname) |
void | KNotificationManager::reemit (KNotification *n, int id) |
KNotificationManager * | KNotificationManager::self () |
void | KNotificationManager::update (KNotification *n, int id) |
KNotificationManager::~KNotificationManager () |
Typedef Documentation