Mercurial > hg > svgui
comparison layer/PianoScale.cpp @ 997:296ccd36f626 tony-2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | 4fe7a09be0fe |
children | 5144d7185fb5 |
comparison
equal
deleted
inserted
replaced
943:788b7623bfca | 997:296ccd36f626 |
---|---|
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 "view/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 { |