diff framework/MainWindowBase.h @ 141:9a8c73ffdce0

* Make it possible to import an entire session from an RDF document. However, at the moment the timings of events appear to be constrained by how far the audio decoder has got through its audio file at the time the event is queried -- need to investigate.
author Chris Cannam
date Fri, 21 Nov 2008 18:03:14 +0000
parents 4c9c04645685
children 937456ffe33e
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Thu Nov 20 10:59:14 2008 +0000
+++ b/framework/MainWindowBase.h	Fri Nov 21 18:03:14 2008 +0000
@@ -249,6 +249,8 @@
     virtual void contextHelpChanged(const QString &);
     virtual void inProgressSelectionChanged();
 
+    virtual FileOpenStatus openSessionFromRDF(FileSource source);
+
     virtual void closeSession() = 0;
 
 protected: