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.PlotToolBar
The
PowerSpectrumToolBar
is 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
wx
parent object. - overlayList – The
OverlayList
instance. - displayCtx – The
DisplayContext
instance. - frame – The
FSLeyesFrame
instance. - psPanel – The
PowerSpectrumPanel
instance.
- parent – The
-
static
supportedViews
()¶ Overrides
ControlMixin.supportedViews()
. ThePowerSpectrumToolBar
is only intended to be added toPowerSpectrumPanel
views.
-
__module__
= 'fsleyes.controls.powerspectrumtoolbar'¶
-