Mercurial > hg > svcore
comparison transform/TransformFactory.cpp @ 145:82f529a08cf3
* 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 | 3d67c2fd2217 |
children |
comparison
equal
deleted
inserted
replaced
144:a9c3ba1777e1 | 145:82f529a08cf3 |
---|---|
33 | 33 |
34 TransformFactory * | 34 TransformFactory * |
35 TransformFactory::m_instance = new TransformFactory; | 35 TransformFactory::m_instance = new TransformFactory; |
36 | 36 |
37 TransformFactory * | 37 TransformFactory * |
38 TransformFactory::instance() | 38 TransformFactory::getInstance() |
39 { | 39 { |
40 return m_instance; | 40 return m_instance; |
41 } | 41 } |
42 | 42 |
43 TransformFactory::~TransformFactory() | 43 TransformFactory::~TransformFactory() |