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 the display widgets based on the function arguments passed in during initialization
- restore_settings(settings)
Restores the settings for this filter from an ini file. :param settings: used to extract the settings from an ini file ‘’qt_gui.settings.Settings’’
- save_settings(settings)
Saves the settings for this filter to an ini file. :param settings: used to write the settings to an ini file ‘’qt_gui.settings.Settings’’