rqt_console.filters.filter_wrapper_widget module
- class rqt_console.filters.filter_wrapper_widget.FilterWrapperWidget(*args: Any, **kwargs: Any)
Bases:
QWidgetWraps the other filter widgets to provide enable check box, delete button control and uniform labeling
- enabled_callback(checked)
- repopulate()
- restore_settings(settings)
Handles reading the enabled flag from the ini file. :param settings: used to read the settings to an ini file ‘’qt_gui.settings.Settings’’
- save_settings(settings)
Handles writing the enabled flag to the ini file and then passes the settings object to the wrapped widget
- Parameters:
settings – used to write the settings to an ini file ‘’qt_gui.settings.Settings’’