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

#include <specificcolorselector.h>

+ Inheritance diagram for SpecificColorSelectorPlugin:

Public Member Functions

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

Detailed Description

Template of view plugin

Definition at line 17 of file specificcolorselector.h.

Constructor & Destructor Documentation

◆ SpecificColorSelectorPlugin()

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

Definition at line 57 of file specificcolorselector.cc.

58 : QObject(parent)
59{
60 dbgPlugins << "SpecificColorSelectorPlugin";
61
63}
static KoDockRegistry * instance()
#define dbgPlugins
Definition kis_debug.h:51

References KoGenericRegistry< T >::add(), dbgPlugins, and KoDockRegistry::instance().

◆ ~SpecificColorSelectorPlugin()

SpecificColorSelectorPlugin::~SpecificColorSelectorPlugin ( )
override

Definition at line 65 of file specificcolorselector.cc.

66{
67}

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