Mercurial > hg > svgui
comparison view/PaneStack.h @ 1582:01a41a37bd26
Add a tab-bar context menu signal to the property stack
author | Chris Cannam |
---|---|
date | Wed, 25 Mar 2020 12:08:34 +0000 |
parents | 0f1601d870db |
children | d6976d231efb |
comparison
equal
deleted
inserted
replaced
1580:a2ff9c01889e | 1582:01a41a37bd26 |
---|---|
90 void sizePanesEqually(); | 90 void sizePanesEqually(); |
91 | 91 |
92 signals: | 92 signals: |
93 void currentPaneChanged(Pane *pane); | 93 void currentPaneChanged(Pane *pane); |
94 void currentLayerChanged(Pane *pane, Layer *layer); | 94 void currentLayerChanged(Pane *pane, Layer *layer); |
95 void rightButtonMenuRequested(Pane *pane, QPoint position); | 95 void paneRightButtonMenuRequested(Pane *pane, QPoint position); |
96 void panePropertiesRightButtonMenuRequested(Pane *, QPoint); | |
97 void layerPropertiesRightButtonMenuRequested(Pane *, Layer *, QPoint); | |
96 void propertyStacksResized(int width); | 98 void propertyStacksResized(int width); |
97 void propertyStacksResized(); | 99 void propertyStacksResized(); |
98 void contextHelpChanged(const QString &); | 100 void contextHelpChanged(const QString &); |
99 | 101 |
100 void paneAdded(Pane *pane); | 102 void paneAdded(Pane *pane); |
113 | 115 |
114 public slots: | 116 public slots: |
115 void propertyContainerAdded(PropertyContainer *); | 117 void propertyContainerAdded(PropertyContainer *); |
116 void propertyContainerRemoved(PropertyContainer *); | 118 void propertyContainerRemoved(PropertyContainer *); |
117 void propertyContainerSelected(View *client, PropertyContainer *); | 119 void propertyContainerSelected(View *client, PropertyContainer *); |
120 void propertyContainerContextMenuRequested(View *, PropertyContainer *, | |
121 QPoint); | |
118 void viewSelected(View *v); | 122 void viewSelected(View *v); |
119 void paneInteractedWith(); | 123 void paneInteractedWith(); |
120 void rightButtonMenuRequested(QPoint); | 124 void rightButtonMenuRequested(QPoint); |
121 void paneDropAccepted(QStringList); | 125 void paneDropAccepted(QStringList); |
122 void paneDropAccepted(QString); | 126 void paneDropAccepted(QString); |