Plasma
packagestructure.h File Reference
#include <QtCore/QStringList>
#include <QtCore/QSharedData>
#include <kgenericfactory.h>
#include <klocale.h>
#include <ksharedptr.h>
#include <plasma/version.h>
#include "packagemetadata.h"
Go to the source code of this file.
Classes | |
class | Plasma::PackageStructure |
A description of the expected file structure of a given package type. More... | |
Namespaces | |
namespace | Plasma |
Defines | |
#define | K_EXPORT_PLASMA_PACKAGESTRUCTURE(libname, classname) |
Define Documentation
#define K_EXPORT_PLASMA_PACKAGESTRUCTURE | ( | libname, | |||
classname | ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(factory("plasma_packagestructure_" #libname)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
Register an applet when it is contained in a loadable module.
Definition at line 338 of file packagestructure.h.