22 #ifndef INCLUDED_GR_FOSPHOR_QT_SINK_C_H 23 #define INCLUDED_GR_FOSPHOR_QT_SINK_C_H 32 #include <gnuradio/sync_block.h> 35 #include <QApplication> 47 typedef boost::shared_ptr<qt_sink_c>
sptr;
57 static sptr make(QWidget *parent=NULL);
59 virtual void exec_() = 0;
60 virtual QWidget* qwidget() = 0;
63 virtual PyObject* pyqwidget() = 0;
65 virtual void* pyqwidget() = 0;
Base fosphor sink API interface.
Definition: base_sink_c.h:37
#define GR_FOSPHOR_API
Definition: api.h:30
Definition: base_sink_c.h:30
QApplication * d_qApplication
Definition: qt_sink_c.h:68
Qt version of fosphor sink.
Definition: qt_sink_c.h:44
boost::shared_ptr< qt_sink_c > sptr
Definition: qt_sink_c.h:47