Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
324:1f67b110c1a3 | 326:4f4f38a11cd2 |
---|---|
58 | 58 |
59 LayerType getLayerType(const Layer *); | 59 LayerType getLayerType(const Layer *); |
60 | 60 |
61 Layer *createLayer(LayerType type); | 61 Layer *createLayer(LayerType type); |
62 | 62 |
63 void setLayerDefaultProperties(LayerType type, Layer *layer); | |
64 | |
63 QString getLayerPresentationName(LayerType type); | 65 QString getLayerPresentationName(LayerType type); |
64 | 66 |
65 bool isLayerSliceable(const Layer *); | 67 bool isLayerSliceable(const Layer *); |
66 | 68 |
67 void setModel(Layer *layer, Model *model); | 69 void setModel(Layer *layer, Model *model); |