summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/freq_sink_c_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/freq_sink_c_impl.h')
-rw-r--r--gr-qtgui/lib/freq_sink_c_impl.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gr-qtgui/lib/freq_sink_c_impl.h b/gr-qtgui/lib/freq_sink_c_impl.h
index 106e50497d..d162ab03bd 100644
--- a/gr-qtgui/lib/freq_sink_c_impl.h
+++ b/gr-qtgui/lib/freq_sink_c_impl.h
@@ -88,17 +88,20 @@ namespace gr {
float fft_average() const;
void set_frequency_range(const double centerfreq, const double bandwidth);
- void set_fft_power_db(double min, double max);
+ void set_y_axis(double min, double max);
void set_update_time(double t);
- void set_title(int which, const std::string &title);
- void set_color(int which, const std::string &color);
+ void set_title(const std::string &title);
+ void set_line_label(int which, const std::string &label);
+ void set_line_color(int which, const std::string &color);
void set_line_width(int which, int width);
void set_line_style(int which, Qt::PenStyle style);
void set_line_marker(int which, QwtSymbol::Style marker);
void set_size(int width, int height);
+ void reset();
+
int work(int noutput_items,
gr_vector_const_void_star &input_items,
gr_vector_void_star &output_items);