KDED
KdedAdaptor Class Reference
#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.
| QStringList KdedAdaptor::loadedModules | ( | ) | [slot] |
Definition at line 66 of file kdedadaptor.cpp.
Definition at line 42 of file kdedadaptor.cpp.
| void KdedAdaptor::loadSecondPhase | ( | ) | [slot] |
Definition at line 78 of file kdedadaptor.cpp.
| void KdedAdaptor::quit | ( | ) | [slot] |
Definition at line 83 of file kdedadaptor.cpp.
| void KdedAdaptor::reconfigure | ( | ) | [slot] |
Definition at line 71 of file kdedadaptor.cpp.
| void KdedAdaptor::registerWindowId | ( | qlonglong | windowId, | |
| const QDBusMessage & | msg | |||
| ) | [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.
| void KdedAdaptor::unregisterWindowId | ( | qlonglong | windowId, | |
| const QDBusMessage & | msg | |||
| ) | [slot] |
Definition at line 61 of file kdedadaptor.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference