Krita Source Code Documentation
Loading...
Searching...
No Matches
MyPaintCurveOptionWidget.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
7#ifndef MYPAINTCURVEOPTIONWIDGET_H
8#define MYPAINTCURVEOPTIONWIDGET_H
9
12
14{
15public:
17
18public:
19 MyPaintCurveOptionWidget(lager::cursor<MyPaintCurveOptionData> optionData,
20 qreal maxYRange, const QString &yValueSuffix);
22
24
26
27private:
28 struct Private;
29 const QScopedPointer<Private> m_d;
30};
31
32#endif // MYPAINTCURVEOPTIONWIDGET_H
lager::cursor< qreal > strengthValueDenorm()
std::optional< lager::reader< KisPaintopLodLimitations > > OptionalLodLimitationsReader
const QScopedPointer< Private > m_d
MyPaintCurveOptionWidget(lager::cursor< MyPaintCurveOptionData > optionData, qreal maxYRange, const QString &yValueSuffix)
OptionalLodLimitationsReader lodLimitationsReader() const override