Krita Source Code Documentation
Loading...
Searching...
No Matches
deform_paintop_plugin.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2008 Lukáš Tvrdý (lukast.dev@gmail.com)
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef DEFORM_PAINTOP_PLUGIN_H_
8
#define DEFORM_PAINTOP_PLUGIN_H_
9
10
#include <QObject>
11
#include <QVariant>
12
16
class
DeformPaintOpPlugin
:
public
QObject
17
{
18
Q_OBJECT
19
public
:
20
DeformPaintOpPlugin
(QObject *parent,
const
QVariantList &);
21
~DeformPaintOpPlugin
()
override
;
22
};
23
24
#endif
// DEFORM_PAINTOP_PLUGIN_H_
DeformPaintOpPlugin
Definition
deform_paintop_plugin.h:17
DeformPaintOpPlugin::DeformPaintOpPlugin
DeformPaintOpPlugin(QObject *parent, const QVariantList &)
Definition
deform_paintop_plugin.cpp:25
DeformPaintOpPlugin::~DeformPaintOpPlugin
~DeformPaintOpPlugin() override
Definition
deform_paintop_plugin.cpp:32
plugins
paintops
deform
deform_paintop_plugin.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1