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