16 #ifndef _CSV_FILE_READER_H_ 17 #define _CSV_FILE_READER_H_ 24 #include <QStringList> 34 virtual bool isOK()
const;
46 int windowSize)
const;
int m_mainModelSampleRate
virtual bool isOK() const
Return true if the file appears to be of the correct type.
int convertTimeValue(QString, int lineno, int sampleRate, int windowSize) const
CSVFileReader(QString path, CSVFormat format, int mainModelSampleRate)
virtual QString getError() const
Model is the base class for all data models that represent any sort of data on a time scale based on ...
virtual Model * load() const
Read the file and return the corresponding data model.