Mercurial > hg > svgui
comparison layer/TextLayer.h @ 373:0895517bb2d1 1.2-stable
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
this branch for fixes later)
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 10:32:45 +0000 |
parents | 2f83b6e3b8ca |
children | e1a9e478b7f2 |
comparison
equal
deleted
inserted
replaced
337:813170c57b13 | 373:0895517bb2d1 |
---|---|
54 | 54 |
55 virtual void moveSelection(Selection s, size_t newStartFrame); | 55 virtual void moveSelection(Selection s, size_t newStartFrame); |
56 virtual void resizeSelection(Selection s, Selection newSize); | 56 virtual void resizeSelection(Selection s, Selection newSize); |
57 virtual void deleteSelection(Selection s); | 57 virtual void deleteSelection(Selection s); |
58 | 58 |
59 virtual void copy(Selection s, Clipboard &to); | 59 virtual void copy(View *v, Selection s, Clipboard &to); |
60 virtual bool paste(const Clipboard &from, int frameOffset, | 60 virtual bool paste(View *v, const Clipboard &from, int frameOffset, |
61 bool interactive); | 61 bool interactive); |
62 | 62 |
63 virtual bool editOpen(View *, QMouseEvent *); // on double-click | 63 virtual bool editOpen(View *, QMouseEvent *); // on double-click |
64 | 64 |
65 virtual const Model *getModel() const { return m_model; } | 65 virtual const Model *getModel() const { return m_model; } |