21 #ifndef TAGLIBRARYINTERFACE_H 22 #define TAGLIBRARYINTERFACE_H 24 #include "outputstream.h" 26 #include <QtCore/QHash> 30 class AbstractNodeFactory;
86 virtual QHash<QString, AbstractNodeFactory *>
90 static const QHash<QString, AbstractNodeFactory *> h;
97 virtual QHash<QString, Filter *>
filters(
const QString &name = QString())
100 static const QHash<QString, Filter *> h;
107 "org.grantlee.TagLibraryInterface/1.0")
virtual QHash< QString, AbstractNodeFactory * > nodeFactories(const QString &name=QString())
virtual QHash< QString, Filter * > filters(const QString &name=QString())
The TagLibraryInterface returns available tags and filters from libraries.
The Grantlee namespace holds all public Grantlee API.