15#include <gnuradio/sync_block.h>
30 typedef std::shared_ptr<qt_sink_c>
sptr;
45#if defined(PY_VERSION)
46 virtual PyObject* pyqwidget() = 0;
#define GR_FOSPHOR_API
Definition api.h:17
Base fosphor sink API interface.
Definition base_sink_c.h:25
Qt version of fosphor sink.
Definition qt_sink_c.h:28
virtual void * pyqwidget()=0
virtual QWidget * qwidget()=0
static sptr make(QWidget *parent=NULL)
Return a shared_ptr to a new instance of fosphor::qt_sink_c.
std::shared_ptr< qt_sink_c > sptr
Definition qt_sink_c.h:30
QApplication * d_qApplication
Definition qt_sink_c.h:51
Definition base_sink_c.h:17