comparison framework/MainWindowBase.h @ 659:49cf3787cf22 single-point

Add exportLayerTo (moved here from MainWindow)
author Chris Cannam
date Thu, 28 Mar 2019 14:34:00 +0000
parents 94f518af106c
children 331be52cd473
comparison
equal deleted inserted replaced
658:94f518af106c 659:49cf3787cf22
136 virtual FileOpenStatus openSessionTemplate(QString templateName); 136 virtual FileOpenStatus openSessionTemplate(QString templateName);
137 virtual FileOpenStatus openSessionTemplate(FileSource source); 137 virtual FileOpenStatus openSessionTemplate(FileSource source);
138 138
139 virtual bool saveSessionFile(QString path); 139 virtual bool saveSessionFile(QString path);
140 virtual bool saveSessionTemplate(QString path); 140 virtual bool saveSessionTemplate(QString path);
141
142 virtual bool exportLayerTo(Layer *layer, QString path, QString &error);
141 143
142 void cueOSCScript(QString filename); 144 void cueOSCScript(QString filename);
143 145
144 /// Implementation of FrameTimer interface method 146 /// Implementation of FrameTimer interface method
145 sv_frame_t getFrame() const override; 147 sv_frame_t getFrame() const override;