Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgShape.cpp
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
#include "
SvgShape.h
"
8
9
10
SvgShape::~SvgShape
()
11
{
12
}
13
14
bool
SvgShape::saveSvg
(
SvgSavingContext
&
/*context*/
)
15
{
16
return
false
;
17
}
18
19
bool
SvgShape::loadSvg
(
const
QDomElement &
/*element*/
,
SvgLoadingContext
&
/*context*/
)
20
{
21
return
false
;
22
}
SvgShape.h
SvgLoadingContext
Contains data used for loading svg.
Definition
SvgLoadingContext.cpp:28
SvgSavingContext
Context for saving svg files.
Definition
SvgSavingContext.cpp:26
SvgShape::loadSvg
virtual bool loadSvg(const QDomElement &element, SvgLoadingContext &context)
Loads data from specified svg element.
Definition
SvgShape.cpp:19
SvgShape::saveSvg
virtual bool saveSvg(SvgSavingContext &context)
Saves data utilizing specified svg saving context.
Definition
SvgShape.cpp:14
SvgShape::~SvgShape
virtual ~SvgShape()
Definition
SvgShape.cpp:10
libs
flake
svg
SvgShape.cpp
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52