rqt_reconfigure.text_filter module

class rqt_reconfigure.text_filter.TextFilter(*args: Any, **kwargs: Any)

Bases: MessageFilter

Provides a filtering feature for text set by set_text.

Inheriting rqt_console.filters.MessageFilter, this class provides timeout effect to the input widget (eg. QLineEdit) that contains this class.

get_regexp()
get_text()
set_text(text)

Setter for _text.

Parameters:

text – text to set ‘’str’’

Emits filter_changed_signal:

If _enabled is true

test_message(text)

Overridden.

Parameters:

message (str.) – the message to be tested against the filters.

Return type:

bool