|
Cutelee 6.1.0
|
The TagLibraryInterface returns available tags and filters from libraries. More...
#include <cutelee/taglibraryinterface.h>

Public Member Functions | |
| virtual QHash< QString, Filter * > | filters (const QString &name={}) |
| virtual QHash< QString, AbstractNodeFactory * > | nodeFactories (const QString &name={}) |
This interface must be implemented in tag and filter libraries.
The implementation will usually be very simple.
Definition at line 79 of file taglibraryinterface.h.
|
inlinevirtual |
Definition at line 82 of file taglibraryinterface.h.
|
inlinevirtual |
Returns the Filter implementations available in this library.
Reimplemented in DefaultFiltersLibrary, and Cutelee::ScriptableTagLibrary.
Definition at line 98 of file taglibraryinterface.h.
|
inlinevirtual |
Returns the AbstractNodeFactory implementations available in this library.
Reimplemented in TestLibrary, TestLoadLibrary, DefaultTagLibrary, I18nTagLibrary, LoaderTagLibrary, and Cutelee::ScriptableTagLibrary.
Definition at line 88 of file taglibraryinterface.h.