summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/bindings/time_raster_sink_b_python.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/python/qtgui/bindings/time_raster_sink_b_python.cc')
-rw-r--r--gr-qtgui/python/qtgui/bindings/time_raster_sink_b_python.cc263
1 files changed, 263 insertions, 0 deletions
diff --git a/gr-qtgui/python/qtgui/bindings/time_raster_sink_b_python.cc b/gr-qtgui/python/qtgui/bindings/time_raster_sink_b_python.cc
new file mode 100644
index 0000000000..558e5a7220
--- /dev/null
+++ b/gr-qtgui/python/qtgui/bindings/time_raster_sink_b_python.cc
@@ -0,0 +1,263 @@
+/*
+ * Copyright 2020 Free Software Foundation, Inc.
+ *
+ * This file is part of GNU Radio
+ *
+ * SPDX-License-Identifier: GPL-3.0-or-later
+ *
+ */
+
+/* This file is automatically generated using bindtool */
+
+#include <pybind11/complex.h>
+#include <pybind11/pybind11.h>
+#include <pybind11/stl.h>
+
+#include <gnuradio/qtgui/utils.h>
+#include <qwt_legend.h>
+#include <qwt_painter.h>
+#include <qwt_plot.h>
+#include <qwt_plot_canvas.h>
+#include <qwt_plot_curve.h>
+#include <qwt_plot_magnifier.h>
+#include <qwt_plot_marker.h>
+#include <qwt_plot_panner.h>
+#include <qwt_plot_zoomer.h>
+#include <qwt_scale_engine.h>
+#include <qwt_scale_widget.h>
+#include <qwt_symbol.h>
+
+namespace py = pybind11;
+
+#include <gnuradio/qtgui/time_raster_sink_b.h>
+// pydoc.h is automatically generated in the build directory
+#include <time_raster_sink_b_pydoc.h>
+
+void bind_time_raster_sink_b(py::module& m)
+{
+
+ using time_raster_sink_b = ::gr::qtgui::time_raster_sink_b;
+
+
+ py::class_<time_raster_sink_b,
+ gr::sync_block,
+ gr::block,
+ gr::basic_block,
+ std::shared_ptr<time_raster_sink_b>>(
+ m, "time_raster_sink_b", D(time_raster_sink_b))
+
+ .def(py::init(&time_raster_sink_b::make),
+ py::arg("samp_rate"),
+ py::arg("rows"),
+ py::arg("cols"),
+ py::arg("mult"),
+ py::arg("offset"),
+ py::arg("name"),
+ py::arg("nconnections") = 1,
+ py::arg("parent") = __null,
+ D(time_raster_sink_b, make))
+
+
+ .def("exec_", &time_raster_sink_b::exec_, D(time_raster_sink_b, exec_))
+
+
+ .def("qwidget", &time_raster_sink_b::qwidget, D(time_raster_sink_b, qwidget))
+
+
+ // .def("pyqwidget",&time_raster_sink_b::pyqwidget,
+ // D(time_raster_sink_b,pyqwidget)
+ // )
+ // For the sip conversion to python to work, the widget object
+ // needs to be explicitly converted to Long
+ .def(
+ "pyqwidget",
+ [](std::shared_ptr<time_raster_sink_b> p) {
+ return PyLong_AsLong(p->pyqwidget());
+ },
+ D(time_raster_sink_b, pyqwidget))
+
+
+ .def("set_update_time",
+ &time_raster_sink_b::set_update_time,
+ py::arg("t"),
+ D(time_raster_sink_b, set_update_time))
+
+
+ .def("set_title",
+ &time_raster_sink_b::set_title,
+ py::arg("title"),
+ D(time_raster_sink_b, set_title))
+
+
+ .def("set_line_label",
+ &time_raster_sink_b::set_line_label,
+ py::arg("which"),
+ py::arg("label"),
+ D(time_raster_sink_b, set_line_label))
+
+
+ .def("set_line_color",
+ &time_raster_sink_b::set_line_color,
+ py::arg("which"),
+ py::arg("color"),
+ D(time_raster_sink_b, set_line_color))
+
+
+ .def("set_line_width",
+ &time_raster_sink_b::set_line_width,
+ py::arg("which"),
+ py::arg("width"),
+ D(time_raster_sink_b, set_line_width))
+
+
+ .def("set_line_style",
+ &time_raster_sink_b::set_line_style,
+ py::arg("which"),
+ py::arg("style"),
+ D(time_raster_sink_b, set_line_style))
+
+
+ .def("set_line_marker",
+ &time_raster_sink_b::set_line_marker,
+ py::arg("which"),
+ py::arg("marker"),
+ D(time_raster_sink_b, set_line_marker))
+
+
+ .def("set_line_alpha",
+ &time_raster_sink_b::set_line_alpha,
+ py::arg("which"),
+ py::arg("alpha"),
+ D(time_raster_sink_b, set_line_alpha))
+
+
+ .def("set_color_map",
+ &time_raster_sink_b::set_color_map,
+ py::arg("which"),
+ py::arg("color"),
+ D(time_raster_sink_b, set_color_map))
+
+
+ .def("title", &time_raster_sink_b::title, D(time_raster_sink_b, title))
+
+
+ .def("line_label",
+ &time_raster_sink_b::line_label,
+ py::arg("which"),
+ D(time_raster_sink_b, line_label))
+
+
+ .def("line_color",
+ &time_raster_sink_b::line_color,
+ py::arg("which"),
+ D(time_raster_sink_b, line_color))
+
+
+ .def("line_width",
+ &time_raster_sink_b::line_width,
+ py::arg("which"),
+ D(time_raster_sink_b, line_width))
+
+
+ .def("line_style",
+ &time_raster_sink_b::line_style,
+ py::arg("which"),
+ D(time_raster_sink_b, line_style))
+
+
+ .def("line_marker",
+ &time_raster_sink_b::line_marker,
+ py::arg("which"),
+ D(time_raster_sink_b, line_marker))
+
+
+ .def("line_alpha",
+ &time_raster_sink_b::line_alpha,
+ py::arg("which"),
+ D(time_raster_sink_b, line_alpha))
+
+
+ .def("color_map",
+ &time_raster_sink_b::color_map,
+ py::arg("which"),
+ D(time_raster_sink_b, color_map))
+
+
+ .def("set_size",
+ &time_raster_sink_b::set_size,
+ py::arg("width"),
+ py::arg("height"),
+ D(time_raster_sink_b, set_size))
+
+
+ .def("set_samp_rate",
+ &time_raster_sink_b::set_samp_rate,
+ py::arg("samp_rate"),
+ D(time_raster_sink_b, set_samp_rate))
+
+
+ .def("set_num_rows",
+ &time_raster_sink_b::set_num_rows,
+ py::arg("rows"),
+ D(time_raster_sink_b, set_num_rows))
+
+
+ .def("set_num_cols",
+ &time_raster_sink_b::set_num_cols,
+ py::arg("cols"),
+ D(time_raster_sink_b, set_num_cols))
+
+
+ .def("num_rows", &time_raster_sink_b::num_rows, D(time_raster_sink_b, num_rows))
+
+
+ .def("num_cols", &time_raster_sink_b::num_cols, D(time_raster_sink_b, num_cols))
+
+
+ .def("set_multiplier",
+ &time_raster_sink_b::set_multiplier,
+ py::arg("mult"),
+ D(time_raster_sink_b, set_multiplier))
+
+
+ .def("set_offset",
+ &time_raster_sink_b::set_offset,
+ py::arg("offset"),
+ D(time_raster_sink_b, set_offset))
+
+
+ .def("set_intensity_range",
+ &time_raster_sink_b::set_intensity_range,
+ py::arg("min"),
+ py::arg("max"),
+ D(time_raster_sink_b, set_intensity_range))
+
+
+ .def("enable_menu",
+ &time_raster_sink_b::enable_menu,
+ py::arg("en"),
+ D(time_raster_sink_b, enable_menu))
+
+
+ .def("enable_grid",
+ &time_raster_sink_b::enable_grid,
+ py::arg("en"),
+ D(time_raster_sink_b, enable_grid))
+
+
+ .def("enable_autoscale",
+ &time_raster_sink_b::enable_autoscale,
+ py::arg("en"),
+ D(time_raster_sink_b, enable_autoscale))
+
+
+ .def("enable_axis_labels",
+ &time_raster_sink_b::enable_axis_labels,
+ py::arg("en") = true,
+ D(time_raster_sink_b, enable_axis_labels))
+
+
+ .def("reset", &time_raster_sink_b::reset, D(time_raster_sink_b, reset))
+
+ ;
+}