Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.cpp @ 725:c27a3604fe6f
Toward getYScaleValue in Colour3DPlotLayer
author | Chris Cannam |
---|---|
date | Thu, 06 Feb 2014 18:34:43 +0000 |
parents | 67e6d518ac27 |
children | d7e8cefedbbc |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp Thu Feb 06 15:31:46 2014 +0000 +++ b/layer/Colour3DPlotLayer.cpp Thu Feb 06 18:34:43 2014 +0000 @@ -579,6 +579,13 @@ return true; } +bool +Colour3DPlotLayer::getYScaleValue(const View *v, int y, + float &value, QString &unit) const +{ + return false;//!!! +} + int Colour3DPlotLayer::getVerticalZoomSteps(int &defaultStep) const {