comparison data/fileio/FileFinder.h @ 1183:aa61e73cf580 3.0-plus-imaf

Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
author Chris Cannam
date Wed, 20 Apr 2016 12:06:28 +0100
parents 6b77fcc39723 c475940aba79
children
comparison
equal deleted inserted replaced
1182:a1f410f895d3 1183:aa61e73cf580
30 ImageFile, 30 ImageFile,
31 AnyFile, 31 AnyFile,
32 CSVFile, 32 CSVFile,
33 LayerFileNonSV, 33 LayerFileNonSV,
34 LayerFileNoMidiNonSV, 34 LayerFileNoMidiNonSV,
35 IMAFile,
35 }; 36 };
36 37
37 virtual QString getOpenFileName(FileType type, QString fallbackLocation = "") = 0; 38 virtual QString getOpenFileName(FileType type, QString fallbackLocation = "") = 0;
38 virtual QString getSaveFileName(FileType type, QString fallbackLocation = "") = 0; 39 virtual QString getSaveFileName(FileType type, QString fallbackLocation = "") = 0;
39 virtual void registerLastOpenedFilePath(FileType type, QString path) = 0; 40 virtual void registerLastOpenedFilePath(FileType type, QString path) = 0;