Mercurial > hg > svgui
comparison layer/SpectrogramLayer.h @ 608:0dba6a391760
Adjust crosshair left end position based on detail level of vertical scale
author | Chris Cannam |
---|---|
date | Mon, 30 Jan 2012 16:06:32 +0000 |
parents | 5b72899d692b |
children | 67e6d518ac27 |
comparison
equal
deleted
inserted
replaced
607:5b72899d692b | 608:0dba6a391760 |
---|---|
261 bool m_normalizeColumns; | 261 bool m_normalizeColumns; |
262 bool m_normalizeVisibleArea; | 262 bool m_normalizeVisibleArea; |
263 int m_lastEmittedZoomStep; | 263 int m_lastEmittedZoomStep; |
264 bool m_synchronous; | 264 bool m_synchronous; |
265 | 265 |
266 mutable bool m_haveDetailedScale; | |
266 mutable int m_lastPaintBlockWidth; | 267 mutable int m_lastPaintBlockWidth; |
267 mutable RealTime m_lastPaintTime; | 268 mutable RealTime m_lastPaintTime; |
268 | 269 |
269 enum { NO_VALUE = 0 }; // colour index for unused pixels | 270 enum { NO_VALUE = 0 }; // colour index for unused pixels |
270 | 271 |