wallpaper.h File Reference
#include <kplugininfo.h>#include <plasma/plasma.h>#include <plasma/packagestructure.h>#include <plasma/version.h>
Include dependency graph for wallpaper.h:

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

Go to the source code of this file.
Classes | |
| class | Plasma::Wallpaper |
| The base Wallpaper class. More... | |
Namespaces | |
| namespace | Plasma |
Defines | |
| #define | K_EXPORT_PLASMA_WALLPAPER(libname, classname) |
Define Documentation
| #define K_EXPORT_PLASMA_WALLPAPER | ( | libname, | |
| classname | |||
| ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(factory("plasma_wallpaper_" #libname)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
Register a wallpaper when it is contained in a loadable module.
Definition at line 529 of file wallpaper.h.
KDE 4.6 API Reference