Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
140:9ccaa8fd9b9f | 141:9a8c73ffdce0 |
---|---|
247 virtual void handleOSCMessage(const OSCMessage &) = 0; | 247 virtual void handleOSCMessage(const OSCMessage &) = 0; |
248 | 248 |
249 virtual void contextHelpChanged(const QString &); | 249 virtual void contextHelpChanged(const QString &); |
250 virtual void inProgressSelectionChanged(); | 250 virtual void inProgressSelectionChanged(); |
251 | 251 |
252 virtual FileOpenStatus openSessionFromRDF(FileSource source); | |
253 | |
252 virtual void closeSession() = 0; | 254 virtual void closeSession() = 0; |
253 | 255 |
254 protected: | 256 protected: |
255 QString m_sessionFile; | 257 QString m_sessionFile; |
256 QString m_audioFile; | 258 QString m_audioFile; |