fsleyes.controls.powerspectrumtoolbar

This module provides the PowerSpectrumToolBar, a toolbar for use with a PowerSpectrumPanel.

class fsleyes.controls.powerspectrumtoolbar.PowerSpectrumToolBar(parent, overlayList, displayCtx, psPanel)[source]

Bases: fsleyes.controls.plottoolbar.PlotToolBar

The PowerSpectrumToolBar is a toolbar for use with a PowerSpectrumPanel. It extends PlotToolBar, and adds a few controls specific to the PoweSpectrumPanel.

static supportedViews()[source]

Overrides ControlMixin.supportedViews(). The PowerSpectrumToolBar is only intended to be added to PowerSpectrumPanel views.

static supportSubClasses()[source]

Overrides ControlPanel.supportSubClasses(). Returns False - the PowerSpectrumToolBar is only intended to be used with the PowerSpectrumPanel.

__init__(parent, overlayList, displayCtx, psPanel)[source]

Create a PowerSpectrumToolBar.

Parameters
__annotations__ = {}
__module__ = 'fsleyes.controls.powerspectrumtoolbar'