Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 28:202d1dca67d2
* Rationalise the local feature identification API in Layer subclasses
* Add segmentation mode to TimeInstantLayer
author | Chris Cannam |
---|---|
date | Mon, 06 Feb 2006 17:24:52 +0000 |
parents | dcdb21b62dbb |
children | ad214997dddb |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Fri Feb 03 17:30:47 2006 +0000 +++ b/layer/Colour3DPlotLayer.h Mon Feb 06 17:24:52 2006 +0000 @@ -48,9 +48,9 @@ virtual QString getFeatureDescription(QPoint &) const; - virtual int getNearestFeatureFrame(int frame, - size_t &resolution, - bool snapRight = true) const; + virtual bool snapToFeatureFrame(int &frame, + size_t &resolution, + SnapType snap) const; virtual bool isLayerScrollable() const;