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

#include <SnapshotPlugin.h>

+ Inheritance diagram for SnapshotPlugin:

Public Member Functions

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

Detailed Description

Definition at line 13 of file SnapshotPlugin.h.

Constructor & Destructor Documentation

◆ SnapshotPlugin()

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

Definition at line 46 of file SnapshotPlugin.cpp.

47 : QObject(parent)
48{
49
51}
static KoDockRegistry * instance()

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

◆ ~SnapshotPlugin()

SnapshotPlugin::~SnapshotPlugin ( )
override

Definition at line 53 of file SnapshotPlugin.cpp.

54{
55}

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