Mercurial > hg > svcore
comparison data/fileio/FileFinder.h @ 1332:b1a7f4554400 svg
Implement "Export SVG file..."
author | Chris Cannam |
---|---|
date | Mon, 19 Dec 2016 16:32:34 +0000 |
parents | 6b77fcc39723 |
children | ea1aa24ebf89 |
comparison
equal
deleted
inserted
replaced
1331:576be7933ec7 | 1332:b1a7f4554400 |
---|---|
11 published by the Free Software Foundation; either version 2 of the | 11 published by the Free Software Foundation; either version 2 of the |
12 License, or (at your option) any later version. See the file | 12 License, or (at your option) any later version. See the file |
13 COPYING included with this distribution for more information. | 13 COPYING included with this distribution for more information. |
14 */ | 14 */ |
15 | 15 |
16 #ifndef _FILE_FINDER_H_ | 16 #ifndef SV_FILE_FINDER_H |
17 #define _FILE_FINDER_H_ | 17 #define SV_FILE_FINDER_H |
18 | 18 |
19 #include <QString> | 19 #include <QString> |
20 | 20 |
21 class FileFinder | 21 class FileFinder |
22 { | 22 { |
26 AudioFile, | 26 AudioFile, |
27 LayerFile, | 27 LayerFile, |
28 LayerFileNoMidi, | 28 LayerFileNoMidi, |
29 SessionOrAudioFile, | 29 SessionOrAudioFile, |
30 ImageFile, | 30 ImageFile, |
31 SVGFile, | |
31 AnyFile, | 32 AnyFile, |
32 CSVFile, | 33 CSVFile, |
33 LayerFileNonSV, | 34 LayerFileNonSV, |
34 LayerFileNoMidiNonSV, | 35 LayerFileNoMidiNonSV, |
35 }; | 36 }; |