Mercurial > hg > svgui
comparison layer/LayerFactory.h @ 125:999ae0f7d10c
* Change preferences dialog to ok/apply/cancel model
* Make preferences persist in a config file
* Change instance() to getInstance() for all singleton types
* Make pasting to time-value layer with no values in clipboard ask you how to
generate the values
* Fix bad behaviour caused by importing "data"-type (i.e. 3d dense) model from
annotation file without a fixed window size available
author | Chris Cannam |
---|---|
date | Thu, 27 Jul 2006 16:06:32 +0000 |
parents | 705f05ab42e3 |
children | 9e6b3e239b9d |
comparison
equal
deleted
inserted
replaced
124:bd6e85b3d88b | 125:999ae0f7d10c |
---|---|
43 | 43 |
44 // Not-a-layer-type | 44 // Not-a-layer-type |
45 UnknownLayer = 255 | 45 UnknownLayer = 255 |
46 }; | 46 }; |
47 | 47 |
48 static LayerFactory *instance(); | 48 static LayerFactory *getInstance(); |
49 | 49 |
50 virtual ~LayerFactory(); | 50 virtual ~LayerFactory(); |
51 | 51 |
52 typedef std::set<LayerType> LayerTypeSet; | 52 typedef std::set<LayerType> LayerTypeSet; |
53 LayerTypeSet getValidLayerTypes(Model *model); | 53 LayerTypeSet getValidLayerTypes(Model *model); |