Manager of MTrace plot windows. More...
Public Member Functions | |
def | __init__ |
def | displayError |
def | getMsgSelections |
def | make_plot |
def | make_stats_viewer |
def | onClear |
def | onFilterEnter |
def | onMakePlot |
def | onOpen |
def | onSave |
def | onStartROS |
def | onTimer |
def | updateMsgListBox |
Public Attributes | |
timer | |
Private Attributes | |
_file_menu | |
_filter_msg_list | |
_filter_string | |
_filter_textctrl | |
_filter_textctrl_label | |
_msg_listbox | |
_msg_listbox_label | |
_msg_recorder | |
_plot_button | |
_plot_functions | |
_plot_listbox | |
_plot_listbox_label | |
_start_ros_menu_item |
Manager of MTrace plot windows.
Definition at line 537 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.__init__ | ( | self, | |
app, | |||
msg_recorder | |||
) |
Definition at line 538 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.displayError | ( | self, | |
title, | |||
msg | |||
) |
Definition at line 722 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.getMsgSelections | ( | self | ) |
returns list of msgs that were selected in msg_listbox
Definition at line 725 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.make_plot | ( | self, | |
data, | |||
fns | |||
) |
Definition at line 762 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.make_stats_viewer | ( | self, | |
data | |||
) |
Definition at line 755 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.onClear | ( | self, | |
event | |||
) |
Definition at line 683 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.onFilterEnter | ( | self, | |
event | |||
) |
Definition at line 693 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.onMakePlot | ( | self, | |
event | |||
) |
Definition at line 732 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.onOpen | ( | self, | |
event | |||
) |
Definition at line 650 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.onSave | ( | self, | |
event | |||
) |
Definition at line 664 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.onStartROS | ( | self, | |
event | |||
) |
Definition at line 639 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.onTimer | ( | self, | |
event | |||
) |
Definition at line 690 of file mtrace_plot.py.
def mtrace_plot.MtracePlotFrame.updateMsgListBox | ( | self | ) |
Update _msg_listbox with _msg_list values and filter
Definition at line 697 of file mtrace_plot.py.
mtrace_plot.MtracePlotFrame::_file_menu [private] |
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.
Definition at line 538 of file mtrace_plot.py.