rqt_console.filters.custom_filter_widget module
- class rqt_console.filters.custom_filter_widget.CustomFilterWidget(*args: Any, **kwargs: Any)
Bases:
QWidget- handle_node_item_changed()
- handle_regex_clicked(clicked)
- handle_severity_item_changed()
- handle_text_changed()
- repopulate()
Repopulates display widgets based on function arguments passed during init.
- restore_settings(settings)
Restore the settings for this filter from an ini file.
- Parameters:
settings – used to extract the settings from an ini file ‘’qt_gui.settings.Settings’’
- save_settings(settings)
Save the settings for this filter to an ini file.
- Parameters:
settings – used to write the settings to an ini file ‘’qt_gui.settings.Settings’’