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.SettingsPanel

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

__init__(parent, overlayList, displayCtx, frame, ortho)

Create an OrthoEditSettingsPanel.

Parameters
  • parent – The wx parent object

  • overlayList – The OverlayList instance.

  • displayCtx – The DisplayContext instance.

  • frame – The FSLeyesFrame instance.

  • ortho – The OrthoPanel instance.

static supportedViews()

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

_OrthoEditSettingsPanel__makeTools()

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

__module__ = 'fsleyes.controls.orthoeditsettingspanel'