Public Member Functions | |
def | __init__ |
def | get_values |
Static Public Member Functions | |
def | get_blacklist |
Private Member Functions | |
def | _add_item |
def | _remove_item |
Private Attributes | |
_blacklist |
BlacklistDialog
Definition at line 35 of file blacklist.py.
def rqt_graphprofiler.blacklist.BlacklistDialog.__init__ | ( | self, | |
parent = None , |
|||
current_values = None |
|||
) |
Definition at line 37 of file blacklist.py.
def rqt_graphprofiler.blacklist.BlacklistDialog._add_item | ( | self | ) | [private] |
Adds a new default item to the list
Definition at line 66 of file blacklist.py.
def rqt_graphprofiler.blacklist.BlacklistDialog._remove_item | ( | self | ) | [private] |
Removes any selected items from the list
Definition at line 70 of file blacklist.py.
def rqt_graphprofiler.blacklist.BlacklistDialog.get_blacklist | ( | parent = None , |
|
values = None |
|||
) | [static] |
Get a modified blacklist :param list values: current blacklisted values to populate the dialog with :returns: revised list if Ok is pressed, else values
Definition at line 79 of file blacklist.py.
returns the most recent values of the blacklist
Definition at line 74 of file blacklist.py.
Definition at line 37 of file blacklist.py.