comparison layer/TimeValueLayer.h @ 1374:631897ba9fca zoom

Merge from default branch
author Chris Cannam
date Tue, 06 Nov 2018 08:59:03 +0000
parents d79e21855aef
children a18e78b9c78b
comparison
equal deleted inserted replaced
1360:e848ea0850fe 1374:631897ba9fca
182 bool m_editing; 182 bool m_editing;
183 SparseTimeValueModel::Point m_originalPoint; 183 SparseTimeValueModel::Point m_originalPoint;
184 SparseTimeValueModel::Point m_editingPoint; 184 SparseTimeValueModel::Point m_editingPoint;
185 SparseTimeValueModel::EditCommand *m_editingCommand; 185 SparseTimeValueModel::EditCommand *m_editingCommand;
186 int m_colourMap; 186 int m_colourMap;
187 bool m_colourInverted;
187 PlotStyle m_plotStyle; 188 PlotStyle m_plotStyle;
188 VerticalScale m_verticalScale; 189 VerticalScale m_verticalScale;
189 bool m_drawSegmentDivisions; 190 bool m_drawSegmentDivisions;
190 bool m_derivative; 191 bool m_derivative;
191 192