Mercurial > hg > svgui
comparison layer/LogNumericalScale.h @ 917:77a1d42353ce osx-retina
Another small replacement
author | Chris Cannam |
---|---|
date | Tue, 17 Mar 2015 16:33:51 +0000 |
parents | e0f08e108064 |
children | 4fe7a09be0fe |
comparison
equal
deleted
inserted
replaced
916:94e4952a6774 | 917:77a1d42353ce |
---|---|
23 class VerticalScaleLayer; | 23 class VerticalScaleLayer; |
24 | 24 |
25 class LogNumericalScale | 25 class LogNumericalScale |
26 { | 26 { |
27 public: | 27 public: |
28 int getWidth(View *v, QPainter &paint); | 28 int getWidth(LayerGeometryProvider *v, QPainter &paint); |
29 | 29 |
30 void paintVertical | 30 void paintVertical |
31 (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, | 31 (LayerGeometryProvider *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, |
32 double minlog, double maxlog); | 32 double minlog, double maxlog); |
33 }; | 33 }; |
34 | 34 |
35 #endif | 35 #endif |
36 | 36 |