comparison layer/Colour3DPlotLayer.h @ 183:5f86ae638b04

* Omit translucent blue fill for selection rectangles that are superimposed over layers that use colours for meaningful purposes such as the spectrogram (CHARM change request)
author Chris Cannam
date Fri, 24 Nov 2006 16:56:15 +0000
parents 42118892f428
children 57c2350a8c40
comparison
equal deleted inserted replaced
182:42118892f428 183:5f86ae638b04
60 size_t &resolution, 60 size_t &resolution,
61 SnapType snap) const; 61 SnapType snap) const;
62 62
63 virtual bool isLayerScrollable(const View *v) const; 63 virtual bool isLayerScrollable(const View *v) const;
64 64
65 virtual bool isLayerColourSignificant() const { return true; }
66
65 void setModel(const DenseThreeDimensionalModel *model); 67 void setModel(const DenseThreeDimensionalModel *model);
66 68
67 virtual int getCompletion(View *) const { return m_model->getCompletion(); } 69 virtual int getCompletion(View *) const { return m_model->getCompletion(); }
68 70
69 virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; } 71 virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; }