16 #ifndef _DATA_FILE_READER_H_ 17 #define _DATA_FILE_READER_H_ 40 virtual bool isOK()
const = 0;
42 virtual QString
getError()
const {
return ""; }
virtual bool isOK() const =0
Return true if the file appears to be of the correct type.
virtual Model * load() const =0
Read the file and return the corresponding data model.
Model is the base class for all data models that represent any sort of data on a time scale based on ...
virtual QString getError() const