Mercurial > hg > svgui
comparison view/PaneStack.h @ 500:666cdcae5f0d
* Make it possible to switch panes by clicking on the current-pane
indicator area at left (#1935591)
author | Chris Cannam |
---|---|
date | Tue, 24 Feb 2009 12:02:19 +0000 |
parents | 92b89764eb3b |
children | 566787389e59 |
comparison
equal
deleted
inserted
replaced
499:c5c478ee37b1 | 500:666cdcae5f0d |
---|---|
98 void paneInteractedWith(); | 98 void paneInteractedWith(); |
99 void rightButtonMenuRequested(QPoint); | 99 void rightButtonMenuRequested(QPoint); |
100 void paneDropAccepted(QStringList); | 100 void paneDropAccepted(QStringList); |
101 void paneDropAccepted(QString); | 101 void paneDropAccepted(QString); |
102 void paneDeleteButtonClicked(); | 102 void paneDeleteButtonClicked(); |
103 void indicatorClicked(); | |
103 | 104 |
104 protected: | 105 protected: |
105 Pane *m_currentPane; | 106 Pane *m_currentPane; |
106 | 107 |
107 struct PaneRec | 108 struct PaneRec |