22 #ifndef INCLUDED_DISPLAY_SHOW_IMAGE_H 23 #define INCLUDED_DISPLAY_SHOW_IMAGE_H 27 #include <gnuradio/sync_block.h> 45 typedef boost::shared_ptr<show_image>
sptr;
55 static sptr make(
int imagewidth,
int imageheight,QWidget *parent=NULL);
56 virtual PyObject* pyqwidget()=0;
57 virtual void displayBottomUp(
bool direction) = 0;
boost::shared_ptr< show_image > sptr
Definition: show_image.h:45
Definition: showpngpicture.h:13
#define DISPLAY_API
Definition: api.h:30
Definition: show_image.h:34
display a grayscaled ( png ) image
Definition: show_image.h:42