Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_standard_uniform_properties_factory.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef __KIS_STANDARD_UNIFORM_PROPERTIES_FACTORY_H
8
#define __KIS_STANDARD_UNIFORM_PROPERTIES_FACTORY_H
9
10
#include <
KoID.h
>
11
12
#include "
kis_uniform_paintop_property.h
"
13
14
class
KisPaintOpPresetUpdateProxy
;
15
16
namespace
KisStandardUniformPropertiesFactory
17
{
18
static
const
KoID
size
(
"size"
, ki18n(
"Size"
));
19
static
const
KoID
opacity
(
"opacity"
, ki18n(
"Opacity"
));
20
static
const
KoID
flow
(
"flow"
, ki18n(
"Flow"
));
21
static
const
KoID
angle
(
"angle"
, ki18n(
"Angle"
));
22
static
const
KoID
spacing
(
"spacing"
, ki18n(
"Spacing"
));
23
24
28
KisUniformPaintOpPropertySP
createProperty
(
const
KoID
&
id
,
29
KisPaintOpSettingsRestrictedSP
settings,
30
KisPaintOpPresetUpdateProxy
*updateProxy);
31
36
KisUniformPaintOpPropertySP
createProperty
(
const
QString &
id
,
37
KisPaintOpSettingsRestrictedSP
settings,
38
KisPaintOpPresetUpdateProxy
*updateProxy);
39
}
40
41
#endif
/* __KIS_STANDARD_UNIFORM_PROPERTIES_FACTORY_H */
KoID.h
KisPaintOpPresetUpdateProxy
The KisPaintOpPresetUpdateProxy class.
Definition
KisPaintOpPresetUpdateProxy.h:20
KisRestrictedSharedPtr
Definition
kis_restricted_shared_ptr.h:21
KoID
Definition
KoID.h:30
QSharedPointer< KisUniformPaintOpProperty >
kis_uniform_paintop_property.h
KisStandardUniformPropertiesFactory
Definition
kis_standard_uniform_properties_factory.cpp:14
KisStandardUniformPropertiesFactory::createProperty
KisUniformPaintOpPropertySP createProperty(const KoID &id, KisPaintOpSettingsRestrictedSP settings, KisPaintOpPresetUpdateProxy *updateProxy)
Definition
kis_standard_uniform_properties_factory.cpp:18
KisStandardUniformPropertiesFactory::spacing
static const KoID spacing("spacing", ki18n("Spacing"))
KisStandardUniformPropertiesFactory::angle
static const KoID angle("angle", ki18n("Angle"))
KisStandardUniformPropertiesFactory::size
static const KoID size("size", ki18n("Size"))
KisStandardUniformPropertiesFactory::flow
static const KoID flow("flow", ki18n("Flow"))
KisStandardUniformPropertiesFactory::opacity
static const KoID opacity("opacity", ki18n("Opacity"))
libs
image
brushengine
kis_standard_uniform_properties_factory.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52