Public Member Functions | Private Attributes
rqt_console.filters.topic_filter.TopicFilter Class Reference
Inheritance diagram for rqt_console.filters.topic_filter.TopicFilter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def has_filter
def set_selected_items
def test_message

Private Attributes

 _selected_items

Detailed Description

Contains filter logic for a topic filter.
If the message's topic text matches any of the text in the stored list
then it is considered a match.

Definition at line 36 of file topic_filter.py.


Constructor & Destructor Documentation

Definition at line 42 of file topic_filter.py.


Member Function Documentation

Definition at line 56 of file topic_filter.py.

Setter for selected items.
:param list_" list of items to store for filtering ''list of QListWidgetItem''
:emits filter_changed_signal: If _enabled is true

Definition at line 46 of file topic_filter.py.

Tests if the message matches the filter.
If the message's topic 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''

Definition at line 59 of file topic_filter.py.


Member Data Documentation

Definition at line 42 of file topic_filter.py.


The documentation for this class was generated from the following file:


rqt_console
Author(s): Aaron Blasdel
autogenerated on Wed Sep 16 2015 06:57:57