GNU Radio's DISPLAY Package
gr::display::show_text Class Referenceabstract

<+description of block+> More...

#include <show_text.h>

Inheritance diagram for gr::display::show_text:
gr::display::show_text_impl

Public Types

typedef boost::shared_ptr< show_textsptr
 

Public Member Functions

virtual PyObject * pyqwidget ()=0
 

Static Public Member Functions

static sptr make (QWidget *parent=NULL)
 Return a shared_ptr to a new instance of display::show_text. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

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

Member Function Documentation

◆ make()

static sptr gr::display::show_text::make ( QWidget *  parent = NULL)
static

Return a shared_ptr to a new instance of display::show_text.

To avoid accidental use of raw pointers, display::show_text's constructor is in a private implementation class. display::show_text::make is the public interface for creating new instances.

◆ pyqwidget()

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

Implemented in gr::display::show_text_impl.


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