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 | |
Plasma | |
Macros | |
#define | K_EXPORT_PLASMA_ANIMATOR(libname, classname) |
Macro Definition 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)
#define PLASMA_VERSION
Compile time macro for the version number of libplasma.
Definition: version.h:45
Definition at line 80 of file animationdriver.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.