Mercurial > hg > svgui
diff layer/ImageLayer.h @ 312:6de6f78b13a1
* Make it possible to drop audio files, layer files, session files and images
onto SV panes.
Need to do a bit more work on where we expect the dropped file to go,
particularly in the case of audio files -- at the moment they're always
opened in new panes, but it may be better to by default replace whatever is
in the target pane.
author | Chris Cannam |
---|---|
date | Wed, 10 Oct 2007 15:18:02 +0000 |
parents | 013a37723c0a |
children | c0b9eec70639 |
line wrap: on
line diff
--- a/layer/ImageLayer.h Wed Oct 10 10:22:34 2007 +0000 +++ b/layer/ImageLayer.h Wed Oct 10 15:18:02 2007 +0000 @@ -96,6 +96,8 @@ void setProperties(const QXmlAttributes &attributes); + virtual bool addImage(long frame, QString url); // using a command + protected slots: void checkAddRemotes(); void remoteFileReady();