Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 728:2dce002539a0
Merge from branch spectrogram-export
author | Chris Cannam |
---|---|
date | Fri, 10 Jan 2020 14:54:43 +0000 |
parents | 1e2e03197b8c |
children | 15da3ab3d416 |
comparison
equal
deleted
inserted
replaced
720:55f317633b93 | 728:2dce002539a0 |
---|---|
163 virtual FileOpenStatus openSessionTemplate(FileSource source); | 163 virtual FileOpenStatus openSessionTemplate(FileSource source); |
164 | 164 |
165 virtual bool saveSessionFile(QString path); | 165 virtual bool saveSessionFile(QString path); |
166 virtual bool saveSessionTemplate(QString path); | 166 virtual bool saveSessionTemplate(QString path); |
167 | 167 |
168 virtual bool exportLayerTo(Layer *layer, QString path, QString &error); | 168 virtual bool exportLayerTo(Layer *layer, View *fromView, |
169 MultiSelection *selectionsToWrite, // or null | |
170 QString toPath, QString &error); | |
169 | 171 |
170 void cueOSCScript(QString filename); | 172 void cueOSCScript(QString filename); |
171 | 173 |
172 /// Implementation of FrameTimer interface method | 174 /// Implementation of FrameTimer interface method |
173 sv_frame_t getFrame() const override; | 175 sv_frame_t getFrame() const override; |
426 RecentFiles m_recentFiles; | 428 RecentFiles m_recentFiles; |
427 RecentFiles m_recentTransforms; | 429 RecentFiles m_recentTransforms; |
428 | 430 |
429 bool m_documentModified; | 431 bool m_documentModified; |
430 bool m_openingAudioFile; | 432 bool m_openingAudioFile; |
431 bool m_abandoning; | |
432 | 433 |
433 Labeller *m_labeller; | 434 Labeller *m_labeller; |
434 | 435 |
435 int m_lastPlayStatusSec; | 436 int m_lastPlayStatusSec; |
436 mutable QString m_myStatusMessage; | 437 mutable QString m_myStatusMessage; |