comparison layer/PianoScale.cpp @ 1045:f535f6e5dbb0 alignment-simple

Merge in from SV 3.0-integration branches
author Chris Cannam
date Wed, 02 Mar 2016 17:25:27 +0000
parents 4fe7a09be0fe
children 5144d7185fb5
comparison
equal deleted inserted replaced
976:f2c63ec85901 1045:f535f6e5dbb0
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 {