comparison layer/SpectrumLayer.h @ 1266:a34a2a25907c

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents b7d3bd4ff43b
children b4cb11ca8233
comparison
equal deleted inserted replaced
1265:6e724c81f18f 1266:a34a2a25907c
49 virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const override; 49 virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const override;
50 50
51 virtual void paint(LayerGeometryProvider *v, QPainter &paint, QRect rect) const override; 51 virtual void paint(LayerGeometryProvider *v, QPainter &paint, QRect rect) const override;
52 52
53 virtual VerticalPosition getPreferredFrameCountPosition() const override { 53 virtual VerticalPosition getPreferredFrameCountPosition() const override {
54 return PositionTop; 54 return PositionTop;
55 } 55 }
56 56
57 virtual PropertyList getProperties() const override; 57 virtual PropertyList getProperties() const override;
58 virtual QString getPropertyLabel(const PropertyName &) const override; 58 virtual QString getPropertyLabel(const PropertyName &) const override;
59 virtual QString getPropertyIconName(const PropertyName &) const override; 59 virtual QString getPropertyIconName(const PropertyName &) const override;
60 virtual PropertyType getPropertyType(const PropertyName &) const override; 60 virtual PropertyType getPropertyType(const PropertyName &) const override;
61 virtual QString getPropertyGroupName(const PropertyName &) const override; 61 virtual QString getPropertyGroupName(const PropertyName &) const override;
62 virtual int getPropertyRangeAndValue(const PropertyName &, 62 virtual int getPropertyRangeAndValue(const PropertyName &,
63 int *min, int *max, int *deflt) const override; 63 int *min, int *max, int *deflt) const override;
64 virtual QString getPropertyValueLabel(const PropertyName &, 64 virtual QString getPropertyValueLabel(const PropertyName &,
65 int value) const override; 65 int value) const override;
66 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const override; 66 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const override;
67 virtual void setProperty(const PropertyName &, int value) override; 67 virtual void setProperty(const PropertyName &, int value) override;
68 virtual void setProperties(const QXmlAttributes &) override; 68 virtual void setProperties(const QXmlAttributes &) override;
69 69
70 virtual bool getXScaleValue(const LayerGeometryProvider *v, int x, 70 virtual bool getXScaleValue(const LayerGeometryProvider *v, int x,