Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSnapData.cpp
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#include "KoSnapData.h"
8
9#include <QPointF>
10
14
18
23
25{
27}
28
33
void setSnapPoints(const QList< QPointF > &snapPoints)
Sets list of points to snap to.
QList< QPointF > m_points
Definition KoSnapData.h:44
QList< KoPathSegment > snapSegments() const
Returns list of segments to snap to.
QList< QPointF > snapPoints() const
Returns list of points to snap to.
QList< KoPathSegment > m_segments
Definition KoSnapData.h:45
void setSnapSegments(const QList< KoPathSegment > &snapSegments)
Sets list of segments to snap to.