Mercurial > hg > svcore
comparison data/fileio/CSVFileReader.h @ 1030:920699b6989d
Use filename as object name when reading data file to model (so it shows in the resulting layer name)
author | Chris Cannam |
---|---|
date | Fri, 13 Feb 2015 13:30:28 +0000 |
parents | e369dd281cf2 |
children | cc27f35aa75c |
comparison
equal
deleted
inserted
replaced
1029:1ecd533a9977 | 1030:920699b6989d |
---|---|
51 | 51 |
52 protected: | 52 protected: |
53 CSVFormat m_format; | 53 CSVFormat m_format; |
54 QIODevice *m_device; | 54 QIODevice *m_device; |
55 bool m_ownDevice; | 55 bool m_ownDevice; |
56 QString m_filename; | |
56 QString m_error; | 57 QString m_error; |
57 mutable int m_warnings; | 58 mutable int m_warnings; |
58 int m_mainModelSampleRate; | 59 int m_mainModelSampleRate; |
59 | 60 |
60 int convertTimeValue(QString, int lineno, int sampleRate, | 61 int convertTimeValue(QString, int lineno, int sampleRate, |