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
13
class
KisCurveRangeModelInterface
;
14
class
QWidget;
15
16
class
PAINTOP_EXPORT
KisCurveOptionRangeControlsStrategyInterface
17
{
18
public
:
19
virtual
~KisCurveOptionRangeControlsStrategyInterface
();
20
24
};
25
26
using
KisCurveOptionRangeControlsStrategyFactory
=
27
std::function<
28
KisCurveOptionRangeControlsStrategyInterface
* (
29
KisCurveRangeModelInterface
*
/*rangeInterface*/
,
30
QWidget*
/*rangeControlsPlaceholder*/
)>;
31
32
#endif
// KISCURVEOPTIONRANGECONTROLSSTRATEGYINTERFACE_H
KisCurveOptionRangeControlsStrategyFactory
std::function< KisCurveOptionRangeControlsStrategyInterface *( KisCurveRangeModelInterface *, QWidget *)> KisCurveOptionRangeControlsStrategyFactory
Definition
KisCurveOptionRangeControlsStrategyInterface.h:26
KisCurveOptionRangeControlsStrategyInterface
Definition
KisCurveOptionRangeControlsStrategyInterface.h:17
KisCurveRangeModelInterface
Definition
KisCurveRangeModelInterface.h:19
plugins
paintops
libpaintop
KisCurveOptionRangeControlsStrategyInterface.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52