comparison layer/Colour3DPlotLayer.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 47cb32bb35ab
children 33929e0c3c6b
comparison
equal deleted inserted replaced
124:bd6e85b3d88b 125:999ae0f7d10c
75 virtual QString getPropertyValueLabel(const PropertyName &, 75 virtual QString getPropertyValueLabel(const PropertyName &,
76 int value) const; 76 int value) const;
77 virtual void setProperty(const PropertyName &, int value); 77 virtual void setProperty(const PropertyName &, int value);
78 */ 78 */
79 79
80 void setProperties(const QXmlAttributes &attributes) { } 80 void setProperties(const QXmlAttributes &) { }
81 81
82 protected slots: 82 protected slots:
83 void cacheInvalid(); 83 void cacheInvalid();
84 void cacheInvalid(size_t startFrame, size_t endFrame); 84 void cacheInvalid(size_t startFrame, size_t endFrame);
85 85