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
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52