Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
724:5d3a6ecdf2db | 725:c27a3604fe6f |
---|---|
575 m_miny = lrintf(min); | 575 m_miny = lrintf(min); |
576 m_maxy = lrintf(max); | 576 m_maxy = lrintf(max); |
577 | 577 |
578 emit layerParametersChanged(); | 578 emit layerParametersChanged(); |
579 return true; | 579 return true; |
580 } | |
581 | |
582 bool | |
583 Colour3DPlotLayer::getYScaleValue(const View *v, int y, | |
584 float &value, QString &unit) const | |
585 { | |
586 return false;//!!! | |
580 } | 587 } |
581 | 588 |
582 int | 589 int |
583 Colour3DPlotLayer::getVerticalZoomSteps(int &defaultStep) const | 590 Colour3DPlotLayer::getVerticalZoomSteps(int &defaultStep) const |
584 { | 591 { |