mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-12 03:07:15 +01:00
Don't export filtered samples when the filter isn't visible
This commit is contained in:
@@ -44,7 +44,9 @@ public:
|
||||
void paintFront(QPainter &painter, QRect &rect, range_t<off_t> sampleRange) override;
|
||||
void paintMid(QPainter &painter, QRect &rect, range_t<off_t> sampleRange) override;
|
||||
bool mouseEvent(QEvent::Type type, QMouseEvent event) override;
|
||||
std::shared_ptr<SampleSource<std::complex<float>>> input() { return inputSource; };
|
||||
void setSampleRate(off_t sampleRate);
|
||||
bool tunerEnabled();
|
||||
void enableScales(bool enabled);
|
||||
|
||||
public slots:
|
||||
@@ -82,7 +84,6 @@ private:
|
||||
float getTunerPhaseInc();
|
||||
std::vector<float> getTunerTaps();
|
||||
int linesPerTile();
|
||||
bool tunerEnabled();
|
||||
void paintFrequencyScale(QPainter &painter, QRect &rect);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user