Mercurial > hg > svgui
comparison widgets/PropertyStack.h @ 47:2e2ad8510e52
* Fix a crash in PortAudio output for mono data
* Don't construct a chromagram in TonalChangeDetect plugin ctor
* Update layer show/hide/dormancy for multi-view-capable layers -- the
dormancy concept doesn't really work with these constraints any more
author | Chris Cannam |
---|---|
date | Fri, 03 Mar 2006 17:52:21 +0000 |
parents | 46d8f5add6f0 |
children | f2fe98a7c57e |
comparison
equal
deleted
inserted
replaced
46:2152e19d7db9 | 47:2e2ad8510e52 |
---|---|
36 void propertyContainerAdded(PropertyContainer *); | 36 void propertyContainerAdded(PropertyContainer *); |
37 void propertyContainerRemoved(PropertyContainer *); | 37 void propertyContainerRemoved(PropertyContainer *); |
38 void propertyContainerPropertyChanged(PropertyContainer *); | 38 void propertyContainerPropertyChanged(PropertyContainer *); |
39 void propertyContainerNameChanged(PropertyContainer *); | 39 void propertyContainerNameChanged(PropertyContainer *); |
40 | 40 |
41 void showLayer(bool); | |
42 | |
41 protected slots: | 43 protected slots: |
42 void selectedContainerChanged(int); | 44 void selectedContainerChanged(int); |
43 | 45 |
44 protected: | 46 protected: |
45 View *m_client; | 47 View *m_client; |