diff layer/TextLayer.h @ 43:78515b1e29eb

* Rejig project file a bit to do pkg-config detection &c and change some HAVE_* symbol names accordingly * Add selection move/resize/delete * First stubs for add layer / pane commands
author Chris Cannam
date Wed, 01 Mar 2006 18:13:01 +0000
parents c28ebb4ba4de
children ad214997dddb
line wrap: on
line diff
--- a/layer/TextLayer.h	Mon Feb 27 17:34:41 2006 +0000
+++ b/layer/TextLayer.h	Wed Mar 01 18:13:01 2006 +0000
@@ -42,6 +42,9 @@
     virtual void editDrag(QMouseEvent *);
     virtual void editEnd(QMouseEvent *);
 
+    virtual void moveSelection(Selection s, size_t newStartFrame);
+    virtual void resizeSelection(Selection s, Selection newSize);
+
     virtual void editOpen(QMouseEvent *); // on double-click
 
     virtual const Model *getModel() const { return m_model; }