Mercurial > hg > svgui
comparison layer/SpectrumLayer.h @ 1417:2487521e857b
Merge
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 14:44:16 +0000 |
parents | a18e78b9c78b |
children | 696e569ff21b |
comparison
equal
deleted
inserted
replaced
1416:d794630429a7 | 1417:2487521e857b |
---|---|
99 WindowType getWindowType() const { return m_windowType; } | 99 WindowType getWindowType() const { return m_windowType; } |
100 | 100 |
101 void setShowPeaks(bool); | 101 void setShowPeaks(bool); |
102 bool getShowPeaks() const { return m_showPeaks; } | 102 bool getShowPeaks() const { return m_showPeaks; } |
103 | 103 |
104 virtual bool needsTextLabelHeight() const { return true; } | 104 bool needsTextLabelHeight() const override { return true; } |
105 | 105 |
106 virtual void toXml(QTextStream &stream, QString indent = "", | 106 virtual void toXml(QTextStream &stream, QString indent = "", |
107 QString extraAttributes = "") const override; | 107 QString extraAttributes = "") const override; |
108 | 108 |
109 virtual double getFrequencyForX(const LayerGeometryProvider *, double x) | 109 virtual double getFrequencyForX(const LayerGeometryProvider *, double x) |