rqt_console.filters.base_filter module

class rqt_console.filters.base_filter.BaseFilter(*args: Any, **kwargs: Any)

Bases: QObject

Contains basic functions common to all filters. Handles enabled logic and change notification.

has_filter()
is_enabled()
set_enabled(checked)

Setter for _enabled :param checked: boolean flag to set ‘’bool’’ :emits filter_changed_signal: Always

start_emit_timer(msec=None)

Starts a timer to emit a signal to refresh the filters after the filter is changed :param msec: number of msecs to wait before emitting the signal to change the filter ‘’int’’

test_message(message)