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

#include <palettedocker.h>

+ Inheritance diagram for PaletteDockerPlugin:

Public Member Functions

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

Detailed Description

Docker showing the channels of the current layer

Definition at line 17 of file palettedocker.h.

Constructor & Destructor Documentation

◆ PaletteDockerPlugin()

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

Definition at line 62 of file palettedocker.cpp.

63 : QObject(parent)
64{
66}
static KoDockRegistry * instance()

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

◆ ~PaletteDockerPlugin()

PaletteDockerPlugin::~PaletteDockerPlugin ( )
override

Definition at line 68 of file palettedocker.cpp.

69{
70}

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