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