Public Member Functions | |
def | __init__ |
def | append |
def | get_values |
def | remove_selected |
Private Member Functions | |
def | _datachanged |
def | _selected |
Private Attributes | |
_list | |
_model | |
_selected_index |
an editable list of strings
Definition at line 89 of file blacklist.py.
def rqt_graphprofiler.blacklist.Blacklist.__init__ | ( | self, | |
parent = None |
|||
) |
Definition at line 91 of file blacklist.py.
def rqt_graphprofiler.blacklist.Blacklist._datachanged | ( | self, | |
tl, | |||
br | |||
) | [private] |
Reorder list alphabetically when things change
Definition at line 109 of file blacklist.py.
def rqt_graphprofiler.blacklist.Blacklist._selected | ( | self, | |
index | |||
) | [private] |
registers when an item is selected
Definition at line 105 of file blacklist.py.
def rqt_graphprofiler.blacklist.Blacklist.append | ( | self, | |
val | |||
) |
Adds a value to the list
Definition at line 115 of file blacklist.py.
def rqt_graphprofiler.blacklist.Blacklist.get_values | ( | self | ) |
returns the values stored in the list
Definition at line 130 of file blacklist.py.
removes any selected value from the list
Definition at line 122 of file blacklist.py.
Definition at line 91 of file blacklist.py.
Definition at line 91 of file blacklist.py.
Definition at line 91 of file blacklist.py.