diff widgets/PaneStack.h @ 17:0183ebb725ca

* Add ability to create empty layers for editing * Add first basic editing capability (adding points to a time instant layer) * Add various keyboard and mouse shortcuts for navigation &c * Add ability to resize a selection by dragging its edges * Add maximum zoom level
author Chris Cannam
date Thu, 26 Jan 2006 16:15:40 +0000
parents 37b110168acf
children 46d8f5add6f0
line wrap: on
line diff
--- a/widgets/PaneStack.h	Thu Jan 26 11:56:09 2006 +0000
+++ b/widgets/PaneStack.h	Thu Jan 26 16:15:40 2006 +0000
@@ -16,6 +16,7 @@
 class QWidget;
 class QLabel;
 class Pane;
+class Layer;
 class ViewManager;
 class PropertyContainer;
 class PropertyStack;
@@ -37,6 +38,7 @@
 
 signals:
     void currentPaneChanged(Pane *pane);
+    void currentLayerChanged(Pane *pane, Layer *layer);
 
 public slots:
     void propertyContainerAdded(PropertyContainer *);