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.PlotToolBarThe
HistogramToolBaris 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
wxparent object. - overlayList – The
OverlayListinstance. - displayCtx – The
DisplayContextinstance. - frame – The
FSLeyesFrameinstance. - histPanel – The
HistogramPanelinstance.
- parent – The
-
static
supportedViews()¶ Overrides
ControlMixin.supportedViews(). TheHistogramToolBaris only intended to be added toHistogramPanelviews.
-
__module__= 'fsleyes.controls.histogramtoolbar'¶
-