Krita Source Code Documentation
Loading...
Searching...
No Matches
KoDockRegistry.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2006-2007 Thomas Zander <zander@kde.org>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef KODOCKREGISTRY_
8
#define KODOCKREGISTRY_
9
10
11
#include "
KoGenericRegistry.h
"
12
#include <
KoDockFactoryBase.h
>
13
14
#include "kritaflake_export.h"
15
25
class
KRITAFLAKE_EXPORT
KoDockRegistry
:
public
KoGenericRegistry
<KoDockFactoryBase*>
26
{
27
public
:
28
KoDockRegistry
();
29
~KoDockRegistry
()
override
;
30
35
static
KoDockRegistry
*
instance
();
36
37
private
:
38
39
KoDockRegistry
(
const
KoDockRegistry
&);
40
KoDockRegistry
operator=
(
const
KoDockRegistry
&);
41
void
init();
42
43
class
Private
;
44
Private
*
const
d
;
45
};
46
47
#endif
KoDockFactoryBase.h
KoGenericRegistry.h
instance
PythonPluginManager * instance
Definition
PythonPluginManager.cpp:37
KoDockRegistry
Definition
KoDockRegistry.h:26
KoDockRegistry::KoDockRegistry
KoDockRegistry(const KoDockRegistry &)
KoDockRegistry::operator=
KoDockRegistry operator=(const KoDockRegistry &)
KoDockRegistry::d
Private *const d
Definition
KoDockRegistry.h:44
KoGenericRegistry
Definition
KoGenericRegistry.h:47
Private
Definition
SvgTransformParser.cpp:20
libs
flake
KoDockRegistry.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52