KDECore
knotifyclient.cpp File Reference
#include "knotifyclient.h"
#include <qdatastream.h>
#include <qptrstack.h>
#include <kapplication.h>
#include <kstandarddirs.h>
#include <kconfig.h>
#include <dcopclient.h>
#include <kdebug.h>
#include <kstaticdeleter.h>
Include dependency graph for knotifyclient.cpp:
Go to the source code of this file.
Functions | |
static bool | canAvoidStartupEvent (const QString &event, const QString &appname, int present) |
static int | sendNotifyEvent (const QString &message, const QString &text, int present, int level, const QString &sound, const QString &file, int winId) |
Variables | |
static const char | daemonName [] = "knotify" |
static KStaticDeleter < KNotifyClient::InstanceStack > | instancesDeleter |
Function Documentation
static bool canAvoidStartupEvent | ( | const QString & | event, | |
const QString & | appname, | |||
int | present | |||
) | [static] |
Definition at line 36 of file knotifyclient.cpp.
static int sendNotifyEvent | ( | const QString & | message, | |
const QString & | text, | |||
int | present, | |||
int | level, | |||
const QString & | sound, | |||
const QString & | file, | |||
int | winId | |||
) | [static] |
Definition at line 65 of file knotifyclient.cpp.
Variable Documentation
const char daemonName[] = "knotify" [static] |
Definition at line 34 of file knotifyclient.cpp.
KStaticDeleter<KNotifyClient::InstanceStack > instancesDeleter [static] |
Definition at line 308 of file knotifyclient.cpp.