comparison data/fileio/DataFileReaderFactory.h @ 308:14e0f60435b8

* Make it possible to drop audio files, layer files, session files and images onto SV panes. Need to do a bit more work on where we expect the dropped file to go, particularly in the case of audio files -- at the moment they're always opened in new panes, but it may be better to by default replace whatever is in the target pane.
author Chris Cannam
date Wed, 10 Oct 2007 15:18:02 +0000
parents 1a42221a1522
children 183ee2a55fc7
comparison
equal deleted inserted replaced
307:b1a3f7bc035d 308:14e0f60435b8
22 class Model; 22 class Model;
23 23
24 class DataFileReaderFactory 24 class DataFileReaderFactory
25 { 25 {
26 public: 26 public:
27 enum Exception { ImportCancelled };
28
27 /** 29 /**
28 * Return the file extensions that we have data file readers for, 30 * Return the file extensions that we have data file readers for,
29 * in a format suitable for use with QFileDialog. For example, 31 * in a format suitable for use with QFileDialog. For example,
30 * "*.csv *.xml". 32 * "*.csv *.xml".
31 */ 33 */