Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathShapeLoader.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2007 Jan Hambrecht <jaham@gmx.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef _KOPATHSHAPELOADER_H_
8#define _KOPATHSHAPELOADER_H_
9
10#include "kritaflake_export.h"
11
12class KoPathShape;
14class QString;
15
20class KRITAFLAKE_EXPORT KoPathShapeLoader
21{
22public:
23 explicit KoPathShapeLoader(KoPathShape *path);
25
31 void parseSvg(const QString &svgInputData, bool process = false);
32
33private:
35};
36
37#endif // _KOPATHSHAPELOADER_H_
KoPathShapeLoaderPrivate *const d
The position of a path point within a path shape.
Definition KoPathShape.h:63