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.PlotToolBar

The HistogramToolBar is a toolbar for use with a HistogramPanel. It extends PlotToolBar, and adds a few controls specific to the HistogramPanel.

__init__(parent, overlayList, displayCtx, frame, histPanel)

Create a HistogramToolBar.

Parameters:
static supportedViews()

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

__module__ = 'fsleyes.controls.histogramtoolbar'