23 #ifndef INCLUDED_QTGUI_TIME_RASTER_SINK_B_H
24 #define INCLUDED_QTGUI_TIME_RASTER_SINK_B_H
29 #include <qapplication.h>
30 #include <qwt_symbol.h>
67 static sptr make(
double samp_rate,
68 double rows,
double cols,
69 const std::vector<float> &mult,
70 const std::vector<float> &offset,
71 const std::string &
name,
73 QWidget *parent=NULL);
75 virtual void exec_() = 0;
76 virtual PyObject* pyqwidget() = 0;
78 virtual void set_update_time(
double t) = 0;
79 virtual void set_title(
const std::string &title) = 0;
80 virtual void set_line_label(
int which,
const std::string &lable) = 0;
81 virtual void set_line_color(
int which,
const std::string &color) = 0;
82 virtual void set_line_width(
int which,
int width) = 0;
83 virtual void set_line_style(
int which, Qt::PenStyle style) = 0;
84 virtual void set_line_marker(
int which, QwtSymbol::Style marker) = 0;
85 virtual void set_line_alpha(
int which,
double alpha) = 0;
86 virtual void set_color_map(
int which,
const int color) = 0;
88 virtual std::string title() = 0;
89 virtual std::string line_label(
int which) = 0;
90 virtual std::string line_color(
int which) = 0;
91 virtual int line_width(
int which) = 0;
92 virtual int line_style(
int which) = 0;
93 virtual int line_marker(
int which) = 0;
94 virtual double line_alpha(
int which) = 0;
95 virtual int color_map(
int which) = 0;
97 virtual void set_size(
int width,
int height) = 0;
99 virtual void set_samp_rate(
const double samp_rate) = 0;
100 virtual void set_num_rows(
double rows) = 0;
101 virtual void set_num_cols(
double cols) = 0;
103 virtual double num_rows() = 0;
104 virtual double num_cols() = 0;
106 virtual void set_multiplier(
const std::vector<float> &mult) = 0;
107 virtual void set_offset(
const std::vector<float> &offset) = 0;
109 virtual void set_intensity_range(
float min,
float max) = 0;
111 virtual void enable_menu(
bool en) = 0;
112 virtual void enable_grid(
bool en) = 0;
113 virtual void enable_autoscale(
bool en) = 0;
114 virtual void reset() = 0;
float min(float a, float b)
A graphical sink to display multiple signals on a time_raster plot.
Definition: time_raster_sink_b.h:49
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
QApplication * d_qApplication
Definition: time_raster_sink_b.h:116
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< time_raster_sink_b > sptr
Definition: time_raster_sink_b.h:53
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.