diff widgets/PaneStack.h @ 89:803830f186ef

* Move matrix/fft file code to fileio (from base) * Add right-button menu to panes
author Chris Cannam
date Fri, 05 May 2006 13:06:47 +0000
parents 705f05ab42e3
children 4772fc75ac7c
line wrap: on
line diff
--- a/widgets/PaneStack.h	Thu May 04 16:03:02 2006 +0000
+++ b/widgets/PaneStack.h	Fri May 05 13:06:47 2006 +0000
@@ -54,12 +54,14 @@
 signals:
     void currentPaneChanged(Pane *pane);
     void currentLayerChanged(Pane *pane, Layer *layer);
+    void rightButtonMenuRequested(Pane *pane, QPoint position);
 
 public slots:
     void propertyContainerAdded(PropertyContainer *);
     void propertyContainerRemoved(PropertyContainer *);
     void propertyContainerSelected(View *client, PropertyContainer *);
     void paneInteractedWith();
+    void rightButtonMenuRequested(QPoint);
 
 protected:
     Pane *m_currentPane;