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