rqt_console.filters.node_filter module
- class rqt_console.filters.node_filter.NodeFilter(*args: Any, **kwargs: Any)
Bases:
BaseFilter
Contains filter logic for a single node filter. If the message’s node text matches any of the text in the stored list then it is considered a match.
- has_filter()
- set_selected_items(items)
Setter for selected items. :param list_” list of items to store for filtering ‘’list of QListWidgetItem’’ :emits filter_changed_signal: If _enabled is true
- test_message(message)
Tests if the message matches the filter. If the message’s node text matches any of the text in the stored list then it is considered a match. :param message: the message to be tested against the filters, ‘’Message’’ :returns: True if the message matches, ‘’bool’’