KDED
kdedadaptor.cpp
Go to the documentation of this file.
void registerWindowId(qlonglong windowId, const QDBusMessage &)
Definition: kdedadaptor.cpp:52
void setModuleAutoloading(const QString &module, bool autoload)
Set X-KDE-Kded-autoload to autoload for module module.
Definition: kdedadaptor.cpp:57
void unregisterWindowId(qlonglong windowId, const QDBusMessage &)
Definition: kdedadaptor.cpp:61
bool isModuleAutoloaded(const QString &module)
Check if module module has X-KDE-Kded-autoload=True.
Definition: kdedadaptor.cpp:32
bool isModuleLoadedOnDemand(const QString &module)
Check if module module has X-KDE-Kded-load-on-demand=True.
Definition: kdedadaptor.cpp:37
void registerWindowId(qlonglong windowId, const QString &sender)
Applications can register/unregister their windows with kded modules.
Definition: kded.cpp:682
void setModuleAutoloading(const QString &module, bool autoload)
Configure whether a module should be loaded on startup.
Definition: kded.cpp:305
bool isModuleAutoloaded(const QString &module) const
Check if a module should be loaded on startup.
Definition: kded.cpp:317
void unregisterWindowId(qlonglong windowId, const QString &sender)
Unregister a window previously registered with KDED.
Definition: kded.cpp:700
bool isModuleLoadedOnDemand(const QString &module) const
Check if a module should be loaded on demand.
Definition: kded.cpp:334
KSharedConfigPtr config()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.