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

#include <griddocker.h>

+ Inheritance diagram for GridDockerPlugin:

Public Member Functions

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

Detailed Description

Template of view plugin

Definition at line 18 of file griddocker.h.

Constructor & Destructor Documentation

◆ GridDockerPlugin()

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

Definition at line 51 of file griddocker.cpp.

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

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

◆ ~GridDockerPlugin()

GridDockerPlugin::~GridDockerPlugin ( )
override

Definition at line 57 of file griddocker.cpp.

58{
59}

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