Mercurial > hg > svcore
comparison data/model/SparseOneDimensionalModel.h @ 387:7aa1de571880
* juggle some files around in order to free audioio, base, and system libraries
from dependency on QtGui
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 17:42:56 +0000 |
parents | 700cd3350391 |
children | 5858cc462d0a |
comparison
equal
deleted
inserted
replaced
386:e6d11871e4c9 | 387:7aa1de571880 |
---|---|
17 #define _SPARSE_ONE_DIMENSIONAL_MODEL_H_ | 17 #define _SPARSE_ONE_DIMENSIONAL_MODEL_H_ |
18 | 18 |
19 #include "SparseModel.h" | 19 #include "SparseModel.h" |
20 #include "base/PlayParameterRepository.h" | 20 #include "base/PlayParameterRepository.h" |
21 #include "base/RealTime.h" | 21 #include "base/RealTime.h" |
22 | |
23 #include <QStringList> | |
22 | 24 |
23 struct OneDimensionalPoint | 25 struct OneDimensionalPoint |
24 { | 26 { |
25 public: | 27 public: |
26 OneDimensionalPoint(long _frame) : frame(_frame) { } | 28 OneDimensionalPoint(long _frame) : frame(_frame) { } |