fsleyes.controls.orthoeditsettingspanel¶
This module provides the OrthoEditSettingsPanel, a FSLeyes
control panel which contains settings to manage an
OrthoEditProfile.
-
class
fsleyes.controls.orthoeditsettingspanel.OrthoEditSettingsPanel(parent, overlayList, displayCtx, frame, ortho)¶ Bases:
fsleyes.controls.controlpanel.SettingsPanelThe
OrthoEditSettingsPanelis a FSLeyes control panel which displays widgets allowing the user to adjust properties of anOrthoEditProfile.-
__init__(parent, overlayList, displayCtx, frame, ortho)¶ Create an
OrthoEditSettingsPanel.Parameters: - parent – The
wxparent object - overlayList – The
OverlayListinstance. - displayCtx – The
DisplayContextinstance. - frame – The
FSLeyesFrameinstance. - ortho – The
OrthoPanelinstance.
- parent – The
-
static
supportedViews()¶ Overrides
ControlMixin.supportedViews(). TheOrthoEditSettingsPanelis only intended to be added toOrthoPanelviews.
-
_OrthoEditSettingsPanel__makeTools()¶ Generates all of the tools and adds them to the
WidgetList(seeSettingsPanel),
-
__module__= 'fsleyes.controls.orthoeditsettingspanel'¶
-