fsleyes.controls.lightboxtoolbar

This module provides the LightBoxToolBar class, which is a ControlToolBar for use with the LightBoxPanel.

class fsleyes.controls.lightboxtoolbar.LightBoxToolBar(parent, overlayList, displayCtx, frame, lb)

Bases: fsleyes.controls.controlpanel.ControlToolBar

The LightBoxToolBar is a ControlToolBar for use with the LightBoxPanel. A LightBoxToolBar looks something like this:

_images/lightboxtoolbar.png

The LightBoxToolBar allows the user to control important parts of the LightBoxPanel display, and also to display a CanvasSettingsPanel, which allows control over all aspects of a LightBoxPanel.

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

Create a LightBoxToolBar.

Parameters:
static supportedViews()

Overrides ControlMixin.supportedViews(). The LightBoxToolBar is only intended to be added to LightBoxPanel views.

__module__ = 'fsleyes.controls.lightboxtoolbar'