|
Cutelee 6.1.0
|

Public Slots | |
| void | addFactory (const QString &factoryName, const QString &tagname) |
| void | addFilter (const QString &filterName) |
Public Member Functions | |
| ScriptableTagLibrary (QObject *parent={}) | |
| QHash< QString, Filter * > | filters (const QString &name={}) override |
| QHash< QString, AbstractNodeFactory * > | nodeFactories (const QString &name={}) override |
Protected Member Functions | |
| bool | evaluateScript (const QString &name) |
| QHash< QString, AbstractNodeFactory * > | getFactories () |
| QHash< QString, Filter * > | getFilters () |
Definition at line 58 of file scriptabletags.h.
| ScriptableTagLibrary::ScriptableTagLibrary | ( | QObject * | parent = {} | ) |
Definition at line 132 of file scriptabletags.cpp.
Definition at line 268 of file scriptabletags.cpp.
|
slot |
Definition at line 274 of file scriptabletags.cpp.
|
protected |
Definition at line 183 of file scriptabletags.cpp.
|
overridevirtual |
Returns the Filter implementations available in this library.
Reimplemented from Cutelee::TagLibraryInterface.
Definition at line 219 of file scriptabletags.cpp.
References filters().
Referenced by filters().
|
protected |
Definition at line 232 of file scriptabletags.cpp.
Definition at line 252 of file scriptabletags.cpp.
|
overridevirtual |
Returns the AbstractNodeFactory implementations available in this library.
Reimplemented from Cutelee::TagLibraryInterface.
Definition at line 206 of file scriptabletags.cpp.