Krita Source Code Documentation
Loading...
Searching...
No Matches
KisScreentoneGeneratorPlugin.h
Go to the documentation of this file.
1
/*
2
* KDE. Krita Project.
3
*
4
* SPDX-FileCopyrightText: 2021 Deif Lou <ginoba@gmail.com>
5
*
6
* SPDX-License-Identifier: GPL-2.0-or-later
7
*/
8
9
#ifndef KISSCREENTONEGENERATORPLUGIN_H
10
#define KISSCREENTONEGENERATORPLUGIN_H
11
12
#include <QObject>
13
14
class
KisScreentoneGeneratorPlugin
:
public
QObject
15
{
16
Q_OBJECT
17
public
:
18
KisScreentoneGeneratorPlugin
(QObject *parent,
const
QVariantList &);
19
~KisScreentoneGeneratorPlugin
()
override
;
20
};
21
22
#endif
KisScreentoneGeneratorPlugin
Definition
KisScreentoneGeneratorPlugin.h:15
KisScreentoneGeneratorPlugin::~KisScreentoneGeneratorPlugin
~KisScreentoneGeneratorPlugin() override
Definition
KisScreentoneGeneratorPlugin.cpp:23
KisScreentoneGeneratorPlugin::KisScreentoneGeneratorPlugin
KisScreentoneGeneratorPlugin(QObject *parent, const QVariantList &)
Definition
KisScreentoneGeneratorPlugin.cpp:17
plugins
generators
screentone
KisScreentoneGeneratorPlugin.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52