Mercurial > hg > svgui
comparison layer/PianoScale.cpp @ 1216:dc2af6616c83
Merge from branch 3.0-integration
author | Chris Cannam |
---|---|
date | Fri, 13 Jan 2017 10:29:50 +0000 |
parents | 5144d7185fb5 |
children | 4d0ca1ab4cd0 |
comparison
equal
deleted
inserted
replaced
1048:e8102ff5573b | 1216:dc2af6616c83 |
---|---|
19 | 19 |
20 #include <cmath> | 20 #include <cmath> |
21 | 21 |
22 #include "base/Pitch.h" | 22 #include "base/Pitch.h" |
23 | 23 |
24 #include "view/View.h" | 24 #include "LayerGeometryProvider.h" |
25 | 25 |
26 void | 26 void |
27 PianoScale::paintPianoVertical(View *v, | 27 PianoScale::paintPianoVertical(LayerGeometryProvider *v, |
28 QPainter &paint, | 28 QPainter &paint, |
29 QRect r, | 29 QRect r, |
30 double minf, | 30 double minf, |
31 double maxf) | 31 double maxf) |
32 { | 32 { |