Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.h @ 475:3f4b10e76ccd
* add setLayerDormant
author | Chris Cannam |
---|---|
date | Thu, 29 Jan 2009 14:55:57 +0000 |
parents | 13e8edbffbd7 |
children | f8b98f63f200 |
comparison
equal
deleted
inserted
replaced
474:efc2bd6d3611 | 475:3f4b10e76ccd |
---|---|
57 virtual QString getFeatureDescription(View *v, QPoint &) const; | 57 virtual QString getFeatureDescription(View *v, QPoint &) const; |
58 | 58 |
59 virtual bool snapToFeatureFrame(View *v, int &frame, | 59 virtual bool snapToFeatureFrame(View *v, int &frame, |
60 size_t &resolution, | 60 size_t &resolution, |
61 SnapType snap) const; | 61 SnapType snap) const; |
62 | |
63 virtual void setLayerDormant(const View *v, bool dormant); | |
62 | 64 |
63 virtual bool isLayerScrollable(const View *v) const; | 65 virtual bool isLayerScrollable(const View *v) const; |
64 | 66 |
65 virtual ColourSignificance getLayerColourSignificance() const { | 67 virtual ColourSignificance getLayerColourSignificance() const { |
66 return ColourHasMeaningfulValue; | 68 return ColourHasMeaningfulValue; |