Mercurial > hg > svcore
comparison data/model/SparseOneDimensionalModel.h @ 427:72ec275e458b
* Basic implementation of add and remove point in data editor
* Improve resilience of frame - real-time - frame round-trip conversions
author | Chris Cannam |
---|---|
date | Mon, 16 Jun 2008 14:48:42 +0000 |
parents | f5e8f12d2e58 |
children | e43368ec5ff0 |
comparison
equal
deleted
inserted
replaced
426:2386582f67cd | 427:72ec275e458b |
---|---|
167 | 167 |
168 command->addPoint(point); | 168 command->addPoint(point); |
169 return command->finish(); | 169 return command->finish(); |
170 } | 170 } |
171 | 171 |
172 | |
172 virtual bool isColumnTimeValue(int column) const | 173 virtual bool isColumnTimeValue(int column) const |
173 { | 174 { |
174 return (column < 2); | 175 return (column < 2); |
175 } | 176 } |
176 | 177 |