ark
archivefactory.h File Reference
#include "kerfuffle_export.h"
#include "archive.h"
#include "archivebase.h"
#include <QString>
#include <QObject>
Include dependency graph for archivefactory.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | Kerfuffle |
Classes | |
| class | Kerfuffle::ArchiveFactory |
| class | Kerfuffle::ArchiveInterfaceFactory< T > |
Defines | |
| #define | KERFUFFLE_PLUGIN_FACTORY(classname) extern "C" { KDE_EXPORT Kerfuffle::ArchiveFactory *pluginFactory() { return new Kerfuffle::ArchiveInterfaceFactory<classname>(); } } |
Define Documentation
| #define KERFUFFLE_PLUGIN_FACTORY | ( | classname | ) | extern "C" { KDE_EXPORT Kerfuffle::ArchiveFactory *pluginFactory() { return new Kerfuffle::ArchiveInterfaceFactory<classname>(); } } |
Definition at line 51 of file archivefactory.h.
KDE 4.0 API Reference