Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeUserData.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2006 Thomas Zander <zander@kde.org>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef KOSHAPEUSERDATA_H
8
#define KOSHAPEUSERDATA_H
9
10
#include <QObject>
11
12
#include "kritaflake_export.h"
13
32
class
KRITAFLAKE_EXPORT
KoShapeUserData
:
public
QObject
33
{
34
Q_OBJECT
35
public
:
37
explicit
KoShapeUserData
(QObject *parent = 0);
38
~KoShapeUserData
()
override
;
39
40
virtual
KoShapeUserData
*
clone
()
const
= 0;
41
42
protected
:
43
KoShapeUserData
(
const
KoShapeUserData
&rhs);
44
};
45
46
#endif
KoShapeUserData
Definition
KoShapeUserData.h:33
KoShapeUserData::clone
virtual KoShapeUserData * clone() const =0
libs
flake
KoShapeUserData.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52