15 #include <gnuradio/sync_block.h> 30 typedef std::shared_ptr<qt_sink_c>
sptr;
40 static sptr make(QWidget *parent=NULL);
42 virtual void exec_() = 0;
43 virtual QWidget* qwidget() = 0;
45 #if defined(PY_VERSION) 46 virtual PyObject* pyqwidget() = 0;
48 virtual void* pyqwidget() = 0;
Base fosphor sink API interface.
Definition: base_sink_c.h:24
#define GR_FOSPHOR_API
Definition: api.h:17
std::shared_ptr< qt_sink_c > sptr
Definition: qt_sink_c.h:30
Definition: base_sink_c.h:17
QApplication * d_qApplication
Definition: qt_sink_c.h:51
Qt version of fosphor sink.
Definition: qt_sink_c.h:27