Mercurial > hg > svgui
comparison view/PaneStack.h @ 363:6167a28d25fc sv1-v1.2pre3
* line up overview widget nicely with main pane (at least on first startup)
* fix #1878396 renaming layer seems to have no visible effect
* comment out some debug output
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 17:40:53 +0000 |
parents | 267586900360 |
children | 92b89764eb3b |
comparison
equal
deleted
inserted
replaced
362:a9dfa2d6d5ac | 363:6167a28d25fc |
---|---|
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(); |