Mercurial > hg > svcore
comparison transform/CSVFeatureWriter.h @ 1000:ec6e69373997
Implement end-times option for CSV writer (not yet tested)
| author | Chris Cannam |
|---|---|
| date | Tue, 14 Oct 2014 17:30:37 +0100 |
| parents | e25dc8d57565 |
| children | 51bf067de517 |
comparison
equal
deleted
inserted
replaced
| 999:694301cc71cc | 1000:ec6e69373997 |
|---|---|
| 54 virtual QString getWriterTag() const { return "csv"; } | 54 virtual QString getWriterTag() const { return "csv"; } |
| 55 | 55 |
| 56 private: | 56 private: |
| 57 QString m_separator; | 57 QString m_separator; |
| 58 bool m_sampleTiming; | 58 bool m_sampleTiming; |
| 59 bool m_endTimes; | |
| 59 QString m_prevPrintedTrackId; | 60 QString m_prevPrintedTrackId; |
| 60 }; | 61 }; |
| 61 | 62 |
| 62 #endif | 63 #endif |
