comparison layer/Colour3DPlotLayer.h @ 1266:a34a2a25907c

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents f7ebb72c5e12
children d79e21855aef
comparison
equal deleted inserted replaced
1265:6e724c81f18f 1266:a34a2a25907c
57 virtual void paintVerticalScale(LayerGeometryProvider *v, bool, QPainter &paint, QRect rect) const; 57 virtual void paintVerticalScale(LayerGeometryProvider *v, bool, QPainter &paint, QRect rect) const;
58 58
59 virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const; 59 virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const;
60 60
61 virtual bool snapToFeatureFrame(LayerGeometryProvider *v, sv_frame_t &frame, 61 virtual bool snapToFeatureFrame(LayerGeometryProvider *v, sv_frame_t &frame,
62 int &resolution, 62 int &resolution,
63 SnapType snap) const; 63 SnapType snap) const;
64 64
65 virtual void setLayerDormant(const LayerGeometryProvider *v, bool dormant); 65 virtual void setLayerDormant(const LayerGeometryProvider *v, bool dormant);
66 66
67 virtual bool isLayerScrollable(const LayerGeometryProvider *v) const; 67 virtual bool isLayerScrollable(const LayerGeometryProvider *v) const;
68 68
80 virtual QString getPropertyIconName(const PropertyName &) const; 80 virtual QString getPropertyIconName(const PropertyName &) const;
81 virtual QString getPropertyGroupName(const PropertyName &) const; 81 virtual QString getPropertyGroupName(const PropertyName &) const;
82 virtual int getPropertyRangeAndValue(const PropertyName &, 82 virtual int getPropertyRangeAndValue(const PropertyName &,
83 int *min, int *max, int *deflt) const; 83 int *min, int *max, int *deflt) const;
84 virtual QString getPropertyValueLabel(const PropertyName &, 84 virtual QString getPropertyValueLabel(const PropertyName &,
85 int value) const; 85 int value) const;
86 virtual QString getPropertyValueIconName(const PropertyName &, 86 virtual QString getPropertyValueIconName(const PropertyName &,
87 int value) const; 87 int value) const;
88 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const; 88 virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const;
89 virtual void setProperty(const PropertyName &, int value); 89 virtual void setProperty(const PropertyName &, int value);
90 virtual void setProperties(const QXmlAttributes &); 90 virtual void setProperties(const QXmlAttributes &);