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.PlotToolBarThe
TimeSeriesToolBaris a toolbar for use with aTimeSeriesPanel. It extendsPlotToolBar, and adds a few controls specific to theTimeSeriesPanel.-
__init__(parent, overlayList, displayCtx, frame, tsPanel)¶ Create a
TimeSeriesToolBar.Parameters: - parent – The
wxparent object. - overlayList – The
OverlayListinstance. - displayCtx – The
DisplayContextinstance. - frame – The
FSLeyesFrameinstance. - tsPanel – The
TimeSeriesPanelinstance.
- parent – The
-
static
supportedViews()¶ Overrides
ControlMixin.supportedViews(). TheTimeSeriesToolBaris only intended to be added toTimeSeriesPanelviews.
-
__module__= 'fsleyes.controls.timeseriestoolbar'¶
-