KDEUI
kstartupinfo.cpp File Reference
#include "kstartupinfo.h"
#include <QtGui/QWidget>
#include <QtCore/QBool>
#include <config.h>
#include <unistd.h>
#include <sys/time.h>
#include <stdlib.h>
#include <QtCore/QTimer>
#include <QtGui/QActionEvent>
#include <qx11info_x11.h>
#include <netwm.h>
#include <kdebug.h>
#include <kapplication.h>
#include <signal.h>
#include <kwindowsystem.h>
#include <kxmessages.h>
#include "kstartupinfo.moc"
Go to the source code of this file.
Functions | |
static QString | escape_str (const QString &str_P) |
static QByteArray | get_cstr (const QString &item_P) |
static QStringList | get_fields (const QString &txt_P) |
static long | get_num (const QString &item_P) |
static QString | get_str (const QString &item_P) |
static unsigned long | get_unum (const QString &item_P) |
static QByteArray | read_startup_id_property (WId w_P) |
Variables | |
static bool | auto_app_started_sending = true |
static Atom | net_startup_atom = None |
static const char *const | NET_STARTUP_ENV = "DESKTOP_STARTUP_ID" |
static const char *const | NET_STARTUP_MSG = "_NET_STARTUP_INFO" |
static const char *const | NET_STARTUP_WINDOW = "_NET_STARTUP_ID" |
static Atom | utf8_string_atom = None |
Function Documentation
Definition at line 1574 of file kstartupinfo.cpp.
static QByteArray get_cstr | ( | const QString & | item_P | ) | [static] |
Definition at line 1536 of file kstartupinfo.cpp.
static QStringList get_fields | ( | const QString & | txt_P | ) | [static] |
Definition at line 1542 of file kstartupinfo.cpp.
static long get_num | ( | const QString & | item_P | ) | [static] |
Definition at line 1508 of file kstartupinfo.cpp.
Definition at line 1522 of file kstartupinfo.cpp.
static unsigned long get_unum | ( | const QString & | item_P | ) | [static] |
Definition at line 1515 of file kstartupinfo.cpp.
static QByteArray read_startup_id_property | ( | WId | w_P | ) | [static] |
Definition at line 829 of file kstartupinfo.cpp.
Variable Documentation
bool auto_app_started_sending = true [static] |
Definition at line 68 of file kstartupinfo.cpp.
Atom net_startup_atom = None [static] |
Definition at line 827 of file kstartupinfo.cpp.
const char* const NET_STARTUP_ENV = "DESKTOP_STARTUP_ID" [static] |
Definition at line 66 of file kstartupinfo.cpp.
const char* const NET_STARTUP_MSG = "_NET_STARTUP_INFO" [static] |
Definition at line 62 of file kstartupinfo.cpp.
const char* const NET_STARTUP_WINDOW = "_NET_STARTUP_ID" [static] |
Definition at line 63 of file kstartupinfo.cpp.
Atom utf8_string_atom = None [static] |
Definition at line 78 of file kstartupinfo.cpp.