comparison layer/TimeInstantLayer.cpp @ 308:cda569dfbdfe

* Add labelling option for instants inserted through tapping (closes FR#1674184) Needs some refinement still, but it's almost functionally complete
author Chris Cannam
date Mon, 08 Oct 2007 14:44:38 +0000
parents cd2492c5fe45
children c0b9eec70639
comparison
equal deleted inserted replaced
307:a66ff2059dae 308:cda569dfbdfe
38 m_editing(false), 38 m_editing(false),
39 m_editingPoint(0, tr("New Point")), 39 m_editingPoint(0, tr("New Point")),
40 m_editingCommand(0), 40 m_editingCommand(0),
41 m_plotStyle(PlotInstants) 41 m_plotStyle(PlotInstants)
42 { 42 {
43 43 }
44
45 TimeInstantLayer::~TimeInstantLayer()
46 {
44 } 47 }
45 48
46 void 49 void
47 TimeInstantLayer::setModel(SparseOneDimensionalModel *model) 50 TimeInstantLayer::setModel(SparseOneDimensionalModel *model)
48 { 51 {