Mercurial > hg > svgui
comparison layer/LinearNumericalScale.h @ 922:26da827e8fb5 tonioni
Merge from cxx11 branch
author | Chris Cannam |
---|---|
date | Mon, 23 Mar 2015 11:26:28 +0000 |
parents | e0f08e108064 |
children | 94e4952a6774 |
comparison
equal
deleted
inserted
replaced
921:4968bbaf1ed8 | 922:26da827e8fb5 |
---|---|
27 public: | 27 public: |
28 int getWidth(View *v, QPainter &paint); | 28 int getWidth(View *v, QPainter &paint); |
29 | 29 |
30 void paintVertical | 30 void paintVertical |
31 (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, | 31 (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, |
32 float minf, float maxf); | 32 double minf, double maxf); |
33 }; | 33 }; |
34 | 34 |
35 #endif | 35 #endif |
36 | 36 |