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
14class KoColorSpace;
16
22class KRITAPIGMENT_EXPORT KoColorTransformationFactoryRegistry : private KoGenericRegistry<KoColorTransformationFactory*>
23{
24 friend class KoColorSpace;
25public:
30 static void addColorTransformationFactory(KoColorTransformationFactory* factory);
31 static void removeColorTransformationFactory(KoColorTransformationFactory* factory);
32private:
34private:
36private:
37 struct Private;
38 Private* const d;
39};
40
41#endif
PythonPluginManager * instance