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

List of all members.

Public Member Functions

def __init__
def has_filter
def set_enabled
def test_message

Private Member Functions

def _relay_signal

Private Attributes

 _all_filters
 _message
 _node
 _severity
 _topic

Detailed Description

Contains filter logic for the custom filter which allows message, severity,
node and topic filtering simultaniously. All of these filters must match
together (if they are used) or the custom filter does not match.

Definition at line 40 of file custom_filter.py.


Constructor & Destructor Documentation

Definition at line 47 of file custom_filter.py.


Member Function Documentation

Passes any signals emitted by the child filters along

Definition at line 68 of file custom_filter.py.

Definition at line 74 of file custom_filter.py.

:signal: emits filter_changed_signal
:param checked: enables the filters if checked is True''bool''

Definition at line 59 of file custom_filter.py.

Tests if the message matches the filter.
:param message: the message to be tested against the filters, ''Message''
:returns: True if the message matches all child filters, ''bool''

Definition at line 80 of file custom_filter.py.


Member Data Documentation

Definition at line 47 of file custom_filter.py.

Definition at line 47 of file custom_filter.py.

Definition at line 47 of file custom_filter.py.

Definition at line 47 of file custom_filter.py.

Definition at line 47 of file custom_filter.py.


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


rqt_console
Author(s): Aaron Blasdel
autogenerated on Mon Oct 6 2014 07:15:09