comparison 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
comparison
equal deleted inserted replaced
311:fee76aa923d8 312:6de6f78b13a1
94 94
95 virtual void setLayerDormant(const View *v, bool dormant); 95 virtual void setLayerDormant(const View *v, bool dormant);
96 96
97 void setProperties(const QXmlAttributes &attributes); 97 void setProperties(const QXmlAttributes &attributes);
98 98
99 virtual bool addImage(long frame, QString url); // using a command
100
99 protected slots: 101 protected slots:
100 void checkAddRemotes(); 102 void checkAddRemotes();
101 void remoteFileReady(); 103 void remoteFileReady();
102 104
103 protected: 105 protected: