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

#include <presetdocker.h>

+ Inheritance diagram for PresetDockerPlugin:

Public Member Functions

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

Detailed Description

Template of view plugin

Definition at line 18 of file presetdocker.h.

Constructor & Destructor Documentation

◆ PresetDockerPlugin()

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

Definition at line 51 of file presetdocker.cpp.

52 : QObject(parent)
53{
55}
static KoDockRegistry * instance()

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

◆ ~PresetDockerPlugin()

PresetDockerPlugin::~PresetDockerPlugin ( )
override

Definition at line 57 of file presetdocker.cpp.

58{
59}

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