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.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.-
__init__(parent, overlayList, displayCtx, frame, lb)¶ Create a
LightBoxToolBar.Parameters: - parent – The
wxparent object. - overlayList – The
OverlayListinstance. - displayCtx – The
DisplayContextinstance. - frame – The
FSLeyesFrameinstance. - lb – The
LightBoxPanelinstance.
- parent – The
-
static
supportedViews()¶ Overrides
ControlMixin.supportedViews(). TheLightBoxToolBaris only intended to be added toLightBoxPanelviews.
-
__module__= 'fsleyes.controls.lightboxtoolbar'¶
-