rqt_console.filters.text_filter_widget module

class rqt_console.filters.text_filter_widget.TextFilterWidget(*args: Any, **kwargs: Any)

Bases: QWidget

handle_regex_clicked(clicked)
handle_text_changed()
repopulate()

Stub function. If the widget had any dynamically adjustable data it would requery it in this function.

restore_settings(settings)
save_settings(settings)
set_regex(checked)

Setter for the text edit widget :param text: text to be placed in text_edit, ‘’str’’

set_text(text)

Setter for the text edit widget :param text: text to be placed in text_edit, ‘’str’’