Mercurial > hg > svgui
comparison view/PaneStack.h @ 320:984c1975f1ff
* Some tidying up to handling of alignment; add alignment status label to
pane; ensure alignment when dragging with mouse as well as when playing
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2007 14:32:23 +0000 |
parents | 2a50c1ecc990 |
children | 267586900360 |
comparison
equal
deleted
inserted
replaced
319:2a50c1ecc990 | 320:984c1975f1ff |
---|---|
64 LayoutStyle getLayoutStyle() const { return m_layoutStyle; } | 64 LayoutStyle getLayoutStyle() const { return m_layoutStyle; } |
65 void setLayoutStyle(LayoutStyle style); | 65 void setLayoutStyle(LayoutStyle style); |
66 | 66 |
67 void setPropertyStackMinWidth(int mw); | 67 void setPropertyStackMinWidth(int mw); |
68 | 68 |
69 void sizePanesEqually(); | |
70 | |
69 signals: | 71 signals: |
70 void currentPaneChanged(Pane *pane); | 72 void currentPaneChanged(Pane *pane); |
71 void currentLayerChanged(Pane *pane, Layer *layer); | 73 void currentLayerChanged(Pane *pane, Layer *layer); |
72 void rightButtonMenuRequested(Pane *pane, QPoint position); | 74 void rightButtonMenuRequested(Pane *pane, QPoint position); |
73 void propertyStacksResized(); | 75 void propertyStacksResized(); |