fsleyes.controls.timeseriestoolbar

This module provides the TimeSeriesToolBar, a toolbar for use with a TimeSeriesPanel.

class fsleyes.controls.timeseriestoolbar.TimeSeriesToolBar(parent, overlayList, displayCtx, frame, tsPanel)

Bases: fsleyes.controls.plottoolbar.PlotToolBar

The TimeSeriesToolBar is a toolbar for use with a TimeSeriesPanel. It extends PlotToolBar, and adds a few controls specific to the TimeSeriesPanel.

__init__(parent, overlayList, displayCtx, frame, tsPanel)

Create a TimeSeriesToolBar.

Parameters:
static supportedViews()

Overrides ControlMixin.supportedViews(). The TimeSeriesToolBar is only intended to be added to TimeSeriesPanel views.

__module__ = 'fsleyes.controls.timeseriestoolbar'