|
Krita Source Code Documentation
|
Go to the source code of this file.
Functions | |
| qreal | convertToPixels (KoUnit baseUnit, qreal resolution, qreal length) |
| bool | inRangeWrapped (qreal value, qreal min, qreal max, qreal rangeMax) |
| qreal convertToPixels | ( | KoUnit | baseUnit, |
| qreal | resolution, | ||
| qreal | length ) |
Definition at line 47 of file GutterWidthsConfig.cpp.
References KoUnit::convertFromUnitToUnit(), KoUnit::fromSymbol(), and length().
| bool inRangeWrapped | ( | qreal | value, |
| qreal | min, | ||
| qreal | max, | ||
| qreal | rangeMax ) |
Definition at line 33 of file GutterWidthsConfig.cpp.
References value(), and KisAlgebra2D::wrapValue().