Mercurial > hg > svgui
comparison layer/TextLayer.h @ 255:e175ade2d6b0
* double-click in navigate mode relocates the centre frame (closing #1734854)
author | Chris Cannam |
---|---|
date | Wed, 13 Jun 2007 09:19:33 +0000 |
parents | 34bbbcb3c01f |
children | cd2492c5fe45 |
comparison
equal
deleted
inserted
replaced
254:a2ae3d93c645 | 255:e175ade2d6b0 |
---|---|
54 | 54 |
55 virtual void copy(Selection s, Clipboard &to); | 55 virtual void copy(Selection s, Clipboard &to); |
56 virtual bool paste(const Clipboard &from, int frameOffset, | 56 virtual bool paste(const Clipboard &from, int frameOffset, |
57 bool interactive); | 57 bool interactive); |
58 | 58 |
59 virtual void editOpen(View *, QMouseEvent *); // on double-click | 59 virtual bool editOpen(View *, QMouseEvent *); // on double-click |
60 | 60 |
61 virtual const Model *getModel() const { return m_model; } | 61 virtual const Model *getModel() const { return m_model; } |
62 void setModel(TextModel *model); | 62 void setModel(TextModel *model); |
63 | 63 |
64 virtual PropertyList getProperties() const; | 64 virtual PropertyList getProperties() const; |