Mercurial > hg > svgui
diff view/PaneStack.h @ 771:a964151832a7
Merge from branch tony_integration
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 09:54:34 +0100 |
parents | 67b167bb60ab |
children | 4c8ca536b54f |
line wrap: on
line diff
--- a/view/PaneStack.h Sat Apr 12 01:07:05 2014 -0700 +++ b/view/PaneStack.h Wed May 14 09:54:34 2014 +0100 @@ -68,6 +68,8 @@ void setLayoutStyle(LayoutStyle style); void setPropertyStackMinWidth(int mw); + + void setShowPaneAccessories(bool show); // current indicator, close button void sizePanesEqually(); @@ -91,6 +93,8 @@ void paneDeleteButtonClicked(Pane *pane); + void doubleClickSelectInvoked(size_t frame); + public slots: void propertyContainerAdded(PropertyContainer *); void propertyContainerRemoved(PropertyContainer *); @@ -119,6 +123,8 @@ std::vector<PaneRec> m_panes; std::vector<PaneRec> m_hiddenPanes; + bool m_showAccessories; + QSplitter *m_splitter; QStackedWidget *m_propertyStackStack;