Public Member Functions | |
def | __init__ |
def | add_msg_object |
def | add_plot |
def | delete_plot |
def | get_plot_paths |
def | msg_item_is_plottable |
def | on_close |
def | on_msg_left_dclick |
def | on_plot_begin_drag |
def | on_plot_end_drag |
def | on_plot_left_dclick |
def | plot_add_msg |
def | plot_add_selected_msg |
def | plot_delete_selected_msg |
def | traverse |
Public Attributes | |
font | |
imagelist | |
msg_tree | |
plot | |
plot_image_index | |
plot_items | |
plot_root | |
plot_tree | |
Private Member Functions | |
def | _create_toolbar |
def | _update_msg_tree |
def | _update_msg_tree_item |
Private Attributes | |
_drag_item |
Choose data to extract from messages.
Definition at line 46 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::__init__ | ( | self, | ||
plot | ||||
) |
Definition at line 50 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::_create_toolbar | ( | self | ) | [private] |
Definition at line 106 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::_update_msg_tree | ( | self | ) | [private] |
Definition at line 250 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::_update_msg_tree_item | ( | self, | ||
item | ||||
) | [private] |
Definition at line 258 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::add_msg_object | ( | self, | ||
parent, | ||||
path, | ||||
name, | ||||
obj, | ||||
obj_type | ||||
) |
Definition at line 116 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::add_plot | ( | self | ) |
Definition at line 203 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::delete_plot | ( | self | ) |
Definition at line 214 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::get_plot_paths | ( | self | ) |
Definition at line 185 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::msg_item_is_plottable | ( | self, | ||
item | ||||
) |
Definition at line 166 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::on_close | ( | self, | ||
event | ||||
) |
Definition at line 102 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::on_msg_left_dclick | ( | self, | ||
event | ||||
) |
Definition at line 226 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::on_plot_begin_drag | ( | self, | ||
event | ||||
) |
Definition at line 269 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::on_plot_end_drag | ( | self, | ||
event | ||||
) |
Definition at line 274 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::on_plot_left_dclick | ( | self, | ||
event | ||||
) |
Definition at line 173 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::plot_add_msg | ( | self, | ||
path | ||||
) |
Definition at line 240 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::plot_add_selected_msg | ( | self | ) |
Definition at line 229 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::plot_delete_selected_msg | ( | self | ) |
Definition at line 176 of file plot_configure_frame.py.
def rxbag_plugins::plot_configure_frame::PlotConfigureFrame::traverse | ( | tree, | ||
root, | ||||
function | ||||
) |
Definition at line 304 of file plot_configure_frame.py.
Definition at line 57 of file plot_configure_frame.py.
Definition at line 59 of file plot_configure_frame.py.
Definition at line 74 of file plot_configure_frame.py.
Definition at line 61 of file plot_configure_frame.py.
Definition at line 53 of file plot_configure_frame.py.
Definition at line 75 of file plot_configure_frame.py.
Definition at line 90 of file plot_configure_frame.py.
Definition at line 88 of file plot_configure_frame.py.
Definition at line 65 of file plot_configure_frame.py.