Mercurial > hg > svgui
diff layer/RegionLayer.h @ 559:5bcfc5606528
* Add option to import time+duration (or time+endtime) from CSV files
(importing to Region layers)
* Fix ffwd/rwd in Region layers so as to behave like time-value layers
author | Chris Cannam |
---|---|
date | Thu, 08 Jul 2010 14:22:28 +0000 |
parents | 2e8194a30f40 |
children | 5b72899d692b |
line wrap: on
line diff
--- a/layer/RegionLayer.h Tue Jun 22 09:45:42 2010 +0000 +++ b/layer/RegionLayer.h Thu Jul 08 14:22:28 2010 +0000 @@ -42,6 +42,9 @@ virtual bool snapToFeatureFrame(View *v, int &frame, size_t &resolution, SnapType snap) const; + virtual bool snapToSimilarFeature(View *v, int &frame, + size_t &resolution, + SnapType snap) const; virtual void drawStart(View *v, QMouseEvent *); virtual void drawDrag(View *v, QMouseEvent *);