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

#include <colorsmudge_paintop_plugin.h>

+ Inheritance diagram for ColorSmudgePaintOpPlugin:

Public Member Functions

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

Detailed Description

A plugin wrapper that adds the paintop factories to the paintop registry.

Definition at line 16 of file colorsmudge_paintop_plugin.h.

Constructor & Destructor Documentation

◆ ColorSmudgePaintOpPlugin()

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

Definition at line 26 of file colorsmudge_paintop_plugin.cpp.

26 :
27 QObject(parent)
28{
30 "colorsmudge", i18n("Color Smudge"), KisPaintOpFactory::categoryStable(), "krita-colorsmudge.png",
31 QString(), QStringList(), 2)
32 );
33}
QList< QString > QStringList
static QString categoryStable()
static KisPaintOpRegistry * instance()

References KoGenericRegistry< T >::add(), KisPaintOpFactory::categoryStable(), and KisPaintOpRegistry::instance().

◆ ~ColorSmudgePaintOpPlugin()

ColorSmudgePaintOpPlugin::~ColorSmudgePaintOpPlugin ( )
override

Definition at line 35 of file colorsmudge_paintop_plugin.cpp.

35{ }

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