23 #ifndef INCLUDED_QTGUI_FREQ_SINK_C_H
24 #define INCLUDED_QTGUI_FREQ_SINK_C_H
29 #include <qapplication.h>
64 static sptr make(
int fftsize,
int wintype,
66 const std::string &
name,
68 QWidget *parent=NULL);
70 virtual void exec_() = 0;
71 virtual PyObject* pyqwidget() = 0;
73 virtual void set_fft_size(
const int fftsize) = 0;
74 virtual int fft_size()
const = 0;
75 virtual void set_fft_average(
const float fftavg) = 0;
76 virtual float fft_average()
const = 0;
80 virtual void set_frequency_range(
const double centerfreq,
const double bandwidth) = 0;
81 virtual void set_y_axis(
double min,
double max) = 0;
83 virtual void set_update_time(
double t) = 0;
85 virtual void set_title(
const std::string &title) = 0;
86 virtual void set_line_label(
int which,
const std::string &label) = 0;
87 virtual void set_line_color(
int which,
const std::string &color) = 0;
88 virtual void set_line_width(
int which,
int width) = 0;
89 virtual void set_line_style(
int which,
int style) = 0;
90 virtual void set_line_marker(
int which,
int marker) = 0;
91 virtual void set_line_alpha(
int which,
double alpha) = 0;
93 virtual std::string title() = 0;
94 virtual std::string line_label(
int which) = 0;
95 virtual std::string line_color(
int which) = 0;
96 virtual int line_width(
int which) = 0;
97 virtual int line_style(
int which) = 0;
98 virtual int line_marker(
int which) = 0;
99 virtual double line_alpha(
int which) = 0;
101 virtual void set_size(
int width,
int height) = 0;
103 virtual void enable_menu(
bool en=
true) = 0;
104 virtual void enable_grid(
bool en=
true) = 0;
105 virtual void enable_autoscale(
bool en=
true) = 0;
106 virtual void reset() = 0;
float min(float a, float b)
A graphical sink to display multiple signals in frequency.
Definition: freq_sink_c.h:47
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
QApplication * d_qApplication
Definition: freq_sink_c.h:108
boost::shared_ptr< freq_sink_c > sptr
Definition: freq_sink_c.h:51
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
win_type
Definition: firdes.h:45