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, ortho)[source]

Bases: fsleyes.controls.controlpanel.SettingsPanel

The OrthoEditSettingsPanel is a FSLeyes control panel which displays widgets allowing the user to adjust properties of an OrthoEditProfile.

static supportedViews()[source]

Overrides ControlMixin.supportedViews(). The OrthoEditSettingsPanel is only intended to be added to OrthoPanel views.

static profileCls()[source]

The OrthoEditSettingsPanel is intended to be activated with the OrthoEditProfile.

static ignoreControl()[source]

The OrthoEditSettingsPanel is not intended to be explicitly added by the user - it is added a button on the OrthoEditActionToolBar. Overriding this method tells the FSLeyesFrame that it should not be added to the ortho panel settings menu.

__init__(parent, overlayList, displayCtx, ortho)[source]

Create an OrthoEditSettingsPanel.

Parameters
__makeTools()

Generates all of the tools and adds them to the WidgetList (see SettingsPanel),

__annotations__ = {}
__module__ = 'fsleyes.controls.orthoeditsettingspanel'