comparison transform/TransformFactory.h @ 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 9e027aa5b5c3
children
comparison
equal deleted inserted replaced
144:a9c3ba1777e1 145:82f529a08cf3
27 Q_OBJECT 27 Q_OBJECT
28 28
29 public: 29 public:
30 virtual ~TransformFactory(); 30 virtual ~TransformFactory();
31 31
32 static TransformFactory *instance(); 32 static TransformFactory *getInstance();
33 33
34 // The name is intended to be computer-referenceable, and unique 34 // The name is intended to be computer-referenceable, and unique
35 // within the application. The description is intended to be 35 // within the application. The description is intended to be
36 // human readable. In principle it doesn't have to be unique, but 36 // human readable. In principle it doesn't have to be unique, but
37 // the factory will add suffixes to ensure that it is, all the 37 // the factory will add suffixes to ensure that it is, all the