Mercurial > hg > svgui
comparison layer/SliceLayer.h @ 267:4ed1446ad604
* more on measurement tool -- pull out some logic from pane to layer &c
still more to do
author | Chris Cannam |
---|---|
date | Thu, 21 Jun 2007 16:12:00 +0000 |
parents | a3a54632cd4c |
children | b9380f679f70 |
comparison
equal
deleted
inserted
replaced
266:aee39d8c0b83 | 267:4ed1446ad604 |
---|---|
127 PlotStyle m_plotStyle; | 127 PlotStyle m_plotStyle; |
128 BinScale m_binScale; | 128 BinScale m_binScale; |
129 bool m_normalize; | 129 bool m_normalize; |
130 float m_gain; | 130 float m_gain; |
131 mutable std::vector<int> m_scalePoints; | 131 mutable std::vector<int> m_scalePoints; |
132 mutable std::map<View *, int> m_xorigins; | 132 mutable std::map<const View *, int> m_xorigins; |
133 mutable size_t m_currentf0; | 133 mutable size_t m_currentf0; |
134 mutable size_t m_currentf1; | 134 mutable size_t m_currentf1; |
135 mutable std::vector<float> m_values; | 135 mutable std::vector<float> m_values; |
136 }; | 136 }; |
137 | 137 |