23 #ifndef INCLUDED_QTGUI_EDIT_BOX_MSG_H 24 #define INCLUDED_QTGUI_EDIT_BOX_MSG_H 33 #include <qapplication.h> 111 typedef boost::shared_ptr<edit_box_msg>
sptr;
129 const std::string& value =
"",
130 const std::string& label =
"",
132 bool is_static =
true,
133 const std::string& key =
"",
134 QWidget* parent = NULL);
136 virtual void exec_() = 0;
137 virtual QWidget* qwidget() = 0;
140 virtual PyObject* pyqwidget() = 0;
142 virtual void* pyqwidget() = 0;
data_type_t
Definition: qtgui_types.h:33
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
boost::shared_ptr< edit_box_msg > sptr
Definition: edit_box_msg.h:111
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Create a QT Edit Box widget where the value is posted as a message.
Definition: edit_box_msg.h:107
QApplication * d_qApplication
Definition: edit_box_msg.h:145
PMT_API bool is_pair(const pmt_t &obj)
Return true if obj is a pair, else false (warning: also returns true for a dict)
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71