|
GNU Radio's DISPLAY Package
|
<+description of block+> More...
#include <show_text.h>
Public Types | |
| typedef boost::shared_ptr< show_text > | sptr |
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... | |
<+description of block+>
| typedef boost::shared_ptr<show_text> gr::display::show_text::sptr |
|
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.
|
pure virtual |
Implemented in gr::display::show_text_impl.