comparison data/fileio/QuickTimeFileReader.h @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents c324d410b096
children 183ee2a55fc7
comparison
equal deleted inserted replaced
344:277006c62fea 345:700cd3350391
42 CacheMode cacheMode, 42 CacheMode cacheMode,
43 size_t targetRate = 0); 43 size_t targetRate = 0);
44 virtual ~QuickTimeFileReader(); 44 virtual ~QuickTimeFileReader();
45 45
46 virtual QString getError() const { return m_error; } 46 virtual QString getError() const { return m_error; }
47 virtual QString getLocation() const { return m_source.getLocation(); }
47 virtual QString getTitle() const { return m_title; } 48 virtual QString getTitle() const { return m_title; }
48 49
49 static void getSupportedExtensions(std::set<QString> &extensions); 50 static void getSupportedExtensions(std::set<QString> &extensions);
50 static bool supportsExtension(QString ext); 51 static bool supportsExtension(QString ext);
51 static bool supportsContentType(QString type); 52 static bool supportsContentType(QString type);