#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 <kstandarddirs.h>#include <kwindowsystem.h>#include <kxmessages.h>#include "kstartupinfo.moc"
Include dependency graph for kstartupinfo.cpp:

Go to the source code of this file.
Defines | |
| #define | QT_CLEAN_NAMESPACE |
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 |
Define Documentation
| #define QT_CLEAN_NAMESPACE |
Definition at line 42 of file kstartupinfo.cpp.
Function Documentation
Definition at line 1604 of file kstartupinfo.cpp.
| static QByteArray get_cstr | ( | const QString & | item_P | ) | [static] |
Definition at line 1566 of file kstartupinfo.cpp.
| static QStringList get_fields | ( | const QString & | txt_P | ) | [static] |
Definition at line 1572 of file kstartupinfo.cpp.
| static long get_num | ( | const QString & | item_P | ) | [static] |
Definition at line 1538 of file kstartupinfo.cpp.
Definition at line 1552 of file kstartupinfo.cpp.
| static unsigned long get_unum | ( | const QString & | item_P | ) | [static] |
Definition at line 1545 of file kstartupinfo.cpp.
| static QByteArray read_startup_id_property | ( | WId | w_P | ) | [static] |
Definition at line 831 of file kstartupinfo.cpp.
Variable Documentation
bool auto_app_started_sending = true [static] |
Definition at line 69 of file kstartupinfo.cpp.
Atom net_startup_atom = None [static] |
Definition at line 829 of file kstartupinfo.cpp.
const char* const NET_STARTUP_ENV = "DESKTOP_STARTUP_ID" [static] |
Definition at line 67 of file kstartupinfo.cpp.
const char* const NET_STARTUP_MSG = "_NET_STARTUP_INFO" [static] |
Definition at line 63 of file kstartupinfo.cpp.
const char* const NET_STARTUP_WINDOW = "_NET_STARTUP_ID" [static] |
Definition at line 64 of file kstartupinfo.cpp.
Atom utf8_string_atom = None [static] |
Definition at line 79 of file kstartupinfo.cpp.
KDE 4.6 API Reference