Mercurial > hg > svgui
comparison layer/TimeValueLayer.h @ 517:1c6439ef99d6
* "ffwd-similar"
* stop when ffwding to end
author | Chris Cannam |
---|---|
date | Tue, 03 Mar 2009 21:48:03 +0000 |
parents | ff1dc4f302bd |
children | 2e8194a30f40 |
comparison
equal
deleted
inserted
replaced
516:e4e0ae491a48 | 517:1c6439ef99d6 |
---|---|
40 virtual QString getFeatureDescription(View *v, QPoint &) const; | 40 virtual QString getFeatureDescription(View *v, QPoint &) 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 |