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)[source]¶
Bases:
fsleyes.controls.plottoolbar.PlotToolBar
The
TimeSeriesToolBar
is a toolbar for use with aTimeSeriesPanel
. It extendsPlotToolBar
, and adds a few controls specific to theTimeSeriesPanel
.- __init__(parent, overlayList, displayCtx, frame, tsPanel)[source]¶
Create a
TimeSeriesToolBar
.- Parameters
parent – The
wx
parent object.overlayList – The
OverlayList
instance.displayCtx – The
DisplayContext
instance.frame – The
FSLeyesFrame
instance.tsPanel – The
TimeSeriesPanel
instance.
- static supportedViews()[source]¶
Overrides
ControlMixin.supportedViews()
. TheTimeSeriesToolBar
is only intended to be added toTimeSeriesPanel
views.
- __annotations__ = {}¶
- __module__ = 'fsleyes.controls.timeseriestoolbar'¶