Plasma
animationdriver.h File Reference
#include <QtCore/QObject>
#include <QtGui/QRegion>
#include <QtGui/QPixmap>
#include <kgenericfactory.h>
#include <plasma/version.h>
#include <plasma/animator.h>
Include dependency graph for animationdriver.h:

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

Go to the source code of this file.
Classes | |
class | Plasma::AnimationDriver |
Namespaces | |
namespace | Plasma |
Defines | |
#define | K_EXPORT_PLASMA_ANIMATOR(libname, classname) |
Define Documentation
#define K_EXPORT_PLASMA_ANIMATOR | ( | libname, | |||
classname | ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(factory("plasma_animator_" #libname)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
Definition at line 80 of file animationdriver.h.