Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSvgPaste.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KOSVGPASTE_H
8
#define KOSVGPASTE_H
9
10
#include "kritaflake_export.h"
11
#include <QList>
12
13
class
KoShape
;
14
class
QRectF;
15
class
QSizeF;
16
class
QByteArray;
17
18
class
KRITAFLAKE_EXPORT
KoSvgPaste
19
{
20
public
:
21
KoSvgPaste
();
22
virtual
~KoSvgPaste
();
23
24
25
bool
hasShapes();
26
QList<KoShape*>
fetchShapes(QRectF viewportInPx, qreal resolutionPPI, QSizeF *fragmentSize =
nullptr
);
27
static
QList<KoShape*>
fetchShapesFromData(
const
QByteArray &data, QRectF viewportInPx, qreal resolutionPPI, QSizeF *fragmentSize =
nullptr
);
28
29
private
:
30
class
Private
;
31
Private
*
const
d
;
32
33
Q_DISABLE_COPY
(
KoSvgPaste
);
34
};
35
36
#endif
// KOSVGPASTE_H
KoShape
Definition
KoShape.h:92
KoSvgPaste
Definition
KoSvgPaste.h:19
KoSvgPaste::Q_DISABLE_COPY
Q_DISABLE_COPY(KoSvgPaste)
KoSvgPaste::d
Private *const d
Definition
KoSvgPaste.h:31
QList
Definition
KisQStringListFwd.h:16
Private
Definition
SvgTransformParser.cpp:20
libs
flake
KoSvgPaste.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52