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

#include <patterndocker.h>

+ Inheritance diagram for PatternDockerPlugin:

Public Member Functions

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

Detailed Description

Template of view plugin

Definition at line 18 of file patterndocker.h.

Constructor & Destructor Documentation

◆ PatternDockerPlugin()

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

Definition at line 51 of file patterndocker.cpp.

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

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

◆ ~PatternDockerPlugin()

PatternDockerPlugin::~PatternDockerPlugin ( )
override

Definition at line 57 of file patterndocker.cpp.

58{
59}

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