Krita Source Code Documentation
Loading...
Searching...
No Matches
KisMaskingBrushCompositeOpFactory.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KISMASKINGBRUSHCOMPOSITEOPFACTORY_H
8
#define KISMASKINGBRUSHCOMPOSITEOPFACTORY_H
9
10
#include <QtGlobal>
11
#include <
KoChannelInfo.h
>
12
13
#include "kritaui_export.h"
14
15
class
KisMaskingBrushCompositeOpBase
;
16
17
class
KRITAUI_EXPORT
KisMaskingBrushCompositeOpFactory
18
{
19
public
:
20
static
KisMaskingBrushCompositeOpBase
* create(
const
QString &
id
,
KoChannelInfo::enumChannelValueType
channelType,
21
int
pixelSize,
int
alphaOffset);
22
static
KisMaskingBrushCompositeOpBase
* create(
const
QString &
id
,
KoChannelInfo::enumChannelValueType
channelType,
23
int
pixelSize,
int
alphaOffset, qreal strength,
24
bool
useSoftTexturing =
false
);
25
26
static
KisMaskingBrushCompositeOpBase
* createForAlphaSrc(
const
QString &
id
,
27
KoChannelInfo::enumChannelValueType
channelType,
28
int
pixelSize,
int
alphaOffset);
29
static
KisMaskingBrushCompositeOpBase
* createForAlphaSrc(
const
QString &
id
,
30
KoChannelInfo::enumChannelValueType
channelType,
31
int
pixelSize,
int
alphaOffset, qreal strength,
32
bool
useSoftTexturing =
false
);
33
34
static
QStringList
supportedCompositeOpIds();
35
};
36
37
#endif
// KISMASKINGBRUSHCOMPOSITEOPFACTORY_H
KoChannelInfo.h
KisMaskingBrushCompositeOpBase
Definition
KisMaskingBrushCompositeOpBase.h:15
KisMaskingBrushCompositeOpFactory
Definition
KisMaskingBrushCompositeOpFactory.h:18
KoChannelInfo::enumChannelValueType
enumChannelValueType
enum to define the value of the channel
Definition
KoChannelInfo.h:48
QList< QString >
libs
ui
tool
strokes
KisMaskingBrushCompositeOpFactory.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52