KDECore
#include <KDEDModule>
Signals | |
void | moduleDeleted (KDEDModule *) |
void | moduleRegistered (const QDBusObjectPath &path) |
void | windowRegistered (qlonglong windowId) |
void | windowUnregistered (qlonglong windowId) |
Public Member Functions | |
KDEDModule (QObject *parent=0) | |
virtual | ~KDEDModule () |
QString | moduleName () const |
void | setModuleName (const QString &name) |
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 47 of file kdedmodule.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
Definition at line 38 of file kdedmodule.cpp.
|
virtual |
Definition at line 43 of file kdedmodule.cpp.
Member Function Documentation
|
signal |
Emitted when the module is being deleted.
QString KDEDModule::moduleName | ( | ) | const |
Definition at line 96 of file kdedmodule.cpp.
|
signal |
Emitted after the module is registered successfully with D-Bus.
- Since
- 4.2
void KDEDModule::setModuleName | ( | const QString & | name | ) |
called by kded after loading a module The module name is set from the path of the desktop file, and is used to register the module to D-Bus.
Definition at line 49 of file kdedmodule.cpp.
|
signal |
Emitted when a mainwindow registers itself.
|
signal |
Emitted when a mainwindow unregisters itself.
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:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.