comparison layer/PianoScale.h @ 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 4d0ca1ab4cd0
comparison
equal deleted inserted replaced
976:f2c63ec85901 1045:f535f6e5dbb0
17 #define PIANO_SCALE_H 17 #define PIANO_SCALE_H
18 18
19 #include <QRect> 19 #include <QRect>
20 20
21 class QPainter; 21 class QPainter;
22 class View; 22 class LayerGeometryProvider;
23 23
24 class PianoScale 24 class PianoScale
25 { 25 {
26 public: 26 public:
27 void paintPianoVertical 27 void paintPianoVertical
28 (View *v, QPainter &paint, QRect rect, double minf, double maxf); 28 (LayerGeometryProvider *v, QPainter &paint, QRect rect, double minf, double maxf);
29 }; 29 };
30 30
31 #endif 31 #endif
32 32
33 33