Mercurial > hg > svgui
comparison layer/SliceLayer.h @ 374:64e84e5efb76 spectrogram-cache-rejig
* Merge from trunk
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 11:59:42 +0000 |
parents | c0b9eec70639 |
children | 3bf74851d93e |
comparison
equal
deleted
inserted
replaced
332:6440e280122e | 374:64e84e5efb76 |
---|---|
50 return ColourAndBackgroundSignificant; | 50 return ColourAndBackgroundSignificant; |
51 } | 51 } |
52 | 52 |
53 virtual PropertyList getProperties() const; | 53 virtual PropertyList getProperties() const; |
54 virtual QString getPropertyLabel(const PropertyName &) const; | 54 virtual QString getPropertyLabel(const PropertyName &) const; |
55 virtual QString getPropertyIconName(const PropertyName &) const; | |
55 virtual PropertyType getPropertyType(const PropertyName &) const; | 56 virtual PropertyType getPropertyType(const PropertyName &) const; |
56 virtual QString getPropertyGroupName(const PropertyName &) const; | 57 virtual QString getPropertyGroupName(const PropertyName &) const; |
57 virtual int getPropertyRangeAndValue(const PropertyName &, | 58 virtual int getPropertyRangeAndValue(const PropertyName &, |
58 int *min, int *max, int *deflt) const; | 59 int *min, int *max, int *deflt) const; |
59 virtual QString getPropertyValueLabel(const PropertyName &, | 60 virtual QString getPropertyValueLabel(const PropertyName &, |