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 a HistogramPanel. It extends PlotToolBar, and adds a few controls specific to the HistogramPanel.

static supportedViews()[source]

Overrides ControlMixin.supportedViews(). The HistogramToolBar is only intended to be added to HistogramPanel views.

__init__(parent, overlayList, displayCtx, histPanel)[source]

Create a HistogramToolBar.

Parameters
__module__ = 'fsleyes.controls.histogramtoolbar'