Plasma
applet.h File Reference
#include <QtGui/QGraphicsItem>#include <QtGui/QGraphicsWidget>#include <QtGui/QIcon>#include <kconfiggroup.h>#include <kgenericfactory.h>#include <kplugininfo.h>#include <kshortcut.h>#include <plasma/configloader.h>#include <plasma/packagestructure.h>#include <plasma/plasma.h>#include <plasma/animator.h>#include <plasma/version.h>#include <plasma/framesvg.h>Go to the source code of this file.
Classes | |
| class | Plasma::Applet |
Namespaces | |
| namespace | Plasma |
Macros | |
| #define | K_EXPORT_PLASMA_APPLET(libname, classname) |
Macro Definition Documentation
◆ K_EXPORT_PLASMA_APPLET
| #define K_EXPORT_PLASMA_APPLET | ( | libname, | |
| classname ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \
K_EXPORT_PLUGIN(factory("plasma_applet_" #libname)) \
K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
#define PLASMA_VERSION
Compile time macro for the version number of libplasma.
Definition version.h:45
Register an applet when it is contained in a loadable module.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.