Krita Source Code Documentation
Loading...
Searching...
No Matches
filterop.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2007 Cyrille Berger <cberger@cberger.net>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef _FILTEROP_H_
8
#define _FILTEROP_H_
9
10
#include <QObject>
11
#include <QVariant>
12
13
class
FilterOp
:
public
QObject
14
{
15
Q_OBJECT
16
public
:
17
FilterOp
(QObject *parent,
const
QVariantList &);
18
~FilterOp
()
override
;
19
};
20
21
#endif
FilterOp
Definition
filterop.h:14
FilterOp::FilterOp
FilterOp(QObject *parent, const QVariantList &)
Definition
filterop.cpp:23
FilterOp::~FilterOp
~FilterOp() override
Definition
filterop.cpp:35
plugins
paintops
filterop
filterop.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1