comparison 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
comparison
equal deleted inserted replaced
558:9fc13f61ae74 559:5bcfc5606528
40 virtual QString getLabelPreceding(size_t) const; 40 virtual QString getLabelPreceding(size_t) const;
41 41
42 virtual bool snapToFeatureFrame(View *v, int &frame, 42 virtual bool snapToFeatureFrame(View *v, int &frame,
43 size_t &resolution, 43 size_t &resolution,
44 SnapType snap) const; 44 SnapType snap) const;
45 virtual bool snapToSimilarFeature(View *v, int &frame,
46 size_t &resolution,
47 SnapType snap) const;
45 48
46 virtual void drawStart(View *v, QMouseEvent *); 49 virtual void drawStart(View *v, QMouseEvent *);
47 virtual void drawDrag(View *v, QMouseEvent *); 50 virtual void drawDrag(View *v, QMouseEvent *);
48 virtual void drawEnd(View *v, QMouseEvent *); 51 virtual void drawEnd(View *v, QMouseEvent *);
49 52