Krita Source Code Documentation
Loading...
Searching...
No Matches
MyPaintCurveOptionRangeControlsStrategy.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 MYPAINTCURVEOPTIONRANGECONTROLSSTRATEGY_H
8#define MYPAINTCURVEOPTIONRANGECONTROLSSTRATEGY_H
9
11#include <lager/reader.hpp>
12#include <QString>
13
15
30
31#endif // MYPAINTCURVEOPTIONRANGECONTROLSSTRATEGY_H
std::function< KisCurveOptionRangeControlsStrategyInterface *( KisCurveRangeModelInterface *, QWidget *)> KisCurveOptionRangeControlsStrategyFactory
MyPaintCurveOptionRangeControlsStrategy(KisCurveRangeModelInterface *rangeInterface, QWidget *rangeControlsPlaceholder)
static KisCurveOptionRangeControlsStrategyFactory factory()