Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 721:453029d6e9bf spectrogram-export
Start work on spectrogram export code
author | Chris Cannam |
---|---|
date | Mon, 06 Jan 2020 14:47:12 +0000 |
parents | fe268c16ae28 |
children | cd1e8c731095 |
comparison
equal
deleted
inserted
replaced
720:55f317633b93 | 721:453029d6e9bf |
---|---|
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 QString toPath, QString &error); | |
169 | 170 |
170 void cueOSCScript(QString filename); | 171 void cueOSCScript(QString filename); |
171 | 172 |
172 /// Implementation of FrameTimer interface method | 173 /// Implementation of FrameTimer interface method |
173 sv_frame_t getFrame() const override; | 174 sv_frame_t getFrame() const override; |