Mercurial > hg > svgui
comparison layer/SpectrogramLayer.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 | ad214997dddb |
children | 01ab51f72e84 |
comparison
equal
deleted
inserted
replaced
46:2152e19d7db9 | 47:2e2ad8510e52 |
---|---|
177 virtual QString toXmlString(QString indent = "", | 177 virtual QString toXmlString(QString indent = "", |
178 QString extraAttributes = "") const; | 178 QString extraAttributes = "") const; |
179 | 179 |
180 void setProperties(const QXmlAttributes &attributes); | 180 void setProperties(const QXmlAttributes &attributes); |
181 | 181 |
182 virtual void setLayerDormant(const bool dormant); | 182 virtual void setLayerDormant(const View *v, bool dormant); |
183 | 183 |
184 protected slots: | 184 protected slots: |
185 void cacheInvalid(); | 185 void cacheInvalid(); |
186 void cacheInvalid(size_t startFrame, size_t endFrame); | 186 void cacheInvalid(size_t startFrame, size_t endFrame); |
187 | 187 |