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

#include <roundmarker_paintop_plugin.h>

+ Inheritance diagram for RoundMarkerPaintOpPlugin:

Public Member Functions

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

Detailed Description

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

Definition at line 16 of file roundmarker_paintop_plugin.h.

Constructor & Destructor Documentation

◆ RoundMarkerPaintOpPlugin()

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

Definition at line 26 of file roundmarker_paintop_plugin.cpp.

26 :
27 QObject(parent)
28{
30 "roundmarker", i18n("Quick Brush"), KisPaintOpFactory::categoryStable(), "krita_roundmarkerop.svg",
31 QString(), QStringList(), 3)
32 );
33}
QList< QString > QStringList
static QString categoryStable()
static KisPaintOpRegistry * instance()

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

◆ ~RoundMarkerPaintOpPlugin()

RoundMarkerPaintOpPlugin::~RoundMarkerPaintOpPlugin ( )
override

Definition at line 35 of file roundmarker_paintop_plugin.cpp.

35{ }

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