Krita Source Code Documentation
Loading...
Searching...
No Matches
KoColorTransformationFactoryRegistry.h
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
#ifndef KOCOLORTRANSFORMATIONFACTORYREGISTRY_H
8
#define KOCOLORTRANSFORMATIONFACTORYREGISTRY_H
9
10
#include <
KoGenericRegistry.h
>
11
12
#include "kritapigment_export.h"
13
14
class
KoColorSpace
;
15
class
KoColorTransformationFactory
;
16
22
class
KRITAPIGMENT_EXPORT
KoColorTransformationFactoryRegistry
:
private
KoGenericRegistry
<KoColorTransformationFactory*>
23
{
24
friend
class
KoColorSpace
;
25
public
:
26
~KoColorTransformationFactoryRegistry
()
override
;
30
static
void
addColorTransformationFactory(
KoColorTransformationFactory
* factory);
31
static
void
removeColorTransformationFactory(
KoColorTransformationFactory
* factory);
32
private
:
33
static
KoColorTransformationFactoryRegistry
*
instance
();
34
private
:
35
KoColorTransformationFactoryRegistry
();
36
private
:
37
struct
Private
;
38
Private
*
const
d
;
39
};
40
41
#endif
KoGenericRegistry.h
instance
PythonPluginManager * instance
Definition
PythonPluginManager.cpp:37
KoColorSpace
Definition
KoColorSpace.h:78
KoGenericRegistry
Definition
KoGenericRegistry.h:47
Private
Definition
SvgTransformParser.cpp:20
KoColorTransformationFactoryRegistry
Definition
KoColorTransformationFactoryRegistry.cpp:11
KoColorTransformationFactoryRegistry::d
Private *const d
Definition
KoColorTransformationFactoryRegistry.h:38
KoColorTransformationFactory
Definition
KoColorTransformationFactory.cpp:9
libs
pigment
KoColorTransformationFactoryRegistry.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52