Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPaintThicknessOption.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISPAINTTHICKNESSOPTION_H
7#define KISPAINTTHICKNESSOPTION_H
8
9#include <KisCurveOption.h>
11
12
14{
15public:
17
18 qreal apply(const KisPaintInformation & info) const;
19
20 KisPaintThicknessOptionData::ThicknessMode mode() const;
21
22private:
24private:
25 KisPaintThicknessOptionData::ThicknessMode m_mode {KisPaintThicknessOptionData::OVERLAY};
26};
27
28#endif // KISPAINTTHICKNESSOPTION_H
KisPaintThicknessOption(const KisPropertiesConfiguration *setting)
KisPaintThicknessOptionData::ThicknessMode mode() const
qreal apply(const KisPaintInformation &info) const
KisPaintThicknessOptionData::ThicknessMode m_mode