Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
88:6b864e6864cb | 89:803830f186ef |
---|---|
52 Pane *getCurrentPane(); | 52 Pane *getCurrentPane(); |
53 | 53 |
54 signals: | 54 signals: |
55 void currentPaneChanged(Pane *pane); | 55 void currentPaneChanged(Pane *pane); |
56 void currentLayerChanged(Pane *pane, Layer *layer); | 56 void currentLayerChanged(Pane *pane, Layer *layer); |
57 void rightButtonMenuRequested(Pane *pane, QPoint position); | |
57 | 58 |
58 public slots: | 59 public slots: |
59 void propertyContainerAdded(PropertyContainer *); | 60 void propertyContainerAdded(PropertyContainer *); |
60 void propertyContainerRemoved(PropertyContainer *); | 61 void propertyContainerRemoved(PropertyContainer *); |
61 void propertyContainerSelected(View *client, PropertyContainer *); | 62 void propertyContainerSelected(View *client, PropertyContainer *); |
62 void paneInteractedWith(); | 63 void paneInteractedWith(); |
64 void rightButtonMenuRequested(QPoint); | |
63 | 65 |
64 protected: | 66 protected: |
65 Pane *m_currentPane; | 67 Pane *m_currentPane; |
66 | 68 |
67 struct PaneRec | 69 struct PaneRec |