GNU Radio's HOWTO Package
gr::display::show_image Class Referenceabstract

display a grayscaled ( png ) image More...

#include <show_image.h>

Inheritance diagram for gr::display::show_image:
gr::display::show_image_impl

Public Types

typedef boost::shared_ptr< show_imagesptr
 

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...
 

Detailed Description

display a grayscaled ( png ) image

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<show_image> gr::display::show_image::sptr

Member Function Documentation

◆ displayBottomUp()

virtual void gr::display::show_image::displayBottomUp ( bool  direction)
pure virtual

◆ make()

static sptr gr::display::show_image::make ( int  imagewidth,
int  imageheight,
QWidget *  parent = NULL 
)
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.

◆ pyqwidget()

virtual PyObject* gr::display::show_image::pyqwidget ( )
pure virtual

The documentation for this class was generated from the following file: