Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSnapData.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2008 Jan Hambrecht <jaham@gmx.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef KOSNAPDATA_H
8
#define KOSNAPDATA_H
9
10
#include <kritaflake_export.h>
11
12
#include "
KoPathSegment.h
"
13
25
class
KRITAFLAKE_EXPORT
KoSnapData
26
{
27
public
:
28
KoSnapData
();
29
~KoSnapData
();
30
32
QList<QPointF>
snapPoints()
const
;
33
35
void
setSnapPoints(
const
QList<QPointF>
&snapPoints);
36
38
QList<KoPathSegment>
snapSegments()
const
;
39
41
void
setSnapSegments(
const
QList<KoPathSegment>
&snapSegments);
42
43
private
:
44
QList<QPointF>
m_points
;
45
QList<KoPathSegment>
m_segments
;
46
};
47
48
#endif
//KOSNAPDATA_H
KoPathSegment.h
KoSnapData
Definition
KoSnapData.h:26
KoSnapData::m_points
QList< QPointF > m_points
Definition
KoSnapData.h:44
KoSnapData::m_segments
QList< KoPathSegment > m_segments
Definition
KoSnapData.h:45
QList
Definition
KisQStringListFwd.h:16
libs
flake
KoSnapData.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52