comparison layer/LinearColourScale.h @ 946:36cddc3de023 alignment_view

Merge from default branch
author Chris Cannam
date Mon, 20 Apr 2015 09:19:52 +0100
parents b66fb15de477
children 4fe7a09be0fe
comparison
equal deleted inserted replaced
897:499b637f2a26 946:36cddc3de023
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