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.ControlToolBar
The
LightBoxToolBar
is aControlToolBar
for use with theLightBoxPanel
. ALightBoxToolBar
looks something like this:The
LightBoxToolBar
allows the user to control important parts of theLightBoxPanel
display, and also to display aCanvasSettingsPanel
, which allows control over all aspects of aLightBoxPanel
.- static supportedViews()[source]
Overrides
ControlMixin.supportedViews()
. TheLightBoxToolBar
is only intended to be added toLightBoxPanel
views.
- __init__(parent, overlayList, displayCtx, lb)[source]
Create a
LightBoxToolBar
.- Parameters
parent – The
wx
parent object.overlayList – The
OverlayList
instance.displayCtx – The
DisplayContext
instance.lb – The
LightBoxPanel
instance.
- __annotations__ = {}
- __module__ = 'fsleyes.controls.lightboxtoolbar'