Mercurial > hg > svgui
comparison layer/TimeValueLayer.h @ 515:ff1dc4f302bd sv-v1.5pre1
* Add icons for "show segment division lines" in time value layer and
"always opaque" in colour 3d plot
author | Chris Cannam |
---|---|
date | Fri, 27 Feb 2009 14:24:54 +0000 |
parents | 1341e95eeae9 |
children | 1c6439ef99d6 |
comparison
equal
deleted
inserted
replaced
514:4ba0476ebbb6 | 515:ff1dc4f302bd |
---|---|
68 virtual const Model *getModel() const { return m_model; } | 68 virtual const Model *getModel() const { return m_model; } |
69 void setModel(SparseTimeValueModel *model); | 69 void setModel(SparseTimeValueModel *model); |
70 | 70 |
71 virtual PropertyList getProperties() const; | 71 virtual PropertyList getProperties() const; |
72 virtual QString getPropertyLabel(const PropertyName &) const; | 72 virtual QString getPropertyLabel(const PropertyName &) const; |
73 virtual QString getPropertyIconName(const PropertyName &) const; | |
73 virtual PropertyType getPropertyType(const PropertyName &) const; | 74 virtual PropertyType getPropertyType(const PropertyName &) const; |
74 virtual QString getPropertyGroupName(const PropertyName &) const; | 75 virtual QString getPropertyGroupName(const PropertyName &) const; |
75 virtual int getPropertyRangeAndValue(const PropertyName &, | 76 virtual int getPropertyRangeAndValue(const PropertyName &, |
76 int *min, int *max, int *deflt) const; | 77 int *min, int *max, int *deflt) const; |
77 virtual QString getPropertyValueLabel(const PropertyName &, | 78 virtual QString getPropertyValueLabel(const PropertyName &, |