Plasma
service.h File Reference
#include <QtCore/QMap>#include <QtCore/QObject>#include <QtCore/QVariant>#include <kconfiggroup.h>#include <plasma/plasma_export.h>Go to the source code of this file.
Classes | |
| class | Plasma::Service |
| This class provides a generic API for write access to settings or services. More... | |
Namespaces | |
| namespace | Plasma |
Defines | |
| #define | K_EXPORT_PLASMA_SERVICE(libname, classname) |
Define Documentation
| #define K_EXPORT_PLASMA_SERVICE | ( | libname, | |||
| classname | ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(factory("plasma_service_" #libname)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
Register a service when it is contained in a loadable module.
KDE 4.3 API Reference