KDED
#include <kdedadaptor.h>
Public Slots | |
bool | isModuleAutoloaded (const QString &module) |
bool | isModuleLoadedOnDemand (const QString &module) |
QStringList | loadedModules () |
bool | loadModule (const QString &obj) |
void | loadSecondPhase () |
void | quit () |
void | reconfigure () |
void | registerWindowId (qlonglong windowId, const QDBusMessage &) |
void | setModuleAutoloading (const QString &module, bool autoload) |
bool | unloadModule (const QString &obj) |
void | unregisterWindowId (qlonglong windowId, const QDBusMessage &) |
Public Member Functions | |
KdedAdaptor (QObject *parent) | |
Detailed Description
Definition at line 26 of file kdedadaptor.h.
Constructor & Destructor Documentation
KdedAdaptor::KdedAdaptor | ( | QObject * | parent | ) |
Definition at line 27 of file kdedadaptor.cpp.
Member Function Documentation
Check if module module has X-KDE-Kded-autoload=True
.
Definition at line 32 of file kdedadaptor.cpp.
Check if module module has X-KDE-Kded-load-on-demand=True
.
Definition at line 37 of file kdedadaptor.cpp.
|
slot |
Definition at line 66 of file kdedadaptor.cpp.
Definition at line 42 of file kdedadaptor.cpp.
|
slot |
Definition at line 78 of file kdedadaptor.cpp.
|
slot |
Definition at line 83 of file kdedadaptor.cpp.
|
slot |
Definition at line 71 of file kdedadaptor.cpp.
|
slot |
Definition at line 52 of file kdedadaptor.cpp.
Set X-KDE-Kded-autoload
to autoload for module module.
Definition at line 57 of file kdedadaptor.cpp.
Definition at line 47 of file kdedadaptor.cpp.
|
slot |
Definition at line 61 of file kdedadaptor.cpp.
The documentation for this class was generated from the following files:
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.