Krita Source Code Documentation
Loading...
Searching...
No Matches
tool_polygon.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2004 Michael Thaler <michael.thaler@physik.tu-muenchen.de>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef TOOL_POLYGON_H_
8
#define TOOL_POLYGON_H_
9
10
#include <QObject>
11
#include <QVariant>
12
16
class
ToolPolygon
:
public
QObject
17
{
18
Q_OBJECT
19
20
public
:
21
22
ToolPolygon
(QObject *parent,
const
QVariantList &);
23
~ToolPolygon
()
override
;
24
25
};
26
27
#endif
// TOOL_POLYGON_H_
ToolPolygon
Definition
tool_polygon.h:17
ToolPolygon::ToolPolygon
ToolPolygon(QObject *parent, const QVariantList &)
Definition
tool_polygon.cc:30
ToolPolygon::~ToolPolygon
~ToolPolygon() override
Definition
tool_polygon.cc:36
plugins
tools
tool_polygon
tool_polygon.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52