KDECore
KDEDModule Class Reference
#include <KDEDModule>
Inheritance diagram for KDEDModule:

Detailed Description
The base class for KDED modules.KDED modules are realized as shared libraries that are loaded on-demand into kded at runtime.
See kdelibs/kded/HOWTO for documentation about writing kded modules.
Definition at line 45 of file kdedmodule.h.
Signals | |
| void | moduleDeleted (KDEDModule *) |
| void | windowRegistered (qlonglong windowId) |
| void | windowUnregistered (qlonglong windowId) |
Public Member Functions | |
| KDEDModule (QObject *parent=0) | |
| QString | moduleName () const |
| void | setModuleName (const QString &name) |
| virtual | ~KDEDModule () |
Constructor & Destructor Documentation
| KDEDModule::KDEDModule | ( | QObject * | parent = 0 |
) | [explicit] |
| KDEDModule::~KDEDModule | ( | ) | [virtual] |
Definition at line 55 of file kdedmodule.cpp.
Member Function Documentation
| void KDEDModule::moduleDeleted | ( | KDEDModule * | ) | [signal] |
Emitted when the module is being deleted.
| QString KDEDModule::moduleName | ( | ) | const |
Definition at line 69 of file kdedmodule.cpp.
| void KDEDModule::setModuleName | ( | const QString & | name | ) |
Definition at line 61 of file kdedmodule.cpp.
| void KDEDModule::windowRegistered | ( | qlonglong | windowId | ) | [signal] |
Emitted when a mainwindow registers itself.
| void KDEDModule::windowUnregistered | ( | qlonglong | windowId | ) | [signal] |
Emitted when a mainwindow unregisters itself.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference