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)[source]¶ Bases:
fsleyes.controls.plottoolbar.PlotToolBarThe
HistogramToolBaris a toolbar for use with aHistogramPanel. It extendsPlotToolBar, and adds a few controls specific to theHistogramPanel.-
__init__(parent, overlayList, displayCtx, frame, histPanel)[source]¶ Create a
HistogramToolBar.- Parameters
parent – The
wxparent object.overlayList – The
OverlayListinstance.displayCtx – The
DisplayContextinstance.frame – The
FSLeyesFrameinstance.histPanel – The
HistogramPanelinstance.
-
static
supportedViews()[source]¶ Overrides
ControlMixin.supportedViews(). TheHistogramToolBaris only intended to be added toHistogramPanelviews.
-
__module__= 'fsleyes.controls.histogramtoolbar'¶
-