comparison layer/TimeValueLayer.h @ 22:179bf7b5ddea

* Update some copyright notice dates * Add commands for basic editing operations in time-instants and time-value layers
author Chris Cannam
date Tue, 31 Jan 2006 15:57:25 +0000
parents 3a506d25d95a
children ca57f70b0e48
comparison
equal deleted inserted replaced
21:3a506d25d95a 22:179bf7b5ddea
78 SparseTimeValueModel::PointList getLocalPoints(int) const; 78 SparseTimeValueModel::PointList getLocalPoints(int) const;
79 79
80 SparseTimeValueModel *m_model; 80 SparseTimeValueModel *m_model;
81 bool m_editing; 81 bool m_editing;
82 SparseTimeValueModel::Point m_editingPoint; 82 SparseTimeValueModel::Point m_editingPoint;
83 SparseTimeValueModel::EditCommand *m_editingCommand;
83 QColor m_colour; 84 QColor m_colour;
84 PlotStyle m_plotStyle; 85 PlotStyle m_plotStyle;
85 }; 86 };
86 87
87 #endif 88 #endif