Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorTransformationFactory.cpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2007 Cyrille Berger <cberger@cberger.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.1-or-later
5
*/
6
7
#include "
KoColorTransformationFactory.h
"
8
9
struct
Q_DECL_HIDDEN
KoColorTransformationFactory
::
Private
{
10
QString
id
;
11
};
12
13
KoColorTransformationFactory::KoColorTransformationFactory
(
const
QString &
id
)
14
: d(new
Private
)
15
{
16
d
->id =
id
;
17
}
18
19
KoColorTransformationFactory::~KoColorTransformationFactory
()
20
{
21
delete
d
;
22
}
23
24
QString
KoColorTransformationFactory::id
()
const
25
{
26
return
d
->id;
27
}
KoColorTransformationFactory.h
Private
Definition
SvgTransformParser.cpp:20
KoColorTransformationFactory
Definition
KoColorTransformationFactory.cpp:9
KoColorTransformationFactory::KoColorTransformationFactory
KoColorTransformationFactory(const QString &id)
Definition
KoColorTransformationFactory.cpp:13
KoColorTransformationFactory::id
QString id
Definition
KoColorTransformationFactory.cpp:10
KoColorTransformationFactory::d
Private *const d
Definition
KoColorTransformationFactory.h:41
KoColorTransformationFactory::~KoColorTransformationFactory
virtual ~KoColorTransformationFactory()
Definition
KoColorTransformationFactory.cpp:19
libs
pigment
KoColorTransformationFactory.cpp
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1