comparison layer/FlexiNoteLayer.h @ 784:3a52b458fcd5 tonioni

fixed note delete bug (now deletes when any overlap with the selection occurs)
author matthiasm
date Wed, 11 Jun 2014 19:41:29 +0100
parents 09e2677e34e7
children 40c6c9344ff6
comparison
equal deleted inserted replaced
783:c1fc074971ed 784:3a52b458fcd5
71 virtual bool editOpen(View *v, QMouseEvent *); 71 virtual bool editOpen(View *v, QMouseEvent *);
72 72
73 virtual void moveSelection(Selection s, size_t newStartFrame); 73 virtual void moveSelection(Selection s, size_t newStartFrame);
74 virtual void resizeSelection(Selection s, Selection newSize); 74 virtual void resizeSelection(Selection s, Selection newSize);
75 virtual void deleteSelection(Selection s); 75 virtual void deleteSelection(Selection s);
76 virtual void deleteSelectionInclusive(Selection s);
76 77
77 virtual void copy(View *v, Selection s, Clipboard &to); 78 virtual void copy(View *v, Selection s, Clipboard &to);
78 virtual bool paste(View *v, const Clipboard &from, int frameOffset, 79 virtual bool paste(View *v, const Clipboard &from, int frameOffset,
79 bool interactive); 80 bool interactive);
80 81