fsleyes.controls.histogramtoolbar
¶
This module provides the HistogramToolBar
, a toolbar for use with
a HistogramPanel
.
-
class
fsleyes.controls.histogramtoolbar.
HistogramToolBar
(parent, overlayList, displayCtx, frame, histPanel)¶ Bases:
fsleyes.controls.plottoolbar.PlotToolBar
The
HistogramToolBar
is a toolbar for use with aHistogramPanel
. It extendsPlotToolBar
, and adds a few controls specific to theHistogramPanel
.-
__init__
(parent, overlayList, displayCtx, frame, histPanel)¶ Create a
HistogramToolBar
.Parameters: - parent – The
wx
parent object. - overlayList – The
OverlayList
instance. - displayCtx – The
DisplayContext
instance. - frame – The
FSLeyesFrame
instance. - histPanel – The
HistogramPanel
instance.
- parent – The
-
static
supportedViews
()¶ Overrides
ControlMixin.supportedViews()
. TheHistogramToolBar
is only intended to be added toHistogramPanel
views.
-
__module__
= 'fsleyes.controls.histogramtoolbar'¶
-