Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgClipPathHelper.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2011 Jan Hambrecht <jaham@gmx.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef SVGCLIPPATHHELPER_H
8#define SVGCLIPPATHHELPER_H
9
11#include <QList>
12
13class KoShape;
14
35
36#endif // SVGCLIPPATHHELPER_H
KoFlake::CoordinateSystem clipPathUnits() const
Returns the clip path units type.
void setClipPathUnits(KoFlake::CoordinateSystem clipPathUnits)
Set the clip path units type.
QList< KoShape * > shapes() const
QList< KoShape * > m_shapes
KoFlake::CoordinateSystem m_clipPathUnits
void setShapes(const QList< KoShape * > &shapes)