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)¶ 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)¶ Create a
PowerSpectrumToolBar.Parameters: - parent – The
wxparent object. - overlayList – The
OverlayListinstance. - displayCtx – The
DisplayContextinstance. - frame – The
FSLeyesFrameinstance. - psPanel – The
PowerSpectrumPanelinstance.
- parent – The
-
static
supportedViews()¶ Overrides
ControlMixin.supportedViews(). ThePowerSpectrumToolBaris only intended to be added toPowerSpectrumPanelviews.
-
__module__= 'fsleyes.controls.powerspectrumtoolbar'¶
-