Plasma
dataengine.h File Reference
#include <QtCore/QHash>
#include <QtCore/QObject>
#include <QtCore/QStringList>
#include <kgenericfactory.h>
#include <kservice.h>
#include <plasma/version.h>
#include <plasma/plasma.h>
Go to the source code of this file.
Classes | |
class | Plasma::DataEngine |
Data provider for plasmoids (Plasma plugins). More... | |
Namespaces | |
namespace | Plasma |
Defines | |
#define | K_EXPORT_PLASMA_DATAENGINE(libname, classname) |
Define Documentation
#define K_EXPORT_PLASMA_DATAENGINE | ( | libname, | |||
classname | ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(factory("plasma_engine_" #libname)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
Register a data engine when it is contained in a loadable module.
Definition at line 462 of file dataengine.h.