Mercurial > hg > svgui
comparison view/PaneStack.h @ 190:53835534a9d3
* Allow user to activate a pane by clicking on the tab for its currently active
layer. Formerly nothing happened if you clicked on the tab that was already
topmost in a given property stack, because the tab widget only emitted a signal
if the current tab changed. We want this to switch focus back to the pane if
another one has been active in the mean time.
* Make the thumbwheels look a bit round.
author | Chris Cannam |
---|---|
date | Mon, 22 Jan 2007 15:42:00 +0000 |
parents | 5b7472db612b |
children | efadb9d2b2c6 |
comparison
equal
deleted
inserted
replaced
189:5b7472db612b | 190:53835534a9d3 |
---|---|
72 | 72 |
73 public slots: | 73 public slots: |
74 void propertyContainerAdded(PropertyContainer *); | 74 void propertyContainerAdded(PropertyContainer *); |
75 void propertyContainerRemoved(PropertyContainer *); | 75 void propertyContainerRemoved(PropertyContainer *); |
76 void propertyContainerSelected(View *client, PropertyContainer *); | 76 void propertyContainerSelected(View *client, PropertyContainer *); |
77 void viewSelected(View *v); | |
77 void paneInteractedWith(); | 78 void paneInteractedWith(); |
78 void rightButtonMenuRequested(QPoint); | 79 void rightButtonMenuRequested(QPoint); |
79 | 80 |
80 protected: | 81 protected: |
81 Pane *m_currentPane; | 82 Pane *m_currentPane; |