11 #ifndef INCLUDED_QTGUI_EDIT_BOX_MSG_H 12 #define INCLUDED_QTGUI_EDIT_BOX_MSG_H 17 #include <qapplication.h> 95 typedef std::shared_ptr<edit_box_msg>
sptr;
113 const std::string& value =
"",
114 const std::string& label =
"",
116 bool is_static =
true,
117 const std::string& key =
"",
118 QWidget* parent = NULL);
120 virtual void exec_() = 0;
121 virtual QWidget* qwidget() = 0;
data_type_t
Definition: qtgui_types.h:22
std::shared_ptr< edit_box_msg > sptr
Definition: edit_box_msg.h:95
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
Create a QT Edit Box widget where the value is posted as a message.
Definition: edit_box_msg.h:91
QApplication * d_qApplication
Definition: edit_box_msg.h:123
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: gnuradio-runtime/include/gnuradio/block.h:62