summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/sink_f_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/sink_f_impl.h')
-rw-r--r--gr-qtgui/lib/sink_f_impl.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gr-qtgui/lib/sink_f_impl.h b/gr-qtgui/lib/sink_f_impl.h
index a994f91c37..fb954b6875 100644
--- a/gr-qtgui/lib/sink_f_impl.h
+++ b/gr-qtgui/lib/sink_f_impl.h
@@ -74,32 +74,32 @@ public:
bool plottime,
bool plotconst,
QWidget* parent);
- ~sink_f_impl();
+ ~sink_f_impl() override;
bool check_topology(int ninputs, int noutputs) override;
- void exec_();
- QWidget* qwidget();
+ void exec_() override;
+ QWidget* qwidget() override;
#ifdef ENABLE_PYTHON
- PyObject* pyqwidget();
+ PyObject* pyqwidget() override;
#else
void* pyqwidget();
#endif
- void set_fft_size(const int fftsize);
- int fft_size() const;
+ void set_fft_size(const int fftsize) override;
+ int fft_size() const override;
- void set_frequency_range(const double centerfreq, const double bandwidth);
- void set_fft_power_db(double min, double max);
- void enable_rf_freq(bool en);
+ void set_frequency_range(const double centerfreq, const double bandwidth) override;
+ void set_fft_power_db(double min, double max) override;
+ void enable_rf_freq(bool en) override;
// void set_time_domain_axis(double min, double max);
// void set_constellation_axis(double xmin, double xmax,
// double ymin, double ymax);
// void set_constellation_pen_size(int size);
- void set_update_time(double t);
+ void set_update_time(double t) override;
int general_work(int noutput_items,
gr_vector_int& ninput_items,