Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 724:cd1e8c731095 spectrogram-export
Permit exporting selected regions only
author | Chris Cannam |
---|---|
date | Wed, 08 Jan 2020 15:31:27 +0000 |
parents | 453029d6e9bf |
children | 1e2e03197b8c |
comparison
equal
deleted
inserted
replaced
723:2915cc467ebf | 724:cd1e8c731095 |
---|---|
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, View *fromView, | 168 virtual bool exportLayerTo(Layer *layer, View *fromView, |
169 MultiSelection *selectionsToWrite, // or null | |
169 QString toPath, QString &error); | 170 QString toPath, QString &error); |
170 | 171 |
171 void cueOSCScript(QString filename); | 172 void cueOSCScript(QString filename); |
172 | 173 |
173 /// Implementation of FrameTimer interface method | 174 /// Implementation of FrameTimer interface method |