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)
Set the text edit widget regex.
- Parameters:
text – text to be placed in text_edit, ‘’str’’
- set_text(text)
Set the text edit widget.
- Parameters:
text – text to be placed in text_edit, ‘’str’’