Mercurial > hg > svcore
comparison base/RangeMapper.cpp @ 1527:710e6250a401 zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Mon, 17 Sep 2018 13:51:14 +0100 |
parents | 48e9f538e6e9 |
children | b89705af7a60 |
comparison
equal
deleted
inserted
replaced
1324:d4a28d1479a8 | 1527:710e6250a401 |
---|---|
20 #include <cmath> | 20 #include <cmath> |
21 | 21 |
22 #include <iostream> | 22 #include <iostream> |
23 | 23 |
24 LinearRangeMapper::LinearRangeMapper(int minpos, int maxpos, | 24 LinearRangeMapper::LinearRangeMapper(int minpos, int maxpos, |
25 double minval, double maxval, | 25 double minval, double maxval, |
26 QString unit, bool inverted, | 26 QString unit, bool inverted, |
27 std::map<int, QString> labels) : | 27 std::map<int, QString> labels) : |
28 m_minpos(minpos), | 28 m_minpos(minpos), |
29 m_maxpos(maxpos), | 29 m_maxpos(maxpos), |
30 m_minval(minval), | 30 m_minval(minval), |