comparison layer/PianoScale.cpp @ 1077:5144d7185fb5 spectrogram-minor-refactor

Move LayerGeometryProvider from view to layer
author Chris Cannam
date Thu, 30 Jun 2016 10:59:11 +0100
parents 4fe7a09be0fe
children 4d0ca1ab4cd0
comparison
equal deleted inserted replaced
1076:e536dfc6b250 1077:5144d7185fb5
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/LayerGeometryProvider.h" 24 #include "LayerGeometryProvider.h"
25 25
26 void 26 void
27 PianoScale::paintPianoVertical(LayerGeometryProvider *v, 27 PianoScale::paintPianoVertical(LayerGeometryProvider *v,
28 QPainter &paint, 28 QPainter &paint,
29 QRect r, 29 QRect r,