Mercurial > hg > svcore
comparison data/model/DenseTimeValueModel.h @ 1751:77543124651b by-id
Overhaul PlayParameters bits
author | Chris Cannam |
---|---|
date | Thu, 04 Jul 2019 18:04:21 +0100 |
parents | 0d89abd631ac |
children | c546429d4c2f |
comparison
equal
deleted
inserted
replaced
1750:d0ef65d8dd89 | 1751:77543124651b |
---|---|
30 class DenseTimeValueModel : public Model | 30 class DenseTimeValueModel : public Model |
31 { | 31 { |
32 Q_OBJECT | 32 Q_OBJECT |
33 | 33 |
34 public: | 34 public: |
35 DenseTimeValueModel(); | 35 DenseTimeValueModel() { } |
36 | 36 |
37 virtual ~DenseTimeValueModel(); | 37 virtual ~DenseTimeValueModel() { } |
38 | 38 |
39 /** | 39 /** |
40 * Return the minimum possible value found in this model type. | 40 * Return the minimum possible value found in this model type. |
41 * (That is, the minimum that would be valid, not the minimum | 41 * (That is, the minimum that would be valid, not the minimum |
42 * actually found in a particular model). | 42 * actually found in a particular model). |