Mercurial > hg > svgui
comparison view/PaneStack.h @ 373:0895517bb2d1 1.2-stable
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
this branch for fixes later)
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 10:32:45 +0000 |
parents | 267586900360 |
children | 92b89764eb3b |
comparison
equal
deleted
inserted
replaced
337:813170c57b13 | 373:0895517bb2d1 |
---|---|
72 | 72 |
73 signals: | 73 signals: |
74 void currentPaneChanged(Pane *pane); | 74 void currentPaneChanged(Pane *pane); |
75 void currentLayerChanged(Pane *pane, Layer *layer); | 75 void currentLayerChanged(Pane *pane, Layer *layer); |
76 void rightButtonMenuRequested(Pane *pane, QPoint position); | 76 void rightButtonMenuRequested(Pane *pane, QPoint position); |
77 void propertyStacksResized(int width); | |
77 void propertyStacksResized(); | 78 void propertyStacksResized(); |
78 void contextHelpChanged(const QString &); | 79 void contextHelpChanged(const QString &); |
79 | 80 |
80 void paneAdded(Pane *pane); | 81 void paneAdded(Pane *pane); |
81 void paneAdded(); | 82 void paneAdded(); |