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