Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 1325:bc2cb82050a0 zoom
Gradual ZoomLevel updates
author | Chris Cannam |
---|---|
date | Wed, 19 Sep 2018 15:42:22 +0100 |
parents | a34a2a25907c |
children | 6dac67c3ed82 |
comparison
equal
deleted
inserted
replaced
1324:13d9b422f7fe | 1325:bc2cb82050a0 |
---|---|
236 | 236 |
237 mutable std::vector<float> m_effectiveGains; | 237 mutable std::vector<float> m_effectiveGains; |
238 | 238 |
239 mutable QPixmap *m_cache; | 239 mutable QPixmap *m_cache; |
240 mutable bool m_cacheValid; | 240 mutable bool m_cacheValid; |
241 mutable int m_cacheZoomLevel; | 241 mutable ZoomLevel m_cacheZoomLevel; |
242 }; | 242 }; |
243 | 243 |
244 #endif | 244 #endif |