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)

Set _enabled.

Parameters:

checked – boolean flag to set ‘’bool’’

Emits filter_changed_signal:

Always

start_emit_timer(msec=None)

Start a timer to emit a signal to refresh the filters after the filter is changed.

Parameters:

msec – number of msecs to wait before emitting the signal to change the filter

test_message(message)