Mercurial > hg > svgui
diff 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 |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Mon Jan 30 17:51:56 2006 +0000 +++ b/layer/TimeValueLayer.h Tue Jan 31 15:57:25 2006 +0000 @@ -80,6 +80,7 @@ SparseTimeValueModel *m_model; bool m_editing; SparseTimeValueModel::Point m_editingPoint; + SparseTimeValueModel::EditCommand *m_editingCommand; QColor m_colour; PlotStyle m_plotStyle; };