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 |
Returns the Filter implementations available in this library.
Reimplemented in Cutelee::ScriptableTagLibrary, and DefaultFiltersLibrary.
Definition at line 98 of file taglibraryinterface.h.
|
inlinevirtual |
Returns the AbstractNodeFactory implementations available in this library.
Reimplemented in Cutelee::ScriptableTagLibrary, LoaderTagLibrary, I18nTagLibrary, DefaultTagLibrary, TestLoadLibrary, and TestLibrary.
Definition at line 88 of file taglibraryinterface.h.