21 #ifndef TAGLIBRARYINTERFACE_H
22 #define TAGLIBRARYINTERFACE_H
24 #include "outputstream.h"
27 #include <QtCore/QHash>
31 class AbstractNodeFactory;
87 virtual QHash<QString, AbstractNodeFactory *>
91 static const QHash<QString, AbstractNodeFactory *> h;
101 static const QHash<QString, Filter *> h;
108 "org.cutelee.TagLibraryInterface/1.0")
The TagLibraryInterface returns available tags and filters from libraries.
virtual QHash< QString, Filter * > filters(const QString &name={})
virtual QHash< QString, AbstractNodeFactory * > nodeFactories(const QString &name={})
The Cutelee namespace holds all public Cutelee API.