comparison data/model/Labeller.h @ 380:bc4712c7d269 sv1-v1.2pre5

* Allow entry of numbers smaller than 1 in the Set Counters dialog * Renumber Selected Instants now starts its count at the next counter value -- previously it always started at 1:1 and the values that you had set were only used when tapping * pull Reset Counters up a menu level to make it easier to get to
author Chris Cannam
date Tue, 12 Feb 2008 15:41:01 +0000
parents d02f71281639
children 6a96bff0bd59
comparison
equal deleted inserted replaced
379:62789d79b98f 380:bc4712c7d269
70 m_rate(0) { } 70 m_rate(0) { }
71 71
72 Labeller(const Labeller &l) : 72 Labeller(const Labeller &l) :
73 QObject(), 73 QObject(),
74 m_type(l.m_type), 74 m_type(l.m_type),
75 m_counter(1), 75 m_counter(l.m_counter),
76 m_counter2(1), 76 m_counter2(l.m_counter2),
77 m_cycle(l.m_cycle), 77 m_cycle(l.m_cycle),
78 m_dp(l.m_dp), 78 m_dp(l.m_dp),
79 m_rate(l.m_rate) { } 79 m_rate(l.m_rate) { }
80 80
81 virtual ~Labeller() { } 81 virtual ~Labeller() { }