Mercurial > hg > svgui
comparison layer/TextLayer.h @ 335:2f83b6e3b8ca
* Add Erase tool and mode
* Add icons for Normalize buttons in property boxes, and for Show Peaks
* Add support for velocity in notes -- not yet reflected in display or
editable in the note edit dialog, but they are imported from MIDI,
played, and exported
* Begin work on making pastes align pasted times (subtler than I thought)
author | Chris Cannam |
---|---|
date | Fri, 23 Nov 2007 16:48:23 +0000 |
parents | c0b9eec70639 |
children | 020c485aa7e0 |
comparison
equal
deleted
inserted
replaced
334:0a74248af622 | 335:2f83b6e3b8ca |
---|---|
41 SnapType snap) const; | 41 SnapType snap) const; |
42 | 42 |
43 virtual void drawStart(View *v, QMouseEvent *); | 43 virtual void drawStart(View *v, QMouseEvent *); |
44 virtual void drawDrag(View *v, QMouseEvent *); | 44 virtual void drawDrag(View *v, QMouseEvent *); |
45 virtual void drawEnd(View *v, QMouseEvent *); | 45 virtual void drawEnd(View *v, QMouseEvent *); |
46 | |
47 virtual void eraseStart(View *v, QMouseEvent *); | |
48 virtual void eraseDrag(View *v, QMouseEvent *); | |
49 virtual void eraseEnd(View *v, QMouseEvent *); | |
46 | 50 |
47 virtual void editStart(View *v, QMouseEvent *); | 51 virtual void editStart(View *v, QMouseEvent *); |
48 virtual void editDrag(View *v, QMouseEvent *); | 52 virtual void editDrag(View *v, QMouseEvent *); |
49 virtual void editEnd(View *v, QMouseEvent *); | 53 virtual void editEnd(View *v, QMouseEvent *); |
50 | 54 |