Mercurial > hg > svgui
diff layer/FlexiNoteLayer.h @ 655:c572a0705223 tonioni
funky note value re-estimation using underlying pitch median value
author | gyorgyf |
---|---|
date | Wed, 19 Jun 2013 08:26:24 +0100 |
parents | 76c5dfe333ee |
children | 902c7c9d77ea |
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h Tue Jun 18 22:18:10 2013 +0100 +++ b/layer/FlexiNoteLayer.h Wed Jun 19 08:26:24 2013 +0100 @@ -157,6 +157,7 @@ bool getPointToDrag(View *v, int x, int y, FlexiNoteModel::Point &) const; bool getNoteToEdit(View *v, int x, int y, FlexiNoteModel::Point &) const; void getRelativeMousePosition(View *v, FlexiNoteModel::Point ¬e, int x, int y, bool &closeToLeft, bool &closeToRight, bool &closeToTop, bool &closeToBottom) const; + void updateNoteValue(View *v, FlexiNoteModel::Point ¬e) const; FlexiNoteModel *m_model; bool m_editing;