rqt_console.filters.time_filter_widget module

class rqt_console.filters.time_filter_widget.TimeFilterWidget(*args: Any, **kwargs: Any)

Bases: QWidget

handle_start_changed(datetime_)
handle_stop_changed(datetime_)
handle_stop_enabled_changed(checked)
repopulate()

Stub function. If the widget had any dynamically adjustable data it would requery it in this function.

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’’