Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSpinBoxSplineUnitConverter.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Agata Cacko <cacko.azh@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KIS_SPIN_BOX_SPLINE_UNITS_CONVERTER_H
8
#define KIS_SPIN_BOX_SPLINE_UNITS_CONVERTER_H
9
10
#include <kritaui_export.h>
11
12
13
25
class
KRITAUI_EXPORT
KisSpinBoxSplineUnitConverter
26
{
27
28
public
:
29
double
io2sp(
int
x,
int
min,
int
max);
30
int
sp2io(
double
x,
int
min,
int
max);
31
32
};
33
34
35
36
#endif
// KIS_SPIN_BOX_SPLINE_UNITS_CONVERTER_H
KisSpinBoxSplineUnitConverter
Definition
KisSpinBoxSplineUnitConverter.h:26
libs
ui
utils
KisSpinBoxSplineUnitConverter.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52