Mercurial > hg > svgui
comparison layer/FlexiNoteLayer.h @ 808:40c6c9344ff6 warnfix_no_size_t
Merge from branch tony_integration
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 08:40:46 +0100 |
parents | 4c8ca536b54f 3a52b458fcd5 |
children | 0e674f1bbf08 e0f08e108064 |
comparison
equal
deleted
inserted
replaced
807:e4773943c9c1 | 808:40c6c9344ff6 |
---|---|
71 virtual bool editOpen(View *v, QMouseEvent *); | 71 virtual bool editOpen(View *v, QMouseEvent *); |
72 | 72 |
73 virtual void moveSelection(Selection s, int newStartFrame); | 73 virtual void moveSelection(Selection s, int 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 |