abstracttoolbox.h File Reference
#include <QGraphicsWidget>#include <QGraphicsItem>#include <kplugininfo.h>#include "plasma/plasma_export.h"
Include dependency graph for abstracttoolbox.h:

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

Go to the source code of this file.
Classes | |
| class | Plasma::AbstractToolBox |
Namespaces | |
| namespace | Plasma |
Defines | |
| #define | K_EXPORT_PLASMA_TOOLBOX(libname, classname) |
Define Documentation
| #define K_EXPORT_PLASMA_TOOLBOX | ( | libname, | |
| classname | |||
| ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(factory("plasma_toolbox_" #libname)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
Register an applet when it is contained in a loadable module.
Definition at line 154 of file abstracttoolbox.h.
KDE 4.6 API Reference