libplasma
service.h File Reference
#include <QtCore/QMap>
#include <QtCore/QObject>
#include <QtCore/QVariant>
#include <KDE/KConfigGroup>
Include dependency graph for service.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | Plasma |
Classes | |
class | Plasma::Service |
This class provides a generic API for write access to settings or services. More... | |
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)