Krita Source Code Documentation
Loading...
Searching...
No Matches
colorsmudge_paintop_plugin.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2011 Silvio Heinrich <plassy@web.de>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef _COLORSMUDGE_PAINTOP_PLUGIN_H_
8
#define _COLORSMUDGE_PAINTOP_PLUGIN_H_
9
10
#include <QObject>
11
#include <QVariant>
12
16
class
ColorSmudgePaintOpPlugin
:
public
QObject
17
{
18
Q_OBJECT
19
public
:
20
ColorSmudgePaintOpPlugin
(QObject *parent,
const
QVariantList &);
21
~ColorSmudgePaintOpPlugin
()
override
;
22
};
23
24
#endif
// _COLORSMUDGE_PAINTOP_PLUGIN_H_
ColorSmudgePaintOpPlugin
Definition
colorsmudge_paintop_plugin.h:17
ColorSmudgePaintOpPlugin::ColorSmudgePaintOpPlugin
ColorSmudgePaintOpPlugin(QObject *parent, const QVariantList &)
Definition
colorsmudge_paintop_plugin.cpp:26
ColorSmudgePaintOpPlugin::~ColorSmudgePaintOpPlugin
~ColorSmudgePaintOpPlugin() override
Definition
colorsmudge_paintop_plugin.cpp:35
plugins
paintops
colorsmudge
colorsmudge_paintop_plugin.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52