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
19
20class KRITAFLAKE_EXPORT KoParameterShape::Private : public QSharedData
21{
22public:
23 explicit Private();
24 explicit Private(const KoParameterShape::Private &rhs);
25 virtual ~Private() = default;
26
28
31};
32
33#endif
QList< QPointF > handles
the handles that the user can grab and change
virtual ~Private()=default
Private(const KoParameterShape::Private &rhs)