Mercurial > hg > easaier-soundaccess
comparison widgets/MultiPaneLayerContainer.h @ 96:c70c6b99d871
inform the PaneStack that a new current layer is selected in the PropertyStack
author | lbajardsilogic |
---|---|
date | Tue, 10 Jul 2007 10:08:42 +0000 |
parents | 77e1fa5497e7 |
children | fa034c6ae8bf |
comparison
equal
deleted
inserted
replaced
95:ca3a5912fd78 | 96:c70c6b99d871 |
---|---|
33 void addPane(Pane *pane); | 33 void addPane(Pane *pane); |
34 void removePane(Pane *pane); | 34 void removePane(Pane *pane); |
35 | 35 |
36 signals: | 36 signals: |
37 void removeSelectedItem(); | 37 void removeSelectedItem(); |
38 void propertyContainerSelected(View *client, PropertyContainer *container); | |
38 | 39 |
39 public slots : | 40 public slots : |
40 void currentPaneChanged(Pane *pane); | 41 void currentPaneChanged(Pane *pane); |
41 void paneAdded(Pane *pane); | 42 void paneAdded(Pane *pane); |
42 void paneRemoved(Pane *pane); | 43 void paneRemoved(Pane *pane); |