Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 29:9f55af9676b4
* Add ffwd/rewind
* Abstract out MultiSelection
author | Chris Cannam |
---|---|
date | Wed, 08 Feb 2006 17:59:16 +0000 |
parents | 202d1dca67d2 |
children | ea6fe8cfcdd5 |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Mon Feb 06 17:24:52 2006 +0000 +++ b/layer/SpectrogramLayer.h Wed Feb 08 17:59:16 2006 +0000 @@ -140,6 +140,8 @@ void setProperties(const QXmlAttributes &attributes); + void setLayerDormant(); + protected slots: void cacheInvalid(); void cacheInvalid(size_t startFrame, size_t endFrame); @@ -193,6 +195,7 @@ QTimer *m_updateTimer; size_t m_lastFillExtent; bool m_cachedInitialVisibleArea; + mutable bool m_dormant; bool m_exiting; void setCacheColourmap();