Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 916:94e4952a6774 osx-retina
Start trying to introduce LayerGeometryProvider as proxyable interface for View methods that the Layer wants to use
author | Chris Cannam |
---|---|
date | Tue, 17 Mar 2015 15:05:25 +0000 |
parents | 4a578a360011 |
children | 4fe7a09be0fe |
comparison
equal
deleted
inserted
replaced
915:f6d9f28f37cb | 916:94e4952a6774 |
---|---|
36 | 36 |
37 virtual const ZoomConstraint *getZoomConstraint() const { | 37 virtual const ZoomConstraint *getZoomConstraint() const { |
38 return m_model ? m_model->getZoomConstraint() : 0; | 38 return m_model ? m_model->getZoomConstraint() : 0; |
39 } | 39 } |
40 virtual const Model *getModel() const { return m_model; } | 40 virtual const Model *getModel() const { return m_model; } |
41 virtual void paint(View *v, QPainter &paint, QRect rect) const; | 41 virtual void paint(LayerGeometryProvider *v, QPainter &paint, QRect rect) const; |
42 | 42 |
43 virtual QString getFeatureDescription(View *v, QPoint &) const; | 43 virtual QString getFeatureDescription(View *v, QPoint &) const; |
44 | 44 |
45 virtual ColourSignificance getLayerColourSignificance() const { | 45 virtual ColourSignificance getLayerColourSignificance() const { |
46 return ColourAndBackgroundSignificant; | 46 return ColourAndBackgroundSignificant; |