comparison layer/LinearColourScale.h @ 905:b66fb15de477 cxx11

Working through the float/double and int/sv_frame_t fixes
author Chris Cannam
date Mon, 09 Mar 2015 14:35:21 +0000
parents 1a1448f7beb2
children 4fe7a09be0fe
comparison
equal deleted inserted replaced
904:e0f08e108064 905:b66fb15de477
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 ColourScaleLayer *layer, QPainter &paint, int x0, 31 (View *v, const ColourScaleLayer *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