rqt_console.filters.filter_wrapper_widget module

class rqt_console.filters.filter_wrapper_widget.FilterWrapperWidget(*args: Any, **kwargs: Any)

Bases: QWidget

Wraps other filter widgets to provide check box, delete button, and uniform labeling.

enabled_callback(checked)
repopulate()
restore_settings(settings)

Handle reading the enabled flag from the ini file.

Parameters:

settings – used to read the settings to an ini file ‘’qt_gui.settings.Settings’’

save_settings(settings)

Handle writing the enabled flag to the ini file and passing the object to the widget.

Parameters:

settings – used to write the settings to an ini file ‘’qt_gui.settings.Settings’’