Mercurial > hg > svcore
comparison data/model/FFTModel.h @ 1679:0d89abd631ac single-point
Re-add the toDelimitedDataString stuff
author | Chris Cannam |
---|---|
date | Thu, 28 Mar 2019 16:03:36 +0000 |
parents | c01cbe41aeb5 |
children | 78fe29adfd16 |
comparison
equal
deleted
inserted
replaced
1678:1078f0ef3012 | 1679:0d89abd631ac |
---|---|
86 } | 86 } |
87 return c; | 87 return c; |
88 } | 88 } |
89 virtual QString getError() const { return ""; } //!!!??? | 89 virtual QString getError() const { return ""; } //!!!??? |
90 virtual sv_frame_t getFillExtent() const { return getEndFrame(); } | 90 virtual sv_frame_t getFillExtent() const { return getEndFrame(); } |
91 QString toDelimitedDataString(QString, DataExportOptions, | |
92 sv_frame_t, sv_frame_t) const override { | |
93 return ""; | |
94 } | |
91 | 95 |
92 // FFTModel methods: | 96 // FFTModel methods: |
93 // | 97 // |
94 int getChannel() const { return m_channel; } | 98 int getChannel() const { return m_channel; } |
95 WindowType getWindowType() const { return m_windowType; } | 99 WindowType getWindowType() const { return m_windowType; } |