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

#include <arrangedocker.h>

+ Inheritance diagram for ArrangeDockerPlugin:

Public Member Functions

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

Detailed Description

Template of view plugin

Definition at line 18 of file arrangedocker.h.

Constructor & Destructor Documentation

◆ ArrangeDockerPlugin()

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

Definition at line 51 of file arrangedocker.cpp.

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

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

◆ ~ArrangeDockerPlugin()

ArrangeDockerPlugin::~ArrangeDockerPlugin ( )
override

Definition at line 57 of file arrangedocker.cpp.

58{
59}

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