Krita Source Code Documentation
Loading...
Searching...
No Matches
KoMarkerCollection.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
SPDX-FileCopyrightText: 2011 Thorsten Zachmann <zachmann@kde.org>
3
4
SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef KOMARKERCOLLECTION_H
8
#define KOMARKERCOLLECTION_H
9
10
#include "kritaflake_export.h"
11
12
#include <QObject>
13
#include <QList>
14
#include <QMetaType>
15
16
class
KoMarker
;
17
#include <QDomDocument>
18
class
KoShapeLoadingContext
;
19
20
class
KRITAFLAKE_EXPORT
KoMarkerCollection
:
public
QObject
21
{
22
Q_OBJECT
23
public
:
24
explicit
KoMarkerCollection
(QObject *parent = 0);
25
~KoMarkerCollection
()
override
;
26
27
QList<KoMarker*>
markers
()
const
;
28
40
KoMarker
* addMarker(
KoMarker
*marker);
41
42
void
loadMarkersFromFile(
const
QString &svgFile);
43
44
private
:
46
void
loadDefaultMarkers();
47
48
class
Private
;
49
Private
*
const
d
;
50
};
51
52
Q_DECLARE_METATYPE
(
KoMarkerCollection
*)
53
54
#endif
/* KOMARKERCOLLECTION_H */
KoMarkerCollection
Definition
KoMarkerCollection.cpp:27
KoMarkerCollection::d
Private *const d
Definition
KoMarkerCollection.h:49
KoMarkerCollection::markers
QList< KoMarker * > markers() const
KoMarker
Definition
KoMarker.cpp:29
KoShapeLoadingContext
Definition
KoShapeLoadingContext.cpp:30
QList
Definition
KisQStringListFwd.h:16
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(KisPaintopLodLimitations)
Private
Definition
SvgTransformParser.cpp:20
libs
flake
KoMarkerCollection.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52