Mercurial > hg > svgui
diff layer/LinearNumericalScale.h @ 1216:dc2af6616c83
Merge from branch 3.0-integration
author | Chris Cannam |
---|---|
date | Fri, 13 Jan 2017 10:29:50 +0000 |
parents | 94e4952a6774 |
children | b4cb11ca8233 |
line wrap: on
line diff
--- a/layer/LinearNumericalScale.h Fri Mar 04 12:23:31 2016 +0000 +++ b/layer/LinearNumericalScale.h Fri Jan 13 10:29:50 2017 +0000 @@ -19,17 +19,17 @@ #include <QRect> class QPainter; -class View; +class LayerGeometryProvider; class VerticalScaleLayer; class LinearNumericalScale { public: - int getWidth(View *v, QPainter &paint); + int getWidth(LayerGeometryProvider *v, QPainter &paint); void paintVertical - (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, - double minf, double maxf); + (LayerGeometryProvider *v, const VerticalScaleLayer *layer, + QPainter &paint, int x0, double minf, double maxf); }; #endif