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>
Include dependency graph for dataengine.h:

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

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)
Definition at line 462 of file dataengine.h.