diff layer/LayerFactory.h @ 326:4f4f38a11cd2

* Factor out uses of "Sonic Visualiser" in "common" code to applicationName() * Add ability to show work title + artist in top-left of pane (thinking of Vect but may be useful in SV in future) * A few other generalisations useful for Vect
author Chris Cannam
date Fri, 09 Nov 2007 17:46:58 +0000
parents 46faec7aae12
children d58701996fae
line wrap: on
line diff
--- a/layer/LayerFactory.h	Wed Nov 07 16:52:52 2007 +0000
+++ b/layer/LayerFactory.h	Fri Nov 09 17:46:58 2007 +0000
@@ -60,6 +60,8 @@
 
     Layer *createLayer(LayerType type);
 
+    void setLayerDefaultProperties(LayerType type, Layer *layer);
+
     QString getLayerPresentationName(LayerType type);
 
     bool isLayerSliceable(const Layer *);