Mercurial > hg > svcore
comparison data/model/RangeSummarisableTimeValueModel.h @ 1599:ce185d4dd408 bqaudiostream
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 14:43:43 +0000 |
parents | c01cbe41aeb5 |
children | c3b5564cfb78 |
comparison
equal
deleted
inserted
replaced
1598:d2555df635ec | 1599:ce185d4dd408 |
---|---|
96 */ | 96 */ |
97 virtual Range getSummary(int channel, sv_frame_t start, sv_frame_t count) const = 0; | 97 virtual Range getSummary(int channel, sv_frame_t start, sv_frame_t count) const = 0; |
98 | 98 |
99 virtual int getSummaryBlockSize(int desired) const = 0; | 99 virtual int getSummaryBlockSize(int desired) const = 0; |
100 | 100 |
101 QString getTypeName() const { return tr("Range-Summarisable Time-Value"); } | 101 QString getTypeName() const override { return tr("Range-Summarisable Time-Value"); } |
102 }; | 102 }; |
103 | 103 |
104 #endif | 104 #endif |
105 | 105 |