comparison base/PlayParameterRepository.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 7439f1696314
children 41d64b873d87
comparison
equal deleted inserted replaced
144:a9c3ba1777e1 145:82f529a08cf3
26 class PlayParameterRepository : public QObject 26 class PlayParameterRepository : public QObject
27 { 27 {
28 Q_OBJECT 28 Q_OBJECT
29 29
30 public: 30 public:
31 static PlayParameterRepository *instance(); 31 static PlayParameterRepository *getInstance();
32 32
33 virtual ~PlayParameterRepository(); 33 virtual ~PlayParameterRepository();
34 34
35 void addModel(const Model *model); 35 void addModel(const Model *model);
36 void removeModel(const Model *model); 36 void removeModel(const Model *model);