Mercurial > hg > svgui
diff layer/NoteLayer.h @ 550:d666f5f8b154
* Make a better job of picking the proper point to drag, edit, delete etc
in note and region layers
* Some work to do with region dragging, but this still needs more thought
author | Chris Cannam |
---|---|
date | Mon, 28 Sep 2009 12:29:12 +0000 |
parents | efe0f232685f |
children | c2ba2796cbee |
line wrap: on
line diff
--- a/layer/NoteLayer.h Fri Sep 25 12:02:22 2009 +0000 +++ b/layer/NoteLayer.h Mon Sep 28 12:29:12 2009 +0000 @@ -135,6 +135,8 @@ NoteModel::PointList getLocalPoints(View *v, int) const; + bool getPointToDrag(View *v, int x, int y, NoteModel::Point &) const; + NoteModel *m_model; bool m_editing; NoteModel::Point m_originalPoint;