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"
Include dependency graph for packagestructure.h:

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

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)
Definition at line 329 of file packagestructure.h.