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