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