Mercurial > hg > svgui
comparison layer/TimeValueLayer.cpp @ 310:f4458c8bffa6
...
author | Chris Cannam |
---|---|
date | Tue, 09 Oct 2007 16:22:14 +0000 |
parents | ea37c229a578 |
children | c0b9eec70639 |
comparison
equal
deleted
inserted
replaced
309:b7d45fed8146 | 310:f4458c8bffa6 |
---|---|
1161 | 1161 |
1162 const Clipboard::PointList &points = from.getPoints(); | 1162 const Clipboard::PointList &points = from.getPoints(); |
1163 | 1163 |
1164 SparseTimeValueModel::EditCommand *command = | 1164 SparseTimeValueModel::EditCommand *command = |
1165 new SparseTimeValueModel::EditCommand(m_model, tr("Paste")); | 1165 new SparseTimeValueModel::EditCommand(m_model, tr("Paste")); |
1166 | |
1167 //!!! Replace all this with a use of Labeller | |
1166 | 1168 |
1167 enum ValueAvailability { | 1169 enum ValueAvailability { |
1168 UnknownAvailability, | 1170 UnknownAvailability, |
1169 NoValues, | 1171 NoValues, |
1170 SomeValues, | 1172 SomeValues, |