Mercurial > hg > svgui
comparison layer/ImageLayer.h @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 4fe7a09be0fe |
children | a18e78b9c78b |
comparison
equal
deleted
inserted
replaced
1265:6e724c81f18f | 1266:a34a2a25907c |
---|---|
41 virtual void paint(LayerGeometryProvider *v, QPainter &paint, QRect rect) const; | 41 virtual void paint(LayerGeometryProvider *v, 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 |
71 virtual QString getPropertyLabel(const PropertyName &) const; | 71 virtual QString getPropertyLabel(const PropertyName &) const; |
72 virtual PropertyType getPropertyType(const PropertyName &) const; | 72 virtual PropertyType getPropertyType(const PropertyName &) const; |
73 virtual int getPropertyRangeAndValue(const PropertyName &, | 73 virtual int getPropertyRangeAndValue(const PropertyName &, |
74 int *min, int *max, int *deflt) const; | 74 int *min, int *max, int *deflt) const; |
75 virtual QString getPropertyValueLabel(const PropertyName &, | 75 virtual QString getPropertyValueLabel(const PropertyName &, |
76 int value) const; | 76 int value) const; |
77 virtual void setProperty(const PropertyName &, int value); | 77 virtual void setProperty(const PropertyName &, int value); |
78 | 78 |
79 virtual ColourSignificance getLayerColourSignificance() const { | 79 virtual ColourSignificance getLayerColourSignificance() const { |
80 return ColourAbsent; | 80 return ColourAbsent; |
81 } | 81 } |