Mercurial > hg > svgui
comparison layer/NoteLayer.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 4fe7a09be0fe |
children | d79e21855aef |
comparison
equal
deleted
inserted
replaced
1265:6e724c81f18f | 1266:a34a2a25907c |
---|---|
41 virtual void paintVerticalScale(LayerGeometryProvider *v, bool, QPainter &paint, QRect rect) const; | 41 virtual void paintVerticalScale(LayerGeometryProvider *v, bool, QPainter &paint, QRect rect) const; |
42 | 42 |
43 virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const; | 43 virtual QString getFeatureDescription(LayerGeometryProvider *v, QPoint &) const; |
44 | 44 |
45 virtual bool snapToFeatureFrame(LayerGeometryProvider *v, sv_frame_t &frame, | 45 virtual bool snapToFeatureFrame(LayerGeometryProvider *v, sv_frame_t &frame, |
46 int &resolution, | 46 int &resolution, |
47 SnapType snap) const; | 47 SnapType snap) const; |
48 | 48 |
49 virtual void drawStart(LayerGeometryProvider *v, QMouseEvent *); | 49 virtual void drawStart(LayerGeometryProvider *v, QMouseEvent *); |
50 virtual void drawDrag(LayerGeometryProvider *v, QMouseEvent *); | 50 virtual void drawDrag(LayerGeometryProvider *v, QMouseEvent *); |
51 virtual void drawEnd(LayerGeometryProvider *v, QMouseEvent *); | 51 virtual void drawEnd(LayerGeometryProvider *v, QMouseEvent *); |
52 | 52 |
76 virtual PropertyType getPropertyType(const PropertyName &) const; | 76 virtual PropertyType getPropertyType(const PropertyName &) const; |
77 virtual QString getPropertyGroupName(const PropertyName &) const; | 77 virtual QString getPropertyGroupName(const PropertyName &) const; |
78 virtual int getPropertyRangeAndValue(const PropertyName &, | 78 virtual int getPropertyRangeAndValue(const PropertyName &, |
79 int *min, int *max, int *deflt) const; | 79 int *min, int *max, int *deflt) const; |
80 virtual QString getPropertyValueLabel(const PropertyName &, | 80 virtual QString getPropertyValueLabel(const PropertyName &, |
81 int value) const; | 81 int value) const; |
82 virtual void setProperty(const PropertyName &, int value); | 82 virtual void setProperty(const PropertyName &, int value); |
83 | 83 |
84 enum VerticalScale { | 84 enum VerticalScale { |
85 AutoAlignScale, | 85 AutoAlignScale, |
86 LinearScale, | 86 LinearScale, |