|
GNU Radio's HOWTO Package
|
display a grayscaled ( png ) image More...
#include <show_image.h>
Public Types | |
| typedef boost::shared_ptr< show_image > | sptr |
Public Member Functions | |
| virtual PyObject * | pyqwidget ()=0 |
| virtual void | displayBottomUp (bool direction)=0 |
Static Public Member Functions | |
| static sptr | make (int imagewidth, int imageheight, QWidget *parent=NULL) |
| Return a shared_ptr to a new instance of display::show_image. More... | |
display a grayscaled ( png ) image
| typedef boost::shared_ptr<show_image> gr::display::show_image::sptr |
|
pure virtual |
Implemented in gr::display::show_image_impl.
|
static |
Return a shared_ptr to a new instance of display::show_image.
To avoid accidental use of raw pointers, display::show_image's constructor is in a private implementation class. display::show_image::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::display::show_image_impl.