fsleyes.controls.powerspectrumtoolbar¶
This module provides the PowerSpectrumToolBar, a toolbar for use
with a PowerSpectrumPanel.
-
class
fsleyes.controls.powerspectrumtoolbar.PowerSpectrumToolBar(parent, overlayList, displayCtx, frame, psPanel)[source]¶ Bases:
fsleyes.controls.plottoolbar.PlotToolBarThe
PowerSpectrumToolBaris a toolbar for use with aPowerSpectrumPanel. It extendsPlotToolBar, and adds a few controls specific to thePoweSpectrumPanel.-
__init__(parent, overlayList, displayCtx, frame, psPanel)[source]¶ Create a
PowerSpectrumToolBar.- Parameters
parent – The
wxparent object.overlayList – The
OverlayListinstance.displayCtx – The
DisplayContextinstance.frame – The
FSLeyesFrameinstance.psPanel – The
PowerSpectrumPanelinstance.
-
static
supportedViews()[source]¶ Overrides
ControlMixin.supportedViews(). ThePowerSpectrumToolBaris only intended to be added toPowerSpectrumPanelviews.
-
__module__= 'fsleyes.controls.powerspectrumtoolbar'¶
-