Krita Source Code Documentation
Loading...
Searching...
No Matches
FilterOp Class Reference

#include <filterop.h>

+ Inheritance diagram for FilterOp:

Public Member Functions

 FilterOp (QObject *parent, const QVariantList &)
 
 ~FilterOp () override
 

Detailed Description

Definition at line 13 of file filterop.h.

Constructor & Destructor Documentation

◆ FilterOp()

FilterOp::FilterOp ( QObject * parent,
const QVariantList &  )

Definition at line 23 of file filterop.cpp.

24 : QObject(parent)
25{
26 QStringList whiteList;
27 whiteList << COMPOSITE_COPY;
28
29 // This is not a gui plugin; only load it when the doc is created.
31 r->add(new KisSimplePaintOpFactory<KisFilterOp, KisFilterOpSettings, KisFilterOpSettingsWidget>("filter", i18nc("type of a brush engine, shown in the list of brush engines", "Filter"), KisPaintOpFactory::categoryStable(), "krita-filterop.png", QString(), whiteList, 17));
32
33}
const QString COMPOSITE_COPY
static QString categoryStable()
static KisPaintOpRegistry * instance()

References KisPaintOpFactory::categoryStable(), COMPOSITE_COPY, and KisPaintOpRegistry::instance().

◆ ~FilterOp()

FilterOp::~FilterOp ( )
override

Definition at line 35 of file filterop.cpp.

36{
37}

The documentation for this class was generated from the following files: