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
12
class
KoPathShape
;
13
class
KoPathShapeLoaderPrivate
;
14
class
QString;
15
20
class
KRITAFLAKE_EXPORT
KoPathShapeLoader
21
{
22
public
:
23
explicit
KoPathShapeLoader
(
KoPathShape
*path);
24
~KoPathShapeLoader
();
25
31
void
parseSvg(
const
QString &svgInputData,
bool
process =
false
);
32
33
private
:
34
KoPathShapeLoaderPrivate
*
const
d
;
35
};
36
37
#endif
// _KOPATHSHAPELOADER_H_
KoPathShapeLoaderPrivate
Definition
KoPathShapeLoader.cpp:14
KoPathShapeLoader
Definition
KoPathShapeLoader.h:21
KoPathShapeLoader::d
KoPathShapeLoaderPrivate *const d
Definition
KoPathShapeLoader.h:34
KoPathShape
The position of a path point within a path shape.
Definition
KoPathShape.h:63
libs
flake
KoPathShapeLoader.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52