#include <scaleplugin.h>
Public Member Functions | |
ScalePlugin () | |
QuillImageFilterImplementation * | create (const QString &name) |
const QStringList | name () const |
ScalePlugin::ScalePlugin | ( | ) |
QuillImageFilterImplementation * ScalePlugin::create | ( | const QString & | name | ) | [virtual] |
Implements QuillImageFilterInterface.
const QStringList ScalePlugin::name | ( | ) | const [virtual] |
Returns a list of all image filter implementation names that can be created by the plugin.
Implements QuillImageFilterInterface.