comparison layer/TimeRulerLayer.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 0f36cdf407a6
children 33929e0c3c6b
comparison
equal deleted inserted replaced
124:bd6e85b3d88b 125:999ae0f7d10c
51 int *min, int *max) const; 51 int *min, int *max) const;
52 virtual QString getPropertyValueLabel(const PropertyName &, 52 virtual QString getPropertyValueLabel(const PropertyName &,
53 int value) const; 53 int value) const;
54 virtual void setProperty(const PropertyName &, int value); 54 virtual void setProperty(const PropertyName &, int value);
55 55
56 virtual bool getValueExtents(float &min, float &max, 56 virtual bool getValueExtents(float &, float &, bool &, QString &) const {
57 bool &log, QString &unit) const {
58 return false; 57 return false;
59 } 58 }
60 59
61 virtual QString toXmlString(QString indent = "", 60 virtual QString toXmlString(QString indent = "",
62 QString extraAttributes = "") const; 61 QString extraAttributes = "") const;