Krita Source Code Documentation
Loading...
Searching...
No Matches
KoParameterShape_p.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
SPDX-FileCopyrightText: 2006 Thorsten Zachmann <zachmann@kde.org>
3
SPDX-FileCopyrightText: 2007, 2009 Thomas Zander <zander@kde.org>
4
5
SPDX-License-Identifier: LGPL-2.0-or-later
6
*/
7
8
#ifndef KOPARAMETERSHAPE_P_H
9
#define KOPARAMETERSHAPE_P_H
10
11
#include "kritaflake_export.h"
12
#include <
KoParameterShape.h
>
13
14
#include <QList>
15
#include <QPointF>
16
#include <QSharedData>
17
18
class
KoParameterShape
;
19
20
class
KRITAFLAKE_EXPORT
KoParameterShape
::
Private
:
public
QSharedData
21
{
22
public
:
23
explicit
Private
();
24
explicit
Private
(
const
KoParameterShape::Private
&rhs);
25
virtual
~Private
() =
default
;
26
27
bool
parametric
;
28
30
QList<QPointF>
handles
;
31
};
32
33
#endif
KoParameterShape.h
KoParameterShape
Definition
KoParameterShape.h:35
KoParameterShape::handles
QList< QPointF > handles
the handles that the user can grab and change
Definition
KoParameterShape_p.h:30
KoParameterShape::Private
Private()
KoParameterShape::~Private
virtual ~Private()=default
KoParameterShape::parametric
bool parametric
Definition
KoParameterShape_p.h:27
KoParameterShape::Private
Private(const KoParameterShape::Private &rhs)
KoPathShape::Private
Definition
KoPathShape_p.h:15
QList
Definition
KisQStringListFwd.h:16
Private
Definition
SvgTransformParser.cpp:20
libs
flake
KoParameterShape_p.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52