KDED
#include "kded.h"#include "kdedadaptor.h"#include "kdedmodule.h"#include <kcrash.h>#include <unistd.h>#include <stdlib.h>#include <signal.h>#include <time.h>#include <QtCore/QDir>#include <QtCore/QFile>#include <QtCore/QTimer>#include <QtDBus/QtDBus>#include <kuniqueapplication.h>#include <kapplication.h>#include <kcmdlineargs.h>#include <kaboutdata.h>#include <klibloader.h>#include <klocale.h>#include <kglobal.h>#include <kconfig.h>#include <kconfiggroup.h>#include <kdebug.h>#include <kdirwatch.h>#include <kstandarddirs.h>#include <kservicetypetrader.h>#include <ktoolinvocation.h>#include <kde_file.h>#include "klauncher_iface.h"#include <qx11info_x11.h>#include <X11/Xlib.h>#include <fixx11h.h>#include "kded.moc"
Include dependency graph for kded.cpp:

Go to the source code of this file.
Defines | |
| #define | KDED_EXENAME "kded4" |
| #define | MODULES_PATH "/modules/" |
Functions | |
| int | kdemain (int argc, char *argv[]) |
| static int | phaseForModule (const KService::Ptr &service) |
| QDBUS_EXPORT void | qDBusAddSpyHook (void(*)(const QDBusMessage &)) |
| static void | runBuildSycoca (QObject *callBackObj=0, const char *callBackSlot=0) |
| static void | runDontChangeHostname (const QByteArray &oldName, const QByteArray &newName) |
| static void | runKonfUpdate () |
| static void | sighandler (int) |
Variables | |
| static bool | bCheckHostname |
| static bool | bCheckSycoca |
| static bool | bCheckUpdates |
| static bool | checkStamps = true |
| static bool | delayedCheck = false |
| static int | HostnamePollInterval |
Define Documentation
| #define KDED_EXENAME "kded4" |
| #define MODULES_PATH "/modules/" |
Function Documentation
| static int phaseForModule | ( | const KService::Ptr & | service | ) | [static] |
| QDBUS_EXPORT void qDBusAddSpyHook | ( | void(*)(const QDBusMessage &) | ) |
| static void runBuildSycoca | ( | QObject * | callBackObj = 0, |
| const char * | callBackSlot = 0 |
||
| ) | [static] |
| static void runDontChangeHostname | ( | const QByteArray & | oldName, |
| const QByteArray & | newName | ||
| ) | [static] |
| static void runKonfUpdate | ( | ) | [static] |
| static void sighandler | ( | int | ) | [static] |
Variable Documentation
bool bCheckHostname [static] |
bool bCheckSycoca [static] |
bool bCheckUpdates [static] |
bool checkStamps = true [static] |
bool delayedCheck = false [static] |
int HostnamePollInterval [static] |
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:58:33 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:58:33 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.