Public Member Functions | |
def | __init__ |
def | add_curve |
def | eventFilter |
def | log |
def | mouseMoveEvent |
def | mousePressEvent |
def | move_canvas |
def | redraw |
def | remove_curve |
def | rescale |
def | rescale_axis_x |
def | resizeEvent |
def | scale_axis_y |
def | update_value |
def | update_values |
def | wheelEvent |
Static Public Attributes | |
tuple | mouseCoordinatesChanged = Signal(QPointF) |
Private Attributes | |
_canvas_display_height | |
_canvas_display_width | |
_canvas_offset_x | |
_canvas_offset_y | |
_color_index | |
_curves | |
_data_offset_x | |
_last_canvas_x | |
_last_canvas_y | |
_last_click_coordinates | |
_picker | |
_pressed_canvas_y | |
_time_axis | |
Static Private Attributes | |
list | _colors = [Qt.red, Qt.blue, Qt.magenta, Qt.cyan, Qt.green, Qt.darkYellow, Qt.black, Qt.darkRed, Qt.gray, Qt.darkCyan] |
int | _num_value_saved = 1000 |
int | _num_values_ploted = 1000 |
Definition at line 46 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.__init__ | ( | self, | |
args | |||
) |
Definition at line 52 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.add_curve | ( | self, | |
curve_id, | |||
curve_name, | |||
values_x, | |||
values_y | |||
) |
Definition at line 117 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.eventFilter | ( | self, | |
_, | |||
event | |||
) |
Definition at line 90 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.log | ( | self, | |
level, | |||
message | |||
) |
Definition at line 109 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.mouseMoveEvent | ( | self, | |
event | |||
) |
Definition at line 198 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.mousePressEvent | ( | self, | |
event | |||
) |
Definition at line 193 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.move_canvas | ( | self, | |
delta_x, | |||
delta_y | |||
) |
Definition at line 186 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.redraw | ( | self | ) |
Definition at line 153 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.remove_curve | ( | self, | |
curve_id | |||
) |
Definition at line 131 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.rescale | ( | self | ) |
Definition at line 159 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.rescale_axis_x | ( | self, | |
delta__x | |||
) |
Definition at line 175 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.resizeEvent | ( | self, | |
event | |||
) |
Definition at line 112 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.scale_axis_y | ( | self, | |
max_value | |||
) |
Definition at line 182 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.update_value | ( | self, | |
curve_id, | |||
value_x, | |||
value_y | |||
) |
Definition at line 145 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.update_values | ( | self, | |
curve_id, | |||
values_x, | |||
values_y | |||
) |
Definition at line 140 of file qwt_data_plot.py.
def rqt_plot.qwt_data_plot.QwtDataPlot.wheelEvent | ( | self, | |
event | |||
) |
Definition at line 214 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
list rqt_plot::qwt_data_plot.QwtDataPlot::_colors = [Qt.red, Qt.blue, Qt.magenta, Qt.cyan, Qt.green, Qt.darkYellow, Qt.black, Qt.darkRed, Qt.gray, Qt.darkCyan] [static, private] |
Definition at line 48 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
int rqt_plot::qwt_data_plot.QwtDataPlot::_num_value_saved = 1000 [static, private] |
Definition at line 49 of file qwt_data_plot.py.
int rqt_plot::qwt_data_plot.QwtDataPlot::_num_values_ploted = 1000 [static, private] |
Definition at line 50 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
Definition at line 52 of file qwt_data_plot.py.
tuple rqt_plot::qwt_data_plot.QwtDataPlot::mouseCoordinatesChanged = Signal(QPointF) [static] |
Definition at line 47 of file qwt_data_plot.py.