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, lb)[source]
Bases:
fsleyes.controls.controlpanel.ControlToolBarThe
LightBoxToolBaris aControlToolBarfor use with theLightBoxPanel. ALightBoxToolBarlooks something like this:
The
LightBoxToolBarallows the user to control important parts of theLightBoxPaneldisplay, and also to display aCanvasSettingsPanel, which allows control over all aspects of aLightBoxPanel.- static supportedViews()[source]
Overrides
ControlMixin.supportedViews(). TheLightBoxToolBaris only intended to be added toLightBoxPanelviews.
- __init__(parent, overlayList, displayCtx, lb)[source]
Create a
LightBoxToolBar.- Parameters
parent – The
wxparent object.overlayList – The
OverlayListinstance.displayCtx – The
DisplayContextinstance.lb – The
LightBoxPanelinstance.
- __annotations__ = {}
- __module__ = 'fsleyes.controls.lightboxtoolbar'