comparison layer/FlexiNoteLayer.h @ 804:5c4a405a70fc tony_integration

Merge from branch "tonioni"
author Chris Cannam
date Tue, 17 Jun 2014 12:55:18 +0100
parents 3a52b458fcd5
children 40c6c9344ff6
comparison
equal deleted inserted replaced
803:5d2966b7c201 804:5c4a405a70fc
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