Krita Source Code Documentation
Loading...
Searching...
No Matches
KisCurveOptionRangeControlsStrategyInterface.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 KISCURVEOPTIONRANGECONTROLSSTRATEGYINTERFACE_H
8#define KISCURVEOPTIONRANGECONTROLSSTRATEGYINTERFACE_H
9
10#include <kritapaintop_export.h>
11#include <functional>
12
14class QWidget;
15
25
27 std::function<
29 KisCurveRangeModelInterface* /*rangeInterface*/,
30 QWidget* /*rangeControlsPlaceholder*/)>;
31
32#endif // KISCURVEOPTIONRANGECONTROLSSTRATEGYINTERFACE_H
std::function< KisCurveOptionRangeControlsStrategyInterface *( KisCurveRangeModelInterface *, QWidget *)> KisCurveOptionRangeControlsStrategyFactory