KDED
kded.h
Go to the documentation of this file.
void readDirectory(const QString &dir)
Scans dir for new files and new subdirectories.
Definition: kded.cpp:612
Definition: kded.h:227
void registerWindowId(qlonglong windowId, const QString &sender)
Applications can register/unregister their windows with kded modules.
Definition: kded.cpp:667
void setModuleAutoloading(const QString &module, bool autoload)
Configure whether a module should be loaded on startup.
Definition: kded.cpp:306
void slotApplicationRemoved(const QString &)
An application unregistered itself from DBus.
Definition: kded.cpp:451
void slotKDEDModuleRemoved(KDEDModule *)
A KDEDModule is about to get destroyed.
Definition: kded.cpp:443
KDirWatch * m_pDirWatch
Pointer to the dirwatch class which tells us, when some directories changed.
Definition: kded.h:187
Definition: kded.h:215
bool isModuleAutoloaded(const QString &module) const
Check if a module should be loaded on startup.
Definition: kded.cpp:318
bool isModuleLoadedOnDemand(const QString &module) const
Check if a module should be loaded on demand.
Definition: kded.cpp:335
KBuildsycocaAdaptor(QObject *parent)
Definition: kded.cpp:788
QTimer * m_pTimer
When a desktop file is updated, a timer is started (5 sec) before rebuilding the binary - so that mul...
Definition: kded.h:194
Definition: kded.h:254
void unregisterWindowId(qlonglong windowId, const QString &sender)
Unregister a window previously registered with KDED.
Definition: kded.cpp:685
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.