Mercurial > hg > svcore
comparison data/model/DenseTimeValueModel.cpp @ 1751:77543124651b by-id
Overhaul PlayParameters bits
author | Chris Cannam |
---|---|
date | Thu, 04 Jul 2019 18:04:21 +0100 |
parents | 52705a328b34 |
children | c546429d4c2f |
comparison
equal
deleted
inserted
replaced
1750:d0ef65d8dd89 | 1751:77543124651b |
---|---|
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(getId().untyped); | |
24 } | |
25 | |
26 DenseTimeValueModel::~DenseTimeValueModel() | |
27 { | |
28 PlayParameterRepository::getInstance()->removePlayable(getId().untyped); | |
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, |