Mercurial > hg > svcore
comparison data/model/DenseTimeValueModel.cpp @ 1766:85b9b466a59f
Merge from branch by-id
author | Chris Cannam |
---|---|
date | Wed, 17 Jul 2019 14:24:51 +0100 |
parents | 77543124651b |
children | c546429d4c2f |
comparison
equal
deleted
inserted
replaced
1730:649ac57c5a2d | 1766:85b9b466a59f |
---|---|
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #include "DenseTimeValueModel.h" | 16 #include "DenseTimeValueModel.h" |
17 #include "base/PlayParameterRepository.h" | |
18 | 17 |
19 #include <QStringList> | 18 #include <QStringList> |
20 | |
21 DenseTimeValueModel::DenseTimeValueModel() | |
22 { | |
23 PlayParameterRepository::getInstance()->addPlayable(this); | |
24 } | |
25 | |
26 DenseTimeValueModel::~DenseTimeValueModel() | |
27 { | |
28 PlayParameterRepository::getInstance()->removePlayable(this); | |
29 } | |
30 | 19 |
31 QString | 20 QString |
32 DenseTimeValueModel::toDelimitedDataString(QString delimiter, | 21 DenseTimeValueModel::toDelimitedDataString(QString delimiter, |
33 DataExportOptions, | 22 DataExportOptions, |
34 sv_frame_t startFrame, | 23 sv_frame_t startFrame, |