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
13
15
17{
18static const KoID size("size", ki18n("Size"));
19static const KoID opacity("opacity", ki18n("Opacity"));
20static const KoID flow("flow", ki18n("Flow"));
21static const KoID angle("angle", ki18n("Angle"));
22static const KoID spacing("spacing", ki18n("Spacing"));
23
24
30 KisPaintOpPresetUpdateProxy *updateProxy);
31
38 KisPaintOpPresetUpdateProxy *updateProxy);
39}
40
41#endif /* __KIS_STANDARD_UNIFORM_PROPERTIES_FACTORY_H */
The KisPaintOpPresetUpdateProxy class.
Definition KoID.h:30
KisUniformPaintOpPropertySP createProperty(const KoID &id, KisPaintOpSettingsRestrictedSP settings, KisPaintOpPresetUpdateProxy *updateProxy)
static const KoID spacing("spacing", ki18n("Spacing"))
static const KoID angle("angle", ki18n("Angle"))
static const KoID size("size", ki18n("Size"))
static const KoID flow("flow", ki18n("Flow"))
static const KoID opacity("opacity", ki18n("Opacity"))