Krita Source Code Documentation
Loading...
Searching...
No Matches
KisLightnessStrengthOptionWidget.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 KISLIGHTNESSSTRENGTHOPTIONWIDGET_H
7#define KISLIGHTNESSSTRENGTHOPTIONWIDGET_H
8
10
12
13
15{
16 Q_OBJECT
17public:
19
20 KisLightnessStrengthOptionWidget(lager::cursor<KisLightnessStrengthOptionData> optionData, lager::reader<bool> lightnessModeEnabled);
22
23private:
24 struct Private;
25 const QScopedPointer<Private> m_d;
26};
27
28#endif // KISLIGHTNESSSTRENGTHOPTIONWIDGET_H