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.PlotToolBarThe
PowerSpectrumToolBaris a toolbar for use with aPowerSpectrumPanel. It extendsPlotToolBar, and adds a few controls specific to thePoweSpectrumPanel.- static supportedViews()[source]
Overrides
ControlMixin.supportedViews(). ThePowerSpectrumToolBaris only intended to be added toPowerSpectrumPanelviews.
- static supportSubClasses()[source]
Overrides
ControlPanel.supportSubClasses(). ReturnsFalse- thePowerSpectrumToolBaris only intended to be used with thePowerSpectrumPanel.
- __init__(parent, overlayList, displayCtx, psPanel)[source]
Create a
PowerSpectrumToolBar.- Parameters
parent – The
wxparent object.overlayList – The
OverlayListinstance.displayCtx – The
DisplayContextinstance.psPanel – The
PowerSpectrumPanelinstance.
- __annotations__ = {}
- __module__ = 'fsleyes.controls.powerspectrumtoolbar'