Mercurial > hg > svgui
diff layer/LayerFactory.h @ 997:296ccd36f626 tony-2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | b12cd1c2dad5 |
children | a34a2a25907c |
line wrap: on
line diff
--- a/layer/LayerFactory.h Mon Apr 13 13:52:05 2015 +0100 +++ b/layer/LayerFactory.h Thu Aug 20 14:54:21 2015 +0100 @@ -57,6 +57,11 @@ typedef std::set<LayerType> LayerTypeSet; LayerTypeSet getValidLayerTypes(Model *model); + + /** + * Return the set of layer types that an end user should be + * allowed to create, empty, for subsequent editing. + */ LayerTypeSet getValidEmptyLayerTypes(); LayerType getLayerType(const Layer *);