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)[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
.-
__init__
(parent, overlayList, displayCtx, frame, lb)[source]¶ Create a
LightBoxToolBar
.- Parameters
parent – The
wx
parent object.overlayList – The
OverlayList
instance.displayCtx – The
DisplayContext
instance.frame – The
FSLeyesFrame
instance.lb – The
LightBoxPanel
instance.
-
static
supportedViews
()[source]¶ Overrides
ControlMixin.supportedViews()
. TheLightBoxToolBar
is only intended to be added toLightBoxPanel
views.
-
__module__
= 'fsleyes.controls.lightboxtoolbar'¶
-