Krita Source Code Documentation
Loading...
Searching...
No Matches
ImageShapePlugin.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
*
3
* SPDX-FileCopyrightText: 2009 Inge Wallin <inge@lysator.liu.se>
4
*
5
* SPDX-License-Identifier: LGPL-2.0-or-later
6
*/
7
8
#ifndef IMAGESHAPE_PLUGIN_H
9
#define IMAGESHAPE_PLUGIN_H
10
11
// Qt
12
#include <QObject>
13
#include <QVariantList>
14
15
class
ImageShapePlugin
:
public
QObject
16
{
17
Q_OBJECT
18
19
public
:
20
ImageShapePlugin
(QObject *parent,
const
QVariantList &);
21
~ImageShapePlugin
()
override
{}
22
};
23
24
#endif
ImageShapePlugin
Definition
ImageShapePlugin.h:16
ImageShapePlugin::ImageShapePlugin
ImageShapePlugin(QObject *parent, const QVariantList &)
Definition
ImageShapePlugin.cpp:18
ImageShapePlugin::~ImageShapePlugin
~ImageShapePlugin() override
Definition
ImageShapePlugin.h:21
plugins
flake
imageshape
ImageShapePlugin.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52